Search found 42189 matches

by chulett
Fri Nov 30, 2012 12:16 pm
Forum: General
Topic: Changing parameter value in sequence before call a Job
Replies: 0
Views: 982

Welcome.

An exact search here for USERSTATUS should turn up quite a number of conversations on how that can be accomplished. And you don't "change" it so much as override it at runtime by sending in a new value...
by chulett
Fri Nov 30, 2012 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 4003

Sorry but all you've done is restate what was in your original post without adding any details to it. And the devil is in the details. :(

Please try to answer the questions Jerome posted and anything else you can think of that may prove helpful.
by chulett
Fri Nov 30, 2012 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash look up error
Replies: 4
Views: 2103

Killed how? Not cleanly as your hashed table is still "busy" and cannot be locked, something the error message clearly notes. Find and kill the remaining process(es) for that job.
by chulett
Thu Nov 29, 2012 5:00 pm
Forum: General
Topic: Sequence loop issue
Replies: 9
Views: 3305

Right, except they've said repeatedly that it fails attempting to process the last filename, not that it tries to do one too many. So when they have two names it fails on the second iteration of the loop. :?
by chulett
Thu Nov 29, 2012 1:09 pm
Forum: General
Topic: xml2dsx command
Replies: 3
Views: 1524

I should have been more specific... seek elsewhere. That command only converts a file, it does not import anything. Use the documented command line import utilities such as dscmdimport.exe.
by chulett
Thu Nov 29, 2012 12:40 pm
Forum: General
Topic: xml2dsx command
Replies: 3
Views: 1524

There's no reason for you to be executing that. It is called automatically when you import something in xml format.
by chulett
Thu Nov 29, 2012 8:23 am
Forum: General
Topic: Patch installation
Replies: 4
Views: 1146

Much of the time, that seems to be one of my duties. :wink:

Done.
by chulett
Thu Nov 29, 2012 8:22 am
Forum: General
Topic: Dsjob cmd to retrieve Job annotation, Job Short/longdescrptn
Replies: 4
Views: 1579

Craig's not really sure what he's talking about, hence the plethora of question marks. :wink:

With no way to test anything, just trying to point the OP in a (possibly) helpful direction. Thanks for the clarification!
by chulett
Thu Nov 29, 2012 8:11 am
Forum: General
Topic: Sequential file Metadata creator
Replies: 4
Views: 1628

As noted, there is no "UNIX folder location" for objects like that.
by chulett
Thu Nov 29, 2012 8:09 am
Forum: General
Topic: Sequence loop issue
Replies: 9
Views: 3305

Still think it is the Field Mark. What happens when you try using array notation $CommandOutput<1> rather than the Convert() function?
by chulett
Thu Nov 29, 2012 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maintaining Timestamp with microseconds using datastage
Replies: 5
Views: 6922

Correct - that's because you are still on a 7.x version, later versions support that TIMESTAMP data type more better. :wink:
by chulett
Wed Nov 28, 2012 2:51 pm
Forum: General
Topic: Sequential file definition
Replies: 2
Views: 1064

Re: Sequential file defination

Let's just start with this:
das_nirmalya wrote:There is no way in DS to store and import table definition for Sequential file.
Not true, of course you can. Wouldn't be much of an ETL tool if it couldn't do that. Unless you mean something other than the rather generic statement that it seems you are making?
by chulett
Wed Nov 28, 2012 2:40 pm
Forum: General
Topic: Make parameter value mandatory
Replies: 4
Views: 1714

There's no such animal. And while some parameter types are 'required' (like Date and Integer off the top of my head) others are optional and can be left empty. While you couldn't pop up any kind of dialogue box, you could have (for example) a custom routine that validates the parameters passed in an...