Error Message - "DSP.Open GCI $DSP.Open error -100"

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
pg_smh
Participant
Posts: 15
Joined: Sat Feb 10, 2007 3:31 am

Error Message - "DSP.Open GCI $DSP.Open error -100"

Post by pg_smh »

I am getting the following error message - "DSP.Open GCI $DSP.Open error -100" while running a server job. Data is being pulled from DB2 datasource.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi and Welcome to Dsxchange :D !!!

There should be other valid error code along with this error message.
Just with this message, we can guess various reasons like, Wrong SQL query, incompatable datatype, wrong column name specification.
You need to give more details about the job as well as the error message and as well as the query.
Try to execute the same query from command prompt and ensure the correctness.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
pg_smh
Participant
Posts: 15
Joined: Sat Feb 10, 2007 3:31 am

The series of messages are as follows

Post by pg_smh »

1. Warning - Error occurred during link open processing. (while sending data to the Lookup transformer)
2. warning - DSP.Open GCI $DSP.Open error -100.
3. Fatal - DSP.Open GCI $DSP.Open error -100 (while sending data to the error transformer)

If the SQL query for pulling data from the source is run at the backend database, then rows are returned, but when this data goes to the transformer for lookups, then the following messages are encountered.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

$DSP.Open is the function used to connect to DB2.

Verify that all the connection information goven in the stage is correct and that, if needed, the DB2 client software is correctly installed and configured.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply