[Arsperl-users] ars_LoadQualification problem...
Brought to you by:
jeffmurphy
|
From: <Chr...@Ve...> - 2005-05-13 00:31:44
|
Hi,
Bizarre problem. I have a program I wrote on Windows (ActiveState Perl
5.8/ARSperl 1.82) that worked fine (for more than 1 week with hundreds of
entries). After putting it on the UNIX box (Solaris 8/Perl 5.8/ARSperl
1.83) this happens...
I'm iterating through a list of logins and calling ars_LoadQualication as
follows for every login:
$queryForThis = "'Login Name +' = \"$loginOld\"";
( $q = ars_LoadQualifier( $c, "User", $queryForThis ) ) || die $ars_errstr;
This always works on the first time. However, on the second try it will
always fail and pass back:
[ERROR] Unknown field referenced in query line (position 14 ('Login Name
+'^=...
I know that is the name of the field on User. I can paste the query line
directly into the advanced search bar (immediately before it fails) on User
and it works every time. I tried to set $q and $c to undef after using them
but that didn't work either. Any ideas? The boss wants this run off the
UNIX box and not a PC...
--Chris
___________________________________________________________________
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.
|