![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#3
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#4
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#5
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#6
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#7
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#8
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
#9
| |||
| |||
|
|
Hi all, time ago i've created some dts packages to load excel files into my db. Last week my boss asked me to adapt this packages to the new sqlserver installed in our site. For time reasons i've choosen to do it importing the packages into 2005 instead of develope all the packages using SSIS. The import work was really quick and all the packages are wotking in the new server. I also developed a procedure to launch this packages from an sql query windows. The problem is that launching the packages using this stored procedure tha package fail. The failure always happen in the same step (a vbscript task just executing the creation of file system object.). what i found was that launching the dts from the designer this step is executed using my login name, while if the package is launched by the stored procedure the step is executed using the "system" user. so this mean that the system user cannot create an fso. now... i really don't know how to solve this situation: is the last step to finish a work and i really don't know what direction i have to follow. any suggestion?? thanks in advance and sorry for my english, hope i was clair in explaining the problem. Luciano |
![]() |
| Thread Tools | |
| Display Modes | |
| |