I have a recurring yet fairly random problem where tasks don't end. They run perfectly and the last line says "Task executed successfully". Still, the task remains in the "Running Tasks" list and it doesn't run again as scheduled. It usually happens to mutliple tasks.
Ideas?
Search found 30 matches
- Thu Feb 08, 2018 7:46 pm
- Forum: General Discussion
- Topic: Tasks not ending
- Replies: 1
- Views: 7179
- Tue Jan 21, 2014 7:33 pm
- Forum: General Discussion
- Topic: FTP downlaod delay
- Replies: 1
- Views: 8323
FTP downlaod delay
We are using RoboTask to download files from a vendor via FTP. We are getting occasional corrupt files, because we are downloading the file before it is complete. The vendor is asking us to place a delay in our downloading task. What's the best way to download all files in a directory that are older...
- Fri Jan 10, 2014 6:04 pm
- Forum: General Discussion
- Topic: FTPS upload issue
- Replies: 3
- Views: 11753
Re: FTPS upload issue
I've already tried that one. It fails in passive or active mode.
- Thu Jan 09, 2014 1:16 am
- Forum: General Discussion
- Topic: FTPS upload issue
- Replies: 3
- Views: 11753
FTPS upload issue
I'm having difficulty uploading via FTPS. FTPS login succeeds. The upload error message is "Upload file fails with message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed...
- Fri May 18, 2012 6:47 pm
- Forum: General Discussion
- Topic: SFTP transfers
- Replies: 3
- Views: 13029
SFTP transfers
Actually, I need to know about SFTP (SSH), rather than FTPS (SSL).
- Fri Mar 30, 2012 9:23 pm
- Forum: General Discussion
- Topic: SFTP transfers
- Replies: 3
- Views: 13029
SFTP transfers
Can I automate SFTP transfers with RoboTask?
- Tue Feb 07, 2012 1:13 pm
- Forum: General Discussion
- Topic: Auto-kill?
- Replies: 1
- Views: 8687
Auto-kill?
What options are available in RoboTask to automatically stop hung tasks after a certain time?
- Wed Jan 18, 2012 4:21 pm
- Forum: General Discussion
- Topic: Creating a file list, excluding folders
- Replies: 4
- Views: 13928
Creating a file list, excluding folders
I'm trying to create a file listing in a large directory, excluding a list of subfolders.I've got it working using nested loops to compare every file to every excluded folder, but it's incredibly inefficient and is taking an hour to run.Does anyone have any better ideas?
- Wed Jan 18, 2012 1:41 pm
- Forum: General Discussion
- Topic: Deleting a line from a text file
- Replies: 4
- Views: 13700
Deleting a line from a text file
I have a script that's using "Search for files" to create a file listing called FileList.txt.I would like to scan FileList.txt and delete all of the lines that start with a certain string.Ideas?
- Wed Dec 14, 2011 8:14 pm
- Forum: General Discussion
- Topic: Checking for persistance of a file
- Replies: 4
- Views: 14620
Checking for persistance of a file
Well, we've changed FTP software and we need to revisit this problem. The New FTP software retains the existing file date as the "Date Modified" and writes the upload date to the "Date Created" field. Testing shows that RoboTask's "Search for files" is checking the &quo...