Search found 42189 matches

by chulett
Wed Sep 25, 2013 12:05 pm
Forum: General
Topic: SCP (or any other similar command)
Replies: 7
Views: 1935

I'm curious about the "look for a file residing on a remote machine". If that's a one-time look and process if found, then I've done much the same in the past that Franklin has noted to pull remote files locally for processing. As mentioned, the sticky bit can be getting all of the securit...
by chulett
Wed Sep 25, 2013 8:13 am
Forum: General
Topic: DataStage BackUp process
Replies: 11
Views: 7981

Not to be confused with iStool. And yes, it's perfectly safe to click on the link. I swear. :wink:
by chulett
Wed Sep 25, 2013 7:44 am
Forum: General
Topic: DataStage BackUp process
Replies: 11
Views: 7981

The 'new' utility in the 8.x world is istool. Andy posted a nice overview of the syntax here.
by chulett
Wed Sep 25, 2013 7:16 am
Forum: General
Topic: SMTP Server in Data Stage
Replies: 6
Views: 2905

Still suggest you bring your SysAdmin into the conversation, if you haven't yet.
by chulett
Tue Sep 24, 2013 7:36 am
Forum: General
Topic: SMTP Server in Data Stage
Replies: 6
Views: 2905

Unless something has changed, you only needed to give the gateway on a Windows server... for UNIX it can be left empty. Assuming we're talking about the Notification Activity stage here.
by chulett
Tue Sep 24, 2013 7:06 am
Forum: General
Topic: SMTP Server in Data Stage
Replies: 6
Views: 2905

That's all handled by the O/S, talk to your System Administrator.
by chulett
Tue Sep 24, 2013 7:04 am
Forum: General
Topic: DSU.UTLGetLinkCount
Replies: 2
Views: 1078

And it's a custom routine (hence the DSU prefix) which means someone there wrote it.
by chulett
Mon Sep 23, 2013 2:53 pm
Forum: General
Topic: ERROR: Failed to open project
Replies: 6
Views: 2344

Problems along those lines always say 'resource issue' to me. The rub is nailing down what is actually going on, what resource is being affected / exhausted at that moment in time.
by chulett
Mon Sep 23, 2013 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Downcast numeric field without warnings
Replies: 4
Views: 1875

Use a message handler to 'demote' the message.
by chulett
Mon Sep 23, 2013 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII
Replies: 11
Views: 5188

I was making the same assumption, forgot to mention the FD part.
by chulett
Mon Sep 23, 2013 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII
Replies: 11
Views: 5188

That would be a job for the Complex Flat File stage. Have you tried that using that stage yet?
by chulett
Sun Sep 22, 2013 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query with data returns zero rows
Replies: 9
Views: 4448

Neither are we. Not sure what other advice anyone could give. If the problem is the return in one of the parameters, where does it come from? How are you passing / generating / fetching the parameter values to use? Look closely there. Try something other than @FM in your Convert() function - CHAR(10...
by chulett
Sat Sep 21, 2013 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to chose database Update vs. Insert
Replies: 1
Views: 1330

It's pretty simple - the frequency of one versus the other. Go with the one with the most chance of happening first.
by chulett
Sat Sep 21, 2013 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with performance improvement.
Replies: 4
Views: 1651

I'll repeat... have you engaged your DBA? They can check and see if the index is actually being used. And please, post the entire error message if you want help with it. If so, clarify what "parallel mode" means - running the job on more than one node or using parallel / partitioned writes...
by chulett
Sat Sep 21, 2013 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with performance improvement.
Replies: 4
Views: 1651

Doesn't sound like a DataStage problem but rather a database one. From your description, it sounds like full table scans are happening because you don't have an index over the column(s) in your where clause. Have you engaged your DBA, had them monitor the session, make suggestions? Also, "abort...