Search found 7 matches

by jamesF852
Wed Sep 04, 2013 6:40 am
Forum: General Discussion
Topic: FTP - confused by response
Replies: 3
Views: 6413

Thanks. I've tried parameterising the command, so now I have

FTPGetFile>ftphost,ftpuser,ftppass,21,localdirectory,remotedirectory,remotefile,I

but I still get the same FTP_RESULT; '-'

This is using Macro Scheduler 13.1.06
by jamesF852
Mon Sep 02, 2013 5:31 am
Forum: General Discussion
Topic: FTP - confused by response
Replies: 3
Views: 6413

FTP - confused by response

Hi, I'm trying to schedule a regular FTP to get a file (file_i_need.csv) from one of my servers and put it on a local machine with a different name (file_i_want.csv). FTPGetFile>host,user,password,21,C:\Users\jforeman\Downloads\file_i_want.csv,\remotedirectory\file_i_need.csv,I When I run it, the FT...
by jamesF852
Fri Jul 15, 2011 9:15 am
Forum: Technical / Scripting
Topic: Filling in a PDF form
Replies: 4
Views: 5287

Filling in a PDF form

Hi, I've searched for PDF functionality in the forums, but what I see is focussed on copying data out of a PDF - I want to put data in. I have a supplier contract in PDF, and a spreadsheet with the details of several hundred suppliers. I want to automate copying the details from the spreadsheet and ...
by jamesF852
Mon Jun 13, 2011 5:26 am
Forum: Technical / Scripting
Topic: Intermittent Access violation error
Replies: 3
Views: 4162

Intermittent error

Thanks. The script navigates to an intranet page and fills out a form; it usually fails on the last line of a block of code like this: Let>FrameName={""} Let>FormName={""} Let>TagValue={"Add to list"} IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r There's another error message:...
by jamesF852
Fri Jun 10, 2011 6:13 am
Forum: Technical / Scripting
Topic: Intermittent Access violation error
Replies: 3
Views: 4162

Intermittent Access violation error

I've got a script that runs ok most of the time, but occasionally (every 20 iterations or so) it gives me

"Access violation at address 004058A8 in module 'msched.exe'. Read of address 00000000.

Any idea what I should do to debug this?

Running the script from the script editor, v12.1.5 on Windows XP
by jamesF852
Thu May 05, 2011 2:19 am
Forum: General Discussion
Topic: Still getting "cannot write to comdef.ini" errors
Replies: 0
Views: 7462

Still getting "cannot write to comdef.ini" errors

I see from the change log that this was fixed in 12.1.0 but it still occurs - I've only seen this on Windows 7, and not on the previous XP machine that we were testing with. Is there a workaround / a change I need to make to my system configuration? I've tried uninstalling and reinstalling the most ...
by jamesF852
Fri Apr 08, 2011 4:18 am
Forum: Technical / Scripting
Topic: Does not work when compiled - IE issue?
Replies: 1
Views: 3002

Does not work when compiled - IE issue?

I have a script that opens an Excel workbook, extracts some data and then inputs it to an IE window. This works fine until I compile it. The compiled version will open the Excel workbook, but not create an IE window to put it into. Script is as follows: IE_Create>0,IE[0] IE_Navigate>%IE[0]%,https://...
Sign up to our newsletter for free automation tips, tricks & discounts