Search found 157 matches

by saikrishna
Fri Mar 14, 2008 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a proect from Commandline
Replies: 5
Views: 1845

Creating a proect from Commandline

hI

How to create a project from commnad line?
We need this info, because we have a sudo access to our id, from which we can change to root.. But we dont have passwd of dsadm.

Thanks
Sai
by saikrishna
Wed Dec 12, 2007 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing metadata
Replies: 4
Views: 1521

Hi Chullett

It is working fine, via the root told by you.

i.e Plug-in Metadata via OCI stage route.

Why the other way is not working?, any idea

Thanks
Sai
by saikrishna
Wed Dec 12, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing metadata
Replies: 4
Views: 1521

Importing metadata

When I try to import metadata from the oracle server through DataStage import metadata option, I am getting the following error: DSR.MetaGeta(GET.PROCS)(SQLConnect('comm_sp1','cmmstg')): BCI Error: SQLSTATE=IM002,CODE=0,[DataStage][SQL Client][ODBC][unixODBC][Driver Manager]Data source name not foun...
by saikrishna
Thu Dec 06, 2007 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

The job which loads from Oracle stage to direct sequential file stage is also aborted at around 13 million records.


Thanks
Sai
by saikrishna
Thu Dec 06, 2007 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

The main hindrance to the experimentation now is...

Each run is taking around 2 hours to give the result... So, Advice is taken ...but I will see whether that time is available for now or not.. as I am in production, I have to load ...without delay...

Thanks
Sai
by saikrishna
Thu Dec 06, 2007 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

Hi Transaction size is 0, Array size is 30000. We have put nologging in the target table, to which we need to load. So , there is no rollback segment will be generated. Even, We have tried, replacing target OCI stage with a sequential file stage and rant the job. but still we are getting similar pro...
by saikrishna
Thu Dec 06, 2007 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

Hi

a. The job with 1=2 condition, is aborted at in the middle at around 13 million records. (Overall number of records: 28 million)

b. The job which directly loads from OCI stage to OCI Stage, also aborted.
(Without transformer)

Any other solutions?

Thanks
Sai
by saikrishna
Wed Dec 05, 2007 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

Hi ArndW

FYI: The job is not aborting at the same row number.

I will implement 1=2 and the other options you provided.

One thing I want to tell you is It is taking around 2 hours to run this job and then it is aborting... So, I need to wait for 2 hours, if I do any experimentation..

Thanks
Sai
by saikrishna
Wed Dec 05, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

More info about the comparison of old server and new server: 1. In our new server NLS is installed, old server no NLS installation 2. I have compared uvconfig files in the two servers, I found the following difference: < GLTABSZ 130 < GLTABSIZE 130 --- > GLTABSZ 120 214,215c213 < RLTABSZ 130 < RLTAB...
by saikrishna
Wed Dec 05, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

I have searched the forum on this... But could not resolve my issue... My I tried running my job for 1 lack records, it worked fine. When I try to run 28 million records, I am getting this problem at around 12 -13 million records. I have removed the target DB stage, and replaced with sequential file...
by saikrishna
Wed Dec 05, 2007 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

I am getting the follwoing message in the next run From previous run DataStage Job 413 Phantom 3117 Abnormal termination of DataStage. Fault type is 11. Layer type is BASIC run machine. Fault occurred in BASIC program JOB.1133835455.DT.1454325365.TRANS1 at address 2fc. CRITICAL ERROR! Notify the sys...
by saikrishna
Wed Dec 05, 2007 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of transformer stage
Replies: 15
Views: 4256

Abnormal termination of transformer stage

Hi When I run a job which selects records from an oracle table and inserts to oracle table, I am getting the following warning, and then job is aborting. Abnormal termination of stage push_user_table_10pct_m..xfm_stage detected The design of the job is as follows: ORACLE Stage -> Transformer ->Oracl...
by saikrishna
Tue Dec 04, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

Thanks ArndW and Chullet

It is working fine now....

Thanks a lot...

Sai
by saikrishna
Tue Dec 04, 2007 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

I think the problem is there in

LD_LIBRARY_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$DSHOME/java/jre/lib/i386/client:$DSHOME/java/$
jre/lib/i386:$LD_LIBRARY_PATH$
by saikrishna
Tue Dec 04, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

The above post is after executing ":set list" in vi editor.