Search found 42189 matches

by chulett
Tue May 19, 2009 7:51 am
Forum: General
Topic: Datastage project inaccessible
Replies: 5
Views: 2310

It's too late for backups, hope you have something to fall back on. Have you tried a "reindex" of the project? Search here for the details on usage and caveats.
by chulett
Tue May 19, 2009 7:49 am
Forum: General
Topic: User-defined SQL Query File and Parameters
Replies: 3
Views: 1309

Or something like that. :wink:
by chulett
Tue May 19, 2009 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job run from Unix Command Line
Replies: 13
Views: 19377

So... one line versus multiple lines? :?

Time to mark this Resolved it seem, using the big button at the top of the screen.
by chulett
Tue May 19, 2009 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why is Hashed File data changing randomly
Replies: 4
Views: 1707

First off, it is a hashed file, not hash file or hashfile. Secondly, I don't see how one could ever 'rearrange data randomly'. Something else must be going on. Can you provide more details as to the design of your hashed file and exactly how you populate it? For example, is this field a Key field or...
by chulett
Tue May 19, 2009 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2083

Well, something is obviously different there. You need to keep digging and find it. Oracle client version, perhaps?
by chulett
Tue May 19, 2009 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import a 8.0 dsx into a 7.5 version
Replies: 6
Views: 1489

The format won't make one iota of difference, I'm afraid. The first thing it does anyway is convert your xml into dsx format 'under the covers' so you still end up doing a dsx import.

One reason why you shouldn't do large exports in xml format, your import time will increase exponentially.
by chulett
Tue May 19, 2009 5:24 am
Forum: General
Topic: User-defined SQL Query File and Parameters
Replies: 3
Views: 1309

Welcome aboard. :D I'm afraid it's one or the other as sql files cannot have job parameters in them. We 'worked around' this by having multiple sql files and using a combination of parameters to pick the right file at runtime. We only had a small combination of parameter values we would have used, s...
by chulett
Tue May 19, 2009 5:21 am
Forum: General
Topic: can the absolute path of a script be a variable ?
Replies: 3
Views: 1844

Exactly... or whatever your shell of choice would be. For Windows, the DOS 'start' command works from what I hear.
by chulett
Mon May 18, 2009 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor
Replies: 8
Views: 2820

Then clearly it's not the same situation. Please start your own post with the details of your environment and the issue(s) you are seeing.
by chulett
Mon May 18, 2009 5:22 pm
Forum: General
Topic: Import ODBC meta data definition in hung status
Replies: 3
Views: 1228

What database are you attempting to import metadata from and what drivers are you using for that?
by chulett
Mon May 18, 2009 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to a decimal field
Replies: 1
Views: 823

It's normal behaviour as that's the place holder for the sign. What kind of help are you looking for? I could guess but I'd rather you be more specific.
by chulett
Mon May 18, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Job Exporting one by one
Replies: 2
Views: 1725

Use dscmdexport for the whole project, dsexport for a single job but you'll need to script the latter to do singletons for the entire project. That or export everything and use a 'cutter' to hack it up, there's a perl one posted here IIRC.
by chulett
Mon May 18, 2009 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute a Remote Script using DataStage
Replies: 3
Views: 2732

There is no 'feature' within DataStage to do this directly or natively. What it can do is execute any O/S command, either from within the flow of a Sequence job or 'before/after' any job type. So that means any operating system command(s) or script that you have to do this could be run and monitored...
by chulett
Mon May 18, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help converting to Upcase in dataset directory path !!
Replies: 6
Views: 2285

However, the 'File' path declared in the Data Set stage with the .ds suffix is just for the control file - not the actual Data Set itself. The actual data files go across your 'resource' disks from what little I know. Yes? :?
by chulett
Mon May 18, 2009 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine timestamp_from_s
Replies: 6
Views: 5652

Post an example or two of your incoming 'timestamp' values.