Search found 42189 matches

by chulett
Mon Jun 16, 2008 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing a set of sql queries in a job
Replies: 24
Views: 7238

Yup, you need a direct grant, something your DBA should be able to confirm for you.
by chulett
Mon Jun 16, 2008 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting the char 4 bytes to numeric
Replies: 7
Views: 1424

Hmmm... ok. What if you quote the comparison?

Code: Select all

If STW_EFFECTIVE_DATE > "9606" Then
by chulett
Mon Jun 16, 2008 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting the char 4 bytes to numeric
Replies: 7
Views: 1424

Not a conversion thing, I'd wager. What's in your AREA2 field? If either of those substrings return a null, all you'll end up with is a null after concatenation.
by chulett
Mon Jun 16, 2008 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting the char 4 bytes to numeric
Replies: 7
Views: 1424

Just do the comparison. Server isn't picky about data types so no 'conversion' is necessary.
by chulett
Mon Jun 16, 2008 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NotificationActivity + Sequencer
Replies: 3
Views: 1031

No problem, glad I could help.
by chulett
Mon Jun 16, 2008 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License Query
Replies: 3
Views: 1142

What I do is use something like this to get all of the PIDs for the client connections and 'logout' any that I know are invalid. That generally means any that didn't connect that day. :wink:

Code: Select all

ps -ef |grep dsapi |grep -v grep 

Then DS.TOOLS option 4 then 9 from what I recall.
by chulett
Mon Jun 16, 2008 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License Query
Replies: 3
Views: 1142

Only Client connections 'use' / require a license and are thus involved in the check. Jobs don't. Sounds like you've got some orphaned ones that need to be cleaned up.
by chulett
Mon Jun 16, 2008 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run statistics not reflecting
Replies: 7
Views: 1342

There is one in each Project directory and it's a 'plain text' file. So, you can edit it with your UNIX text editor of choice.
by chulett
Mon Jun 16, 2008 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 8054

Object directory? Is this perhaps a PX specific answer and not something that applies to Server jobs? I'll check closer when I get a chance.
by chulett
Mon Jun 16, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run statistics not reflecting
Replies: 7
Views: 1342

Let us know if you need more help. If you've resolved your problem, mark the topic as Resolved and post your actual resolution to help future searchers.

Thanks!
by chulett
Mon Jun 16, 2008 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run statistics not reflecting
Replies: 7
Views: 1342

Search the forums for 'jobmonapp', lots of discussions on this topic.
by chulett
Mon Jun 16, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 8054

Lovely. veera24 - I neglected to finished the details in my original post. Open up the 3rd log entry, where the ENVironment is displayed, and the LD_LIBRARY_PATH will have the jobno as the first entry. Arnd, I looked for something in the logs that would denote the job number before I posted, in case...
by chulett
Mon Jun 16, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 8054

ag_ram wrote:Correct chulett.

So... your question was some kind of a quiz? What the frak was the point of that? :evil:

If you knew the answer, just post it as a clarification. If you didn't, say "Thanks" and move on.
by chulett
Mon Jun 16, 2008 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Value in the Table to pass as parameter
Replies: 5
Views: 1377

You'd need a routine to execute the UNIX 'cat' command and pass back the result. You would call it in the Initial Value field of the stage variable. Now, Server forum so Server answer. Someone else would have to note exactly how one would do this in a PX transformer.
by chulett
Mon Jun 16, 2008 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Case Study for Training
Replies: 4
Views: 1565

Tutorial? Comes with the product.