Search found 15603 matches

by ArndW
Mon Aug 18, 2008 2:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Server errors
Replies: 5
Views: 1347

Could it be that you have reached the MAXUPROC value for that user-id?
by ArndW
Mon Aug 18, 2008 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updation of record into table
Replies: 10
Views: 2384

When you use user-defined insert & update you must manually change the order so the update gets done first - this would be in the "insert" code section. The "update" code section then has the insert statement.
by ArndW
Mon Aug 18, 2008 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define hardware configuration for 10 million records
Replies: 4
Views: 1509

I disagree with Ray in this case, it is an easy question to answer: The answer is a 386SX processor and 16Mb of memory. According to the accounting department, this is an optimal hardware configuration. The IBM Sales department has a different opinion, they recommend a P595 frame, fully equipped wit...
by ArndW
Mon Aug 18, 2008 1:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output file name
Replies: 4
Views: 1124

Pass just the variable components to the job as parameters, the YYYYMMDD and YYYYMMDDHHMMSS. The rest is constant in your case.
by ArndW
Sun Aug 17, 2008 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage Fatal Error - Added Field has duplicate identifie
Replies: 1
Views: 4801

Without looking into the rest
main_program: Fatal Error: Added field has duplicate identifier():
is indicative of a runtime column propagation issue. Do you have RCP enabled for this stage?
by ArndW
Sat Aug 16, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get Max(DATE) using transformer
Replies: 16
Views: 12625

Outlink will only be NULL if the input is NULL
by ArndW
Sat Aug 16, 2008 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get quarter date format
Replies: 8
Views: 3047

StageVar: InternalDate = ICONV(Inlink.field2,'D MY[A3,2]')
Derivation: OCONV(InternalDate,'D4Y'):'Q':OCONV(InternalDate,'DQ')
by ArndW
Sat Aug 16, 2008 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Different encoding schemes in one statement" Erro
Replies: 2
Views: 1911

Are there any non-standard ASCII characters in the table or column names?
by ArndW
Sat Aug 16, 2008 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get Max(DATE) using transformer
Replies: 16
Views: 12625

Since your date is in the form YYYY/MM/DD there is no need to convert to internal format. The nulls or empties are a separate issue.
by ArndW
Fri Aug 15, 2008 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BLOB Data
Replies: 19
Views: 12167

What did you try? I use "VarBinary" or "LongVarBinary" with some success.
by ArndW
Fri Aug 15, 2008 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 Char year - YY Conversion
Replies: 9
Views: 3794

If you set APT_DATE_CENTURY_BREAK_YEAR to 2000 then Year 96 correctly gets computed as 2096. If you set the break year to "1970" then 71 or 96 will get converted to 1971 and 1996 respectively.
by ArndW
Fri Aug 15, 2008 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 Char year - YY Conversion
Replies: 9
Views: 3794

I don't quite understand what you are asking. The PX "APT_DATE_CENTURY_BREAK_YEAR" and the Server equivalent setting of the CENTURYPIVOT uvconfig parameter both work perfectly well.
by ArndW
Fri Aug 15, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About MVS edition
Replies: 7
Views: 2343

No, the DataStage MVS is a separately priced product.
by ArndW
Thu Aug 14, 2008 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Mapping Warning/error
Replies: 12
Views: 4126

1. use "od"
2. Ok, "MS1253" is Greek. Is that what the CFF was originally created in? And what is your DataStage output file NLS character set?
by ArndW
Thu Aug 14, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection failed
Replies: 1
Views: 1643

Luckily you are on Windows, so it is easy to check. You should have a system DSN for the ODBC connection. Try connecting using another utility, preferably the (free) MSQUERY that comes with Office. If you cannot connect from there either then the problem does not lie within DataStage.