- Posts: 77
- Thank you received: 0
Connect Remote Share in an other active directory domain or network
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
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.
9 years 3 months ago #10394
by admin
Mike
ETL Architect
Replied by admin on topic Connect Remote Share in an other active directory domain or network
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
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.
9 years 3 months ago #10395
by lal038
Replied by lal038 on topic Connect Remote Share in an other active directory domain or network
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
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.
9 years 3 months ago #10396
by admin
Mike
ETL Architect
Replied by admin on topic Connect Remote Share in an other active directory domain or network
>>> 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
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.
9 years 3 months ago #10397
by lal038
Replied by lal038 on topic Connect Remote Share in an other active directory domain or network
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" "
\new.txt"
net use "\\xxx.xxx.xxx.xxx\Some Folder" /delete
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" "

net use "\\xxx.xxx.xxx.xxx\Some Folder" /delete
Please Log in or Create an account to join the conversation.