Search found 42189 matches

by chulett
Tue Sep 11, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Server space problem
Replies: 5
Views: 1980

I was also checking the ulimit option to get the resouce limits and below is the output as in production, $ ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) unlimited nofiles(descriptors) 256 vmemory(kbytes) unlimited If this inform...
by chulett
Tue Sep 11, 2007 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Timestamp Conversion having AM or PM
Replies: 2
Views: 987

Exactly the same way you'd convert one with a military time value, just rather than use "MTS" for the time portion you use "MTHS" instead. Or something closely resembling that. :wink:
by chulett
Tue Sep 11, 2007 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No logs seen in DataStage Director
Replies: 10
Views: 3979

1. Try it, let us know. I can't say for 6.x but it works fine in the 7.x releases. :?

2. Did the job actually run? Or did the Sequence abort because the job wasn't runnable? Silly question, but are you sure you are looking at the right job?
by chulett
Tue Sep 11, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get current parameter value from unix command
Replies: 9
Views: 2099

You would need to pull that information from the first (Starting Job) entry in the job's log.
by chulett
Tue Sep 11, 2007 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage*DSR_LOADSTRING
Replies: 3
Views: 1155

It would help if you let us know your job design.
by chulett
Tue Sep 11, 2007 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get current parameter value from unix command
Replies: 9
Views: 2099

By 'current' parameter value, you mean what? The value actually used the last time the job was run? Technically, the default value is the 'current' value.
by chulett
Tue Sep 11, 2007 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No logs seen in DataStage Director
Replies: 10
Views: 3979

1. 6.x was too long ago to recall if it supported it or not. You can always use a contact group email, and that's a better idea anyway.

2. Filtered?
by chulett
Tue Sep 11, 2007 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs have become invisible!!
Replies: 17
Views: 7278

He means what started all this, your original errors and what your original attempts at correction consisted of, not what you just did. That we know.
by chulett
Tue Sep 11, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: resetting the job
Replies: 9
Views: 2185

You can't. The job hasn't finished running/aborting yet when you are in the 'after job' part of its life cycle. Whatever runs the job should be doing the resetting, there's no self-healing 'job reset thyself' functionality. Cannot your job control recognize the issue and reset the job before it att...
by chulett
Tue Sep 11, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timed out while waiting for an event Error code 14
Replies: 1
Views: 1286

Run fewer jobs at the same time. What kind of things are going on when this happens - both in DataStage world and on the server it is installed on in general? And have you searched the forums for the discussions already here for this error? It's been talked about ad nauseum so your suggestions are a...
by chulett
Tue Sep 11, 2007 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Web Services
Replies: 8
Views: 2466

Sorry to not post anything helpful here, but Ernie - do these components now ship with the 8.x product or are they still a separate purchase?

M - do you actually have these components (and thus the accompanying documentation) or are you just asking about them to see if they would help?
by chulett
Tue Sep 11, 2007 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0.1 DSR.ADMIN Error Adding New Project
Replies: 5
Views: 1710

Space? :?

I'm not sure there's enough 8.x experience here to answer that one. Best to open a Support case if you haven't done so already.
by chulett
Tue Sep 11, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlinking error while run a Dos batch file from Datastage
Replies: 4
Views: 1224

Could be because you are using relative rather than absolute paths for your filenames. If you still have problems, post your syntax.
by chulett
Tue Sep 11, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 generate html reports
Replies: 3
Views: 1257

Yup, found that one out for myself. And you need to enable 'ActiveX' not pop-ups. :wink:
by chulett
Tue Sep 11, 2007 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with appending the seq file
Replies: 7
Views: 1347

Well, technically you can as long as one is set to 'append' - and it only runs after the other finishes. It's the old 'same file at the same time' problem, no can do. And for the record, that's a sequential file 'restriction' not anything posed by DataStage.