Re: [Arsperl-users] segfault with ArsPerl 1.85

2006-11-29 Thread Michiel Beijen
Hi Barbara, I guess the problem is in the fact that you should compile ARSPerl against the Remedy 6.3 libs. You can use ARSPerl to connect to pre-6.3 servers without any problems, but you should use the 6.3 libs to compile it with. You can find these in the API directory of the server. You do

Re: [Arsperl-users] ARSPerl 1.90 setup

2007-06-27 Thread Michiel Beijen
Yup, I guess that will be the solution... There are no 64-bit Remedy libraries available so far, so there is no point in running 64-bit Perl. Remedy said their next major release would have 64-bit libraries. -- Met vriendelijke groet / Kind regards Michiel Beijen

Re: [Arsperl-users] Can you change the remedy user's password in ARSperl?

2007-07-31 Thread Michiel Beijen
@arsperl.org https://lists.sourceforge.net/lists/listinfo/arsperl-users -- Met vriendelijke groet / Kind regards Michiel Beijen __ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail [EMAIL PROTECTED

Re: [Arsperl-users] Can you change the remedy user's password in ARSperl?

2007-07-31 Thread Michiel Beijen
password # (Think Read Restricted licenses...) # Also on some systems the User form is renamed to something other than User. # # AUTHOR # Michiel Beijen, Mansolutions, 2007. # use ARS; use strict; use warnings; die usage: ChangePassword.pl server username password newpassword\n unless ( $#ARGV

Re: [Arsperl-users] Where can I get arsperl 1.71

2007-08-16 Thread Michiel Beijen
Hi Monty, You're right; 1.71 is not on sf.net; however since 1.74 is only minor revisions up from 1.71 I would advise you to download and use that one. That will (almost certainly) run your 1.71 scripts just fine. Here's the link for the 1.71 release:

Re: [Arsperl-users] Ppm for Solaris

2007-08-24 Thread Michiel Beijen
in creating one. -- Met vriendelijke groet / Kind regards Michiel Beijen __ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail [EMAIL PROTECTED] Internet http://bsm.mansolutions.nl On 8/23/07, Holmes, Garett

[Arsperl-users] Problem with 7.x enum list with gaps (was: Re: Errors opening a form)

2007-08-25 Thread Michiel Beijen
-- Forwarded message -- From: Michiel Beijen [EMAIL PROTECTED] Date: Aug 25, 2007 2:34 PM Subject: Problem with 7.x enum list with gaps (was: Re: [Arsperl-users] Errors opening a form) To: ARSperl User Discussion arsperl-users@arsperl.org I guess I also ran into a problem

[Arsperl-users] Problem with 7.x enum list with gaps (was: Re: Errors opening a form)

2007-08-26 Thread Michiel Beijen
Excuse me, here is my message one more time. sf.net keeps sending messages to me that they've blocked and removed .zip and .pl attachments. I guess I also ran into a problem with the 7.x Enum field when it contains gaps and I have attached a .def file and a perl script to explain it. The list of

Re: [Arsperl-users] Problem with 7.x enum list with gaps

2007-08-27 Thread Michiel Beijen
Ah! I see. That is a bit confusing, but yes, it works... Thanks! -- Michiel On 8/27/07, Thilo Stapff [EMAIL PROTECTED] wrote: For the 'Enum With Gaps' field, you have to use $field-{limit}{enumLimits}{customList} instead of $field-{limit}{enumLimits}{regularList} Regards,

Re: [Arsperl-users] list available cti's in a particular schema

2007-09-25 Thread Michiel Beijen
/ ___ Arsperl-users mailing list Arsperl-users@arsperl.org https://lists.sourceforge.net/lists/listinfo/arsperl-users -- Met vriendelijke groet / Kind regards Michiel Beijen __ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands

Re: [Arsperl-users] Can't load ARS.dll

