API creating TAS - (ORA-01407: cannot update ("ARADMIN"."T1269"."C8") to NULL) (ARERR #552)

2015-06-12 Thread Tim Lank
Is it supported and possible to create a TAS via TMS:Task with the API, associate it properly with an existing 'No Impact' CRQ in 'Draft' status (also created via API) and have all of the OOTB workflow operate properly as if it were done through the Web UI/MidTier? When we do this, we end up with

request for review of procedure - Building ARSperl1.93 on RHEL6.4-64bit

2014-10-27 Thread Tim Lank
1. OS (operating system) version (RHEL 6.4 64-bit) 2. Perl version (output from perl -v) (This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04 SP5) 4. API version you compiled against (764sp5) 5. ARSperl version (1.93) Building 64bit ARSP

encryption libraries

2014-10-11 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) Where do I find the encryptio

Re: arsPerl TMS:Task and CHG:Infrastructure Change

2014-10-07 Thread Tim Lank
This code seems to work just fine for what I'm trying to do (find all Task ID's that are associated with CRQ00032100). Thanks for all that had a look a this. #!/usr/bin/perl use ARS; $server = "remedy.example.com"; $login = "myloginid"; $passwd = "mypw"; $port = "10005"; # login to the AR

arsPerl TMS:Task and CHG:Infrastructure Change

2014-10-07 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) I have a given CRQ (Infrastru

Re: Remedy login difficulty

2014-10-07 Thread Tim Lank
d match that of its AD counterpart. Do you know of another way around this? On Sun, Oct 5, 2014 at 8:19 AM, Tim Lank wrote: > 1. OS (operating system) version (RHEL 5.8 32-bit) > 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for > i386-linux-thread-multi) >

Remedy login difficulty

2014-10-05 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) I can login to Microsoft shar

Remedy dates

2014-09-27 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) I see dates for various field

Re: The selected change manager is invalid - ARERR #1441146

2014-09-27 Thread Tim Lank
l31, $id32, $val32, $id33, $val33, $id34, $val34, $id35, $val35, $id36, $val36)) || die $ars_errstr; all using the same CHG:ChangeInterface_Create schema. The script now responds with an Entry ID number and the record gets created in the DB. Thanks again for the help. On Sat, Sep 27, 20

The selected change manager is invalid - ARERR #1441146

2014-09-27 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) when running the script below

The selected change manager is invalid - ARERR #1441146

2014-09-27 Thread Tim Lank
1. OS (operating system) version (RHEL 5.8 32-bit) 2. Perl version (output from perl -v) (This is perl, v5.8.8 built for i386-linux-thread-multi) 3. ARSystem version you are connecting to (7.6.04) 4. API version you compiled against (764sp1) 5. ARSperl version (1.93) when running the script below,