Search found 72 matches

by Bill_G
Mon Apr 21, 2008 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension Stage: Issues with Null
Replies: 7
Views: 3932

May it could be simple databae NULL to NULL compare, which will obviously fail. Try to do the Same Null handling before SCD stage. On both input and reference link. Thanks for the response. So there is no job-level setting that will more cleanly handle NULLs within Parallel jobs? I would think that...
by Bill_G
Fri Apr 18, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension Stage: Issues with Null
Replies: 7
Views: 3932

kumar_s wrote:Make the Combinability Mode to False. So that you can nail down the error.
Good Idea. This points out that it is the SCD stage:

scdT_EMP_PROFILE,0: Field 'DVP' from input dataset '0' is NULL. Record dropped.

Any thoughts on how to handle NULLS in an SCD?
by Bill_G
Fri Apr 18, 2008 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension Stage: Issues with Null
Replies: 7
Views: 3932

Does that DVP used in any of derivation Expression other than straight mapping? There are absolutely no derivation expressions on this field. If I convert the incoming NULL value to empty sting or something else, then it wouldn't match the value being returned from the lookup...and would force a Ty...
by Bill_G
Fri Apr 18, 2008 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension Stage: Issues with Null
Replies: 7
Views: 3932

Slowly Changing Dimension Stage: Issues with Null

We're using an SCD stage with a sequential source (comma delimited with double-quote enclosures) and Oracle Lookup/Target. http://i167.photobucket.com/albums/u138/GatorNutz/px_job.jpg The initial run completed successfully, however the "change" test failed: APT_CombinedOperatorController(0...
by Bill_G
Thu Jun 28, 2007 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File descriptor out of range in fd_set
Replies: 9
Views: 11345

some more informaton about the job...

it is a PX job, reads from Oracle, executes approximately 15 or so normal and sparse lookups directly from Oracle, uses a merge then writes to a data set.
by Bill_G
Thu Jun 28, 2007 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File descriptor out of range in fd_set
Replies: 9
Views: 11345

File descriptor out of range in fd_set

I have a job that was running just fine on a single 4 way machine. Then, last week I decided to add a second 4 way machine and built a clustered environment (not sure if the issue is related, but thought it worth mentioning). I received the following errors on both the master and second node: Item #...
by Bill_G
Tue Jun 05, 2007 6:19 am
Forum:
Topic: Information Analyzer and Business Glossary in Version 8
Replies: 29
Views: 15442

Thank you for your posts, I have scheduled a demo and will try to obtain a copy of the paper.
by Bill_G
Mon Jun 04, 2007 11:54 am
Forum:
Topic: Information Analyzer and Business Glossary in Version 8
Replies: 29
Views: 15442

Information Analyzer and Business Glossary in Version 8

Has anyone implemented Information Analyzer and/or Business Glossary for version 8? I am interested to know if there were any problems with implementation and if the products have proven to be user friendly. Our sales rep is offering both add components at a discount and I am attempting to gain info...
by Bill_G
Thu May 10, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rounding occurs when I mulitply fields together
Replies: 0
Views: 491

rounding occurs when I mulitply fields together

I am attempting to multiply 3 fields together in a transformer, however the output is rounded. for instance .45 shows as 0. all three fields are designated at Decimal (38,2) and my output field is also Decimal 38,2. The output is the same regardless if i write to a sequential file or to my oracle 9i...
by Bill_G
Fri Mar 30, 2007 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clustering Enterprise Edition
Replies: 0
Views: 471

Clustering Enterprise Edition

Hi All, I am interested in configuring a clustered DS environment. We have out grown our 4x box and the 8x + boxes that my company has recently purchased are all 64 bit Hardware. We are tied to Linux, so upgrading to 64 bit DS is not an option. I have read the px guide and as I understand it, you in...
by Bill_G
Thu Mar 01, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT while accessing SQL Server DB via ODBC Enterprise
Replies: 6
Views: 1595

Also I turned tracing on, the last few lines look like this: ppid=4083:pid=4 ff8:b75f52a0 EXIT SQLFetch with return code 0 (SQL_SUCCESS) HSTMT 0x0863dda8 ppid=4083:pid=4 ff8:b75f52a0 ENTER SQLFetch HSTMT 0x0863dda8 ppid=4083:pid=4 ff8:b75f52a0 EXIT SQLFetch with return code 0 (SQL_SUCCESS) HSTMT 0x0...
by Bill_G
Thu Mar 01, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT while accessing SQL Server DB via ODBC Enterprise
Replies: 6
Views: 1595

Ray,

Have you had success employing the diagnostic tools? it looks as if it requires me to run a script to create a table on my db. Is that how you have used the tool?

Thanks for the replies.

Bill
by Bill_G
Thu Mar 01, 2007 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT while accessing SQL Server DB via ODBC Enterprise
Replies: 6
Views: 1595

The behavior is consistent for the same tables - works for some others it does not. I looked at the diagnostic tools in the branded_odbc directory, but I have not been successful in getting it to work. I did find that the server itself was physically moved from one frame to another the night before ...
by Bill_G
Wed Feb 28, 2007 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT while accessing SQL Server DB via ODBC Enterprise
Replies: 6
Views: 1595

Sorry Ray, I copied the title from a email section and didn't check before I posted. The SIGINT occurs only when we kill the job after it hangs while trying to extract data from SQL Server.
by Bill_G
Wed Feb 28, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT while accessing SQL Server DB via ODBC Enterprise
Replies: 6
Views: 1595

SIGINT while accessing SQL Server DB via ODBC Enterprise

we experienced a production issue this morning where some of our jobs that are extracting data from SQL Server via the ODBC Enterprise Stage seem to hang - others connecting to the same DB run to completion. For the jobs that are hanging, I am unable to view data via the ODBC stage (Designer becomes...