Search found 42189 matches

by chulett
Mon Jan 28, 2008 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Suggest you open a case with your official Support provider at this point if you truly can't find any differences between the two servers.

And no, that kind of reference lookup without a key field is not a problem.
by chulett
Mon Jan 28, 2008 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reindex
Replies: 1
Views: 764

Simply put, it rebuilds the index data in the Project. Search the forums for DS.REINDEX for the instructions.
by chulett
Mon Jan 28, 2008 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing records which are causing warnings...
Replies: 3
Views: 1022

First or last depends on the DB stage, from what I recall. And 'multi row result sets' in Server only applies to the ODBC and UV stages. Failing that, you'd need to handle this yourself in the reference query. You'd need some way to recognize the situation, by grouping perhaps, so that only a single...
by chulett
Mon Jan 28, 2008 2:00 pm
Forum: General
Topic: from BCP to Oracle using DataStage
Replies: 9
Views: 5125

First off, you can't just declare your file to be 'fixed width' if it isn't, that will never work - so let's undo that change. You don't need to be any kind of pro to make the change I suggested. Just go to the Columns tab in the Sequential File stage and notice there is a slider at the bottom of th...
by chulett
Mon Jan 28, 2008 1:53 pm
Forum: General
Topic: Disabling Jobs
Replies: 7
Views: 1741

That would turn everything off, not just the DataStage jobs in it - but if that is a viable answer one could do that.
by chulett
Mon Jan 28, 2008 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of dedicated connections into Oracle
Replies: 1
Views: 794

Nope. Well, only if you break the job up into two discrete jobs, landing the data in between. That or just bump up the number of connections allowed. :wink:
by chulett
Mon Jan 28, 2008 1:24 pm
Forum: General
Topic: Disabling Jobs
Replies: 7
Views: 1741

Re: Disabling Jobs

So I'm wondering if there is a way to disable jobs from running, preferably a universal setting that would prevent all our jobs from running for a few days. Nope, no such thing. At least not out of the box. The only other option I can think of is to re-schedule the jobs and leave Friday, Saturday, ...
by chulett
Mon Jan 28, 2008 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallal Job Creation
Replies: 9
Views: 2463

Re: Parallal Job Creation

karry450 wrote:I know how to create a server job but I am not getting an option to create a parallel job.

Then you aren't licensed for the EE / 'Enterprise Edition' of DataStage and are thus not allowed to create PX jobs. Talk to your DS Admin.
by chulett
Mon Jan 28, 2008 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting of a row into multiple rows
Replies: 4
Views: 1021

First thought would be to join the input with a small set with static location values - 3 XYZ records, 2 MNO records, etc. Then just let the join generate the correct number of records. Don't know if that means a stage or a database solution, but that's the first thing that popped into my head.
by chulett
Mon Jan 28, 2008 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Id Failed
Replies: 5
Views: 2396

I'm guessing you are having resource issues but can't know for sure. Next time one of the jobs abort, try Resetting the job and let us know the contents of the 'From previous run...' log message it (hopefully) generates.
by chulett
Mon Jan 28, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Dsjobs
Replies: 12
Views: 4280

Oh, and reindexing will fix your export error.
by chulett
Mon Jan 28, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Dsjobs
Replies: 12
Views: 4280

The biggest caveat for reindexing is to make sure no other sessions are active. Failure to do so makes all jobs 'disappear'. You need to try again, this time ensuring nothing else is going on in the project.
by chulett
Mon Jan 28, 2008 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version Upgrade
Replies: 7
Views: 1635

I seem to remember a command more like DSPROJUPGRADE or at least with UPGRADE in it somewhere. :?

Why not just rerun the installation script? That will 'upgrade' everything.
by chulett
Mon Jan 28, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_CombinedOperatorController(0),3: Field 'COLUMN NAME' fro
Replies: 1
Views: 954

First post in the right forum and mark the Job Type correctly, this isn't a Server job question. :?
by chulett
Mon Jan 28, 2008 8:00 am
Forum: General
Topic: IIS Installation.
Replies: 4
Views: 1693

Re: IIS Installation.

I am following installatioguide.pdf, apart from this suggest me where I can get installation help Well... 1) From your official Support provider 2) Here I can't help other than to ask you give more details about your problem. Saying that you are "unable to logon" doesn't help much, what happens whe...