Search found 42189 matches

by chulett
Wed Oct 06, 2004 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining tables
Replies: 4
Views: 1082

Yes - Join stage, OCI stage, whatever. By the way, the Join stage is only in the PX/EE product - not the Server edition.
by chulett
Wed Oct 06, 2004 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting Blank Rows into a file
Replies: 7
Views: 2201

Me, I'd try to handle it on the database side. Not sure the particulars on DB2 (being an Oracle person) but you could create a reference table that contains all of your "quarter hour slots in a day". (or perhaps do something on the fly with the equivalent of a 'select from dual'?) Then simply do a u...
by chulett
Tue Oct 05, 2004 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to enable menu bar after it has been closed in designer
Replies: 10
Views: 6500

It was worth a shot. :wink:

I generally hesitate to tell people to edit the registry as many are not comfortable doing so, but glad it worked out for you. Don't forget to check any of your customizations as they more than likely got 'reset' as well.
by chulett
Tue Oct 05, 2004 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling more than 1 after-job routine
Replies: 3
Views: 1088

Can't you string multiple commands together when you do ExecTCL, much like you can with ExecSH, semi-colons and UNIX commands? Would that help?
by chulett
Tue Oct 05, 2004 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: -file option in the dsjob
Replies: 2
Views: 918

That's true... had to go check my scripts to verify that. Keep in mind the fact that you can have one "central" location for information like this. The file can contain multiple lines if you have multiple servers.
by chulett
Tue Oct 05, 2004 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Db2 Import command as before SQL
Replies: 4
Views: 2789

Why not do it 'before job' via a script?
by chulett
Tue Oct 05, 2004 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: -file option in the dsjob
Replies: 2
Views: 918

Use the full pathname to the file.
by chulett
Tue Oct 05, 2004 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -run -mode VALIDATE -param ...
Replies: 9
Views: 2542

Sure... kinda necessary, actually. Are you having a problem trying to do so?
by chulett
Tue Oct 05, 2004 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Simple Job Running for long time
Replies: 7
Views: 1617

Funny, that was the very post that I linked to above. :wink:

And Tony, you left off my little winky guy when you quoted me. I was kidding... mostly.
by chulett
Tue Oct 05, 2004 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation error
Replies: 6
Views: 2226

You might want to explain exactly what you mean by "different levels of user id and password" and then you'll stand a better chance of getting some useful advise.
by chulett
Mon Oct 04, 2004 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to enable menu bar after it has been closed in designer
Replies: 10
Views: 6500

Heck, I didn't know you could turn that off. :?

If a right-click up in your menu area doesn't give you the option to re-enable it, go with the "reinstall the client" idea. That should fix it for you, I would think.
by chulett
Mon Oct 04, 2004 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-12560 Protocol Adapter Error
Replies: 3
Views: 1378

I'm glad you were able to figure that one out on your own, Matt. Those kind of things can be difficult to solve 'remotely'. :wink:

And thanks for posting the solution. That helps the searchers who come later who have the same problem.
by chulett
Mon Oct 04, 2004 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Simple Job Running for long time
Replies: 7
Views: 1617

My ODBC look up has queries with <= and >= conditions in it.This condition is not possible in hash files. Strictly speaking, this isn't true. Yes, it's not an "out of the box" in the GUI kind of thing and you do have to do some work to achieve something like that, but it can be done. See this post ...
by chulett
Mon Oct 04, 2004 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to calculate the difference in seconds b/w 2 timestams?
Replies: 3
Views: 1184

I was digging around in my Favorites to help on a different topic and stumbled across this post. The KBA version. Thought I would save you some searching. So there's three tips in one here: 1) The answer to your question. 2) The fact that with almost 35,000 posts here, most questions have been asked...
by chulett
Mon Oct 04, 2004 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport window hang after job completed.
Replies: 8
Views: 1839

Well, then I guess the answer is to not do that. :wink:

Why not run your output to a local file and then copy/move it to a network resource as a seperate step after completion? Unless someone figures out why the hang and how to work around it, that is...