Search found 8 matches

by kprama
Tue Dec 27, 2011 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts abnormally
Replies: 7
Views: 5406

I know this is a very old thread.

Rumu
have you found out any resolution for the SIGSEGV you are seeing in this design.
by kprama
Tue Nov 14, 2006 11:02 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Using DB2Connect instead of Data Direct
Replies: 5
Views: 6094

Jones- Thanks for your guidance so far. I am testing this connectivity and facing issue while testing with example program from branded_odbc from Datadirect and here are my odbc.ini entries for the db2. [ODBC Data Sources] dsntest=libdb2.so [dsntest] Driver=/home/host/user/db2inst1/sqllib/lib/libdb2...
by kprama
Tue Oct 03, 2006 9:46 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Using DB2Connect instead of Data Direct
Replies: 5
Views: 6094

I have a similar requirement and thinking about using db2connect? can you please share your experiences of db2connect vs. DataDirect for profilestage on Unix environment....
I am assuming if I use db2connect I have to add the variables to Analysis server MGXPgmInit.ctl is this correct?
by kprama
Thu Sep 21, 2006 3:27 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot Continue
Replies: 3
Views: 4803

Ray
Can you explain how you have solved the above issue. I have a similar issue but my message switch & analysis server are on a linux environment, psdb is oracle9i. thanks...
by kprama
Wed Dec 14, 2005 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Configuration
Replies: 6
Views: 3313

I think you have the extra braces which are not usually needed. Check to see if that makes any difference. { node "node1" { fastname "wawdb14" pools "" resource disk "/var/Ascential/DataStage/Datasets" {pools ""} resource scratchdisk "/var/Ascen...
by kprama
Tue Oct 04, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted parameter value displayed in Director log
Replies: 5
Views: 5058

This is because of the EXECSH being returning the InputArg as one of the log messages. Easy work around would be to create a copy of the routine and remove the "InputArg" from the below lines of the routine.Leave the other lines of code as they are. If SystemReturnCode = 0 Then Message = D...
by kprama
Wed Feb 09, 2005 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error in Parallel Job (in Transformer stage)
Replies: 14
Views: 8582

Are you able to run other jobs? I mean are there jobs using the transformer and working fine? If so then you can try deleting the transformer and dropping a new transformer from your palette and try if that works. ofcourse this might not be the solution but works sometimes if u are dealing with a ol...
by kprama
Tue Sep 14, 2004 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SWITCH STAGE
Replies: 2
Views: 2623

Hi A switch stage is used to split your input rows in to different targets based on a column value. This works like a case statement in any programming language. you need to specify the column value and then the link number and the switch will output the row based on that column to that particular l...