Search found 42189 matches
- Sat Nov 03, 2007 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it possible to use the values accross the records?
- Replies: 8
- Views: 1727
Define what 'and give message appropriately' means in your last paragraph. How is this 'message' sent? What happens other than this message, is the load failed or do you load it and send a message noting 'the sequence was not in sequence but I re-sequenced it for you, no need to thank me.'? What hap...
- Fri Nov 02, 2007 11:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
Re: How to move jobs from one project to another?
For what reasons do you advised me to restart the first machine and perform DS.REINDEX ALL in the first project? Because of this statement, I assume: For some reasons , I cannot find the old jobs. So I cannot import old jobs to another new project. I took that to mean something was wrong with your ...
- Fri Nov 02, 2007 8:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Japanese Data in SQL Server 2000
- Replies: 18
- Views: 4221
- Fri Nov 02, 2007 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
- Fri Nov 02, 2007 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
- Fri Nov 02, 2007 8:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
- Fri Nov 02, 2007 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Japanese Data in SQL Server 2000
- Replies: 18
- Views: 4221
Create a User Defined Environment variable in the Administrator for NLS_LANG. Set the value to $ENV so that it defaults to the current 'environment' value. Use the special button on the job's Parameter tab to add this new Environment Variable to your job and then supply the new, override value that ...
- Fri Nov 02, 2007 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Japanese Data in SQL Server 2000
- Replies: 18
- Views: 4221
- Fri Nov 02, 2007 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to enable menu bar after it has been closed in designer
- Replies: 10
- Views: 6501
There are short-cut keys to the menus themselves. Alt activates the menu and then: F ile V iew T ools H elp -- E dit D iagram De b ug W indow The only actual shortcuts to menu items I see are: Ctrl-N: New job Ctrl-O: Open job Ctrl-S: Save Ctrl-A: Save As Most else requires access to the menus, I do ...
- Fri Nov 02, 2007 12:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob
- Replies: 37
- Views: 10817
- Fri Nov 02, 2007 10:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bitmap Indexes
- Replies: 8
- Views: 4333
- Fri Nov 02, 2007 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: port 31538
- Replies: 4
- Views: 2020
- Fri Nov 02, 2007 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: server routine for eliminating headers
- Replies: 7
- Views: 1864
While you certainly could write a routine to do this, why not stick with 'sed'? It would certainly be... simpler. Heck, you could even leverage that in the Filter option of the stage. Otherwise, you'll need to investigate all of the BASIC functions for handling sequential files: OPENSEQ READSEQ WRIT...
- Fri Nov 02, 2007 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multiple input links into a single target sequential file
- Replies: 7
- Views: 1416
Re: multiple input links into a single target sequential fil
No, not a bug, you can't have multiple writers to the same sequential file in any tool. It's not called a sequential file without reason. You need to redesign your job to write to two separate files and then combine them post job. That or use the Link Collector stage to combine them into a single wr...
- Fri Nov 02, 2007 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup issue
- Replies: 15
- Views: 3692
In the General tab of the Hashed file stage I selected the Use Account name and picked the one I want from the drop down list(this is where I created teh table definition in the Manager as well). What actual value did you pick? This locks your hashed file to always live in that account and not move...