RE: [Arsperl-users] GetServerInfo Error
Brought to you by:
jeffmurphy
|
From: Thomas W. <tm...@ya...> - 2005-08-16 14:51:29
|
Dafydd, There are some parameters missing from the script that came with the distribution. The following line: $c = ars_Login(shift, shift, shift) || ... Should be changed to: $c = ars_Login(shift, shift, shift, undef, undef, <option port. Use undef if no port.>) || ... Regards, Thomas Worth IT Prophets Inc. -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of D.Roberts Sent: Tuesday, August 16, 2005 10:25 AM To: ars...@ar... Subject: [Arsperl-users] GetServerInfo Error Hi, We are running: Solaris 9 perl, v5.6.1 built for sun4-solaris ARS 5.1.2 ARSperl 1.81 When I try the example program ars_GetServerInfo.pl that comes with the distribution I get: ./ars_GetServerInfo.pl servername username password Calling GetServerInfo .. ERR: [ERROR] Unrecognized server information tag (171) (ARERR #123) This occurs for both root and non-root login. Other examples seem to work OK. What should I change? Thanks, Dafydd Roberts IT Services University of Wales Bangor ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |