Project promotion

arny

Active Member
Hi all,

Please help me on following:

Issue 1> I am trying to promote a project with reports and its version. when I promote project it says objects are modified under other project. I tried checking out and checking in project but still same error message. example: Project A and Project B. Project A was created earlier which has same objects. I created Project B and added reports and its versions. Did checkout and check in so to get this project lastest entry for modified date. when I promote project B, it give error "objects modified under other project". when I look into tabel F9861, it is showing Porject A (used the select statement from jdedug.log). Then I finally used project A for promotion and it went fine without any error. Build update package and depoyed. Try to run the UBE, they immediately go into error status.

Promotion path is like this:

DV -> PD-> PY->IT

same UBEs work fine in DV and PD but fails in PY and IT environment.

Setup #
Xe, SP22_N1, UNIX, Oracle 9.2.0.7

Thanks in Advance.

Rohit
 
Promotion should be:
and you state that objects worked in DV and PD, but not in the middle. For
cripies - why was it ever promoted to PD??? You don't promote to PRODUCTION
till it's been tested as 'working' in the lower env?

The promotion issue is a common 'foul' within the E1 software development
life cycle. If it identifies that the object being promoted into the target
environment is "NOT NEWER' than the object in the target env. - you will get
a warning and the object will be updated as in the target env, however - the
code will not have actually been moved. The easiest work-around - check-out
in the lower env, change the title, check in and promote.

Rework the promotion cycle, using the 'false' check-out process (check-out,
change name, check-in & promote). Let us know what happens

(db)




--
 
Back
Top