Client Library Error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ririr
Participant
Posts: 84
Joined: Sun Apr 04, 2004 8:59 pm

Client Library Error

Post by ririr »

For a test project I created the following UserDefined Environment variables using Administrator

SRCServer
SRCPassWord
SRCUserName
TGTPassWord
TGTServer
TGTUserName

In the Designer I am calling the above variables in one of the jobs
#$SRCServer#
#$SRCUserName#
#$SRCPassWord#
#$TGTServer#
#$TGTUserName#
#$TGTPassWord#

and it is throwing the following error

Unknown client library - $PROJDEF
TEST..TEST1.DSLink1: DSP.Open GCI $DSP.Open error -100.

Any help is appreciated
maximus
Participant
Posts: 10
Joined: Wed Mar 03, 2004 5:57 am

Post by maximus »

Hi

Check whether u have added these variables as job parameters, if you are going to use them as parameters for passing values

Max
Post Reply