Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Agent job and SAMBA share

Status
Not open for further replies.

jfilek

Programmer
Feb 16, 2004
2
CA
I have a windows app that checks for the existance of a directory on a samba share. I have successfully mapped a drive to the same share using a username and password sent in clear text. If I invoke the app from windows it works fine(finds the directory which I already know is there) If I invoke the same app using a SQL Agent job it cannot find the directory. I am using the same account for the SQL service as i am to log in to windows.
What do I need to do to allow this application invoked by SQL agent to see the samba share?

 
"using a SQL Agent job"

Specifics please...



Matt J.

P.S. Please always take the time to backup any and all data before performing any actions suggested for ANY problem, regardless of how minor a change it might seem. Also test the backup to make sure it is intact.
 
I schedule a job in SQL Agent Manager. It uses cmdExec to invoke the exe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top