Search found 262 matches

by g_rkrish
Wed Jul 19, 2006 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server engine status
Replies: 12
Views: 5694

Re: server engine status

ppalka wrote:
g_rkrish wrote: do you want check your server or your job.also pls mention your server is it windows or unix.
As you can see in post header it is unix :)
sorry,As kennth mentioned you can't even connect to client if you server is not running.which means you can'do anything or run DSJOB command etc.
by g_rkrish
Wed Jul 19, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server engine status
Replies: 12
Views: 5694

Re: server engine status

ppalka wrote:Hi,

I want to test the state of my ds server process(engine). Is that enough to check if there is running dsrpcd process?
How to check if that process is not hanged? Execute 'dsjob' command?
do you want check your server or your job.also pls mention your server is it windows or unix.

thanks,
RK
by g_rkrish
Wed Jul 19, 2006 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Routine Function
Replies: 8
Views: 2944

Re: Need Routine Function

Hai, I am new in DataStage. I have one doubt. Example Coding: Begin Case Case Count (Arg1,'a') > 0 Ans = 19 Case Count ( Arg1, 'a') = 0 Ans = 20 We are checking for the PIPE ( " | " ) in the source, if we find any PIPE inside the data like ( Sur|esh | 2345 | taj), the whole job going to b...
by g_rkrish
Mon Apr 17, 2006 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Of theJOB
Replies: 5
Views: 2654

Performance Of theJOB

Hi, I have a job in which i am doing a look up with 7-8 tables(ODBC stage) all the ODBC stage has a user defined query on its own.when try running this job it is taking hell lot time like an hour.but the source table has only 9000 records.I treid running the query in the database it take only 2 seco...
by g_rkrish
Thu Apr 13, 2006 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job report
Replies: 5
Views: 2173

Re: Job report

Hi, We are on 7.1 and do not have report facility .......... But is there is any routine or job code to extract the info from .dsx ..would be gr88 help .. Thanks Nothing out of the box exists like that. As of v7.5 you can make a report for a single job from designer (clicking on the button looking ...
by g_rkrish
Thu Apr 13, 2006 11:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mulitple update to the table using DataStage
Replies: 8
Views: 6978

Best practice: Build your target row within DS and then either insert or update it once in the target. DB i/o is a performance killer. ... The way am doing that is Source Target 1) Column 1:L1 Column1:'Y' Column2:'XXXXX' 2) Column 1:L3 Column1:'Y' Column2:'YYYYYY' etc Like that we are doing is any ...
by g_rkrish
Thu Apr 13, 2006 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mulitple update to the table using DataStage
Replies: 8
Views: 6978

Best practice: Build your target row within DS and then either insert or update it once in the target. DB i/o is a performance killer. ... The way am doing that is Source Target 1) Column 1:L1 Column1:'Y' Column2:'XXXXX' 2) Column 1:L3 Column1:'Y' Column2:'YYYYYY' etc Like that we are doing is any ...
by g_rkrish
Thu Apr 13, 2006 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mulitple update to the table using DataStage
Replies: 8
Views: 6978

Re: Mulitple update to the table using DataStage

Your mail has some "holes" in it... but let's try. You need to populate a table with fields from a source, the updates have the same primary key but the logic for the calculation is different. And you can't do it in a single SQL, e.g. your groupings are different. 2 SQLs as input one tabl...
by g_rkrish
Thu Apr 13, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mulitple update to the table using DataStage
Replies: 8
Views: 6978

Mulitple update to the table using DataStage

Hi, Actually i have table that need to be populated.Each of the column in the table has different business logic but with the same column in the source. I thought of doing that by populating primary keys first then updating each column one by one.Is any way in datastage that we can do that with sing...
by g_rkrish
Tue Apr 11, 2006 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Look up
Replies: 4
Views: 1421

Did you define the key values used in the WHERE clause on the reference stage? ... thanks, It works, I think the real problem was i gave a user defined query.but ideinfed the key column in the ODBC stage but i didn't specify in the reference so it was causing me that problem. thank you everybody fo...
by g_rkrish
Tue Apr 11, 2006 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Look up
Replies: 4
Views: 1421

ODBC Look up

Hi, i am trying to look up a table.when i try running that table what it does is it puts the first row value to all the rows not matter lookup found or not found. when i do the same thing using hash file it works.It looks weired.i tried running the query it works fine in the database. Can any one he...
by g_rkrish
Tue Feb 21, 2006 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameter to start loop activity in the sequence
Replies: 14
Views: 4629

Re: Passing Parameter to start loop activity in the sequence

It sounds like you are using the filename to actually store the email address. This seems a bit of an overkill. Why not just have it stored as an environmental variable and when it changes it is changed in the administrator. Thsi would only be pleasant if it changes ocasionally and not often. What ...
by g_rkrish
Mon Feb 20, 2006 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameter to start loop activity in the sequence
Replies: 14
Views: 4629

Re: Passing Parameter to start loop activity in the sequence

Cool. Set up your environmental variable in the administrator. Add the environmental variable into the properties of your job and then set the value equal to $PROJDEF. Anytime you need to change the value you just go into the administrator and change the value there and it will automatically be pic...
by g_rkrish
Mon Feb 20, 2006 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameter to start loop activity in the sequence
Replies: 14
Views: 4629

Re: Passing Parameter to start loop activity in the sequence

Go into Data Stage Administrator and then set up a variable name, something like STEWARDEMAIL. Provide a description, and set the type to string. Make the email address be whatever email you were going to put in the file. Then go to your job properties and include this environmental variable in you...
by g_rkrish
Mon Feb 20, 2006 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameter to start loop activity in the sequence
Replies: 14
Views: 4629

Re: Passing Parameter to start loop activity in the sequence

kwwilliams wrote:How dynamic, it changes with each job run? Or it can change occasionally?

not each job ru.Occasionaly it will change.