Search found 42189 matches

by chulett
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...
by chulett
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 ...
by chulett
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

I was wondering about that but forgot to ask. Disabled = what? Installed but 'turned off' or not installed? :?
by chulett
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

Bounce = stop and then restart. Down and back up... like a ball. :wink: No other connections = all alone. This is vital to ensure the reindex works.
by chulett
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

It should work fine in the 'old' project as long as no other connections exist to the project. If you are unsure, bounce DataStage first.
by chulett
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

Did you 'copy all the files of old project to new projects' at the O/S level without using DataStage? That is *not* the way to do things if the answer is 'yes'. :?
by chulett
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 ...
by chulett
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

What character set is in effect in your job's environment? Double-click on the second log entry for a complete list of all environment variables in that run. If that is different than your databases, then from what I've seen, conversions will be going on 'in flight'.
by chulett
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 ...
by chulett
Fri Nov 02, 2007 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

No, the alias is a convenience for you - not a necessity for accessing dsjob.
by chulett
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

As noted, really something outside of anything DataStage. What database, by the way? That can change the answers given as, for example, Oracle is notorious for problems when loading with bitmap indexes in place.
by chulett
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

After some inactivity time? That would be normal unless you've set your installation to 'Do Not Timeout'.
by chulett
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...
by chulett
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...
by chulett
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...