Search found 42189 matches

by chulett
Fri Jul 22, 2005 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Projects ???
Replies: 9
Views: 1988

There are utilities for migrating Table Definitions as other DataStage components, including Version Control and export/import. And if you take this route, Version Control would give you the ability to maintain all table metadata in one specific project and then easily migrate (i.e. 'promote') it t...
by chulett
Fri Jul 22, 2005 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Plug ins
Replies: 4
Views: 1176

The package installer is a manual process and not what I was suggesting you use. It will work, but I would think rerunning the Server installation would be infinitely less painful.
by chulett
Fri Jul 22, 2005 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Plug ins
Replies: 4
Views: 1176

They are optional plug-ins and it doesn't really matter if they are installed in the VERSION project. They will need to be in your promotion target project(s), however. If they are missing, easiest thing to do to fix it is to rerun your Server installation and choose the option to install additional...
by chulett
Fri Jul 22, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a Project
Replies: 25
Views: 6869

nag0143 wrote:Thanks, true we can only see add/delete options from administrator, but is there any way we can rename the project.??

In other words, what people are saying is 'no'. :wink:
by chulett
Fri Jul 22, 2005 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining files into one
Replies: 8
Views: 1990

As long as they are converted to delimited files first...
by chulett
Fri Jul 22, 2005 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining files into one
Replies: 8
Views: 1990

Re: combining files into one

What I need to do is to concatenate these two fixed length files into one big variable length file. Well, you can't. The only time I can recall seeing 'variable length fixed width files' was where the first x bytes noted the record size... and even then you need special magic to read the darn thing...
by chulett
Fri Jul 22, 2005 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BASIC job control
Replies: 5
Views: 1861

For the record, we are using a modified version of Ken Bland's KBA Job Control Utilities. As noted - very powerful, and I'm not sure how we'd ever replicate some of the functionality in a Sequencer. For example, I just recently added a new methodology to exit from a running batch stream with all run...
by chulett
Fri Jul 22, 2005 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BASIC job control
Replies: 5
Views: 1861

The biggest difference nowadays with the BASIC job control code that we use is it does... well, 'process parallelism' for lack of a better term.

From a list of jobs and their dependant predecessors, it will (if at all possible) keep X of them running at the same time - with X being a job parameter.
by chulett
Thu Jul 21, 2005 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return code 141 from 'dsjob -jobstatus'
Replies: 8
Views: 2432

No help on this, eh? :cry:

I've scoured the header files and all of the 'documented' dsapi status codes seem to only go up to 99. At least the ones I could find. Dang.
by chulett
Thu Jul 21, 2005 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01089
Replies: 8
Views: 2966

What could be the reason? It's right there in the message - someone was shutting down the database your job was connected to. Talk to your DBA.
by chulett
Thu Jul 21, 2005 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file write failures
Replies: 17
Views: 6216

Nope, not over 2GB. And I really don't think there was anything funky in the data or keys for that matter. From what I recall, ran twice with the same data set and it cratered twice. Deleted the hash and ran a third time and all was golden.
by chulett
Thu Jul 21, 2005 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uv -admin stop
Replies: 4
Views: 1497

How long did you wait between 'stop' and 'start'? FIN_WAIT_2 statuses should eventually release themselves on their own. Eventually. :wink:

There are several posts here on using the 'debug flag' when starting dsrpcd so that it will tell you why it can't start rather than just not starting.
by chulett
Thu Jul 21, 2005 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates in Hash File
Replies: 6
Views: 1543

Yes, it's called Destructive Overwrite. Last one in wins.
by chulett
Thu Jul 21, 2005 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return code 141 from 'dsjob -jobstatus'
Replies: 8
Views: 2432

Return code 141 from 'dsjob -jobstatus'

Found a couple of references to this issue in the forum but no resolution. We are running a series of jobs under the control of a large amount of BASIC job control. The Batch itself is launched with a command line script from ^M that uses (among other things) 'dsjob -jobstatus' so that $? coming bac...
by chulett
Thu Jul 21, 2005 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file write failures
Replies: 17
Views: 6216

I'll keep that in mind, Mr Duke. :wink: