Search found 111 matches

by greggknight
Mon May 09, 2011 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Name as Parameters in all the jobs
Replies: 4
Views: 2816

Just to give you an Idea this is how we are doing it. currently we have 80 dimensions and 5 facts alot more facts to come in phase two. What we did was create a local parameter called #TableName# which is local to each job. Since each job is specific to a table the name will never change at run time...
by greggknight
Mon May 09, 2011 8:35 pm
Forum: Enhancement Wish List
Topic: My IA Christmas Wishlist
Replies: 2
Views: 18136

Well I am sorry to hear you think the xml files are a joke. I use them, have been using them for 10 years. I wrote a series of jobs which parse all the xml files and loads the data into tables, relational of course. I then use a reporting tool like Report Builder in this case since the tables are in...
by greggknight
Mon May 09, 2011 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16088

Its apparent that if it runs in one environment and not the other then you need to figure out what the differences are between the two environments.
The config is just the start.
If they are different servers then are they installed and configured the same as well.
by greggknight
Mon May 09, 2011 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16088

Well first if it works on a single node config and when you move it and try to run it on the 4 node config it fails. Then I would first start simple. Use a simple 1 node config on the test project. If that works then you proble need to look at the config. So I have a couple of questions. 1) Are you ...
by greggknight
Mon May 09, 2011 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: switch stage
Replies: 8
Views: 13603

Also I would stay with the switch in stead of the transformer. The transformer is the easy way out but the most costly in terms of performance.

Also you might try the option if not found set it to output and attach a reject file
by greggknight
Mon May 09, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: switch stage
Replies: 8
Views: 13603

my code is
case=N=0
no quote
no problem


options
If not found = output
and I have a file on the reject link.
by greggknight
Sun May 08, 2011 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Pool &resource constaint; Resource pool not visible
Replies: 6
Views: 6680

Node pools and the default node pool Node pools allow association of processing nodes based on their characteristics. For example, certain nodes can have large amounts of physical memory, and you can designate them as compute nodes. Others can connect directly to a mainframe or some form of high-spe...
by greggknight
Sun May 08, 2011 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Pool &resource constaint; Resource pool not visible
Replies: 6
Views: 6680

Is there a reason you have only one node? This is one of my configs I have a 4core cpu. 12G mem three drives C:\ Where datastage is installed and used for scratch. D:\ San Drive E:\ San Drive { node "node0" { fastname "DC1VMASCEN001" pools "" resource disk "D:/DW_P...
by greggknight
Sun May 08, 2011 7:48 am
Forum: General
Topic: Can we install V8.5 client on 32-bit machine?
Replies: 6
Views: 5722

Yes you can install bot 8.1 and 8.5 clients on the same machine. The multi client tool can be used to access either version. If the client tools are installed on a vm server though it will still work but there are some inderences if two developers are on diff versions. I am running 8.01 2 servers an...
by greggknight
Sat May 07, 2011 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16088

I think the problem is with your config.apt file If I am looking at this right you have four nodes writting to one controller. Your scratch disk and resource disk is the same. Or are these diff. mounts on different controllers. First thing I would do is move my scratch disk to a different filesystem...
by greggknight
Fri May 06, 2011 6:32 pm
Forum: General
Topic: Unable to delete project in adminsitrator
Replies: 6
Views: 3361

Well I assume you do project backups on a frequent basis ??
Restore the project.

Then if you really don't want it delete it the right way.
by greggknight
Fri May 06, 2011 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 4
Views: 2306

And actually
We have two seperate jobs Inserts and Updates
We don't use upsert
but if you .do the before post would be the better way
by greggknight
Fri May 06, 2011 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 4
Views: 2306

I would do Insert then Update as opposed to Update then insert.
Less scanning.
by greggknight
Fri May 06, 2011 10:50 am
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

*------------------------------------------------ *--- Subroutines *------------------------------------------------ CompileJob: Key = DSR.SUB.JOB.RESERVE Arg2 = JobName Call @SUBR(Key, Arg2) Call DSD.Init(MyJobNo, Dummy2) If Key <> "" Then JobsNotCompiled<-1> = JobName:" ":&quo...
by greggknight
Thu May 05, 2011 6:27 pm
Forum: General
Topic: Job locked
Replies: 9
Views: 11988

Another thing I might recommend The deadlock daemon can be started to release locks and abandoned shared memory segments for processes that are terminated via the UNIX kill command or abnormally due to an unforeseen event. To start the dslockd process edit $DSHOME/dsdlockd.config and set the start f...