Search found 36 matches

by ashishm
Mon Aug 27, 2012 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading XML in XML_Input Stage
Replies: 1
Views: 1817

Error while reading XML in XML_Input Stage

Hi, I'm trying to parse an XML file using the XML_Input Stage, after I run the job, it gives me the error of "The schemaLocation attribute does not contain pairs of values. " If I remove all namespace declarations in the Starting tag and remove all those namespaces in the XPath in the outp...
by ashishm
Mon Aug 13, 2012 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration for Database Connection
Replies: 2
Views: 2227

I see the .odbc.ini which is used to define a datasource and being used in the ODBC Stage, but for a particular Stage like OracleConnectorPX Stage or Netezza Enterprise Stage, how can I use these stages to connect to that corresponding database.
by ashishm
Mon Aug 13, 2012 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration for Database Connection
Replies: 2
Views: 2227

Configuration for Database Connection

Hi, I am trying to figure out how to set up a connection between the DataStage Server and a Database server. For example, I have an Oracle Db installed on a different server, if I want to use the OracleConnectorPX stage to connect to that DB server, what should I do to connect to that server. Thanks...
by ashishm
Fri Aug 03, 2012 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookUp stage doesn't match records
Replies: 4
Views: 3112

lookUp stage doesn't match records

Hi, I have a previous project's job in which there's a lookup stage. Right now this LookUp stage doesn't match records eventhough there is a match between the source link and the lookup link, how could that happen? It's an urgent task for me to figure it out, can anyone help me on this issue? Thanks...
by ashishm
Fri Apr 13, 2012 12:36 pm
Forum: General
Topic: Unable to connect to Datastage Server through DS Client
Replies: 1
Views: 1959

Unable to connect to Datastage Server through DS Client

Hi, I installed the Information Server on a virtual Machine hosted by CentOS 5, now after I start the server and try to connect to it through the DS client, it gives me the following error javax.security.auth.login.LoginException: A communication failure occurred while attempting to obtain an initia...
by ashishm
Tue Jan 31, 2012 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A question regarding the surrogate key generator stage
Replies: 1
Views: 1474

A question regarding the surrogate key generator stage

Hi, I just want to confirm how the File Initial Value option in the stage properties is used. I know it is used to initialize a value to the key source, but if there is already a value in the keystate file, will the File Initial Value overwrite it, and no matter how many times the same stage will be...
by ashishm
Tue Jan 31, 2012 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column sampling
Replies: 6
Views: 2851

Hi chulett I have two input Sequential file each have two columns and their datatypes are varchar.My requirement is the output file have four columns.First two columns are direct mapping from first input file and other two columns have to be loaded with data randomly picked from the two columns in t...
by ashishm
Tue Jan 31, 2012 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column sampling
Replies: 6
Views: 2851

column sampling

Hi all,


I have to pick up data from a column randomly.My column datatype is varchar.I am using datastage 8.1.How can I do this????
by ashishm
Sat Jan 28, 2012 8:57 pm
Forum: General
Topic: how to use DSJobInvocationId
Replies: 4
Views: 4822

Thank you, Ray
by ashishm
Fri Jan 27, 2012 4:13 pm
Forum: General
Topic: how to use DSJobInvocationId
Replies: 4
Views: 4822

Thanks, so in our project, I see in the scheduler, the sequence job S1 is called as S1.<some text>, and looks like the DSJobInvocationId will pick up the value of <some text>, I just want to know whether this is the only way we can assign our own value to DSJobInvocationId?
by ashishm
Fri Jan 27, 2012 2:51 pm
Forum: General
Topic: how to use DSJobInvocationId
Replies: 4
Views: 4822

how to use DSJobInvocationId

Hi,

I have a User Variable Activity Stage in a Sequence job, which is using the DSJobInvocationId. My question is how to pass a value to DSJobInvocationId when I run that Sequence job. For example, the Sequence job name is S1. Thank you.
by ashishm
Fri Jan 20, 2012 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 3
Views: 2348

Performance issue

Hi PaulVL
I checked APT file configuration of both projects.They looked identical.

Any other solutions :?:
by ashishm
Fri Jan 20, 2012 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 3
Views: 2348

Performance issue

We have 2 projects in same server,one for development and another one for testing.One of the job using sequential file->XMLInput->Transformer->Dataset file Input sequential file has 40000 XMLs(size nearly 1 gb). Each XML is in a single line We imported this job in both projects (development & te...
by ashishm
Thu Jan 19, 2012 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator properties question
Replies: 0
Views: 1277

Surrogate Key Generator properties question

Hi, Our company has two projects which are using the Surrogate Key Generator. There's a difference between these two projects' Surrogate Key Generator stage. One's properties only have "KEYS". The other has "KEY SOURCE" and "OPTIONS". Even though they have the same icon...
by ashishm
Thu Jan 19, 2012 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple Child Nodes in XML stage
Replies: 1
Views: 2096

Reading multiple Child Nodes in XML stage

One of our sources sends us XMLs. I am facing an interesting issue how to parse multiple child nodes. How do we deal with multiple child nodes in XML stage, where the nodes are repeating. Since we don't know how many child nodes might appear, and all these nodes are identical , for e.g. if we consid...