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.
Search found 53125 matches
- Wed May 23, 2007 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not NUll Comparision
- Replies: 8
- Views: 1430
- 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
- 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...
- 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
- 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...
- 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...
- 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
- 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...
- Tue May 22, 2007 9:52 pm
- Forum: Data Quality Best Practices
- Topic: Migartion from Vality to QS
- Replies: 8
- Views: 12337
- 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...
- Tue May 22, 2007 4:12 pm
- Forum: General
- Topic: SAP BW with datastage
- Replies: 6
- Views: 2116
- 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...
- 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- 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
- 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