EnterpriseOne (E1) Version Promotion With Security

The other day our development manager came to me and stated that she could not promote a version to production.

In order to take any security out of the picture, I tried to promote it with my admin id. I received the same error: "General error promoting object". As with most E1 error messages, this was not real helpful.

I then looked at the object in the Batch Versions application and happened to notice that the version that was causing the issue had version security set to 2. According to the the documentation a "2" in the version security options:

2 (medium to full security) This level allows all users to install or copy the version, but lets only the "Last Modified By" user complete all the tasks.

NOTE: The broken-English is the documentation’s not mine.

Because of this setting I was unable to make any changes to this security through the application. Instead, I used SQL:

update codv811/f983051
set vrexcl='1' 
where vrpid = 'xxxxxx' 
and vrvers = 'xxxxxx'

Hope this helps!

Hey, have you ever had trouble with this or something similar? If so, how did you get things to work again?

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

Technorati Tags: e1,enterpriseone,erp,peoplesoft,oracle,jde,jd edwards

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post EnterpriseOne (E1) ESU Investigation
Next post EnterpriseOne (E1) Package Build Count