all groups > sql server programming > july 2005 >
You're in the

sql server programming

group:

DTS Issue while calling from another domain


DTS Issue while calling from another domain zacH
7/14/2005 11:19:08 PM
sql server programming:
hey guys,
i have this Applicaation that is hosted on one server. This makes a
call to a DTS which is on teh DB server on another Domain which is
behind a firewall. When the app calls it the call never excutes the
DTS.

Thought could be a problem with the DTS but the DTS has error loggin
but that dosent show anything since the package never executed.

If i change connection string to the devp serve which is on the ame
domain, then not an issue.

if i put the application in the same server as the DB no issue.

Can you either tell me whatz wrong and a workaround for the same

ty
Zach
Re: DTS Issue while calling from another domain MC
7/15/2005 12:00:00 AM
How do you call DTS? I think you can use dtsrun client utility and specify
security. If you're using dtsrun allready then check if that is even started

MC


[quoted text, click to view]

RE: DTS Issue while calling from another domain John Bell
7/15/2005 12:58:03 AM
Hi

Running SQL profiler on the remote server will tell you if there is a failed
login.

John

[quoted text, click to view]
Re: DTS Issue while calling from another domain zach de
7/15/2005 1:42:42 AM
Thanks for the fast response.
i call the DTS throu a C# based web application.

As i mentioned i tried changeing the conncetion string and got the
results



RE: DTS Issue while calling from another domain zach de
7/15/2005 1:44:37 AM
hey
the login is correct, since if there was a failed login i would have had
a error message

I change the connection string (just the DB name) to on on the same
domain and it works fine (no change in username or password


RE: DTS Issue while calling from another domain John Bell
7/15/2005 4:25:06 AM
Hi

If it logs in ok then you can still watch happens with SQL Profiler.
It is not clear how/where you are running this package, what the differences
are between the two servers, if you can connect using other tools...

The following may help http://www.sqldts.com/default.aspx?204

John

[quoted text, click to view]
Re: DTS Issue while calling from another domain zacH
7/17/2005 11:19:04 PM
Hi,

The application server can connect the DB server only thru a firewall.

we kinda found a solution. we saved the DTS on the application server
and called it from there. it worked.

I still dont know why it didnt int he first instant
Re: DTS Issue while calling from another domain John Bell
7/18/2005 12:34:05 AM
Hi

Just type in sp_addlinkedserver in the index page and see what topics
appear. You may also want to look up sp_addlinkedsrvlogin and also OPENQUERY.

John

[quoted text, click to view]
AddThis Social Bookmark Button