Search found 42189 matches

by chulett
Tue Mar 09, 2004 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Switcher
Replies: 4
Views: 1862

That's interesting. I was using it for a short time to switch between our 6 and 7 clients (while we were testing 7.0.1) and it did not require a reboot. This was under XP Pro, for what that's worth.

Good to know you got it straightened out!
by chulett
Mon Mar 08, 2004 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Licensing by CPU Count
Replies: 9
Views: 2929

Yah, sorta forgot about that option. :roll:

So, nobody out there yet has any experience with this... Ken? Vince? Anyone? Bueller?
by chulett
Mon Mar 08, 2004 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to 7.0
Replies: 10
Views: 3529

You could search the forum, the generic issue of "upgrading" from older versions has been discussed many times. Typically - unless you are involved in a upgrade-everything-all-at-once exercise like Ray is (fun!) - simply install the new version over the old version. It will automatically upgrade you...
by chulett
Mon Mar 08, 2004 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing multiple output records from single input record..
Replies: 8
Views: 3491

Thanks, Guys. I don't have alot of time to provide detailed answers over the course of the day when I'm supposed to be working, especially lately. Now that I'm home... you've covered all of the bases. nsm - this should definitely get you started! The rest comes from setting up a job, running some of...
by chulett
Mon Mar 08, 2004 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Licensing by CPU Count
Replies: 9
Views: 2929

Server Licensing by CPU Count

Can someone explain exactly how the current Server CPU licensing model works? My current company is licensed for 8 CPUs. Right now it is running on a 6 CPU box and was running on an 8 CPU box in the past. All is well and good up to this point. Now, in the very near future the server will be upgraded...
by chulett
Mon Mar 08, 2004 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing multiple output records from single input record..
Replies: 8
Views: 3491

It's very straight-forward and fully documented. There should be online help available from the Stage itself and a .pdf document for it in your "Docs" directory under your Client installation. Check them out and give it a try. If you have issues after you've played with it, come back with some speci...
by chulett
Mon Mar 08, 2004 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax for reject constraint
Replies: 1
Views: 994

Actually, in most cases you don't need any 'code' on a reject link. If you simply mark the 'Reject Row' check box, two things will happen: 1) Any rows which do not go down any previous rows will be routed out the Reject link. Link ordering is very important here. 2) In addition to that, any rows rej...
by chulett
Mon Mar 08, 2004 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing multiple output records from single input record..
Replies: 8
Views: 3491

Pivot Stage.

You're welcome. :wink:
by chulett
Mon Mar 08, 2004 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null command
Replies: 6
Views: 1407

Doesn't sound like you want to "do nothing" actually, it sounds like you want to keep the old value. Is this an expression in a Transformer? If so, simply refer to the original first file's field name where you are trying to put "null".
by chulett
Mon Mar 08, 2004 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing or NULL (Missing or NULL): Missing or NULL
Replies: 3
Views: 1909

Need more information...

What Database is this and what Stage are you using to access it? Please post the entire error message as well.
by chulett
Mon Mar 08, 2004 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass value between jobs
Replies: 7
Views: 3296

sim wrote:Is there any command like 'printout', or 'cout (C++'s)' to print output to logfile? Help me...I am lost.

DSLogInfo
DSLogWarn
DSLogFatal

Check the online help. You want the first one.
by chulett
Mon Mar 08, 2004 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bus error (Coredump)
Replies: 22
Views: 7909

Always nice when four of the five entries so far are from the OP. More info. Rebooting made no difference. Turns out what is happening is this - I can run any kind of normal O/S command (like "ls -l", for example) and anything using default shell (sh) syntax. What coredumps for me is when I need to ...
by chulett
Mon Mar 08, 2004 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined SQL - Oracle
Replies: 4
Views: 1263

You will be fine - as long as you separate this into two actions. You'll need to determine which records need updating and which records need inserting before this step and then take the appropriate path. You can't do this in a single step because of the mis-match in the number of columns. Either th...
by chulett
Mon Mar 08, 2004 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined SQL - Oracle
Replies: 4
Views: 1263

Are you sure this is using an OCI plugin? Question mark parameter markers are from stages like ODBC, OCI uses numbered parameters like :1, :2, etc - unless that's the way it works back in Version 4. I don't remember it working like that, but it's been awhile. The other issue you've got is the number...
by chulett
Mon Mar 08, 2004 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client Switcher
Replies: 4
Views: 1862

I haven't looked at this tool in a little while... do the docs mention what versions it supports? A 4.x client might be a little too old for it and it may be messing up the registry changes when making the switch. :?