ODBC stage error

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
amarnadh0203
Participant
Posts: 10
Joined: Mon Jul 28, 2008 7:37 am

ODBC stage error

Post by amarnadh0203 »

I have a job design like below:

ODBC Stage ----> Sequential file Stage

ODBC stage with "BULK INSERT" and "SELECT 'ok' as RSLT"

Sequential file Stage with input link for 'RSLT'.

the job completes with FINISH status but logs a Fatal error listed below:

Fatal Error: ODBC_Enterprise_3,0: [DataDirect][ODBC SQL Serv..

Can some one help to get rid off the Fatal error in the log.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Post the entire message. Double-click on it to see it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
amarnadh0203
Participant
Posts: 10
Joined: Mon Jul 28, 2008 7:37 am

Post by amarnadh0203 »

Thas only message i am getting ..nothing else....
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ok, so it's the "only" message but is that the complete message? I can't believe it literally ends with "[ODBC SQL Serv..". Can you please try double-clicking on it to get an Event Detail dialog box, then clicking "Copy" and then paste the result into a post here?
-craig

"You can never have too many knives" -- Logan Nine Fingers
amarnadh0203
Participant
Posts: 10
Joined: Mon Jul 28, 2008 7:37 am

Post by amarnadh0203 »

ODBC_Enterprise_3,0: [DataDirect][ODBC SQL Serv

thats all i can see in the event log window...
gshankar007
Participant
Posts: 4
Joined: Thu Mar 08, 2007 12:18 am
Location: Hyderabad
Contact:

Post by gshankar007 »

What you need to do is

1. Check the ODBC Stage Mappings (verify the authenication)
2. Include the sequential file stage (not sure what r u trying to do here)
3. Check what have u mapped in the input and output stages of sequential file

run these steps and let me know the outcome
gshankar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

amarnadh0203 wrote:ODBC_Enterprise_3,0: [DataDirect][ODBC SQL Serv

thats all i can see in the event log window...
One last time for grins...

Didn't ask what you can see, I asked you to click on 'Copy' and then paste everything from the clipboard (Ctrl-V) to a message here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
amarnadh0203
Participant
Posts: 10
Joined: Mon Jul 28, 2008 7:37 am

Post by amarnadh0203 »

Project:IS_Risk_Control (tedshdu2:31539)
Job name:CopyOfP001_SP_Job
Event #:17
Timestamp:8/5/2008 7:58:03 AM
Event type:Fatal
User:n431c7
Message:
ODBC_Enterprise_3,0: [DataDirect][ODBC SQL Serv

Sorry for being over confident... here it is what i have got from event log.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Weird. That's way too fatal, it didn't even have time to write the entire message out it seems. Best to open a case with your official Support provider for this, if you haven't done so already.
-craig

"You can never have too many knives" -- Logan Nine Fingers
amarnadh0203
Participant
Posts: 10
Joined: Mon Jul 28, 2008 7:37 am

Post by amarnadh0203 »

Thank you very Much... :)
Post Reply