[Arsperl-users] Using arsperl to export 'definition' files

2008-09-18 Thread Urban, Robert (, externer Mitarbeiter)
Hello Folks, does anyone have a script that can export a 'definition' file for an application, or for all objects/elements on an ARS server? Actually, I'd be interested in any kind of script to is able to 'export' definitions, or even a description of how the GUI goes about doing such things,

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
. What version of ARSperl are you using? Urban, Robert (, externer Mitarbeiter) wrote: Hi Folks, I'm trying to get (@views = ars_GetListVUI($ARS, $schema, 0)) || die $ars_errstr; to work.I've also tried: (@views = ars_GetListVUI($ARS, $schema)) || die $ars_errstr

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
. Thilo Urban, Robert (, externer Mitarbeiter) wrote: Hi Thilo, I'm using v7.1 patch 004. rob urban -Ursprüngliche Nachricht- Von: Thilo Stapff [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2008 20:24 An: ARSperl User Discussion Betreff: Re: [Arsperl-users

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
in 1.84 (and probably earlier versions). Versions 1.85 or higher should work fine. Thilo LJ Longwing wrote: Could you try upgrading to 1.90 or 1.91 and see if you still have problems? -Original Message- From: Urban, Robert (, externer Mitarbeiter) [mailto:[EMAIL PROTECTED] Sent

Re: [Arsperl-users] Using arsperl to export 'definition' files

2008-12-03 Thread Urban, Robert (, externer Mitarbeiter)
? Thanks, Mark Vaughan 303.601.4434 (mobile) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Urban, Robert (, externer Mitarbeiter) Sent: Thursday, September 18, 2008 8:24 AM To: ARSperl User Discussion Subject: [Arsperl-users] Using arsperl to export

Re: [Arsperl-users] Non-regularLists of enums

2009-03-25 Thread Urban, Robert (, externer Mitarbeiter)
Hi Philipp, The quick answer is: don't use the ARS OO interface. You'll have to use the procedural interface and sort out the enum values yourself. Look at ARSOOform.pm. The code that produces your error-message is: if ($fv-{'dataType'} eq enum) { if