Re: [Arsperl-users] Export of the User form
Brought to you by:
jeffmurphy
|
From: Carey M. B. <bla...@gm...> - 2006-05-09 14:32:33
|
I think there is an example of how to export an check objects into an RCS system too. (In the ARSPerl distribution.) \ARSperl-1.85\example\Dump_Setup.pl Looks like it deals with: @schema @activelink @filter @escalation @menu And even... admin extensions. :) hehe.. do those even still exist in ARS? @admin_ext =3D ars_GetListAdminExtension($c); Here is the header of the script for reference: #!/usr/local/bin/perl # # $Header: /cvsroot/arsperl/ARSperl/example/Dump_Setup.pl,v 1.3 1999/06/14 17:07:39 jcmurphy Exp $ # # EXAMPLE # Dump_Setup.pl [username] [password] [path] # # DESCRIPTION # Log onto the server and export all schemas, filters, etc. # # NOTES # This might require special permission for the username you login as # # AUTHOR # joel murphy # # 03/14/96 # # $Log: Dump_Setup.pl,v $ # Revision 1.3 1999/06/14 17:07:39 jcmurphy # added some login error checking # # Revision 1.2 1998/12/11 15:24:38 jcmurphy # adjustments to GetListSchema for >=3D3.0 systesm # # Revision 1.1 1996/11/21 20:13:50 jcmurphy # Initial revision -- 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. On 5/9/06, Heider, Stephen <sh...@pb...> wrote: > > Mark, > > Could you post it to the list? > > Thanks. > Stephen > > ________________________________ > > From: ars...@ar... > [mailto:ars...@ar...] On Behalf Of Lintner, Mitchell > Sent: Tuesday, May 09, 2006 9:46 AM > > To: ars...@ar... > Subject: RE: [Arsperl-users] Export of the User form > > > > Mark, > > I would really be interested in taking a look at your script that creates= a > def file. I don't get much time to write Perl scripts anymore and have ne= ver > done anything in the ars_Export area. Note: my servers are HP Unix. > > Thanks, > > Mitch > > > Mitch Lintner > Analyst/Programmer > Remedy Developer > Cingular Wireless > 1125 E Campbell Rd > Richardson, Texas, 75081 > 972-907-6965 > mit...@sw... |