![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#3
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#4
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#5
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#6
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#7
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#8
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
#9
| |||
| |||
|
|
Good Afternoon, i tried this thread on a .NET Forum, and it seems that this forum would a more likely candidate for help. What i am trying to do is run a DTSX package from the file server, not the sql server. there are many ways to do this, but i seem to be going nowhere. Thanks for your help! { I have tried this many ways, to no success. I am trying to run a dtsx package, from a simple app. My latest error is stating need an event. here is what is have: Dim oApp As DTSLib.Application Dim oPkg As DTS.Package = oApp.LoadPackage("myFilePath", False,[here is the problem]) oPkg.Execute() oPkg.UnInitialize() oPkg = Nothing There are two thing that are confusing: 1. In many examples, i see that the variable oApp is of Type DTS.Application. If i do that, it does not give an option to "load a package". 2. The error i am getting is: "Argument not specified for parameter pEvents". it says it needs to be of type DTSLib.IDTSEvents90. Hopefully this makes sense to someone!! Is there another method to run this "dtsx" package? It seems easier if you have a dts package, but dtsx is all that i get. thanks for any info in advance, this has kept me up nights. } |
![]() |
| Thread Tools | |
| Display Modes | |
| |