Search found 133 matches

by cppwiz
Fri Nov 07, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage not working with Oracle date field
Replies: 2
Views: 1315

Thanks chulett! That worked... the default date format was the issue.

Code: Select all

select * from clarity.or_log where surgery_date > TO_DATE('25-OCT-08','DD-MON-YY', 'NLS_DATE_LANGUAGE = American')
by cppwiz
Fri Nov 07, 2008 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage not working with Oracle date field
Replies: 2
Views: 1315

ODBC Enterprise stage not working with Oracle date field

I'm testing a new ODBC Enterprise connection to an Oracle 10g database. I'm using user-defined SQL, but I've also tried the table read method with no luck. All data from the table is being returned instead of just the rows qualified by the "where" statement: select * from clarity.or_log wh...
by cppwiz
Thu Sep 18, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run sql block in DB2 ODBC plugin
Replies: 1
Views: 1289

Can't you use the Read Method = User-defined SQL to manually insert your SQL block on your ODBC stage? Why use the ODBC stage instead of the DB2/UDB Enterprise stage?
by cppwiz
Fri Sep 12, 2008 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejects from a lookup stage
Replies: 3
Views: 1679

Thanks Ray. Maybe it was just done to add an extra description of the lookup failure like "Department Code Not Found". Is there another way to add a reject description from the Lookup stage?
by cppwiz
Thu Sep 11, 2008 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejects from a lookup stage
Replies: 3
Views: 1679

Rejects from a lookup stage

I inherited some jobs that were built under version 7.5 but now we're running v8. In each job, the lookup stages do not send rejects down a reject link. Instead, a transformer stage parses the rejects after the lookup stage and sends the rejects down a link using stage variables. Was there a bug in ...
by cppwiz
Tue Aug 26, 2008 2:02 pm
Forum: General
Topic: IBM Certified Solution Developer - InfoSphere DataStage v8.0
Replies: 7
Views: 5470

IBM Certified Solution Developer - InfoSphere DataStage v8.0

The new DataStage certification is available! Nine less questions than the v7.5 exam, so they dropped the maximum time from 105 minutes to 90 minutes. The passing score is still 75%. The cost is $175 USD in the United States.

http://www-03.ibm.com/certify/certs/28000401.shtml
by cppwiz
Tue Aug 05, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: upsert option in oracle enterprise stage
Replies: 1
Views: 1343

Change your upsert to be update only. Then you can change the option on your upsert stage to Output Rejects = True and send your inserts down the reject link. Then add a separate stage to do your inserts. This is in the DX436 training manual as the recommended best practice for performance when you ...
by cppwiz
Mon Jul 07, 2008 8:44 am
Forum: General
Topic: Full time DataStage Developer needed in central PA
Replies: 0
Views: 941

Full time DataStage Developer needed in central PA

Looking for an experienced DataStage developer to join our growing data warehouse team. Full time position located in Danville, Pennsylvania. Primary tools: DataStage, Information Analyzer, Metadata Workbench, Business Glossary, DB2 and Business Objects. Use this link for more information and to app...
by cppwiz
Fri May 16, 2008 8:43 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: A Registry Read Function in DataStageTX 8.0 ?
Replies: 14
Views: 12932

You could export the registry key from the command line, then read the file.

http://support.microsoft.com/kb/168589/en-us
by cppwiz
Wed Apr 23, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help to find training cources by DataStage EE v8.x
Replies: 10
Views: 5063

Is there any third-party training available for DS v8? The IBM training and Powerpoint slides are really terrible and we have new people to get up to speed that don't have an ETL background. Besides the IBM manuals and Powerpoint training, are there any other good options?
by cppwiz
Wed Apr 16, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Troubleshooting unresponsive server
Replies: 7
Views: 1820

We have experienced this same issue (hung on login screen) several times with our recently upgraded v8 system with the same resolution each time - restart the server. I'm interested in a better resolution also.
by cppwiz
Sat Oct 20, 2007 6:13 am
Forum:
Topic: Metadata Workbench - anyone using?
Replies: 12
Views: 6703

Thanks for the replies and I hope to hear more about Aruna's experience with the product...
by cppwiz
Thu Oct 18, 2007 8:03 am
Forum:
Topic: Metadata Workbench - anyone using?
Replies: 12
Views: 6703

Metadata Workbench - anyone using?

Is anyone using Metadata Workbench? It was released in June 2007 but we're having a difficult time getting customer references from our IBM rep. We would use it for data linage and impact analysis from our DB2/DataStage environment to our Business Objects reports.