Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using DTS in ASP and scheduling jobs

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-04-01 : 11:03:12
Amy writes "I have problems creating jobs that use DTS packages. Specifically, the packages that are talking to our AS/400. I have succeeded in creating these jobs and scheduling them, but now we're faced with getting one of these DTS packages to execute from an ASP page. The reason that I mentioned the job setup, is because I had a lot of the same problems as the ASP pages. I can get it to run, but it only drops and creates the table. I need it to complete the package and actually copy the data over. Do you have any information regarding the best way to set up authentication between the AS/400 and the SQL server? I currently am using NT authentication in the DSN and in the package setup itself. I have it set up so that it is not prompting for a username on the AS/400 side, but I still think I must be missing something. I hope this is clear for you. If you have any info regarding any portion of this, I would greatly appreciate it!"

Nazim
A custom title

1408 Posts

Posted - 2002-04-14 : 09:27:40
Check this http://www.sqldts.com/main.asp?nav=1,6,229,0 .


--------------------------------------------------------------
Go to Top of Page

Nazim
A custom title

1408 Posts

Posted - 2002-04-14 : 09:42:31
Check this too, this looks more specific to your problem http://www.sqldts.com/article.asp?nav=1,6,207,7 .



--------------------------------------------------------------
Go to Top of Page
   

- Advertisement -