SQL30108N A connection failed but has been re-established

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's a network dropout ultimately, which makes it interesting that you're able to reproduce it. I think that you need to go to official support on this one - perhaps the call to SQLEndTran to send the COMMIT is also sending something that causes a network interrupt.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
joycerecacho
Participant
Posts: 298
Joined: Tue Aug 26, 2008 12:17 pm

Post by joycerecacho »

But COMMIT in a Select Statement?
Joyce A. Recacho
São Paulo/SP
Brazil
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: SQL30108N A connection failed but has been re-establishe

Post by SURA »

Can you able to view the data from Datastage?
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
joycerecacho
Participant
Posts: 298
Joined: Tue Aug 26, 2008 12:17 pm

Re: SQL30108N A connection failed but has been re-establishe

Post by joycerecacho »

It is a Lookup Sparse which uses parameter at the where condition so I cant view the data, unless I cut it off.
Joyce A. Recacho
São Paulo/SP
Brazil
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is the right square bracket in the FROM clause a typo, or the cause of the problem?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
joycerecacho
Participant
Posts: 298
Joined: Tue Aug 26, 2008 12:17 pm

Post by joycerecacho »

At the FROM clause there is the table owner as a parameter.
We usually do it at the jobs and it perfectly works.
Joyce A. Recacho
São Paulo/SP
Brazil
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

The production environment is different in some way.

Try toggling the DB2 Connector stage's "Keep conductor connection alive" setting.
Choose a job you love, and you will never have to work a day in your life. - Confucius
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Great! Thank you for sharing the magic setting combination.
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply