Search found 26 matches

by shukla_krishna
Wed Dec 23, 2009 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing in same Dataset parallely
Replies: 3
Views: 1931

writing in same Dataset parallely

Hi ..
Can multiple instences of a same job write into same DataSet paralelly..?

Thanks in Advance.
by shukla_krishna
Tue Dec 01, 2009 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job names from job sequencer
Replies: 4
Views: 1594

Re: job names from job sequencer

I have a set of jobs in job sequencer and now i need the names of the jobs in the sequencer as a comma separated list. What functions can be used for this? Also how can i get the names of individual job activities in a sequencer U right a routine to list all the jobs and call that routine from call...
by shukla_krishna
Fri Nov 27, 2009 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is prerequisite to use MQ Connector
Replies: 1
Views: 1450

What is prerequisite to use MQ Connector

Please provide me prerequisite to use MQ Connector, step wise.
by shukla_krishna
Sat Jul 18, 2009 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Setting for Paralled Jobs
Replies: 0
Views: 985

NLS Setting for Paralled Jobs

Getting warning The NLS character map <UTF-16> specified may not be compatible with the character set specified by NLS_LANG; you may get unexpected results from your database. ---- My data base setting for NLS is NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS...
by shukla_krishna
Sat Jul 18, 2009 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 7
Views: 2620

I have Resolved by using :1 in query

chulett wrote:The ODBC stage is the only stage that allows that, AFAIK. ...
but this is strange, because there is no need to update :1 and you are forced to do that
by shukla_krishna
Thu Jul 16, 2009 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 7
Views: 2620

ORA-01036: illegal variable name/number

I have query in oracle enterprise stage like UPDATE <Table NAME> SET < Column name> = :2, WHERE <column name > = < Value> :2 is out put of transformer stage which is out put of routine and routine return the jobs fatal errors for given any other job. Getting error ORA-01036: illegal variable name/nu...
by shukla_krishna
Tue Jul 07, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paasing connection details as parameters
Replies: 2
Views: 1698

chulett wrote:You certainly should be able to do this. Can you explain what exactly you've tried so far? ...


We tried using environment variable to pass dsn, username and password which was not working.

We have resolved this by using job parameters instead of environment.

Thanks for quick reply.
by shukla_krishna
Tue Jul 07, 2009 5:26 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Paasing connection details as parameters
Replies: 1
Views: 2152

Paasing connection details as parameters

Hi, I am trying to call a oracle stored procedure using a "Stored procedure" stage in a parallel job. When I tried to call procedure by giving the username and password directly, it is working fine. But if I parameterize the username and password and try calling the proc I am getting an er...
by shukla_krishna
Mon Jun 15, 2009 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to date in modify stage
Replies: 3
Views: 5173

Re: Converting string to date in modify stage

Thanks Sam. It works.

But my input data is in the format dd-mm-yyyy. Can I convert a string in the format dd-mm-yyyy to date field.
by shukla_krishna
Mon Jun 15, 2009 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to date in modify stage
Replies: 3
Views: 5173

Converting string to date in modify stage

Hi, I wanted to convert one varchar field into date field using the modify stage. My input field is in the dd-mm-yyyy format and I used the below specification in the modify stage. in_col:date = date_from_string "%dd-%mm-%yyyy"(in_col) But I am getting the below error while running the job...