We got rid of the thousands of files in the source directory, but I weirdly see plenty of waits and a lot of file transfers hanging. Will dig deeper into this. ps -ef | grep java ops 27726 27709 0 15:27 ? 00:00:02 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Dlog4j.configuration=file:///var/lib/ops/mft/app/bin/log4j.properties -classpath /var/lib/ops/mft/app/lib/3rd-party/*:/var/lib/ops/mft/app/lib/sos/* com.sos.DataExchange.SOSDataExchangeEngineMain -settings=/tmp/ft.INFRA-1168.WgSgTm -profile=INFRA-1168-dest...
Hi, In our environment, we have ca 30 different file transfer contracts, which each have their own configuration file (.ini file). One of the file transfers (we call it INFRA-841) have thousands of files in the source directory (we rename transferred files to <filename>.done, and only include files without that extension. Our file provider removes the .done-files peridically. Due to the large number of files, YADE takes a very long time to compile the file listing (sometimes up to 10 minutes), which...
Thanks a lot for the pointers! I had been looking at https://kb.sos-berlin.com/display/PKB/How+to+set-up+the+Credential+Store, which made me believe that by pointing target_CredentialStore_KeyPath to the entry in my keepass database, it would automatically use the username and password. I got it to work both with a keepass2 kdbx file, and a keepassa file by adding the target_user and target_password clauses that Andreas mentioned above. Probably there is a difference there between 1.11 and 1.12,...
I am trying to use a credential store, but just does not seem to be able to set the target_user and target_password. It feels like YADE ignores my target_CredentialStore_KeyPath configuration parameter. Anyone else that have ran into this issue? What am I doing wrong? Version = 1.12.8 (2018-12-13 16:27, revision 4ec4e5d4eecbbd845d0c8d4cc649a87abe25c692) Copyright 2003-2018 SOS GmbH Berlin OS: Ubunu 18.04.1 LTS Pre recs sudo apt install kpcli I have created a simple keepass2 file etc/mft.kdb ops@com-fs-l01:/var/lib/ops/mft$...
I am trying to use a credential store, but just does not seem to be able to set the target_user and target_password. It feels like YADE ignores my target_CredentialStore_KeyPath configuration parameter. Anyone else that have ran into this issue? What am I doing wrong? Version = 1.12.8 (2018-12-13 16:27, revision 4ec4e5d4eecbbd845d0c8d4cc649a87abe25c692) Copyright 2003-2018 SOS GmbH Berlin OS: Ubunu 18.04.1 LTS Pre recs sudo apt install kpcli I have created a simple keepass2 file etc/mft.kdb ops@com-fs-l01:/var/lib/ops/mft$...
Hi, I am experiencing a similar issue. sftp Remote server has a directory with up to 15'000 files, that might or might not match my search criteria (fetched files are renamed to FILENAME.done after transfer) The file transfers start ca 10 - 15 minutes after jade has been started My gut feeling telle me that there is something that jade does after getting the file listing (sftp file listing takes a couple of seconds). I have not yet dug into this in depth.