Search found 111 matches

by greggknight
Thu May 05, 2011 6:12 pm
Forum: General
Topic: Error Calling Subroutine in DataStage Director
Replies: 12
Views: 18510

Mine is to but I get the same issue now and then. I look in Process explorer and I can see the designer or director processes its just that they loose the connection to the dsapi_server and slave process. I usually just close the client and reconnect and its fine. This usually happens when I leave t...
by greggknight
Thu May 05, 2011 6:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I clear logs for whole project at once
Replies: 7
Views: 3421

As far as question 2 I also have a batch which I run nightly that compiles all my jobs clears all the status clears all the logs and releases all the locks I run this job in the scheduler everynight at 8:00pm before my data warehouse build begins. Works great as well so the moral to the story is it ...
by greggknight
Thu May 05, 2011 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I clear logs for whole project at once
Replies: 7
Views: 3421

Actually I have a batch job which clears all the RT_LOGS for a project. or you can run it to just clear one job log. I use the one job log alot when a developer runs a job which has a million rows and it produces a warning for each row and they did not set a max warning. Wow try to clear that from d...
by greggknight
Thu May 05, 2011 7:42 am
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4373

Could you elaborate on what it was?
by greggknight
Thu May 05, 2011 7:28 am
Forum: General
Topic: making a job to run infinitely
Replies: 7
Views: 2757

I really don't see why you would want to to that unless like chulett says if you wanted a service. Then I would create the datastage job to run as a service. Otherwise if you really wanted to do it, write a shell script to either execute your job or sequence using dsjob then x= 1 y=2 while y > 2 Do ...
by greggknight
Wed May 04, 2011 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16088

What is the rest of the job log
and did you look at the core dump?
by greggknight
Wed May 04, 2011 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Null handling done on not nullable column
Replies: 10
Views: 3960

First I am assuming that you are checking for nulls to determine if the lookup stage did not find a match. If thats the case then put an output file off from the lookup stage and set the properties so that if a match is not found the record goes there otherwise the record goes through with the flag ...
by greggknight
Wed May 04, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage
Replies: 3
Views: 2962

I guess it would depend on the value or values you do want.

FIELD1='SOMETHING'
this is simpler then then other

but again it depends on the values you want.
by greggknight
Wed May 04, 2011 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16088

First off I would not touch this file, unless of course you are 100% sure of how the px engine works and all the processes it uses when running a job .... so on. This is the file that creates the pipes and osh processes for your job. I would look at the core dump and the job. Something in the job is...
by greggknight
Wed May 04, 2011 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove hash
Replies: 7
Views: 3126

I would use a parameter in the hashfile name so that each one is related to the run it was loaded in. I agree with previous posts that they should not be removed. 1) for trouble shooting reasons. 2) disk space. What I mean by that is if the files maintain approx the same size each time they will hol...
by greggknight
Tue May 03, 2011 9:15 pm
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4373

If I understand what you are doing. You are using a text file to control the loop in a sequence. If so why don't you just have a single continous line with delimited values. 123,234,543,2345,4567,........... The reason I say this is because if you set the count to a parameter list the value in the l...
by greggknight
Tue May 03, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining multiple rows into 1 row
Replies: 8
Views: 4104

If you're on 8.5 use the looping functionality.
or use the combine records stage under the restructure tab in the palette
by greggknight
Mon May 02, 2011 8:35 pm
Forum: General
Topic: ERROR Unable to open the Job
Replies: 8
Views: 9852

ERASE THE LOG? hope you don't need to recover! You should get with your DBA If your transaction logs are filling up then most likely backups are not being done or they are definitly not being done frequently. Is XMETA local on DB2 or on another server, Oracle or SQL server. Either way you need to ge...
by greggknight
Mon May 02, 2011 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick question on querying DS_JOBS table
Replies: 17
Views: 15539

Right now I am running all my legacy batchs from 5.0 - 6.0 on 8.5 32 bit and 8.5 64 bit and everything runs with out issue.
I had to modify the runbatch routine to handle multiple instances but that was easy enough.

The batch compiler compiles my 2000 + jobs way faster then the gui does.
by greggknight
Mon May 02, 2011 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick question on querying DS_JOBS table
Replies: 17
Views: 15539

Ya when he was working for ascential I had a class with him in Texas call building dataware houses with datastage about 9 or 10 years ago