Search found 11 matches
- Thu Oct 13, 2016 12:53 pm
- Forum: Community Forum
- Topic: goanywhere.sh stop - not killing java process, automating restart
- Replies: 3
- Views: 31260
Re: goanywhere.sh stop - not killing java process, automating restart
Rick- Thanks for responding. I can submit a request to further investigate the orphan pid issue. When we execute the ./goanywhere.sh STOP command, i was under the impression that in normal conditions the scheduler, monitor and triggers engines stopped--allowing current processes to finish. If that i...
- Wed Oct 12, 2016 8:18 am
- Forum: Community Forum
- Topic: database- job log files or table
- Replies: 1
- Views: 6051
database- job log files or table
Hey guys- We are currently using the native local Derby database for GOAnywhere MFT. If we migrate to an Oracle or SQLServer instance, will the job logs be stored in tables or will they remain as log files on the local system?
- Mon Oct 10, 2016 1:07 pm
- Forum: Community Forum
- Topic: running a job hourly
- Replies: 2
- Views: 6581
Re: running a job hourly
i believe you could setup eight schedules, one fore each hour 2:00, 3:00, 4:00...9:00 or once schedule, daily at 2:00--repeat frequency always, repeat for 7 hours, with a delay of 1 hour possible drawback with repeat feature, i think, is that subsequent repeat jobs (3:00, 4:00, 5:00...) are removed ...
- Mon Oct 10, 2016 8:08 am
- Forum: Community Forum
- Topic: goanywhere.sh stop - not killing java process, automating restart
- Replies: 3
- Views: 31260
goanywhere.sh stop - not killing java process, automating restart
We've recently had to restart goanywhere several times. When executing the stop script (./goanywhere.sh stop) we've noticed that it is not stopping the director evoked java process so we have to find the corresponding pid and manually kill the process before starting goanywhere. Has anyone else expe...
- Wed Oct 05, 2016 6:32 am
- Forum: Community Forum
- Topic: sftp get recursive structure
- Replies: 1
- Views: 5967
sftp get recursive structure
Anyone have a work around suggestion to recursively (sftp) GET files and retain the folder structure at the local resource?
- Tue Jun 21, 2016 7:58 am
- Forum: Community Forum
- Topic: Schedule- Repeat Condition
- Replies: 4
- Views: 12457
Schedule- Repeat Condition
Does anyone have an example of using the repeat options- condition in a schedule?
- Tue Jun 21, 2016 7:53 am
- Forum: Community Forum
- Topic: forEachLoop- compress file in file list
- Replies: 2
- Views: 8479
Re: forEachLoop- compress file in file list
Thanks Rick, you are correct. My example of {src01_list} was actually /ftp.server.../abc.txt as opposed to ./abc.txt
- Wed Jun 01, 2016 1:13 pm
- Forum: Community Forum
- Topic: forEachLoop- compress file in file list
- Replies: 2
- Views: 8479
forEachLoop- compress file in file list
Hey guys, is it possible to use a forEachLoop with a file list to compress each file on its own? Below is my attempt which fails. When i run the project in debug i can see the variable {file} has a value of "Remote File" and not full instantiated file with path <forEachLoop itemsVariable=&...
- Thu Sep 03, 2015 2:56 pm
- Forum: Community Forum
- Topic: Unzip task- file size limit (ulimit)
- Replies: 1
- Views: 6703
Unzip task- file size limit (ulimit)
I have a unzip task that is attempting to decompress three files. One of the files is 242MB compressed and contains only 1 file. When decompressed the single output file is 3.9GB. The Unzip task is throwing the error below. Anyone familiar with the ulimit setting that is referenced? ERROR [9001 - Fl...
- Tue Jun 23, 2015 4:02 pm
- Forum: Community Forum
- Topic: login as, stored credentials
- Replies: 1
- Views: 6551
login as, stored credentials
I have a few tasks that have my stored credentials in the schedule and monitor job area allowing projects to run as my username. Our instance of goAnywhere uses LDAP authentication. Just curious when I change my network user password will i need to update the stored credentials in the run as schedul...