Search found 188 matches

by poorna_76
Mon Jan 30, 2006 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 2494

So the difference lies in the time required to set up the query? I don't know what the difference could be. It must be something else that hasn't been identified yet - could there be anything else? Different userids on UNIX or in connecting to the DB? We are on Windows Server. SQL Server takes the ...
by poorna_76
Mon Jan 30, 2006 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 2494

Are you 100% certain that the job gets started the same way (i.e. same parameters, no reset-if-required switch) between the 5-second and the 2-hour run? Check you 2-hour log - is there a large startup or finish time or do the rows process much slow? DataStage jobs are started as background processe...
by poorna_76
Mon Jan 30, 2006 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 2494

Performance Issue

We have scenario where a particular job runs in 5 secs (stand - alone). When the same job run through JobControl and/or Sequence, runs for 2 hours. We are passing the same parameters either when run individually(job alone) or through the jobcontrol and/or Sequence. Job is reading from a Table A (SQL...
by poorna_76
Mon Jan 23, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to open Job/Routine activity in DS Designer
Replies: 2
Views: 1473

Re: Not able to open Job/Routine activity in DS Designer

Hi Folks, We are using DS 7.0. I'm not able to open a routine/job activity in a Sequencer job(in designer). This problem, i'm getting after my OS is upgrated to windows XP. And in all XP systems we are not able to open job/Routine activities. Let me know what is the problem and how to over come thi...
by poorna_76
Wed Dec 21, 2005 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Restarbility
Replies: 3
Views: 2682

Re: Job Sequence Restarbility

My JobSequence got aborted after running job J2 and jobSequence status is in Finished Status , instead of Aborted status . **************** My Sequence Job does not actually say it aborted, it says its finished, though Job J2 failed(aborted). Though it didn't start J3 & J4 (which is correct) , ...
by poorna_76
Tue Dec 20, 2005 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Restarbility
Replies: 3
Views: 2682

Re: Job Sequence Restarbility

My JobSequence got aborted after running job J2 and jobSequence status is in Finished Status , instead of Aborted status . **************** My Sequence Job does not actually say it aborted, it says its finished, though Job J2 failed(aborted). Though it didn't start J3 & J4 (which is correct) , S...
by poorna_76
Tue Dec 20, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Restarbility
Replies: 3
Views: 2682

Job Sequence Restarbility

I have a Sequence job which runs jobs J1,J2,J3,J4 one after the other. I had enabled the following: Add checkpoints so sequence is restartable on failure Automatically handle activities My JobSequence got aborted after running job J2 and jobSequence status is in Finished Status , instead of Aborted ...
by poorna_76
Fri Dec 16, 2005 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Case Insensitive LookUp
Replies: 5
Views: 2348

When loading the hashed file, load them as all upper-case or lower-case characters(see UPCASE() ) in a prior transformer. Convert the primary lookup to the same case using the key expression: UPCASE(in.col) PX has a case-insensitive lookup option. I havent found one yet in server. Thanks Craig &...
by poorna_76
Fri Dec 16, 2005 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Case Insensitive LookUp
Replies: 5
Views: 2348

Case Insensitive LookUp

Is it possible to do a " Case Insensitive LookUp " from the HashFile? I have value coming from PrimaryInputRecord as " Single " and in the ReferenceHashfileRecord as " SINGLE ". I should able to say that the record is matched. How can i do this? Any thoughts? Thanks in ...
by poorna_76
Wed Dec 07, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: please list out active and passive stages in datastage
Replies: 8
Views: 15515

Re: active and passive satges of dstage

list of active and passive satges PASSIVE STAGES db2/udb dynamic rdbms ms oledb Odbc universe &unidata oracle redbrick load stored procedure Sybase Teradata complex flat file sequential file folder hashed file ACTIVE STAGES Aggregator command stage ftp plugin inter process link collector link p...
by poorna_76
Thu Dec 01, 2005 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining Basic Variable
Replies: 4
Views: 1029

You have posted in the parallel jobs forum but specified "server" as your job type. Which is it? Particularly if it's server, please advise precisely what you mean by "partition", which has a very specific meaning for parallel jobs. Iam sorry, Its my mistake. I was supposed to p...
by poorna_76
Wed Nov 30, 2005 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining Basic Variable
Replies: 4
Views: 1029

Poorna, DataStage has no real concept of datatypes and variables are not declared. Variables are typed according to the operations performed on them. In your case the value of the parameter is being set to parmPartitionId -1 which is a mathematical operation and thus it is considered to be a numeri...
by poorna_76
Wed Nov 30, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining Basic Variable
Replies: 4
Views: 1029

Defining Basic Variable

Is there a way to define the Basic variable? We have coded JobControl using UniverseBasic in DataStage. I have a variable called "parmPartitionId". I would like to define its type as Character. How can i do this in Basic? The reason i want to define its type is: in the JobControl we have c...
by poorna_76
Wed Nov 23, 2005 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture File Name from Sequential File Stage
Replies: 22
Views: 10562

You have to use the TCL prompt in a telnet session. You need to change to the DS engine directory. Enter ". ./dsenv" to put the environment file into your environment. Then, either "bin/uvsh" or "bin/dssh" depending on your version. You're now in the engine shema. Type...
by poorna_76
Wed Nov 23, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture File Name from Sequential File Stage
Replies: 22
Views: 10562

You have to make the SQL all one line if you do it this way. The results can be copied with normal Windows cut and paste commands. Hi Duke, Let me tell you what i am doing? In DataStage Administrator, selecting the appropriate Project and clicking on "Command" button. At the Command promp...