Search found 53125 matches

by ray.wurlod
Fri Jun 10, 2011 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector View Data Error
Replies: 7
Views: 2876

The problem may be with the Connector Access Service. The stack traces and log files (such as SystemOut.log) will help to diagnose whether this is the case. Do you have very many connector stages? If you're not comfortable reading these traces and logs, involve your official support provider.
by ray.wurlod
Fri Jun 10, 2011 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi
Replies: 2
Views: 1081

You will just have to wait until U next logs in if you're specifically expecting an answer from U.
by ray.wurlod
Fri Jun 10, 2011 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Reports
Replies: 6
Views: 4227

i am not sure about this!! can we do this in reporting assistant in manager? if not, what we can do via reporting assistant? To which "manager" are you referring? The DataStage Manager client ceased to exist from version 8.0. Similarly, to which "reporting assistant" are you ref...
by ray.wurlod
Fri Jun 10, 2011 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad NLS map name "" specified
Replies: 3
Views: 4048

Was this job design imported from a system in which NLS was not installed or not enabled?
by ray.wurlod
Fri Jun 10, 2011 4:28 pm
Forum: General
Topic: IIS85 installation Issues with xmeta pass
Replies: 8
Views: 4677

Did you create the xmeta user before performing the installation?

If not, the installer restricts the password to alphanumeric and underscore characters (for example it would not accept P@ssw0rd because of the "@" character).
by ray.wurlod
Fri Jun 10, 2011 4:25 pm
Forum: General
Topic: Data and Time for the sequential file.
Replies: 10
Views: 2383

Code: Select all

Oconv(Date(), "D4YMD[4,2,2]" : @VM : "MCN") :  "_" : Oconv(Time(), "MTS" : @VM : "MCN") 
by ray.wurlod
Fri Jun 10, 2011 4:23 pm
Forum: General
Topic: Complex Flat File stage
Replies: 1
Views: 643

Welcome aboard. Decimal/Numeric do have a decimal placeholder. The DataStage representation is correct.
by ray.wurlod
Fri Jun 10, 2011 4:22 pm
Forum: General
Topic: This Job contains one or more unattached links, all links mu
Replies: 10
Views: 9526

Check whether the unattached or unused links,very small icons are in the processing area.Small icons are somewhere in developing area screen.Scroll up and down ,left and right directions.If you dropped some stages and minimized to very very small icons then you don't concentrate on this. Before thi...
by ray.wurlod
Thu Jun 09, 2011 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort on RCP
Replies: 2
Views: 878

No. Any time you need to act on a column you must name that column which, in turn, rules out RCP for that column.
by ray.wurlod
Thu Jun 09, 2011 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Identify dead job threads
Replies: 4
Views: 1715

Re: How to Identify dead job threads

if u r working on 8.0.1 version U is one of our posters. The second person personal pronoun in English is spelled "you". The present tense of the verb "to be" is spelled "are", not "r". Please use a professional standard of written English on DSXchange, not l...
by ray.wurlod
Thu Jun 09, 2011 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hadoop - Jaql - Pig [Big Insights]
Replies: 5
Views: 2579

Hadoop is really about unstructured data. There's little (nothing?) been developed about having DataStage interact with it. There might be something announced at IOD 2011 in October.
by ray.wurlod
Thu Jun 09, 2011 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset created on only one node
Replies: 3
Views: 1278

For a sufficiently small volume of data (either < 32KB or < 128KB, I can't recall which) a Data Set will only be created on one node - there's no point in splitting the data since DataStage moves data around in chunks of not less than 32KB.
by ray.wurlod
Thu Jun 09, 2011 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of Stage
Replies: 8
Views: 10099

Interesting addition to a thread that's more than two years old. Which of the stages in U's design do you believe would handle IDOCs?
by ray.wurlod
Thu Jun 09, 2011 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Required
Replies: 9
Views: 7609

U is one of our posters, and not the one who posted this question. The second person personal pronoun in English is spelled "you". The present tense of the verb "to be" is spelled "are". Please use a professional standard of written English on DSXchange; among other thi...
by ray.wurlod
Thu Jun 09, 2011 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reindexing V8 ?
Replies: 7
Views: 3010

Nothing has changed, but the command is (and was) DS.REINDEX ALL.

This indexes the local repository in the project only (which was the only repository in versions earlier than 8.0).