Search found 4 matches
- Mon Nov 11, 2013 6:21 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler not repeating schedule
- Replies: 20
- Views: 18181
Time: 00:00:00 run every 10 minutes So it is set to start for the first time at midnight and then every 10 minutes thereafter. Have you waited until midnight? Or set the start time to a nearer time (e.g. 2 minutes time or the next 10 minutes slot. E.g.2. If the time now is 9.27 set it to 9.30. It w...
- Mon Nov 11, 2013 9:04 am
- Forum: Technical / Scripting
- Topic: Macro Scheduler not repeating schedule
- Replies: 20
- Views: 18181
Macro Scheduler not repeating schedule
When I run the code manually it works perfectly. There are no errors or issues. I was only able to get Macro scheduler to repeat it once every 10 minutes one time and it only went on for an hour. It only works once I run it manually and the scheduler doesn't work. I'm not sure what the deal with it ...
- Tue Aug 28, 2007 4:22 pm
- Forum: Technical / Scripting
- Topic: FTP Issue
- Replies: 5
- Views: 6169
This is what Im using
I still get a "425 cannon open a data connection error."
Please help...
Code: Select all
Let>FTP_TIMEOUT=25
FTPPutFile>ftp.URL.com,USERNAME,PASS,21,c:\Main Folder\TEMP\myfile.txt,/wwwroot/myfile.txt,A
Please help...
- Thu Aug 16, 2007 4:10 am
- Forum: Technical / Scripting
- Topic: FTP Issue
- Replies: 5
- Views: 6169
FTP Issue
I setup a FTP script that is simply putting a txt file in a folder on a windows hosted server. It works 1 out of 5 times.... sometimes it uploads the file correctly, sometimes it deletes it. I also tested it by putting another script to delete the file then upload the new one. But this does the same...