Cannot open file <E://sandee_Integration/user_test_ERR.txt>. Please check its path and permissions.
What does it mean exactly. since i have already given the correct path which is on job server machine (and location = Job server for Job server manchine case
)
Provided i havenot created any file in the given folder… thought that DI will automatically create at the specified location.
isit…?
I have also tried with the designer machine’s path with the correct credentials like location = local for designer machine case
even, iam not able to access my Desktop files too.
{I think there may be an architecture behind… Job server is on some different windows server and we are using another windows server remotely for accesing designer. }
So what do you thin it maybe the problem…?
exec(‘cmd’, ‘net use \\server\share/USER:my_domain\user password’, 0);
Is it possible to use this in a testing environement, since we are already using remote machine via VPN and again will try to access a remote server…
Hi If I understand your problem correctly, just Login the Machine with which the Service runs and go to the mentioned server path and try creating a simple text file. If that does works fine, then for sure, Data Services/Data Integrator should be able to do the same.
If you are not sure of Administrator information, ask the Data Integrator Administrator.
One trick way, when you run a job, in the trace, a statement will be arriving as below
basically, the above mentioned user should have access to that folder.
Yeah fine what you say now is exactly the way it works!!!
And about FTP, it works quite different.
You could probably, put up the FTP site, username,pwd, etc., etc., in a text file and execute it using the cmd.exe using the exec command.