Solutions for the -110 Macro not found error

Information related to the use of iMacros for form filling and data upload.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
User avatar
Tech Support
Posts: 4948
Joined: Tue Sep 20, 2005 7:25 pm
Contact:

Solutions for the -110 Macro not found error

Post by Tech Support » Wed Aug 30, 2006 2:39 am

This error typically happens with the iimPlay command if "something" is wrong with the path:

If you get this error, please check the following:

(1) Use only the macro name if the macro is in the defaut macro path: iimPlay ("yourmacro")

(2) The default macro path is displayed under TOOLS > OPTIONS > PATH tab. You can change the path there, too.

(3) If you use absolute path names, make sure you use the ".iim" suffix: iimPlay ("c:\yourfolder\yourmacro.iim")

(4) If you use iimRunner, make sure the path names and settings are correct for the user account under which iimRunner runs. To test this, simply log in as this user and test run the iMacros browser. See also http://forum.imacros.net/viewtopic.php?t=1439 for more iimRunner hints.
Post Reply