Re: [Arsperl-users] ars_Export failure
Brought to you by:
jeffmurphy
|
From: Carey M. B. <bla...@gm...> - 2005-05-26 18:37:36
|
Well,
The C API guide says this for the export function:
int ARExport(
ARControlStruct *control,
ARStructItemList *structItems,
ARNameType displayTag,
unsigned int vuiType,
ARWorkflowLockStruct *lockinfo,
char **exportBuf,
ARStatusList *status)
Not sure if ARSPerl has caught up to the change in the function in v6
API. (The *lockinfo is a new thing in v6.)
The on-line docs do not show a change to the function call. ("Last
changes to this page 15 Apr 2003 by jcm...@ar...")
Maybe Jeff can comment on any changes he made to make the v6 export
API function work? ( Likely the test needs updated to actually work on
v6.)
--=20
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS =3D Action Request System(Remedy)
Solution =3D People + Process + Tools
Fast, Accurate, Cheap.... Pick two.
Never ascribe to malice, that which can be explained by incompetence.
http://www.fellowshipchurch.com
On 5/26/05, Steve McDonald <ste...@ch...> wrote:
> Any luck on this? I get the same thing when I run it manually. The erro=
r
> message guide says to set the lock level to one of the following:
> =20
> - AR_LOCK_TYPE_NONE(0)
> - AR_LOCK_TYPE_READONLY(1)
> - AR_LOCK_TYPE_HIDDEN(2)
> =20
> Where do I set this and what is the syntax?
> ________________________________
> From: ars...@ar...
> [mailto:ars...@ar...] On Behalf Of Mark Vaughan
> Sent: Wednesday, May 25, 2005 1:31 PM
> To: ars...@ar...
> Subject: [Arsperl-users] ars_Export failure
>=20
>=20
>=20
>=20
> All,
>=20
> Has anyone gotten the ars_Export routine to not throw errors and, if so, =
is
> the data returned encrypted?
>=20
> =20
>=20
> I'm getting the following errors when running the t/02export.t test case:
>=20
> >> /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.6.1/sun4-solaris
> -I/usr/local/lib/perl5/5.6.1 t/02*.t =20
>=20
> 1..8
>=20
> ok [1]
>=20
> schema><ARSperl Test
>=20
> not ok [2] ([ERROR] Unknown object lock level specified (ARSperl Test)
> (ARERR #8832))
>=20
> schema><ARSperl Test2
>=20
> not ok [3] ([ERROR] Unknown object lock level specified (ARSperl Test2)
> (ARERR #8832))
>=20
> schema><ARSperl Test-join
>=20
> not ok [4] ([ERROR] Unknown object lock level specified (ARSperl Test-joi=
n)
> (ARERR #8832))
>=20
> filter><ARSperl Test-Filter1
>=20
> not ok [5] ([ERROR] Unknown object lock level specified (ARSperl
> Test-Filter1) (ARERR #8832))
>=20
> active_link><ARSperl Test-alink1
>=20
> not ok [6] ([ERROR] Unknown object lock level specified (ARSperl
> Test-alink1) (ARERR #8832))
>=20
> escalation><ARSperl Test-escalation1
>=20
> not ok [7] ([ERROR] Unknown object lock level specified (ARSperl
> Test-escalation1) (ARERR #8832))
>=20
> char_menu><ARSperl Test-menu-search1
>=20
> not ok [8] ([ERROR] Unknown object lock level specified (ARSperl
> Test-menu-search1) (ARERR #8832))
>=20
> =20
>=20
> Thanks,
>=20
> Mark
>=20
> =20
>=20
> Mark Vaughan
>=20
> Programmer III
>=20
> =20
>=20
> Direct: +1 303 802 2426
>=20
> Cell: +1 303 601 4434
>=20
> Fax: +1 303 802 1420
>=20
> mar...@ev...
> Evolving Systems, Inc.=20
> 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112
> www.evolving.com
|