Search found 42189 matches

by chulett
Tue Nov 15, 2005 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BAPI Stage
Replies: 1
Views: 966

'Abnormal termination' errors are practically always associated with Transformers as they are an active stage. What happens if you Reset the job after it aborts? Do this from the Director and then look for a new log entry labelled 'From previous run...', it can shed some additional light on the prob...
by chulett
Tue Nov 15, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Stored Procedure in Oracle Stage
Replies: 6
Views: 1537

dhiren wrote:... and have included Database and Schema name before the statement...

Don't.
by chulett
Tue Nov 15, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reomove a Job from DS Version Control
Replies: 7
Views: 1604

There are options in Version Control to handle deleting 'components' from the repository. One is to allow it, so the first step is to turn that option on. And then since it is a version control system, it still shows the component as 'deleted' in the browser. There is yet-another-option to not displ...
by chulett
Tue Nov 15, 2005 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Keys join of Files
Replies: 4
Views: 1108

Re: Multiple Keys join of Files

maffan76 wrote:I have read posts suggesting make one file as HASH and then joining with other file but as per documentation HASH file can have only 1 column as key.

Not sure where you read that, but it is incorrect... hashed file stages support multiple key columns.
by chulett
Tue Nov 15, 2005 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a job in a loop
Replies: 5
Views: 1234

Yes, there are Looping stages that were introduced in the 7.5 Sequencer which as you noted won't help you with this. For you, hand-coded job control could handle that requirement. If you want to do this in a job, search the forum for usage of the 'UtilityRunJob' sdk routine, it will allow you fulfil...
by chulett
Tue Nov 15, 2005 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i call a web servie residing on a webserver?
Replies: 3
Views: 1045

As Roy notes, the 'official' answer is to purchase the SOA Edition. Out of the box it enables you to expose a DataStage as a web service, the ability to call a web service from a DataStage job is optional... and extra, of course.
by chulett
Tue Nov 15, 2005 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which ports are needed?
Replies: 3
Views: 1418

I'm sure it's listed in the install guide(s) somewhere, but you can also search the forum here and turn them up. :wink:

The client needs to connect to the server, there is the standard telnet port and then the PX 'jobmon' has its own ports. Not sure if there are others.
by chulett
Mon Nov 14, 2005 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null & Blank
Replies: 5
Views: 1418

What you are calling 'blank' is an 'empty string' and is a known value. Null is the unknown value and is tested for using the IsNull function.
by chulett
Mon Nov 14, 2005 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding HashFile
Replies: 2
Views: 798

Use the same hashed file with multiple links.
by chulett
Mon Nov 14, 2005 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML to seq (flat file)
Replies: 10
Views: 4276

chulett wrote:What does your metadata in the Sequential File stage look like? One big column?

Survey says?

Try bringing in the entire XML record in as one field and hooking them together as noted by lstsaur, let us know how that goes.
by chulett
Mon Nov 14, 2005 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML to seq (flat file)
Replies: 10
Views: 4276

Umm... what happened to the Folder stage up front? I really don't think you can feed an XML Input stage from a Sequential File stage...

What does your metadata in the Sequential File stage look like? One big column?
by chulett
Mon Nov 14, 2005 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error
Replies: 7
Views: 1372

No idea what you are seeing. Can you check this post for a way to post a picture of the insides of your transformer? Look near the bottom of the first page for talk about places like ImageShack and you'll see it is very easy to accomplish. Then maybe we'd be able to help. At worst case you may need...
by chulett
Mon Nov 14, 2005 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error
Replies: 7
Views: 1372

Not sure how you wouldn't be able to see that... perhaps that bottom panel is slid 'all the way down'? :?

Regardless, you should be able to make the change from stages on either end of the transformer.
by chulett
Mon Nov 14, 2005 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error
Replies: 7
Views: 1372

You've defined a column and didn't specify a size.
by chulett
Mon Nov 14, 2005 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Decimal
Replies: 3
Views: 1229

As does the FMT command.