Is there somewhere a Sequential File stage that is specifying this hashed file directory as its target?
Or perhaps a Hashed File stage with Type set to 19?
Search found 53125 matches
- Thu Sep 04, 2008 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data.30 in my input Data
- Replies: 19
- Views: 5064
- Thu Sep 04, 2008 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $INCLUDE file 'DSU_BP/MYCOMMON.H'
- Replies: 2
- Views: 2352
- Thu Sep 04, 2008 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
- Thu Sep 04, 2008 7:10 am
- Forum: Data Quality Best Practices
- Topic: Postal Verification
- Replies: 2
- Views: 8430
Welcome aboard. Postal verification is where you have an address and look it up against a database supplied by the postal authorities to determine that it is an address (or delivery point) that actually exists. Search (here, Google, IBM, etc) for terms such as SERP, CASS, DPID - all of these are suc...
- Thu Sep 04, 2008 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to read data from DB2 API stage
- Replies: 3
- Views: 1332
Please maintain a professional standard of written English on DSXchange. DSXchange is not a mobile telephony device; there is no need to use these SMS-style abbreviations, which are singularly unhelpful for those whose first language is not English (nor even for some of us whose is!). Ur was a city...
- Thu Sep 04, 2008 2:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find the "Last_Run_Time" and insert it in a table
- Replies: 10
- Views: 2327
Find the run times by invoking DSGetJobInfo() or equivalent DSMacros. You can do this in a Transformer stage triggered by, say, a SELECT against the DUAL table. The answer to your second question is yes, but not directly - after all, an Oracle script is not a DataStage after-job subroutine. The afte...
- Thu Sep 04, 2008 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Partitioner and Link Collector
- Replies: 2
- Views: 1536
- Thu Sep 04, 2008 2:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
It appears that some of the helper subroutines are not being loaded, perhaps because they can not be found. Again your VOC may be the culprit. Try this command
Code: Select all
SELECT "NAME", "DESC", "CAT.NAME" FROM VOC WHERE @ID LIKE '%DSR_PROJECT%' OR @ID LIKE '%DSR_NLS%';- Thu Sep 04, 2008 2:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine help needed
- Replies: 3
- Views: 1862
- Thu Sep 04, 2008 2:44 am
- Forum: General
- Topic: problem connect to server
- Replies: 6
- Views: 5082
- Thu Sep 04, 2008 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to schedule a job to run every 5 minutes
- Replies: 6
- Views: 2718
This is a good case to write specialized job control code. Keep an array of job names currently executing, and a similar array of job handles. You can discover all the information you need from these arrays. Also keep a scalar variable recording the number of jobs currently running, and don't start ...
- Thu Sep 04, 2008 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data.30 in my input Data
- Replies: 19
- Views: 5064
You can, but would have to wrap the UNIX commands in a DOS command, for example
Otherwise you can connect via telnet, source dsenv, and invoke dssh in your project directory.
Code: Select all
DOS /C "echo > .Type30"Otherwise you can connect via telnet, source dsenv, and invoke dssh in your project directory.
- Thu Sep 04, 2008 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
boppanakrishna wrote:Hi Ray,
I have tried connecing through telnet server and ran the command
VERIFY.SQL SCHEMA PROJECTNAME
Please suggest me the next step i should follow
Regards,
Boppana
Code: Select all
VERIFY.SQL SCHEMA pathname_of_project_directory- Thu Sep 04, 2008 1:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of UVBackup and UVRestore
- Replies: 37
- Views: 14475
- Thu Sep 04, 2008 1:50 am
- Forum: General
- Topic: problem connect to server
- Replies: 6
- Views: 5082