From: morgan.cui on
I meet the same problem, have you solve this problem? Can you tell me
the method?

On 12ÔÂ9ÈÕ, ÉÏÎç3ʱ16·Ö, walker....(a)OSU.EDU (Paul Walker) wrote:
> I am using the following line of SCL (in the SCL entry of a SAS/AF frame)
> to assign a remote teradata library:
>
> rc=libname(database
> , ''
> , 'teradata'
> , "server='oneview' user="||userid||' password='||pw
> ||" schema='"||database||"'dbindex=yes"
> );
>
> This code works fine from a PC SAS session, but when I run it on a UNIX
> SAS session (using KEA! X terminal), I get the following error:
>
> Return Code: 9900003
> Sysmsg() : Teradata Connection: CLI2: ICULOADERROR(510):
> Error LoadingICULibrary
>
> Can anyone help decode this error?
>
> TIA,
> Paul

From: Joe Whitehurst on
Paul,

Great question!. I eagerly await responses from the self proclaimed "SAS
Experts" and "all things maven" like Ron Fehd, Andrew Karp, etc..

Joe

On Dec 8, 2007 2:16 PM, Paul Walker <walker.627(a)osu.edu> wrote:

> I am using the following line of SCL (in the SCL entry of a SAS/AF frame)
> to assign a remote teradata library:
>
> rc=libname(database
> , ''
> , 'teradata'
> , "server='oneview' user="||userid||' password='||pw
> ||" schema='"||database||"'dbindex=yes"
> );
>
> This code works fine from a PC SAS session, but when I run it on a UNIX
> SAS session (using KEA! X terminal), I get the following error:
>
> Return Code: 9900003
> Sysmsg() : Teradata Connection: CLI2: ICULOADERROR(510):
> Error Loading ICU Library
>
> Can anyone help decode this error?
>
> TIA,
> Paul
>
From: Peter Crawford on
On Tue, 25 Dec 2007 23:02:05 -0800, morgan.cui(a)GMAIL.
COM wrote:lrsame problem, have you solve this
problem? Can you tell me
>the method?
>
>On 12��9��, ����3ʱ16��, walker....(a)OSU.EDU
(Paul Walker) wrote:
>> I am using the following line of SCL (in the SCL entry
of a SAS/AF frame)
>> to assign a remote teradata library:
>>
>> rc=libname(database
>> , ''
>> , 'teradata'
>> , "server='oneview' user="||userid||'
password='||pw
>> ||" schema='"||database||"'dbindex=yes"
>> );
>>
>> This code works fine from a PC SAS session, but when
I run it on a UNIX
>> SAS session (using KEA! X terminal), I get the following
error:
>>
>> Return Code: 9900003
>> Sysmsg() : Teradata Connection: CLI2:
ICULOADERROR(510):
>> Error LoadingICULibrary
>>
>> Can anyone help decode this error?
>>
>> TIA,
>> Paul

is this not just a complex way of saying that the server
could not be found, or is not accepting connections from
the unix box in which the SAS AF frame is running ?

PeterC
From: Robin Templer on
My first bet - having run into similar problems getting the Access to
SQLServer running under unix - is that the SAS Access/Teradata has not been
installed correctly - possibly some unix PATH or SHLIL or ... other
environment variables need to be defined.




-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L(a)LISTSERV.UGA.EDU] On Behalf Of Peter
Crawford
Sent: Wednesday, 26 December 2007 10:17 p.m.
To: SAS-L(a)LISTSERV.UGA.EDU
Subject: Re: Terradata Connection: ICULOADERROR(510)

On Tue, 25 Dec 2007 23:02:05 -0800, morgan.cui(a)GMAIL.
COM wrote:lrsame problem, have you solve this
problem? Can you tell me
>the method?
>
>On 12��9��, ����3ʱ16��, walker....(a)OSU.EDU
(Paul Walker) wrote:
>> I am using the following line of SCL (in the SCL entry
of a SAS/AF frame)
>> to assign a remote teradata library:
>>
>> rc=libname(database
>> , ''
>> , 'teradata'
>> , "server='oneview' user="||userid||'
password='||pw
>> ||" schema='"||database||"'dbindex=yes"
>> );
>>
>> This code works fine from a PC SAS session, but when
I run it on a UNIX
>> SAS session (using KEA! X terminal), I get the following
error:
>>
>> Return Code: 9900003
>> Sysmsg() : Teradata Connection: CLI2:
ICULOADERROR(510):
>> Error LoadingICULibrary
>>
>> Can anyone help decode this error?
>>
>> TIA,
>> Paul

is this not just a complex way of saying that the server
could not be found, or is not accepting connections from
the unix box in which the SAS AF frame is running ?

PeterC
From: "William W. Viergever" on
At 11:42 PM 12/25/2007, Joe Whitehurst wrote:
>Paul,
>
>Great question!. I eagerly await responses from the self proclaimed "SAS
>Experts" and "all things maven" like Ron Fehd, Andrew Karp, etc..
>
>Joe


joe, joe joe ...

why wait for replies from them?

what makes you think they've experience w/ terradata?

you wouldn't be taunting folks again; would you, joe?

on christmas day even; methinks i should of taken the rest of the week off


p.s. nice code snippet paul


out








>On Dec 8, 2007 2:16 PM, Paul Walker <walker.627(a)osu.edu> wrote:
>
> > I am using the following line of SCL (in the SCL entry of a SAS/AF frame)
> > to assign a remote teradata library:
> >
> > rc=libname(database
> > , ''
> > , 'teradata'
> > , "server='oneview' user="||userid||' password='||pw
> > ||" schema='"||database||"'dbindex=yes"
> > );
> >
> > This code works fine from a PC SAS session, but when I run it on a UNIX
> > SAS session (using KEA! X terminal), I get the following error:
> >
> > Return Code: 9900003
> > Sysmsg() : Teradata Connection: CLI2: ICULOADERROR(510):
> > Error Loading ICU Library
> >
> > Can anyone help decode this error?
> >
> > TIA,
> > Paul
> >


---------------------------------------------------
William W. Viergever
Viergever & Associates
Health Data Analysis / Systems Design & Development
Sacramento, CA 95825
william(a)viergever.net
www.viergever.net
(916) 483-8398
---------------------------------------------------