Re: [Arsperl-users] ars_Export
Brought to you by:
jeffmurphy
|
From: David A. <D.J...@so...> - 2005-05-10 08:34:08
|
I have now. I get: [ERROR] Invalid number of arguments (ARERR #80000) [ERROR] Cannot open catalog: Message number = 132 () (ARERR #132) When I try my $val = ars_Export($c,"",&ARS::AR_VUI_TYPE_NONE,$type,$name, undef,undef); I get: [ERROR] Unknown export type (ARERR #80009) I've tried 0 and and &ARS::AR_EXPORT_FORMAT_AR_DEF in place of that first undef with similar results. David Adams Corporate Information Services Information Systems Services University of Southampton ----- Original Message ----- From: <jar...@te...> To: <ars...@ar...> Sent: Tuesday, May 10, 2005 6:21 AM Subject: RE: [Arsperl-users] ars_Export > > The documentation is not updated to v6 I think. > > Have you tried: > my $val = ars_Export($c,"",&ARS::AR_VUI_TYPE_NONE,$type,$name, undef); > > -- > Jarl > >> -----Original Message----- >> From: ars...@ar... >> [mailto:ars...@ar...]On Behalf Of David Adams >> Sent: 9. mai 2005 15:26 >> To: ARSperl mailling list >> Subject: [Arsperl-users] ars_Export >> >> >> I am trying to get ARSperl 1.83 compiled with the 6.01 API >> working against a >> 6.01 server. >> >> The example script DumpSetup.pl supplied with 1.83 belongs to >> the previous >> century and calls ars_Export with too few arguments. >> >> When I follow the supplied HTML manual and try: >> >> my $val = ars_Export($c,"",&ARS::AR_VUI_TYPE_NONE,$type,$name); >> print $ars_errstr, "\n"; >> >> Then I get: >> >> [ERROR] Unknown object lock level specified (User) (ARERR #8832) >> >> (The same ars_Export call works fine for ARSperl 1.8002 with >> the 5.1 API >> library against the same server.) >> >> Is this simply a case of the documentation lagging behind, or >> is there a >> bug? >> >> David Adams >> Corporate Information Services >> Information Systems Services >> University of Southampton >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: NEC IT Guy Games. >> Get your fingers limbered up and give it your best shot. 4 >> great events, 4 >> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 >> _______________________________________________ >> Arsperl-users mailing list >> Ars...@ar... >> https://lists.sourceforge.net/lists/listinfo/arsperl-users >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_ids93&alloc_id281&opÌk > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |