Problems with View data

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Problems with View data

Post by skathaitrooney »

Hello Experts,

I have DB2 connector stage. Earlier i was running into an issue while running the job.
Error:
SQL30082N Security processing failed with reason "17" ("UNSUPPORTED FUNCTION"). SQLSTATE=08001
I checked this error and changed the db2 cataloging, AUTHENTICATION from SERVER to SERVER_ENCRYPT as server side it was SERVER_ENCRYPT.

After this change the job is running fine but when i click on VIEW DATA the same error is popping up.
I think the old cataloging is getting picked while VIEW DATA.

Any thoughts on this?
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

did you verify the parameters being passed during runtime and during view data?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Post by skathaitrooney »

Yes project level parameters are getting passed to both... For view data, i even hardcoded the DBNAME, username and pass in the connector stage. Still the same issue.
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

skathaitrooney wrote:i even hardcoded the DBNAME, username and pass in the connector stage. Still the same issue.
Just a clarification.

Is it the same user is being used when you view job vs run the job?
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Post by skathaitrooney »

Yes user remains the same. Now i am able to view data too. I dont know the reason why i wasnt able to earlier, the old cataloging was picked up when i was trying to view data. :?
chanaka
Premium Member
Premium Member
Posts: 96
Joined: Tue Sep 15, 2009 4:06 am
Location: United States

Post by chanaka »

Hi Somye,

Did you alter the DB2 cataloging details in your client machine DB2 configuration?

Cheers!

Chanaka
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Post by skathaitrooney »

Yes i did.
Post Reply