Hi, modifying the src/addagent/validate.c file --
{
i = 1024;
snprintf(nid, 6, "%d", i);
while(IDExist(nid))
{
i++;
snprintf(nid, 6, "%d", i);
if(i >= 9000)
{
return(NULL);
}
}
id = nid;
}
The original value is 4000, we upped that to 9000 and everything seems to be
working now.
Hope that helps,
Patrick Swartz
-----Original Message-----
From: Tate Hansen [mailto:[email protected]]
Sent: Monday, April 02, 2012 2:11 PM
To: [email protected]
Cc: Swartz, Patrick H
Subject: agent-auth (4000 limit)
Hi: I just ran into this issue over the weekend - did you find a solution?
On 2/14/12 9:54 AM, "Swartz, Patrick H" <[email protected]>
wrote:
>Hi Dan,
>Yes we use the -D option. I have reason to believe that we are hitting a
>hard-coded limit of 4000 in the addagent/validate.c file. Our current
>client.keys file is at ID 4043 for the latest entry.
>
>I'm not sure if simply modifying that amount and recompiling would be
>enough or are there other lines/files that need to be changed?
>
>
>Patrick Swartz
>
-----------------------------------------
The information in this message may be proprietary and/or
confidential, and 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 First Data
immediately by replying to this message and deleting it from your
computer.