Search found 42189 matches

by chulett
Mon Oct 17, 2016 9:02 am
Forum: General
Topic: last import information of Datastage job
Replies: 13
Views: 5478

This isn't about a history of running a job but rather a history of changes made to / versions of a job.
by chulett
Mon Oct 17, 2016 7:09 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 3983

:? Why not simplify the code? You don't really need all that if-then-else. Call DSSetUserStatus(Arg1) Call DSLogInfo(Arg1,"Arg1") Call DSLogInfo(DSGetJobInfo(DSJ.ME, DSJ.JOBNAME),"userstatus") Ans = Arg1 Tell us what "doesn't work" means here for the call to DSGetJobInf...
by chulett
Fri Oct 14, 2016 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running SQL statements in datastage
Replies: 7
Views: 4813

asorrell wrote:The stored procedure can be parameterized to accept file names for flexibility.
Table names... and so can the Before SQL. :wink:
by chulett
Fri Oct 14, 2016 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File connector showing No such file or directory
Replies: 4
Views: 1997

I've got no clue but for the "NoSuchMethodError" I would involve support.
by chulett
Thu Oct 13, 2016 10:35 am
Forum: General
Topic: connection to the service Tier is lost from the client
Replies: 3
Views: 1548

Is there a firewall in play anywhere here, perhaps one with an idle timeout set?
by chulett
Thu Oct 13, 2016 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running SQL statements in datastage
Replies: 7
Views: 4813

Keep in mind, though, that would take all of the records from the first table and shoot them across the network to the engine and then back across to the same instance it came from to load the table. There are ways to emulate the original "do all the work in the database" technique that th...
by chulett
Wed Oct 12, 2016 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running SQL statements in datastage
Replies: 7
Views: 4813

Toad.

You don't need a job to do that.
by chulett
Wed Oct 12, 2016 11:13 am
Forum: General
Topic: Accidentally lost dsjob exec
Replies: 4
Views: 1783

Not quite sure what you are 'testing'... is this resolved? Somehow I don't think so.

FYI - I moved your post here which is the proper place to discuss the issue. I removed the copy you put back in the other forum.
by chulett
Wed Oct 12, 2016 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Query error in Datastage
Replies: 5
Views: 4184

Re: Oracle Query error in Datastage

I have tested the code in toad. its fine. But it is not working from datastage. This "test" bothers me as it doesn't really mean anything other than to show that your SQL - whether it be select or update or whatever - is syntactically correct. Toad doesn't care what kind of fields you are...
by chulett
Wed Oct 12, 2016 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rownum for a record
Replies: 6
Views: 2492

As is normally the situation, there are multiple solutions to this requirement. Since you are on UNIX, you may be able to only bring in the records desired or you may need to filter what you need out in the job.
by chulett
Wed Oct 12, 2016 6:00 am
Forum: General
Topic: XSD validation error in Schema library manager
Replies: 3
Views: 1557

Perhaps you should post the xsd? Sounds like it may not be valid...
by chulett
Tue Oct 11, 2016 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rownum for a record
Replies: 6
Views: 2492

To 'get the exact number of records from a file' you would need to count them before the job runs. Typically. And off the top of my head you can leverage the @INROWNUM system variable to know what row number you are working with, as long as you are careful with your partitioning. I.E. don't partitio...
by chulett
Tue Oct 11, 2016 7:04 am
Forum: General
Topic: Migrating to 11.3 : Choice of grid resource management
Replies: 12
Views: 5367

Choice discussion, this thread. Implementation issues? New thread. :wink:

What was your decision?
by chulett
Mon Oct 10, 2016 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Import
Replies: 7
Views: 4512

Yes. The PX Engine's bin directory, I would assume.