Search found 53125 matches

by ray.wurlod
Wed May 04, 2016 5:40 pm
Forum: General
Topic: Client Installation Issues
Replies: 4
Views: 1503

Try also trusted third-party root certificates store.
by ray.wurlod
Wed May 04, 2016 4:55 pm
Forum: General
Topic: scheduling - possible corruption issue
Replies: 5
Views: 2244

The parameter values entered when a job is (re-)scheduled are stored in one of the hashed files in the local DataStage repository.
by ray.wurlod
Wed May 04, 2016 4:50 pm
Forum: Cognos (IBM BI)
Topic: Cognos Data Manager Calls DataStage
Replies: 2
Views: 8376

It could be that the exit status of the call is set to that of the DataStage job, where 0 is "running", 1 is "finished", 2 is "finished with warning", etc. Your caller may be interpreting the non-zero code as an error.
by ray.wurlod
Wed May 04, 2016 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Value File Question
Replies: 4
Views: 2887

kduke wrote:Why use a parameter set if you are not going to load the values into it?
Parameter Sets are cool for setting up different sets of default values for different environments, even if you don't want to update them dynamically.
by ray.wurlod
Tue May 03, 2016 8:38 pm
Forum: General
Topic: Happy Star Wars Day !
Replies: 3
Views: 2196

Happy Star Wars Day !

May the 4th be with you.
by ray.wurlod
Tue May 03, 2016 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best stage for Sybase database
Replies: 1
Views: 1571

You are correct that there is no Sybase Connector stage. For general purpose work the Sybase Enterprise stage should be preferred. This supports parallel processing. The Sybase OC stage uses the old plug-in architecture, and is less efficient than the Sybase Enterprise stage (and has slightly less f...
by ray.wurlod
Tue May 03, 2016 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hierarchical Stage giving java 'index out of bounds' error
Replies: 4
Views: 3257

That definitely sounds like one for a support call, and ultimately for a patch (since this is "their" Java code, not yours).
by ray.wurlod
Tue May 03, 2016 7:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Value File Question
Replies: 4
Views: 2887

... or a routine activity or even a job activity. (I'd prefer to use a server job here.)
by ray.wurlod
Tue May 03, 2016 6:35 pm
Forum: General
Topic: Client Installation Issues
Replies: 4
Views: 1503

You probably need to add the certificate to the trusted root certificates store and/or the trusted third party root certificates store, and to be a local Administrator of the client machine when you're doing it.
by ray.wurlod
Tue May 03, 2016 6:32 pm
Forum: General
Topic: Parallel job runs, but fails from sequence job
Replies: 5
Views: 2359

Please check the job log of the sequence job. Report back the detail of the first Fatal message. Also report back the content of the first Fatal mesage in the log of the job itself when run under control of the sequence.
by ray.wurlod
Mon May 02, 2016 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild card character not working
Replies: 10
Views: 3743

Can you read the files if you are explicitly naming them (that is, not using wildcards of any kind)? We also need to understand exactly what you are trying to achieve here - I'm presuming there are two Sequential File stages (possibly in two jobs) looking for files matching the given pattern. Does t...
by ray.wurlod
Mon May 02, 2016 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle multiple reject links in parallel jobs
Replies: 9
Views: 2714

Re: handle multiple reject links in parallel jobs

and i guess shared container have to insert the records into database table rather than DS file right? Only one writer at a time is supported for any one file, but you could use a different file for each like (parameterize the file path for the shared container), and post-process them. You can also...
by ray.wurlod
Mon May 02, 2016 11:20 pm
Forum: General
Topic: create a job to go through all the reject output files
Replies: 6
Views: 1744

Definitely can achieve this with a sequence. Do you want one email per file, or one email to which all files are attached?
by ray.wurlod
Mon May 02, 2016 11:18 pm
Forum: General
Topic: dsjob -ljobs
Replies: 4
Views: 3294

The -status option should not be available with the -ljobs option in version 8.5 (or any version). The -status option reports a job status once a job run request has been fulfilled.

You could script something (probably using awk or sed) to parse the output of dsjob -ljobs command.
by ray.wurlod
Mon May 02, 2016 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild card character not working
Replies: 10
Views: 3743

That pattern does not match the Control file.

Any reason you can't use the asterisk?

I presume you have changed the Read Mode property of the Sequential File stage to "File Pattern".