Search found 2288 matches

by roy
Mon May 02, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file size in DS7.1
Replies: 8
Views: 1929

I was kinda thinking how theese 2 (Not U Craig ;)) get so many posts so fast :lol:
besides the tremendous time/effort put in it ;)
by roy
Mon May 02, 2005 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - Error in mutex_unlock() - Not owner
Replies: 2
Views: 1833

Hi,
Do you get anything from the reset on that job?

Please post a diagram of stages like:

Code: Select all

SeqFile --> Ipc --> Xfm --> ....
by roy
Mon May 02, 2005 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1346

Thanks Craig ;)

Well it seems that the NIS was not properly configured :(

After they properly configured it the dsrpcd came up :)
by roy
Mon May 02, 2005 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1346

:cry:
link not getting to the post it turns me to a forum page with posts :(((((

I'll try to find that Debug issue :)
by roy
Mon May 02, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1346

Well a search with HP in it came up 4 posts no real info there Craig But I'll Take your offer on the Debugg some times lack of time leads to memory black-out (on the debug ) the sysadmins says the port is not used -was the first thing I thought of as well Thanks will tell them to try it ,
by roy
Mon May 02, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Install on hp-ux 11 dsrpcd not up
Replies: 5
Views: 1346

Install on hp-ux 11 dsrpcd not up

Hi,
Installation seems to have went fine but dsrpcd is not comming up.
Any Ideas???
by roy
Mon May 02, 2005 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to register plug-in
Replies: 4
Views: 1196

Hi,
Have you went over the release notes for this pack?
Unfortunetly I have them not :(
Did you ask your sysadmins regarding this?
IHTH,
by roy
Mon May 02, 2005 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 3364

Hi, The fact that it still holds the deleted category and such is as it should be (you want a record of what happens along time) Regarding the fact it may bother your eyes seeing it well... As you went to the Tools >> Edit Version Options and checked the Allow component deletion to allow you to dele...
by roy
Mon May 02, 2005 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file size in DS7.1
Replies: 8
Views: 1929

Hi,
Is there a limit in the FS (File System)?
In Solaris and HP-UX you need to define the FS with large file options to be able to handle files over 2GB.

Is it the same with AIX ?

IHTH,
by roy
Sun May 01, 2005 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle_Enterprise_Stage
Replies: 2
Views: 1687

Hi,
What steps did you go thru regarding the Oracle configuration on the DS machine?
by roy
Sun May 01, 2005 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup from hashed file created with Use Account Name
Replies: 3
Views: 2413

Hi, 1. The main difference is in the actual location of the file; Account hash files reside in the project's path of the one you supplied as the account name; Pathed files reside in the supplied path you gave. So ask your sysadmins what is the difference between the 2 locations to explain the perfor...
by roy
Sun May 01, 2005 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedule
Replies: 8
Views: 2737

Hi, IMHO, The proper way to run DS jobs in intervals that are shorter then the 1 per day available from the DS schedualer is to set an external schedualing which will invoke DS job/s. This could be set using OS schedualer as well as other schedualers like control-M and similars that are used by the ...
by roy
Thu Apr 21, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple instance job schedualing
Replies: 0
Views: 360

Multiple instance job schedualing

Hi,
FYI:
DS version 7.5 on solaris
While schedualing a multiple instance job via director the job starts with no invocationid and using only default values.


There is a fix for this available (contact support - ecase 63965)

IHTH,
by roy
Thu Apr 21, 2005 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition,Sort,Group by in Aggregator Stage
Replies: 1
Views: 974

Hi, The way I get it is: you determine the hash/key upon partitioning will be made. each partition is processed via 1 pocess on 1 node. the only thing you might get is to concatenate the results, unless you run sequentially or with a 1 node configuration. you will not get summed-up results for data ...
by roy
Thu Apr 21, 2005 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running routine activities in parallel
Replies: 1
Views: 1040

Hi, When a sequence starts it is running every none dependant activity in paralel, the thing is that this is actually done sequentially, so if each activity is fast enough it might seem to run sequentially. in general it works similar to this: a sequence will start one of the none dependant activiti...