link open processing 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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

link open processing error

Post by scorpion »

Hi

Im trying to insert records into a dynamic RDBMS stage using different links having the same metadata.

But Im getting an error "Error occurred during link open processing"

I checked the metadata for all links.They are the same.

What could be wrong?

thanks in advance
Thanx&Regards
scorpion
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Do an exact search on "Error occurred during link open processing". It reveals a few posts. See if they help.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read the entire error message. Does it tell you which stage, which link?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

Error message

Post by scorpion »

Yes.

It is pointing to one of the links to the target table.But I checked that link and it is just like any other link into that table.

The error message is

"DSP.Open GCI $DSP.Open error -100."[/quote]
Thanx&Regards
scorpion
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

What if you convert the database stage into sequential stage for the newly added field. If the error disappears, you can find the difference between the other links to that. Have you tried with the IPC as suggested in some previous post?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
poornimajayan
Participant
Posts: 16
Joined: Sun Apr 17, 2005 11:27 pm

Re: link open processing error

Post by poornimajayan »

Try running the Job with Array Size and Transaction size as 1. :D
Post Reply