Search found 53125 matches

by ray.wurlod
Fri Jul 22, 2011 5:21 pm
Forum: General
Topic: Informatica to Datastage migration
Replies: 4
Views: 2256

Track down Metadex from CompactBI (there's a link to a webinar on DSXchange home page). This can read the Informatica maps into the Information Server metadata repository. You should then be able to load those into FastTrack and generate DataStage jobs from them at the click of a button. We have the...
by ray.wurlod
Fri Jul 22, 2011 5:19 pm
Forum: General
Topic: Passing The Value File Name Property Of a parameter Set via
Replies: 1
Views: 925

This conversation has been happening very recently in a different thread. Why not Search for it?
by ray.wurlod
Fri Jul 22, 2011 5:18 pm
Forum: General
Topic: Sequencer stops in betwen err "STOP request detected fo
Replies: 7
Views: 2758

Look in the sequence's log and find out. If the Terminator is invoked, it will have at least one entry in the log.
by ray.wurlod
Fri Jul 22, 2011 3:39 am
Forum: General
Topic: Sequencer stops in betwen err "STOP request detected fo
Replies: 7
Views: 2758

Does your sequence include a Terminator? If yes, check the sequence log to determine whether it has been executed (and issued stop requests to running processes).
by ray.wurlod
Fri Jul 22, 2011 3:36 am
Forum: General
Topic: Sequencer Compilation Options
Replies: 2
Views: 1128

A Sequencer only has one option: Any/All
by ray.wurlod
Fri Jul 22, 2011 3:35 am
Forum: General
Topic: Sequencer Compilation Options
Replies: 2
Views: 1128

They are fully explained both in the on-line help and in the manuals.
by ray.wurlod
Fri Jul 22, 2011 3:34 am
Forum: General
Topic: Issue in passing value to global parameter
Replies: 5
Views: 3643

Is the parameter name (in the parameter set) really all upper case? These names are case sensitive.
by ray.wurlod
Thu Jul 21, 2011 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Stage type (CUSTOM)
Replies: 1
Views: 987

You can make the job read-only to ALL users. But not to some users.
by ray.wurlod
Thu Jul 21, 2011 10:53 pm
Forum: General
Topic: Passing commandoutput as a parameter in to the parameter set
Replies: 14
Views: 5567

You set the value by writing it into the values file.

You set the "value" of the Parameter Set when you submit the job to be run to the name of the values file.
by ray.wurlod
Thu Jul 21, 2011 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting Excel ODBC failed
Replies: 5
Views: 3037

Is the DSN mentioned in the project's uvodbc.config file?
by ray.wurlod
Thu Jul 21, 2011 8:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read multile .csv files in Sequential stage
Replies: 11
Views: 4591

Re: NEW TO DATASTAGE

VVVRAVINDRA999 wrote:change the forward slash to backward slash and give a try
:?
What forward slash?
by ray.wurlod
Thu Jul 21, 2011 8:07 pm
Forum: General
Topic: Passing commandoutput as a parameter in to the parameter set
Replies: 14
Views: 5567

The answers have been very specific. The solution is to write parameter name=value pairs into a file and to configure the job to have the Parameter Set read its values from that file. Please take more care with your written English on DSXchange. Not everyone here has English as a first language, so ...
by ray.wurlod
Thu Jul 21, 2011 6:29 pm
Forum: General
Topic: DataStage Users Creation
Replies: 2
Views: 1509

You don't. You configure it (authentication via LDAP) in WebSphere Application Server. The whole process is described in detail in the Planning, Installation and Configuration Guide.
by ray.wurlod
Thu Jul 21, 2011 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All records get rejected in CDC stage Job.
Replies: 7
Views: 3263

Telling us WHY they are being rejected (by posting the actual error messages, or at least a couple of them) would be really helpful.
by ray.wurlod
Thu Jul 21, 2011 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read multile .csv files in Sequential stage
Replies: 11
Views: 4591

Do you change the method from Specific File to File Pattern when you use the wildcard character? What do you mean by "doesn't work"?