Search found 42189 matches

by chulett
Mon Mar 22, 2004 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failed due to strange reason
Replies: 7
Views: 2762

Execute the command bin/uv while still attached to the DataStage Engine directory. This will issue a message about the size of the shared memory segment. Ray, don't you always have to regen after making changes to .uvconfig, as Ken mentions? Shouldn't the command be: bin/uv -admin -regen Or is that...
by chulett
Mon Mar 22, 2004 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Long DataType - Oracle datatype not presently supported
Replies: 14
Views: 9879

Re: a big VARCHAR

Since DS/OCI Stage does not support LongVarChar, I specified a Varchar with a length of 9,999,999. Have you tried running a job with these settings and does Oracle mind? For 9i, max varchar2 length is 4K from what I recall and there isn't any way to declare it as unlimited in size in DataStage. And...
by chulett
Mon Mar 22, 2004 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Craig hits 1000
Replies: 7
Views: 1764

Woo-hoo! :D I'm almost afraid to post again, it's such a loverly number... whoops, never mind.
by chulett
Mon Mar 22, 2004 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we give dynamic filenames to Hash, target & Source
Replies: 4
Views: 1607

Use Job Parameters for all dynamic portions, which you alluded to in your first post. You'll need to build a process that determines the values a particular job would need and then passes them in as Parameter values. Without knowing your processing requirements and your expertise level with DataStag...
by chulett
Mon Mar 22, 2004 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we give dynamic filenames to Hash, target & Source
Replies: 4
Views: 1607

I don't see why not - as long as the metadata doesn't change. Have you tried it?

Will you be reusing these dynamically named objects? If not, you'll need to worry about cleaning up after yourself, deleting the hash file when you are finished with it, for example.
by chulett
Mon Mar 22, 2004 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForFile
Replies: 1
Views: 1330

No, waiting using this Stage is "synchronous". Having said that... It seems like you could do exactly what you've laid out below and it would work fine: One Sequence that runs multiple (sub)sequences. Make no connection between the two series and they will (in essence) run in parallel - JS_1 & JS_2 ...
by chulett
Mon Mar 22, 2004 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: while sorting the job aborted
Replies: 5
Views: 1190

In particular those related to "semaphores" but if you haven't addressed this issues at all yet, it would be best to get together with your Admins to double-check all of the requirements listed in the Install Guide.
by chulett
Mon Mar 22, 2004 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Connectivity Problem
Replies: 11
Views: 2963

You don't indicate what hardware / operating system you are using, which can be important in cases like this. Also, in the readme for your server install, is the SQL Server Wire Driver you are trying to use supported on your platform?
by chulett
Mon Mar 22, 2004 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Peek Stage
Replies: 6
Views: 2763

And, as the OP has discovered, unable to be used in any fashion without a license for that particular product. You can sometimes find references to XE/390 stages in the online help for Server, for example the Lookup Stage. It does tend to confuse people, occasionally making them think they have acce...
by chulett
Sun Mar 21, 2004 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance numbers for 4CPU 12K development box
Replies: 3
Views: 1770

Peter, While I can't add any permformance numbers, not having a comparable platform, I appreciate the effort you've made to quantify various methods and their 'performance'. One point is that you'll see several reference here to 'rows per second' being a somewhat meaningless metric. What matters is ...
by chulett
Sat Mar 20, 2004 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Msg while Updating a row
Replies: 2
Views: 883

I'm pretty sure that is just the way it works and I don't believe that you can "turn off" those kind of warnings. If you don't want to see them, AFAIK you need to ensure that your key combination actually exists before issuing the update by doing a lookup first. Unless someone can point out an ODBC ...
by chulett
Thu Mar 18, 2004 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Long DataType - Oracle datatype not presently supported
Replies: 14
Views: 9879

Nope. I'm running 7.0.1 and it still works like that.
by chulett
Thu Mar 18, 2004 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Long DataType - Oracle datatype not presently supported
Replies: 14
Views: 9879

You have to retrieve it using a VARCHAR data type. A big VARCHAR. :wink:
by chulett
Thu Mar 18, 2004 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message
Replies: 5
Views: 2553

Soma - I'm curious if you ever got a resolution to this? In case anyone else commits the same sin and starts seeing the same helpful error messages... We had a job start throwing this same error yesterday and were stumped for a bit. It was in all ways a "normal server job", using OCI and Hash to pro...
by chulett
Thu Mar 18, 2004 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Modified TimeStamp File in EBCDIC
Replies: 1
Views: 719

:idea: If you are in that big of a hurry for a solution, expecially if you've got a POC on the line and have Sales Rep in tow - contact Support. That's what they are there for.

I don't have PX or I'd try to help you out...