Search found 8 matches
- Mon Nov 23, 2015 4:48 pm
- Forum: Technical / Scripting
- Topic: Detecting Web Page open by Wildcard
- Replies: 1
- Views: 2420
Detecting Web Page open by Wildcard
Hello, I am using IETagEventByAttrib to detect if a web page has been opened. This works if I have the exact URL name. The web page I am looking for has a version number in the URL, so it may change. Is there a way to detect the URL with a wild card? Example URL that works: https://www.abcdef.com/1....
- Wed Jun 03, 2015 6:20 pm
- Forum: Technical / Scripting
- Topic: Sscheduling exe files on production computers
- Replies: 1
- Views: 1980
Sscheduling exe files on production computers
Hello,
After creating an exe on a development computer, we copy the exe to the production server. This works fine when we run the exe manually.
How do we copy the MS scheduler program (What is the file name?) to the production computer, so it will run the exe based on a schedule?
Thanks
Tom
After creating an exe on a development computer, we copy the exe to the production server. This works fine when we run the exe manually.
How do we copy the MS scheduler program (What is the file name?) to the production computer, so it will run the exe based on a schedule?
Thanks
Tom
- Tue May 05, 2015 12:57 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile is not sending a file
- Replies: 4
- Views: 4081
Re: FTPPutFile is not sending a file
Marcus,
The missing directory value was the problem.
It is working well now.
Thank you for your help,
Tom
The missing directory value was the problem.
It is working well now.
Thank you for your help,
Tom
- Fri May 01, 2015 2:32 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile is not sending a file
- Replies: 4
- Views: 4081
Re: FTPPutFile is not sending a file
Hi,
FTP_RESULT = 501-Syntax error in parameters or arguments.
Thanks
Tom
FTP_RESULT = 501-Syntax error in parameters or arguments.
Thanks
Tom
- Fri May 01, 2015 2:27 pm
- Forum: Technical / Scripting
- Topic: Debug is missing in Edit Mode
- Replies: 4
- Views: 3673
Re: Debug is missing in Edit Mode
Marcus,
I just reinstalled. It is working now.
Many Thanks
Tom
I just reinstalled. It is working now.
Many Thanks
Tom
- Fri May 01, 2015 2:02 pm
- Forum: Technical / Scripting
- Topic: Debug is missing in Edit Mode
- Replies: 4
- Views: 3673
Re: Debug is missing in Edit Mode
Hi Marcus,
I have an Enterprise license.
See attached screen shot. When I select Macro Scheduler 14 from the Windows menu, it brings up the Runtime client.
Do I need to reinstall the software?
Thanks
Tom
I have an Enterprise license.
See attached screen shot. When I select Macro Scheduler 14 from the Windows menu, it brings up the Runtime client.
Do I need to reinstall the software?
Thanks
Tom
- Thu Apr 30, 2015 11:23 am
- Forum: Technical / Scripting
- Topic: Debug is missing in Edit Mode
- Replies: 4
- Views: 3673
Debug is missing in Edit Mode
Hello, I am using version 14.2.03. In the past, when I would edit a Macro, the "Debug" option would appear in the top tool bar. Today, it is missing. I have closed and opened Macro Scheduler several times, and the Debug option is still missing. I have attached a screen capture. Thanks for any ideas,...
- Tue Apr 28, 2015 3:34 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile is not sending a file
- Replies: 4
- Views: 4081
FTPPutFile is not sending a file
Hello, Here is my command: (I have changed the name of the ftp server. It can be supplied if needed) FTPPutFile>myftp.com,alliance,a77,21,C:\Extract\7617.txt,,7617SALES.csv,A I get no error in Macro Sched, and no file is on the FTP site. I have tried FTP_PASSIVE=0 and =1 with no change. I have attac...