- Posts: 154
- Thank you received: 0
Agent cannot write to a certain network path
8 years 4 weeks ago #13620
by JD
Agent cannot write to a certain network path was created by JD
We are running 5.8.2.14
The agent is logged on as a domain administrator. When I log on as the domain administrator I can write to a certain network path just fine, but when the agent runs it has problems. We have a transformation that writes to a text file on a Linux server, if run manually the process works, but when run by agent it fails.
We have tried changing users to the local administrator for the agent but still no luck.
I don't think it is a permissions issue because when I log in as either the local admin or domain admin I can read/write just fine to that location.
Any ideas?
The agent is logged on as a domain administrator. When I log on as the domain administrator I can write to a certain network path just fine, but when the agent runs it has problems. We have a transformation that writes to a text file on a Linux server, if run manually the process works, but when run by agent it fails.
We have tried changing users to the local administrator for the agent but still no luck.
I don't think it is a permissions issue because when I log in as either the local admin or domain admin I can read/write just fine to that location.
Any ideas?
Please Log in or Create an account to join the conversation.
- Peter.Jonson
-
- Offline
- Platinum Member
-
8 years 3 weeks ago - 8 years 3 weeks ago #13621
by Peter.Jonson
Peter Jonson
ETL Developer
Replied by Peter.Jonson on topic Agent cannot write to a certain network path
Can you please post the screenshots so we can see how you write the data.
(Please provide them every time you ask the question)
(Please provide them every time you ask the question)
Peter Jonson
ETL Developer
Last edit: 8 years 3 weeks ago by Peter.Jonson.
Please Log in or Create an account to join the conversation.
8 years 3 weeks ago - 7 years 10 months ago #13622
by JD
Replied by JD on topic Agent cannot write to a certain network path
Last edit: 7 years 10 months ago by JD.
Please Log in or Create an account to join the conversation.
- Peter.Jonson
-
- Offline
- Platinum Member
-
8 years 3 weeks ago #13623
by Peter.Jonson
Peter Jonson
ETL Developer
Replied by Peter.Jonson on topic Agent cannot write to a certain network path
Thank you
I aways recommend writing file locally for example to c:\temp folder than coping it across using copy command.
This is more stable solution in my opinion
I aways recommend writing file locally for example to c:\temp folder than coping it across using copy command.
This is more stable solution in my opinion
Peter Jonson
ETL Developer
Please Log in or Create an account to join the conversation.
8 years 3 weeks ago - 7 years 10 months ago #13624
by JD
Replied by JD on topic Agent cannot write to a certain network path
Last edit: 7 years 10 months ago by JD.
Please Log in or Create an account to join the conversation.
8 years 3 weeks ago #13625
by admin
Mike
ETL Architect
Replied by admin on topic Agent cannot write to a certain network path
Mapped drives do not exist in windows services world you have to use full UNC path.
We get this question every week :dry:
We get this question every week :dry:
Mike
ETL Architect
Please Log in or Create an account to join the conversation.