Search found 222 matches

by dr.murthy
Sat Mar 20, 2010 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance issue
Replies: 2
Views: 1489

performance issue

hi , i just need a small clarification, could any one let me know which sort gives better performance, whether UNIX / data stage. i sorted 25 lakhs records it takes 10 sec in data stage with auto partitioning where as in UNIX it took 2 mins . can any body clarify me why it takes 2 mins time in Unix ...
by dr.murthy
Sat Feb 13, 2010 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: : dsjob command issue
Replies: 5
Views: 3571

hi chulett,

./dsjob -lprojects is working thanks for your solution
by dr.murthy
Sat Feb 13, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job elapsed time
Replies: 5
Views: 2950

hi,
is there any possibility to design a job to find out each job runime and elapsed time in the project
by dr.murthy
Fri Feb 12, 2010 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job elapsed time
Replies: 5
Views: 2950

job elapsed time

hi, am working on migration project, we are migrating the database oracle to db2, now we are in testing phase. we are running the jobs on both databases and testing the record count. so,i need to capture the job start time and elapsed time for more than 800 jobs . so far i captured manually by takin...
by dr.murthy
Fri Feb 12, 2010 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: : dsjob command issue
Replies: 5
Views: 3571

: dsjob command issue

When I execute the dsjob command from command line its showing the warning like
[dsadm@krkdatastage4 bin]$ dsjob -lprojects
-bash: dsjob: command not found
Dsengine dir is /opt/IBM/InformationServer/Server/DSEngine/bin

Can any one help out me on this please..
by dr.murthy
Wed Jan 13, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read sequential file with ^M in record
Replies: 7
Views: 6643

hi,

you can remove that additional characteres at sequential file level by using the vi command like

:%s/[ctrlkey+v and ctrl-key+M]//g
but actual command would be :%s/^V^M//g
by dr.murthy
Tue Jan 12, 2010 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 6036

Any suggestions?????
by dr.murthy
Tue Jan 12, 2010 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 6036

hi ,
please see the info mesage below from previous run..

Code: Select all

From previous run 
DataStage Job 136 Phantom 9567
*** glibc detected *** phantom: free(): invalid next size (fast): 0x0a3ac738 ***
*** glibc detected *** phantom: malloc(): memory corruption (fast): 0x0a3ac798 ***
by dr.murthy
Tue Jan 12, 2010 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 6036

its throwing only one warnng message

Abnormal termination of stage CWLdDimDealer_chk..TrfVend detected
and also info message
DSD.StageRun Active stage starting, tracemode = 0.
previous run it ran succesfully yesterday,today its giving this problem
by dr.murthy
Tue Jan 12, 2010 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 6036

abnormal termination in transformer

hi am working with the environment datastage 8.1 server jobs, i have simple job it fetches the data form oracle oci table and load into orabulk stage with a transformer stage, placed between oracle OCI and ORABULK. it ran sucessfully yesterday, but today its giving a warning message Abnormal termina...
by dr.murthy
Thu Jan 07, 2010 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: increase file size
Replies: 1
Views: 990

increase file size

hi ,

am working on 8.1 server jobs,loading the data into orabulk stage.
which loads data to two files control file and dat file. dat file contains the actual data.
but job is aborted when the size of dat file is more than 2 gb.
can any one suggest me how to increase this file size..
by dr.murthy
Mon Dec 28, 2009 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03135: connection lost contact
Replies: 5
Views: 7363

its working for some other jobs,which are loaded data into oi tables succesfully
by dr.murthy
Mon Dec 28, 2009 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03135: connection lost contact
Replies: 5
Views: 7363

Thanks ray,

but my question is whether the problem is in oracle or in datastage job.
by dr.murthy
Sun Dec 27, 2009 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03135: connection lost contact
Replies: 5
Views: 7363

ORA-03135: connection lost contact

hi , i have a job which updates the surrogatkey value and loading into oracle oci table, when the loading time job is aborted and could not load data in to table, its saying error like SurrKeyAgg: ORA-03135: connection lost contact SurrKeyAgg: DBMS.CODE=ORA-03135 At row 1, link "LnKOtUpdtSurrke...
by dr.murthy
Sun Dec 27, 2009 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Panthom error
Replies: 5
Views: 2577

Thanks for your suggestions giving to me, am working on this issue