dbTalk Databases Forums  

DTS custom task

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS custom task in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
RH
 
Posts: n/a

Default DTS custom task - 03-16-2005 , 07:04 AM






Have a SQL server on inside interface of Cisco PIX
firewall and have a SQL server on a webserver on DMZ
interface of the PIX. Opened port 1433 between all inside
PCs and webserver. Created a DTS package using SQL logins
and passwords to update webserver with tables from inside
server. Both SQL servers set to SQL and Windows
authentication. DTS package works perfect - tables
update. Saved package as VB and inserted into an Access
Project. Get a string of errors beginning with

DTSStep_DTSDataPumpTask_1 failed Microsoft OLE DB Provider
for SQL Server [DBNETLIB][Connection Open (Connect()).]SQL
server does not exist or access denied.

Errors similiar to above continue fot all Pump tasks.

Any ideas why?

Ability for staff to update tables independently of a
scheduled SQL service is important here.

THanks V much.


Reply With Quote
  #2  
Old   
Frank Matthiesen
 
Posts: n/a

Default Re: DTS custom task - 03-16-2005 , 07:34 AM






RH wrote:
Quote:
Ability for staff to update tables independently of a
scheduled SQL service is important here.
Set up IIS on the SQL-Server, where the Scheduled DTS-Jobs resides.
Script a small asp.page which starts the suggested dts-job by
"sp_start_job"-statement.

So you don't need to code an access-project and anything else.

This work will be done in 15 minutes!

regards

Frank




Reply With Quote
  #3  
Old   
RH
 
Posts: n/a

Default Re: DTS custom task - 03-16-2005 , 08:47 AM




Quote:
-----Original Message-----
RH wrote:
Ability for staff to update tables independently of a
scheduled SQL service is important here.

Set up IIS on the SQL-Server, where the Scheduled DTS-
Jobs resides.
Script a small asp.page which starts the suggested dts-
job by
"sp_start_job"-statement.

So you don't need to code an access-project and anything
else.

This work will be done in 15 minutes!

regards

Frank


.
Thanks Frank. Our Picture Library staff have an Access
Project that connects to a SQL database. It allows them
to catalogue, track sales, etc of all the material in
their collection. The webserver has a new online picture
gallery containing a selection of the material in their
library. This web site will be updated and added to on a
regular basis. The VB program which updates the tables on
the web server is part of the bigger Picture Library ADP
and SQL server database. If possible, I would really like
to keep the programming as part of that project rather
than as asp.net. And I would like to understand why it
works as a DTS package but not with the VB script of the
DTS package.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.