[Arsperl-users] ars_Export
Brought to you by:
jeffmurphy
|
From: David A. <D.J...@so...> - 2005-05-09 13:27:07
|
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 |