Selected Entry Not Available Error

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
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

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
Deep
Posts: 7
Joined: Sun Dec 11, 2005 3:25 pm

Selected Entry Not Available Error

Post by Deep » Wed Jan 11, 2006 4:10 pm

After looping my macro successfully for 130 times, I started getting a wierd error although the submission form and data in the csv continued to be the same:
Selected entry not available:$*mydomain.info* [Max:9]. Disable this message with SET !ERRORCONTINUE YES
Earlier I got an error which had [Max:150] in it. What does that number indicate?

Deep
User avatar
Tech Support
Posts: 4948
Joined: Tue Sep 20, 2005 7:25 pm
Contact:

Post by Tech Support » Wed Jan 11, 2006 4:38 pm

The [Max:150] indicates the maximum number of entries the select box has. In this example it has 150 entries and if you try to select a entry with number 151 you will get this error.
sti3
Posts: 1
Joined: Mon Jan 23, 2006 9:33 pm
Contact:

Post by sti3 » Mon Jan 23, 2006 9:50 pm

I get a similar error. I'm trying to enter states and in my form they're in the format Kansas:USA, and a record of the file is like this:

3,JKennedy,02389641,Jeff,Kennedy,jeffkennedy@berryplastics.com,7858423000,,Manager,2330 Packer Rd,,Lawrence,Kansas:USA,66049-8900,USA,Other,0179190001,Packerware Corp,2330 Packer Rd,,Lawrence,Kansas:USA,66049-8900,USA,8

per the example macro Demo-Loop-Csv-2-Web.iim, the command in my macro is TAG POS=1 TYPE=SELECT FORM=NAME:quickregform ATTR=NAME:shippingState CONTENT=$*{{!COL22}}$*

the error I get is

Code: Select all

Selected entry not available:USA$* [Max:101]. Disable this message with SET !ERRORCONTINUE YES 
Is the macro choking on the colon?
Post Reply