Search found 138 matches

by koolnitz
Wed Dec 28, 2005 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3959

Seriously, looks like a BUG.. In my case, I have DS license for 4 CPUs, 5 users. But dslictool shows something totally wierd: nnj@lpar5m:/dstage/dsadm/Ascential/DataStage/DSEngine:$ ./bin/dslictool Warning License is in effect. Message[PIN0037] 80 CPU's licensed. DSPX package licensed. DSSRV package...
by koolnitz
Fri Dec 23, 2005 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Message Handler
Replies: 3
Views: 3147

Hi guys,

All the message handler information are stored in "MsgHandlers" directory.
In my project, it's being stored in /dstage/dsadm/Ascential/DataStage/MsgHandlers directory.

Cheers!
by koolnitz
Mon Dec 19, 2005 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantage of Datastage over Informatica
Replies: 13
Views: 11611

I wish DataStage had DEBUGGER, as we have this feature inbuilt in Informatica..
by koolnitz
Thu Dec 15, 2005 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dead Lock waiting for resource
Replies: 10
Views: 2386

Thanks so much Arnd!
I'll definately trouble my DBA for this issue.
by koolnitz
Wed Dec 14, 2005 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dead Lock waiting for resource
Replies: 10
Views: 2386

Sorry, forgot to mention that the target table is kinda' housekeeping table.
Nobody/ no program/ no batch/ no processes other than our DS job access that table.
What say?
by koolnitz
Wed Dec 14, 2005 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job log
Replies: 10
Views: 5880

You can use EXECUTE COMMAND job activity to run the above mentioned command from DS.
by koolnitz
Wed Dec 14, 2005 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dead Lock waiting for resource
Replies: 10
Views: 2386

Hi Arnd, I am little confused with your explaination :!: If you have 3 processes all updating the same keys in a table and they have a transaction size of 10, meaning they will do 10 changes and then commit their work. If process #1 updates records 1,2, and 3 and then starts working on record 4 whil...
by koolnitz
Tue Dec 13, 2005 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information carried by a link
Replies: 4
Views: 1335

Thanks guys!!
The points are making sense to me.
by koolnitz
Mon Dec 12, 2005 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information carried by a link
Replies: 4
Views: 1335

Information carried by a link

Hi, I want to know what are the info which are carried by a link from one stage to the next? In one of my jobs, I have a link from Transformer stage to a DB2/UDB API stage. DB2 stage is a target stage. Now when I replaced the existing DB2 stage with a new one, the link carried the Table name also. F...
by koolnitz
Sun Dec 11, 2005 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job recovery
Replies: 16
Views: 6316

Job recovery

Hi,

One of my team members deleted a job (using Designer) accidently. There is no backup of the job. Is there any way that I can recover that job? Does DS store any information regarding deleted objects in any kind of buffer?

Thanks in advance!
by koolnitz
Sun Dec 11, 2005 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with IsNull function
Replies: 9
Views: 6381

Hi Ray, When they tried to import a project into a new server, some of the jobs got compiled while some failed. I observed that those jobs where we used Parallel Transformer stages were denying to get compiled. Lets see what other experts from the forum have to say. I was just seeking some suggestio...
by koolnitz
Sun Dec 11, 2005 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem resolved
Replies: 4
Views: 2892

I have given the command as /data/name/sh File_Rename.sh
The command should be sh /data/name/File_Rename.sh

Cheers!!
by koolnitz
Sun Dec 11, 2005 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with IsNull function
Replies: 9
Views: 6381

Knock knock.. Anybody there ??

:idea: :?: :o
by koolnitz
Sat Dec 10, 2005 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with IsNull function
Replies: 9
Views: 6381

Hi Deepa, ##E TCOS 000003 05:01:25(007) <main_program> Licensing error: could not find a valid license . ##I TFSC 000001 05:01:25(008) <main_program> APT configuration file: /home/dsadm/Ascential/DataStage/Configurations/default.apt ##I TLIC 000002 05:01:25(000) <APT_LicenseCheckOp in APT_LicenseOpe...
by koolnitz
Fri Dec 09, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job log
Replies: 10
Views: 5880

Hi Sasi, If you are running the job through command line, then probably you can use following command to capture the log into a file: $DSHOME/bin/dsjob -logsum -max 100 project_name job_name >> logfile where, $DSHOME environmental variable keeps the DS Home directory path 100 - specifies the maximun...