Connect Remote Share in an other active directory domain or network

More
9 years 3 months ago #10393 by lal038
Advanced ETL Processor Enterprise, Version 5.7.8.3

I have to get files within our network, but the share is in another network as AETL and the execution agent is (Linux with probably Samba).
I have a separate user and password to connect. How can I configure this connection in AETL?

Thanks, Lionel

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #10394 by admin
Lionel

In order to get this to work you will have to configure the aetlagent to run as a specific user, and then you'll have to create an identical user on the remote system with the same password. It might work then.


Peter

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #10395 by lal038
Peter,

I allready have a specific user for the AETL Agent (like "MYDOMAIN\SYSTEM_AETL").
The share is in a different Domain (like "OTHERDOMAIN\SYSTEM_AETL"), this cannot work.
I am not the responsible for this other Domain and I don't want to tell them the Password as well.

Is there no possibility to set the Setting like a database or ftp Connection?

Lionel

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #10396 by admin
>>> Is there no possibility to set the Setting like a database or ftp Connection?

At the moment it is not possible, we will investigate it and get back to you

Mike

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #10397 by lal038
ok, no hurry, thanks. This would be a nice Feature.
I found a Workaround: I run an external application (command line) and do like this:

net use "\\xxx.xxx.xxx.xxx\Some Folder" password /user:domain\username
copy "\\xxx.xxx.xxx.xxx\Some Folder\New.txt" "D:\new.txt"
net use "\\xxx.xxx.xxx.xxx\Some Folder" /delete

Please Log in or Create an account to join the conversation.