Search found 15603 matches

by ArndW
Tue Feb 12, 2008 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Save Jobs
Replies: 8
Views: 3131

directory is full or your user hasn't sufficient permission to create files in that directory are the two most common causes. Check at UNIX whether the file already exists in that path.
by ArndW
Tue Feb 12, 2008 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Save Jobs
Replies: 8
Views: 3131

from the uv shell in that project or from the command line tool in the Administrator, type "COUNT RT_CONFIG6311" and see if you get a valid count or an error message.
by ArndW
Tue Feb 12, 2008 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle_Enterprise_1,1: Unable to create FIFO with name
Replies: 7
Views: 3231

Shin - could you post your exact error message?
by ArndW
Tue Feb 12, 2008 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove space
Replies: 7
Views: 1298

If you have a VarChar and the TRIM() result looks like it still has spaces then odds are you don't have spaces. Try writing the result of "Convert(' ','?',In.Column) to a peek stage - do you see question marks or spaces?
by ArndW
Tue Feb 12, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Null Value Property not visible
Replies: 9
Views: 2674

Ok, then remove the error-causing default "null-field" attribute from the column defnition.
by ArndW
Tue Feb 12, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Null Value Property not visible
Replies: 9
Views: 2674

You need to add a valid date as the null value, i.e. "2008-12-31 23:59:59", assuming your system default is yyyy-mm-dd
by ArndW
Tue Feb 12, 2008 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove space
Replies: 7
Views: 1298

Trim() will only work with VarChar() data, not with Char().
by ArndW
Tue Feb 12, 2008 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Signal Segmentation Violation (SIGSEGV) or Unix Signal 11
Replies: 3
Views: 1445

I think adding the patch will be your only route to closure.
by ArndW
Tue Feb 12, 2008 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Import finds no tables
Replies: 2
Views: 2352

I am not currently on 7.5x & Oracle & AIX but I have worked on that configuration. Importing Oracle metadata worked, my first thought is that your issue revolves around access rights. Can you get a friendly DBA to come over and use his/her godlike ID to see if the metadata is visible?
by ArndW
Tue Feb 12, 2008 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Signal Segmentation Violation (SIGSEGV) or Unix Signal 11
Replies: 3
Views: 1445

It sounds like the same issue. Does the error go away when you remove the @ variables? That would narrow down the possible cause.
by ArndW
Tue Feb 12, 2008 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX install on Windows
Replies: 11
Views: 4620

If your first job with a transform and sequential files compiled & ran then your compiler installation is probably OK. Which Oracle stage and version are you using? Can you "view data" to Oracle in a designer window? Can you import column metadata from Oracle into DataStage?
by ArndW
Mon Feb 11, 2008 11:47 am
Forum: General
Topic: anyone are in touble with semicolumns ';'?
Replies: 5
Views: 1618

I don't know. I had a case today with V8/Oracle where it errored because the SQL had a semicolon.
by ArndW
Mon Feb 11, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check to ETL job
Replies: 5
Views: 1270

aschand - please take a step back and assume that we have no idea as to what any of the columns mean. What are you asking for help on? Syntax? Null Handling? Adding an extra row?
by ArndW
Mon Feb 11, 2008 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link counts return zero
Replies: 9
Views: 2741

If the jobs don't have an active link between two passive stages, DataStage will insert one for you (look at your log and you will see "ident1")
by ArndW
Mon Feb 11, 2008 10:24 am
Forum: General
Topic: anyone are in touble with semicolumns ';'?
Replies: 5
Views: 1618

Please give an example. I've worked with numerous Asian sites/languages and haven't seen different behaviour.