Search found 42189 matches

by chulett
Tue Mar 25, 2008 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob
Replies: 10
Views: 5689

I mean the next step is already a Job Activity. Do you have another idea that I can use? Sorry, but I don't see the relevance of your comment. You can have as many Job Activity stages in the Sequence as you need. So, if you need to, put another Job Activity stage before the existing one. Let it wha...
by chulett
Tue Mar 25, 2008 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob
Replies: 10
Views: 5689

Do not use UtilityRunJob in this manner. Use a Job Activity stage to run the job, and simply let the trigger to it evaluate the "Var1 > 0" condition.
by chulett
Tue Mar 25, 2008 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of Information Server on a same PC
Replies: 11
Views: 2574

Oh, a 'loopback connector' or adapter.
by chulett
Tue Mar 25, 2008 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5 server installation on AIX
Replies: 13
Views: 5874

A 'root install' means it is installed by the root superuser. I've also been able to do it as 'dsadm' via 'sudo' privledges granted by root to me on the install script.
by chulett
Tue Mar 25, 2008 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined SQL joining two servers issue
Replies: 9
Views: 4218

Perhaps he just missed the 'ALTER SESSION' equivalent for SQL Server before the SET command? I'll be the first to admit I know zip about that database, however.
by chulett
Tue Mar 25, 2008 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined SQL joining two servers issue
Replies: 9
Views: 4218

But you can do 'ALTER SESSION SET blah blah...' in the before sql tab if we are talking database, is that not what is needed here? Or is that too Oracle specific? :?
by chulett
Tue Mar 25, 2008 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob
Replies: 10
Views: 5689

You haven't stated your actual problem. And is this in a Sequence job? If so, why not use a Job Activity stage for this?
by chulett
Tue Mar 25, 2008 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob
Replies: 10
Views: 5689

It's in the Server Job Developer's Guide pdf, but better yet just double-click on the routine itself and all shall be revealed.
by chulett
Tue Mar 25, 2008 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character not inserting into Oracle DB.
Replies: 14
Views: 5513

Try: NLS_LANG=AMERICAN_AMERICA.UTF8 and also LC_CTYPE=C.utf8 rather than the NCHAR version.
by chulett
Tue Mar 25, 2008 11:45 am
Forum: General
Topic: Data Conversion
Replies: 13
Views: 4926

Or:

Code: Select all

Convert("/","",Oconv(FedDepr.BEG_DEPR_DATE, "MDY[2,2,4]"))

Might make it a little more obvious what's going on.
by chulett
Tue Mar 25, 2008 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing datas from hashed files to the where clause
Replies: 3
Views: 1018

It would need to be in a Job Parameter to be able to use it in a query, so you'd need something to get it from the hashed file out somewhere it could be picked up from - a flat file, perhaps or $UserStatus.
by chulett
Tue Mar 25, 2008 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Anyone has encountered this problem before.
Replies: 6
Views: 1445

For strange hauntings you'd need to go back to IBM Support, they are the official Ghost Busters. :wink:
by chulett
Tue Mar 25, 2008 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character not inserting into Oracle DB.
Replies: 14
Views: 5513

Session parameters won't help, run the query from NLS_DATABASE_PARAMETERS and let us know what you find.
by chulett
Tue Mar 25, 2008 10:29 am
Forum: General
Topic: Data Conversion
Replies: 13
Views: 4926

DSG2B: It would probably help if you also explained what exactly that is doing, the 'how' of the 'what', if you will. :wink:
by chulett
Tue Mar 25, 2008 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character not inserting into Oracle DB.
Replies: 14
Views: 5513

Tell us A) how you set this and B) what value you set it to.