Search found 35 matches

by alraaayeq
Sat Oct 22, 2005 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: We have added extra CPUs then we got Extra Problems!!!
Replies: 5
Views: 2832

Hmmm!

I did not know that !!, even I was not involved in any license deals with Asential...for sure the company that I worked with is not aware of such what you called "violation" neither do I !!




Thanks for your advice..
by alraaayeq
Sat Oct 22, 2005 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: We have added extra CPUs then we got Extra Problems!!!
Replies: 5
Views: 2832

We have added extra CPUs then we got Extra Problems!!!

We have Sun Solaris 9 working on 8 CPUs, this platform is running with many applications and one of them is Ascential Datstage 7.5.recently, we realized that the CPUs are 0% idle in many different hours per day ,so we decided to upgrade. once we did that , the DS starts to log a warning messages say...
by alraaayeq
Tue Aug 09, 2005 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop C++
Replies: 9
Views: 7482

Kirtikumar,

I have a follow up question (if you dont mind).

what sort of C++ compiler do you have, and have you tried GCC before?
by alraaayeq
Mon Aug 08, 2005 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using GNU c++ compiler with PX
Replies: 11
Views: 8604

All, I am going to install gcc latest version ( I think 3.4.2/3) in order to test how could we use it for PX jobs. does any one has Good/Bad experience , and only practical experience ( I got dozens of theories about using free/ proprietary c++ compilers) that could help me to speed up or buy/no-buy...
by alraaayeq
Tue Jul 19, 2005 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Eliminating Duplicates in an Excel file
Replies: 13
Views: 7653

I think using approach mentioned by Sainath.Srinivasan is best with performance point of view. Did you mentioned performance ! <--- this is my baby well well, we got more than one option here, but which one is the highest performance? <-- this what I am looking for I believe such performance issues...
by alraaayeq
Tue Apr 19, 2005 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

....... Most folks, however, demand instant gratification, and resort to an immediate assumption that it's not going to work, then reach immediately for a larger hammer ( kill -9 ), then wonder why they have to clean up locks,...... Yah, larger hammer :twisted: I did it, with the help of biggest ha...
by alraaayeq
Mon Apr 18, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

Sleep and Nap uses the computer cycles to calculate the time. You can trace unix sleep. If you intend to kill or release process, you will need to have access to something like DS.TOOLS, dssh etc, access to dsadm user and also good knowledge of who is doing what in the system. It is not recommended...
by alraaayeq
Mon Apr 18, 2005 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

You can do the following: Wait-for-file for 60 mins -> if found then exit else continue That is better idea :shock:, using SLEEP is bugging me , do you believe that sleeping 3600 seconds takes less than 20 minutes sometimes, and sometimes took unpredictable times periods, it is realy weird behaviou...
by alraaayeq
Sun Apr 17, 2005 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

You've just discovered why it's not best practice to use long periods of SLEEP. Re-code the job so that it wakes up occasionally to determine whether any signals or other notifications have been received. Yes, I will be in trouble if I am using long periods of Sleep. But, this is the only way I can...
by alraaayeq
Sat Apr 16, 2005 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

Set the next job in the sequence to 'Not Compiled' status and create the seq file so the 'wait-for-file' becomes successful and fail in the next event causing the seq to abort by itself. Yes ,what you said is true, but since the job is SLEEPING ( using sleep command) the 60 hours will completed eve...
by alraaayeq
Sat Apr 16, 2005 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

Try to avoid the kill -9 whenever possible so that you don't have locks lying around. You should be able to find your process in ps -ef; if not then it might be really gone and all you have to do is reset the the process flags in the Administrator. resetting the process flag is something new to me ...
by alraaayeq
Sat Apr 16, 2005 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Job is runnning and I can't stop it
Replies: 14
Views: 10355

The Job is runnning and I can't stop it

Hi, I am wondering how to "force kill" a running job? I ran a job that gets in loops untill it found the killing tag ( using waitforfile function), the problem is that each time the loop started it waits for X number of seconds, by mistake the code is configured to run 60 hours!!! Err, I c...
by alraaayeq
Tue Mar 29, 2005 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arabic NLS from Excel sheets
Replies: 5
Views: 3425

That's a challenging job

we had many issues while we tried to load arabic from IBM mainframe to Oracle under UNIX platform. I think: seeing '?' means the DS job did wrong NLS mapping, where garbage characters means either you got NLS mapping issue or fortunately viewing issues ( you GUI font is not arabic nor any arabic sup...
by alraaayeq
Tue Mar 29, 2005 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DSv7 read CDR raw data?
Replies: 5
Views: 3570

in my personal expreince

my personal experience. the company I 've worked in has many CDR types, some were ANSI,BINARY (ugly ones :evil: ), and some were ASN.1 (uglyest :twisted: ).. So how we did load them to Oracle DB? we have build a C++ code, where each switch has a unique library/headers that read and convert it to CVS...
by alraaayeq
Wed Mar 16, 2005 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM to Acquire Ascential Software
Replies: 1
Views: 2150

IBM to Acquire Ascential Software

Extends Leadership in Helping Customers Integrate, Structure and Manage Information ARMONK, N.Y. & WESTBORO, Mass. -- March 14, 2005 -- IBM (NYSE: IBM) and Ascential Software Corporation (Nasdaq: ASCL) today announced the two companies have entered into a definitive agreement for IBM to acquire...