Hi, List:

I don't mean to take over this thread, but I'm trying to find out why I
received the following error when performing a search on the Mid-Tier
7.0:

"Could not resolve the JNI method: findAndIterate():iteratorCallback
(ARERR 445)"

Not very user friendly to me, much less every day users.
Haven't found anything in the KB that matches this.

So in your humble opinion would one receive this message if the number
of records exceeded the max limit?

Anyone else receive this somewhat cryptic message?

..already submitted a case to support.
Michelle

Mid-Tier 7.0 patch 1 (Windows 2003 IIS 6 Servlet Exec 5.0P6)
ARS 6.3 patch 13 (Windows 2003, SQL Server 2000)
Client Windows XP Pro
-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black
Sent: Tuesday, September 12, 2006 11:04 AM
To: [email protected]
Subject: Re: Java API max entries

Eric,

The limit is there and you appear to understand its function. The only
detail that you appear to not fully understand is that it applies at
the API level and not the "Client" level.


Loop if you need to.

Not that I have used it, but you might also play with the
findAndIterate() method too. It kind of looks like it might make this
easier. (Or the name is a bit misleading IMHO.)


Not to mention that v7 depreciated EntryFactory.findEntryListInfos(),
and points you at using findObjects instead.

-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap.... Pick two.



On 9/12/06, Eric Roys <[EMAIL PROTECTED]> wrote:
> **
>
> All,
>
> Looking for a sanity check on a particular piece of java api code
>
> EntryListInfo[] entryInfo = EntryFactory.findEntryListInfos(
>            context, listCriteria, criteria, false, nMatches );
>
> If I use a qual of 1=1, nMatches returns a count of all entries in the
form
> (i.e. 29993).
> When using entryInfo.length, returns a value of 10k, which is max
entries
> set by server.
>
> Other than writing a loop to re-query after handling the first 10k
records
> or turning off Max Entries, is there any way to bypass the server max
> records limit?
> Any advice would be appreciated.
>
> Ars 6.3 and Ars7.0
> Using 7.x api
>
>
> Eric Roys
> Sr. Software Engineer
> Verizon Business
>
> Email:  [EMAIL PROTECTED]
>
>
>
> CONFIDENTIALITY: The information contained in this message and any
> attachment may be proprietary, confidential, and privileged or subject
to
> the work product doctrine and thus protected from disclosure. If the
reader
> of this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you
are
> hereby notified that any dissemination, distribution or copying of
this
> communication is strictly prohibited. If you have received this
> communication in error, please notify me immediately by replying to
this
> message and deleting it and all copies and backups thereof. Thank you.

________________________________________________________________________
_______
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to