Errors were detected during project creation,project unstabl

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Errors were detected during project creation,project unstabl

Post by chandra.shekhar@tcs.com »

Dear All,

We are trying to create a new Project in DS 8.1 .But while creating a new project using DS Administartor, we are getting error as follows:

Errors were detected during project creation that may render project DREDW unstable.
Please contact your support provider if you encounter problems.

Caused by: DSR.ADMIN: Error creating DR elements, Error was COMO DSRTRACE_dsadm-466950 established 17:31:57 30 DEC 2011


Kindly reply.
Thanx and Regards,
ETL User
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Errors were detected during project creation,project uns

Post by chulett »

Me, I'd start with this:
chandra.shekhar@tcs.com wrote:Please contact your support provider if you encounter problems.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In the project directory tell us what's in ./\&COMO\&/DSRTRACE_dsadm-466950 file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Post by chandra.shekhar@tcs.com »

Hi Ray/chulett ,

Thanks for reply.

I have resloved the issue after performing below steps.

a) `cat /.dshome`
b) . ./dsenv
c) ./bin/UVdelete VOC DSR_TRACE_IS_ON

Is it possible that the customer has 'somehow' enabled server-side tracing in the template project VOC. This would result in server-side tracing being enabled in the newly created project.
to confirm

cd `cat /.dshome`
. ./dsenv
./bin/UVread ../Template/.template DSR_TRACE_IS_ON

This should respond with
#DSR_TRACE_IS_ON Does not exist

If the record does exist then it should be deleted using the command

./bin/UVdelete ../Template/.template DSR_TRACE_IS_ON

then try to create the project,

Thanks .
Thanx and Regards,
ETL User
Post Reply