Run Map Fails -- Target Not Available

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
jackcool
Participant
Posts: 28
Joined: Thu Mar 02, 2006 6:19 pm
Location: sappington
Contact:

Run Map Fails -- Target Not Available

Post by jackcool »

Hi ,
I created a Map with one Input Card and one Output Card.Source for InputCard is File and Target for Output Card is Database.It worked fine until i changed my DB password.Since then Map does not run any more,it gives me error "Target Not Avaialble" .I was using MDQ file to connect to the database.I recreted Outut Cards,recreated MDQ ,recompiled type trees so far none of them seems to work.Does Datastage Tx caches the Database information any where ? Any clues/suggestions ?


Thanks
Jack
janhess
Participant
Posts: 201
Joined: Thu Sep 18, 2003 2:18 am
Location: UK

Post by janhess »

Did you change the password in the mdq? Did you restart the Event Server?
cloggieroo
Participant
Posts: 10
Joined: Fri May 28, 2004 8:01 am
Location: Netherlands

Re: Run Map Fails -- Target Not Available

Post by cloggieroo »

Try putting a trace on the SQL insert or query to the database. Trace information should tell you what your problem is. As stated in the other reply, don't forget to recycle the Event Server.
jackcool
Participant
Posts: 28
Joined: Thu Mar 02, 2006 6:19 pm
Location: sappington
Contact:

Post by jackcool »

Thanks for the reply guys.Issue was with the Database permissions.
Accidently my Database permission were changed ,which gives read only[SELECT] access to DB,which i did not pay attention.
After changing the permissions to read/write everything works fine.
Post Reply