Search found 53125 matches

by ray.wurlod
Wed May 23, 2007 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not NUll Comparision
Replies: 8
Views: 1430

NONE of the key columns in a hashed file can be null.

If the reference key expression is null, the lookup is not attempted. You can prove this using the Debugger.
by ray.wurlod
Wed May 23, 2007 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in number of records in UNIX and DATASTAGE
Replies: 3
Views: 1117

Check for UNIX newline characetrs in data, as advised in your other post.
by ray.wurlod
Wed May 23, 2007 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_OracleRowid8PartTable: failed to get the block count.
Replies: 2
Views: 3371

Search the forum. When you specify a partition table in the Oracle Enterprise stage, DataStage must interrogate the Oracle system tables to determine the extents and other bases of partitioning. Chances are that your executing process lacks the requisite SELECT privilege to the eight system tables i...
by ray.wurlod
Wed May 23, 2007 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB FAILING BECAUSE OF ZERO ROWS IN SOURCE
Replies: 2
Views: 930

Search the forum. This is known behaviour. The workaround is to check the number of rows before invoking the job.
by ray.wurlod
Wed May 23, 2007 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: DSR_EXECJOB (Action=1)
Replies: 3
Views: 3795

If the connection is broken the only thing you can do is establish a new connection. Having done that you may find that the process associated with the lost connection still owns a lock on the job, in which case you may need to remediate that situation. DS.REINDEX only rebuilds indexes. The sequence...
by ray.wurlod
Wed May 23, 2007 1:06 am
Forum: Data Quality Best Practices
Topic: Migartion from Vality to QS
Replies: 8
Views: 12337

OK, what you can do is find the Vality files, which have the rule set name as the base name, and various suffixes such as ".cls", ".tbl", ".pat" and so on. Find the same (say for rule set USNAME) in QualityStage. By default the rule sets are in C:\Ascential\QualityStageDesigner751\RULES in folders n...
by ray.wurlod
Tue May 22, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can anybody help me fix this warning.
Replies: 7
Views: 2222

Help future searchers. Explain HOW it was fixed.
by ray.wurlod
Tue May 22, 2007 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Online Documentation
Replies: 6
Views: 1309

It's the icon second from the right in the Designer toolbar, the icon that looks suspiciously like the Internet Explorer icon. Click it and enjoy the results. Tip: Specify somewhere with a short pathname for the temporary location, for example C:\Temp, whether or not you choose to preserve the inter...
by ray.wurlod
Tue May 22, 2007 9:52 pm
Forum: Data Quality Best Practices
Topic: Migartion from Vality to QS
Replies: 8
Views: 12337

Are these "out of the box" rule sets, or rules that you created in-house? Indeed, can you be specific about which rules/rule sets are missing?
by ray.wurlod
Tue May 22, 2007 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8.0.1 Installation
Replies: 16
Views: 15055

It's all totally different. First you have to install IBM Information Server. Then you have to install IBM Websphere Application Server and configure secuity. Only then do you install DataStage server and license it (and QualityStage, if you have that also). You might also install the Analysis Serve...
by ray.wurlod
Tue May 22, 2007 4:12 pm
Forum: General
Topic: SAP BW with datastage
Replies: 6
Views: 2116

You can download marketing material from IBM's web site. You can probably get the manuals for the asking from your vendor. If you have the PACK, you already have the manuals, in PDF form, on the CD.
by ray.wurlod
Tue May 22, 2007 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing Nulls.........
Replies: 8
Views: 1920

I have something in my left hand and something in my right hand. Are they the same? You can not compare NULLs - each is unknown. You can determine whether each is null using IsNull(). Technically it's not correct to say that a comparison involving NULL will return FALSE. What's correct is that it ca...
by ray.wurlod
Tue May 22, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of JobMonApp
Replies: 6
Views: 3462

APT_ORCHHOME is necessary for admin utilities such as orchadmin or orchdbutil. Some people also set PXHOME. Both (where used) point to the PXEngine directory - which is a sibling of the DataStage engine directory. Therefore

Code: Select all

APT_ORCHHOME=${DSHOME}/../PXEngine
by ray.wurlod
Tue May 22, 2007 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8.0.1 Installation
Replies: 16
Views: 15055

WAS = WebSphere Application Server

This means that the same user ID can be used for all tools that employ the WAS. DataStage is just one of these tools.
by ray.wurlod
Tue May 22, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: APT_Decimal::assignFrom: invalid representation
Replies: 5
Views: 1662

There's an environment variable that allows you to permit "all zeroes" for decimal data types. I'm not "doing" DataStage this week so you will need to research its name for yourself.