2007-10-21 Thread Michiel Beijen
vriendelijke groet / Kind regards Michiel Beijen __ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail [EMAIL PROTECTED] Internet http://bsm.mansolutions.nl

Re: [Arsperl-users] ARSPerl 1.9 will not run with API 7.0

2007-12-11 Thread Michiel Beijen
Hi Maurice, I guess the problem is that you try to use a 64-bit Perl while the Remedy libraries are still 32 bit. Please try to compile ARSperl with a 32-bit Perl interpreter. -- Met vriendelijke groet / Kind regards Michiel Beijen

Re: [Arsperl-users] Solaris compile problems with 1.90 * GetEntryBLOB core dumps

2007-12-24 Thread Michiel Beijen
Strange. Have you tried activating SQL logging on the server to see what's happening there? Can you retrieve the file using the User Tool? I know that you'd have to modify a setting on Oracle to store attachments of 32 MB in size. Regards, Michiel On Dec 21, 2007 10:48 PM, Allan Yates [EMAIL

Re: [Arsperl-users] make problem on sunos

2008-08-29 Thread Michiel Beijen
the 'newer' calls like ARImpersonateUser will not work against an older AR server. Regards, Michiel Beijen On Fri, Aug 29, 2008 at 2:57 AM, Paul Wilson [EMAIL PROTECTED] wrote: I'm trying to compile on SunOS for a Remedy 4.5.2 system with ARSperl-1.91 I'm getting the folllowing errors on make

Re: [Arsperl-users] Impersonate User

2008-10-31 Thread Michiel Beijen
/redirect.php?banner_id=100url=/ -- Arsperl-users mailing list Arsperl-users@arsperl.org https://lists.sourceforge.net/lists/listinfo/arsperl-users -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl

Re: [Arsperl-users] Get schema id from form name without arschema

2008-12-01 Thread Michiel Beijen
, either using a query on ARSCHEMA or via an API call. Regards, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl On Mon, Dec 1, 2008 at 6:45 PM, Franklin Lee [EMAIL PROTECTED] wrote: I can, by querying against the field table, get field information

Re: [Arsperl-users] How to get enumerated value mapping for a field (non OO)

2008-12-04 Thread Michiel Beijen
You can also refer to this example included in ARSperl: http://arsperl.cvs.sourceforge.net/viewvc/arsperl/ARSperl/example/ars_decodeStatusHistory.pl?revision=1.3view=markup hth, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl On Thu, Dec 4, 2008 at 3

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-24 Thread Michiel Beijen
unicode properly. I would suggest that if you need unicode capabilities, you should look into the other integration possibilities such as the Java or C APIs. -- Michiel Beijen Software Consultant +31 6 457 42 418 Bee Free IT + http://beefreeit.nl On Mar 24, 2009 8:31 AM, _HK_ ciphersk...@gmail.com

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

2009-03-25 Thread Michiel Beijen
your data in and out of ITSM. Regards, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl On Wed, Mar 25, 2009 at 13:08, Wollschlegel Philipp philipp.wollschle...@alpiq.com wrote: Greetings List, I am trying to open a form with arsperl 1.91 like so

Re: [Arsperl-users] ars_GetListEntry

2009-04-14 Thread Michiel Beijen
, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free IT + http://beefreeit.nl 2009/4/13 Rusty Copeland rcopelan...@yahoo.com Steve, It's been a while since I used ARS but the help pages for ars_GetListEntry has missed an argument, plus I've always sucked the data into a hash. Here's

Re: [Arsperl-users] ARS Perl for Windows

2009-07-15 Thread Michiel Beijen
to download it. Here's the link: http://developer.bmc.com/communities/docs/DOC-5262 The 1.90 ppd you found on sourceforge does NOT include the dlls. I'd suggest to use the 1.91 version from the BMC website. Kindest regards, -- Michiel Beijen Software Consultant +31 6 457 42 418 Bee Free IT + http