[Arsperl-users] Getting [ERROR] Message not in catalog; Message number = 342 () (ARERR #342)
Brought to you by:
jeffmurphy
|
From: Syed B. (sbasith) <sb...@ci...> - 2005-11-28 09:08:25
|
Hi,
=20
I am using arsperl for the create entry and i get this error on submit
usign arsperl. I get this only when i submit using a attachment.
Otherwise it is fine.
we are on 6.0.1 patch 1454 japanese solaris server, oracle database.
ARsperl 1.82.=20
=20
=20
I get this error on this code
=20
[ERROR] Message not in catalog; Message number =3D 342 () (ARERR #342)
Here is code i am using
=20
$ctrl =3D ars_Login("server", "user", "pass");
if ($ars_errstr ne "")
{
print "ERROR=3DUnable to connect $ars_errstr\n";
&Print_mail;
}
$form =3D '+CSHR:MailIn';
=20
$attach1 =3D $file_array[1];
$entry_id =3D ars_CreateEntry($ctrl, $form,
'536870913', $from_user,
'536870914', $to_user,
'536870915', $subject,
'536870916', $totalmsg,
'536870924', $userid,
'536870926', $maction,
'536870922', $vendor,
'536870923', @case_array3[0],
'536870929', $toid,
'536870930', $key1,
'536870931', $key2,
'536870934', $priority,
'2', $user,
'7', '0',
'536870917', { file =3D> "$attach1", size
=3D> 2000000});
=20
=20
Thanks
=20
Syed Abdul Basith
=20
|