[Arsperl-users] unsubscribe
Brought to you by:
jeffmurphy
|
From: Dignard, N. <di...@na...> - 2007-07-31 18:53:27
|
unsubscribe
Regards,
Norm=20
-----Original Message-----
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Jeff Murphy
Sent: July 31, 2007 02:40 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Incorrect format for a diary field
Peter Farr wrote:
> I am trying to use the ARS Perl interface to extract some data from
Remedy
> (v5 and v7). I will say up front that I am not extremely
Remedy-literate.
> When I open some (many) forms using:
>=20
> $f =3D new ARS::form(-form =3D> $schema, -connection =3D> $ars);
>=20
> I get error 339 "Incorrect format for a diary field". Is there some
way
> around this?
>=20
> ARSPerl-1.90 on Linux 2.6. ars_APIVersion() tells me I am compiled
against
> API version 7 on one system and version 9 on the other. I get the same
> message on either system.
>=20
try
my $a =3D new ARS($server, $user, $pass);
my $f =3D $a->openForm($schema);
my @e =3D $f->query('1 =3D 1');
print join(', ', @e), "\n";
------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
|