Which version of the API are you using?
Chad Hensley
--- On Tue, 8/10/10, Ervin, Steven wrote:
> From: Ervin, Steven
> Subject: Re: [Arsperl-users] Problem compiling ARS.o under Solaris 10
> To: "ARSperl User Discussion"
> Date: Tuesday, August 10, 2010, 8:47 PM
>
he same code on Solaris 10. Commenting out
$ENV{PERL_BADFREE} resolves the issue.
Thanks for your assistance.
Steve
-Original Message-
From: Thilo Stapff [mailto:thilo.sta...@apprologic.de]
Sent: Tuesday, August 10, 2010 1:18 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] Pr
My first guess would be that your perl interpreter was compiled with a
different compiler (or a different version of gcc). Run "perl -V" to
check that.
You might also google for
perl siginfo.h "parse error before" ctid_t
which produces a lot of results.
Interestingly, one of the topmost r
I'm having issues compiling ARSperl-1.91 under Solaris 10. The problem
does not occur under Solaris 9. Installing the Solaris 9 version on
Solaris 10 causes ARSperl to hang upon program exit. Thanks in advance.
[11:28][repo...@txslfdwpd2:/tmp/ARSperl-1.91]$
/export/home/reports/tools/bin/
Hi
I have an application which query CTM:People Permission Groups for the
groups of a user and the result is different from web interface the problem
is after I update the permission groups, include a new group, in the web
interface I run my application again and it return only the group that I
in
Thanks.
The edit option seemed to work.
Joe
On Tue, Oct 28, 2008 at 5:16 PM, Thilo Stapff
<[EMAIL PROTECTED]> wrote:
> I think I've seen this problem too when I tried to run ARSperl with Perl
> 5.10. It is probably fixed in the latest developer version, which can be
> downloaded from Sourceforge
I think I've seen this problem too when I tried to run ARSperl with Perl
5.10. It is probably fixed in the latest developer version, which can be
downloaded from Sourceforge via CVS. How to do this, see
http://sourceforge.net/cvs/?group_id=116013
Another possibility would be to make some rather
Hello all,
We are moving from Solaris to Redhat Linux 5 (32 bit) and I am having
trouble getting ARSPerl to work on the new host. The process of
building ARSPerl to a private directory does not produce any errors,
but when I try to run a simple script, I get a Perl error referencing
ARSnparm.pm.
h to tell you how to add the attachment into
Remedy, in this case the documents are a bit sparse...
_
From: Steve McDonald [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 4:12 PM
To: ARSperl User Discussion
Subject: [Arsperl-users] Problem with attachments via web
Hello All,
Hello All,
I have a web page where I accept attachments for submission into Remedy. As of
right now the ticket gets submitted and the attachment filename comes through
but I'm getting zero length attachments. Here's the code, anyone got a thought
or suggestion?
if(($name && $email && $phon
Hi,
We are getting following error while installing ARSPerl module on
Solaris 10. Will you please help us to understand the issue and to
resolve it.
I had already downloaded the APIs from arswiki and I changed the Makefile.PL
Yea! The warnings came up but it did compile this time.
Thanks,
-Geoff
On Fri, May 2, 2008 at 1:49 AM, Thilo Stapff <[EMAIL PROTECTED]>
wrote:
> There's an error in line 114 of Makefile.PL:
>
> $ARS_LIBS .= " -lpthre
There's an error in line 114 of Makefile.PL:
$ARS_LIBS .= " -lpthread -licuuc -licui18n";
which should be changed to
$ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";
Additionally, as Jeff already wrote, the unicode libraries might be
missing on your system.
Regards,
Thilo Stapff
G
On May 1, 2008, at 6:34 PM, Geoffrey Endresen wrote:
I've seen some recommendations, but for solving this issue. Any help
would be appreciated.
/usr/bin/ld: cannot find -licuuc
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/ARS/ARS.so] Error 1
ignore the warnings.
go
I've seen some recommendations, but for solving this issue. Any help would
be appreciated.
---| remedy-dev-4715: ~/ARSperl-1.90 |-
% perl Makefile.PL
Building against perl 5.008008
Generating support.h file..
Processing AR_STRUCT_ITEM codes..
Processing AR_SERVER_S
ent
> Comcast Cable Corporation
> 720.268.8591
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Thilo Stapff
> Sent: Thursday, October 18, 2007 2:36 AM
> To: Brad O'Hara; ARSperl User Discussion
> Subject: Re: [Arsperl
PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thilo Stapff
Sent: Thursday, October 18, 2007 2:36 AM
To: Brad O'Hara; ARSperl User Discussion
Subject: Re: [Arsperl-users] Problem from web or cron
You might try the following:
Assuming that '80101' is a date or date/time field, speci
All,
Not sure what I am doing wrong! I have the following code that
retrieves entries when run from the command line, but not from a crontab
entry.
my $c = ars_Login(&CCACHE::SERVER, &CCACHE::USERNAME, &CCACHE::PASSWORD);
my $query= qq/('86010' = "Problem" OR '86010' =
"Informat
You might try the following:
Assuming that '80101' is a date or date/time field, specify the date
in the qualifier string as an integer (epoch time for date/time fields,
see recent arsperl-users thread about date conversion for date fields).
Furthermore, it looks like '86010' might be a
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}
>
>
>
>
For the 'Enum With Gaps' field, you have to use
$field->{limit}{enumLimits}{customList}
instead of
$field->{limit}{enumLimits}{regularList}
Regards,
Thilo
Michiel Beijen wrote:
> Excuse me, here is my message one more time. sf.net keeps sending
> messages to me that they've blocked an
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 e
-- 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
I guess I also ran into a problem with the 7.x Enum field when it
The easiest way to relate field ids to names is probably to look them up
in the admin tool.
Alternatively, ars_GetFieldTable returns a hash with field names as keys
and IDs as values:
my %fieldTable = ars_GetFieldTable( $ctrl, $form );
foreach my $field ( keys %fieldTable ){
print "$fiel
Thilo
ok, I get the field IDs with ars_GetFieldTable, but wich field ID is the right
one.
The Field is a drop down list, but I must also enable a radio button and I must
write a text to a textbox.
Thanks for your help
Chris
> You have to use the field ID of "T_Status".
> Moreover, T_Status is
You have to use the field ID of "T_Status".
Moreover, T_Status is probably a selection field (radio button or
dropdown list), and you have to use the numerical value of "work in
progress", e.g.
ars_SetEntry($c, $schema, $entry, 0, 536870915, 2 )
Regards,
Thilo Stapff
Christopher Rogall schri
Hi
Running Perl 5.8.8, Remedy 6.3 API, ARSPerl 1.84.
I can“t change fields. For example:
I open a ticket and read all information. The Status is "assigned" and I will
change it to "Work in progress". How can I do this?
ars_SetEntry($c, $schema, $entry, 0, "T_Status", "work in progress")|| die
27 matches
Mail list logo