Search found 53125 matches

by ray.wurlod
Wed Oct 22, 2008 11:21 pm
Forum: General
Topic: Balancing of jobs
Replies: 2
Views: 1138

Welcome aboard, This is usually done post-run with a routine that invokes DSGetLinkInfo() a sufficient number of times to get the row count for each link. This could then be matched, for example, against a set of business rules (in a database?) that stores information about which sums need to match.
by ray.wurlod
Wed Oct 22, 2008 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default rounds
Replies: 6
Views: 1564

What do you want to happen with the third decimal place digit?
by ray.wurlod
Wed Oct 22, 2008 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Commit
Replies: 6
Views: 1600

Load 10 million records as a single transaction. Buy beer for your DBA so that a sufficiently large UNDO segment will be created.
by ray.wurlod
Wed Oct 22, 2008 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric Check Validation
Replies: 5
Views: 2139

:? There's no "then" in a constraint expression as expressions just evaluate to true or false. A "then" only has a place in an assignment, something you would use in a derivation. That's not correct - not sure what Craig was thinking at the time. Maybe this. The IF expression must have both a THEN ...
by ray.wurlod
Wed Oct 22, 2008 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 5
Views: 1675

Did you mean '01/08/2006'? If not, what is your business rule for date arithmetic?
by ray.wurlod
Wed Oct 22, 2008 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: French Characters are not converted correctlly in Oracle tbl
Replies: 5
Views: 7169

Try ISO8859-1 as your DataStage NLS map.
by ray.wurlod
Wed Oct 22, 2008 5:47 pm
Forum: IBM QualityStage
Topic: Export Validation Error
Replies: 5
Views: 1637

I'd have to think that's some legacy in the product when fixed-width was all that was possible. Use a message handler to demote/suppress this message.
by ray.wurlod
Tue Oct 21, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Commit
Replies: 6
Views: 1600

Who knows? "Your mileage may vary." It may not even work (the transaction size may become too large for the UNDO tablespace).
by ray.wurlod
Tue Oct 21, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discover if a sequence was called by another
Replies: 2
Views: 1172

A Routine activity in which the routine invokes the DSGetJobInfo() function with DSJ.ME as the job handle and DSJ.JOBCONTROLLER as the InfoType argument should do this for you. If there is no controller this returns a zero-length string. Or you could use a User Variable whose value is set via the eq...
by ray.wurlod
Tue Oct 21, 2008 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Transformer XML output
Replies: 13
Views: 6186

Can you please inform us how you changed the encoding style to get this to work?
by ray.wurlod
Tue Oct 21, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Information analyzer jobs from command line
Replies: 2
Views: 1926

If you know the name of the job then you can use the dsjob command, specifying ANALYZERPROJECT as the project name. This command is documented in the Parallel Job Advanced Developer's Guide and in the Server Job Developer's Guide manuals.
by ray.wurlod
Tue Oct 21, 2008 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look Up Warning
Replies: 3
Views: 1352

You woul dhave had the answer faster had you bothered to Search DSXchange.

You need to clear the preserve partitioning flag from the upstream stage.
by ray.wurlod
Tue Oct 21, 2008 2:21 pm
Forum: IBM QualityStage
Topic: Export Validation Error
Replies: 5
Views: 1637

Curious. You shouldn't get that message for VarChar. Does the job still work despite that error? Can you make sure it's not defined as Char anywhere downstream (in particular in the export operator)?
by ray.wurlod
Tue Oct 21, 2008 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Error Log
Replies: 6
Views: 1428

There is no error log file for DataStage jobs - the log is a database table in the local Repository database. You can view its contents using the dsjob command.
by ray.wurlod
Tue Oct 21, 2008 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remote server
Replies: 5
Views: 1691

By "open" do you mean in a firewall? DataStage clients use a specific port number to connect to DataStage servers (by default 31538). To connect your browser to the web console for Information Server you specify the port number (by default 9080) in the URL.