Search found 110 matches

by jasper
Fri Jul 15, 2005 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get all jobs from a workflow.
Replies: 5
Views: 1972

thanks,I'll try from the export. resetting is not enough, what's happening is that processes still hang, so a reset is not enough(next run will give unable to run on basic transformer stage, while status looks ok). Have a case open for this with datastage, who allready admitted it's a bug and are wo...
by jasper
Fri Jul 15, 2005 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get all jobs from a workflow.
Replies: 5
Views: 1972

ArndW, indeed for getting the logentries I will use dsjob, compile is something I will only do after failures(we have a problem with basic-transformers that keep hanging, solution is unlock all + compile). Main question is however : How do i find all jobs within a workflow , I don't see this in dsjo...
by jasper
Fri Jul 15, 2005 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get all jobs from a workflow.
Replies: 5
Views: 1972

get all jobs from a workflow.

Hi, For several reasons I would like to make a script that can get all jobnames that are run in a workflow. If we have this list we can do things like : -dump relevant loggings into one logfile -compile all these jobs -check if one of the jobs is running now, before starting the flow(maybe only for ...
by jasper
Wed Jun 22, 2005 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sybase parallel extract
Replies: 3
Views: 1639

sybase parallel extract

When using the Sybase OC stage to read data there is the option to work parallel (stage-advanced tab, execution mode). In the oracle stage there is something likewise, but there you have some control about how it will run parallel because it askes for a partition table. In sybase we don't seem to ha...
by jasper
Tue May 31, 2005 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: refreshing oracle materialized views
Replies: 5
Views: 5025

ray, as far as I know in Oracle you always have to trigger a refresh, in a typical DWH this is not a real problem, you load all your dimensions/facts and then refresh the MV, which will then be valid untill the next run(in our case next nigth). Solution I'm now checking is: - Created a routine that ...
by jasper
Mon May 30, 2005 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: refreshing oracle materialized views
Replies: 5
Views: 5025

refreshing oracle materialized views

hi, we're using 2 types of materialized views in oracle(10g), for snapshot refresh from other oracle DB's and for standard MV to pre-calculate views. I would like to make some kind of datastage jobs to refresh these MV's. For now a unix script is run during the datastage flow to do this, but we woul...
by jasper
Fri May 13, 2005 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using GNU c++ compiler with PX
Replies: 11
Views: 8621

by setting the compiler options in the project environment to values for gcc you can get your jobs compiled.

But as discussed here: is this worth the loss of support? compared to what you pay for DS the c-compiler is not that expensive.
by jasper
Thu Apr 14, 2005 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking for Valid Phone Numbers
Replies: 3
Views: 1599

You can always use a basic-transformer in a parallel job, then you can just use your old routine. watch out: on the one hand DS discourages the use of the Basic transformer in PX-jobs, on the other hand they give this same solution when you're experiencing problems in C-routines and development. (I'...
by jasper
Thu Apr 14, 2005 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: swap filling while memory is still available
Replies: 7
Views: 5024

hi,
this wil be heap, data, stack, shared memory, this is your swap space and will be allocated even if it is not used
at install we had problems with the memory-settings that needed to be done in uvconfig (the values coming out of the shmemtest were invalid).
Could this then be related?
by jasper
Mon Apr 11, 2005 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: c-routines :how to develop?
Replies: 4
Views: 2809

c-routines :how to develop?

untill now we've been mostly using the basic-transformer in parallel jobs.(mostly because of use of old-routines). We are now trying to change all routines to C because the use of the basic-transformer is discouraged. I'm not a c-expert, but what I gather from the example c-routine on the install-cd...
by jasper
Fri Apr 08, 2005 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: swap filling while memory is still available
Replies: 7
Views: 5024

the exact message the unix-admin gets is: Apr 8 01:06:02 tnet121 genunix: [ID 470503 kern.warning] WARNING: Sorry, no swap space to grow stack for pid 13637 (osh) (in the /var/adm/messages file). How can we check the memory reserved for OS, we see 12GB available, so that seems a lot for the OS? We u...
by jasper
Fri Apr 08, 2005 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: swap filling while memory is still available
Replies: 7
Views: 5024

swap filling while memory is still available

Hi, I got a job that was running fine, but after increasing the number of nodes it fails. By setting the sort-stages in the job to sequential it runs fine. Unix admins tell me that the server is giving errors on full-swap space when this job fails. However there is still a lot of memory available. A...
by jasper
Wed Apr 06, 2005 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Connecting to Oracle 10G Data Base.
Replies: 5
Views: 2988

probably you didn't mention the oracle 10 at install. In the directory : $DSHOME/../PXEngine/lib you will see a lot of files linked to files in the same dir. Example for us: ls -ltr *ora* -rwxr-xr-x 1 PDdtsadm PDdtsadm 1811572 Aug 9 2004 liborchoracle8isun4.so -rwxr-xr-x 1 PDdtsadm PDdtsadm 1811792 ...
by jasper
Thu Mar 31, 2005 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference stage issues lots of warnings.
Replies: 13
Views: 8197

We had the same issue. I think the number of warnings per field is dependant on the number of parallel processes you define.

So set this stage to sequential and hope you need less then 50 fields. The only real solution we found is actually upgrading and use the messagehandler.
by jasper
Fri Mar 18, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: change data capture on oracle
Replies: 4
Views: 1306

This is not what the oracle change capture does. It actually looks at the log of what happened to select the changes. So this will never need to compare the 100mlj rows after with the 100mlj before. So for large tables this will be much more performant