Search found 71 matches

by evans036
Fri Nov 16, 2007 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to find WSPack ?
Replies: 16
Views: 7050

ok thanks,

i'll contact ibm to find out what the cost will be for just the WsPack.

thnaks for your help,

steve
by evans036
Fri Nov 16, 2007 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to find WSPack ?
Replies: 16
Views: 7050

chulett wrote:From IBM. In exchange for money. :wink:
craig,

thanks - i did not realize this was a separately purchasable item. Does it only come as part of the RTI option?

thanks,

steve
by evans036
Fri Nov 16, 2007 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to find WSPack ?
Replies: 16
Views: 7050

where to find WSPack ?

from reading postings here, i gather i need to install the WSPack inorder for a datastage job to act as a webservices (soap) client.

where do i get the WsPack from?

DS 7.5.2, suse linux.

thanks a lot,

steve
by evans036
Fri Nov 02, 2007 6:58 am
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 14770

Craig, i used -local so that i could override the environment variables by putting them in my script if the need arose (this was a generic script). it never occurred to me that this option may be affecting the operation of the '-wait' parameter ans so never tested that. and no, i did not go to IBM o...
by evans036
Fri Nov 02, 2007 6:35 am
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 14770

ray.wurlod wrote:Status 0 can also mean that the job is already running. which also explains why an approach involving polling was required.
but the whole problem is that the '-wait' did not wait in the first place - that's why we had to resort to polling

thanks,

steve
by evans036
Thu Nov 01, 2007 11:39 am
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 14770

tcs wrote:If you have to use "-local", one work around is to have your shell script loop and poll for the job status, effectively coding the -jobstatus function yourself.
That's basically what we had to do. The polling seems to be working - it was just a pain that we had to do it.

thanks,

steve
by evans036
Fri Oct 19, 2007 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why is external filter not running in parallel
Replies: 10
Views: 5513

Is this the bug that evans036 mentions a patch being available for? It might be related. I was specifically using the 'external filter' which i can imagine would have common functionality. in your case though, parallelism would force your csv file to be read in its entirety once for each parallel s...
by evans036
Fri Oct 19, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to detect 'fatal' from job in calling sequence
Replies: 12
Views: 4035

what i thought was a generic problem with datastage (ie not trapping fatal errors) turned out to be a specific datastage/oracle problem that occurs when oracle rebuilds indexes. IBM gave me a fix yesterday which is to set the following parameter in the DataStage Administrator and run the job again. ...
by evans036
Tue Oct 16, 2007 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

APT_LOOKUP_VERBOSE Causes the lookup operator to print some information when it has completed loading a lookup table into memory. APT_PM_PLAYER_MEMORY Causes each player process to use APT_LOGMSG to report the process heap memory allocation when returning from runLocally(). thankyou very much, i'll...
by evans036
Tue Oct 16, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

Have you tried to force the lookup to be partitioned? Maybe you will be able to spread your data across nodes and therefore minimize your overall volume.... that is a good idea and will likely work in most cases. This is an excercise where i am trying to understand what memory constraint is causing...
by evans036
Mon Oct 15, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

sanjay,

this particular lookup is built on a unique key - so in this case it would not help.

btw, are dups not 'allowed' in lookups?

thanks,

steve
by evans036
Mon Oct 15, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

are you getting 32 bit limits.try using file less than 2GB . that's a good question. i did try a file size of about 1.5GB and that did not work. anything under 1GB seems to work. so i am assuming its not a 32 bit limitation. IBM are saying its shared memory. bumping up the shared memory max & r...
by evans036
Mon Oct 08, 2007 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

Those ulimit values look good. Are you using the same dataset in 2 or more lookups in your job? no. the job is like this: dataset -> transformer -> lookup btw, i logged a case with IBM. They are saying it is a shared memory shortage. The lookup dataset is about 3GB and the SHMMAX is set to 1GB so t...
by evans036
Mon Oct 08, 2007 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

Can you add a call in your before-job to issue a "ulimit -a" and see what the actual runtime values are? excellent idea. the output yielded this: BLCreateLUFS..BeforeJob (ExecSH): Executed command: ulimit -a *** Output from command was: *** core file size (blocks, -c) 0 data seg size (kby...
by evans036
Sun Oct 07, 2007 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Big lookup: cannot allocate memory error
Replies: 18
Views: 11064

thanks for the reponse. scratch pool has about 300GB watching process memory of LUT_CreateOp using command: pmap -x all i see is 45MB of memory used by that process throughout job execution. maybe i'm looking in the wrong place? here is 'ps' output: 1 R evans036 27205 27202 99 85 0 - 11279 - 22:09 ?...