Search found 15603 matches

by ArndW
Wed Nov 18, 2009 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving the Job Version Number
Replies: 3
Views: 1096

I don't know of an official API to get this. Perhaps a workaround solution could be used, add the version to the short or long description of each job, then DSGetJobInfo(DSJ.FULLDESC) could be used.
by ArndW
Wed Nov 18, 2009 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Timestamp in Databse AND in sequential-sile-name
Replies: 1
Views: 764

Compute the timestamp in a job sequence, then pass that value as a parameter to the job for use in the database and as part of the filename.
by ArndW
Wed Nov 18, 2009 5:03 am
Forum: General
Topic: Loading data with special characters from Oracle Bulk Loader
Replies: 5
Views: 2002

Since numeric columns cannot contain those special characters, ensure that they aren't put in there - several DataStage methods exist including string replacement and numeric conversion functions. For error number (2) please post line 11048 to see exactly what error is in the data.
by ArndW
Wed Nov 18, 2009 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with External Source Stage
Replies: 2
Views: 878

Please explain how you setup your external source stage to read xml (from where?) and what your error is.
by ArndW
Wed Nov 18, 2009 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Stage
Replies: 6
Views: 2941

If you look at page 283 (V8 documentation) of the Parallel Job Developer guide the output schema is described.
by ArndW
Wed Nov 18, 2009 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error creating a new project in Information server console
Replies: 2
Views: 4091

The first message that looks suspicious that I saw in the log was Caused by: com.ascential.xmeta.exception.usage.InvalidQueryException: Error when parsing query (select rid(x) from x in ASCLModel::Principal where x.principalId = "PNB-EDWDS8\isadmin"): unexpected char: 'i' and I don't reall...
by ArndW
Tue Nov 17, 2009 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement condition
Replies: 12
Views: 3398

srinivas.g has the approach I would take, although I would do a straight constraint of In.Col1+In.Col2+In.Col3+...+In.Col104 >0 In any case using OR instead of AND is much better, since after the first FALSE with a linked list of OR s the matching would break off and not evaluate the rest.
by ArndW
Tue Nov 17, 2009 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Basic Transformer recommended to be use in Parallel Job?
Replies: 7
Views: 1951

Although I would not recommend it, it is not necessarily slow and certain functions such as some ICONV/OCONV conversions don't exist in PX and are quickly solved in a BASIC transform stage. Be that as it may, the problem here is not whether or not to use the stage, but that it is being used incorrec...
by ArndW
Tue Nov 17, 2009 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimeters
Replies: 1
Views: 748

What sort of Delimiters? I suppose, with NLS, you can use the whole UTF-8 range of characters as delimiters.

If you mean characters with special meanings (e.g. @FM, @VM, @TM, @IM and @SM) the BASIC handbook lists them all.
by ArndW
Tue Nov 17, 2009 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination
Replies: 11
Views: 4008

Ahh, I see that now as well. Unfortunately, the DSG_BP file doesn't exist, so a simple VLIST command won't work. At version 8.0.1 the LOADSTRING program only has 294 source lines. What version are you on? How fit are you with the UniVerse command line editor?
by ArndW
Tue Nov 17, 2009 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: USER IDS are revoked while running a sequence job
Replies: 4
Views: 2058

My first guess is that you have a limit on the number of concurrent connections on your target machine. Once the limit is reached it counts as a "bad login" and after n-attempts the userid is disabled.
by ArndW
Tue Nov 17, 2009 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement condition
Replies: 12
Views: 3398

Do you drop it if one column is zero or if all columns are zero? Is the column a numeric one?
by ArndW
Tue Nov 17, 2009 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Basic Transformer recommended to be use in Parallel Job?
Replies: 7
Views: 1951

When you do a reset of your job, what does the log entry "from previous run..." show?
by ArndW
Mon Nov 16, 2009 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrade from DS 7.5 Server edition to DS 8.1
Replies: 3
Views: 1031

DataStage is written to be backwards compatible, so any (supported & documented) functionality you have now will work at 8.1
by ArndW
Mon Nov 16, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkinfo Command
Replies: 6
Views: 5894

No issues, and it returns the correct values.