Alias OMWTYP

Soul Glo

Soul Glo

VIP Member
Hi,

Has anyone noticed that on a project level in OMW if you try to assign a type other then 01 or 02 it does not allow you to do it.

I added a few UDC for other types and discovered that I cannot use them I cannot even use some of the ones JED has.

An I missing something here could my OMw configuration which I checked has something to do with this or can security somehow affect this.

here is the message I got.

Error ID 149F
Only bug or enhancements type allowed

CAUSE: The project only bug or enhancement can be used
RESOLUTION: Change the project type to either 01 or 02

Any thoughts :)
 
Check your P00950 (Security Workbench) for a Row
security record preventing you from accessing anything
above 02. This us often one of the first security
records that is added so that regular users can't give
themselves higher access (i.e. PVC) and bypass the OMW
rules.

-MEW


__________________________________________________


Mike Wade
Network Consultant
[email protected]
 
Mike,

This is not what I am talking about....I am attaching a print screen of where I am trying to use this.
 

Attachments

  • 40823-OMW Error.doc
    52.5 KB · Views: 62
Hi Cleolai,

It's security. I have it set so that developers and BAs can give themselves
access to just the roles they need and not to 06, which is for jdeadmins...
I have it set in row security..

:)



Has anyone noticed that on a project level in OMW if you try to assign a
type other then 01 or 02 it does not allow you to do it.

I added a few UDC for other types and discovered that I cannot use them I
cannot even use some of the ones JED has.

An I missing something here could my OMw configuration which I checked has
something to do with this or can security somehow affect this.

here is the message I got.

Error ID 149F
Only bug or enhancements type allowed

CAUSE: The project only bug or enhancement can be used
RESOLUTION: Change the project type to either 01 or 02

Any thoughts :)




Lori
OW Xe SP19 Update 5
AS400 V5R1 NT
Citrix
email: [email protected]
 
Hi Cleola

Usage of 01 or 02 is hard coded in the application (P98220). In the ER for FC Project type (Control is exited/Changed Asynch) it simply states:

//
// Force the project type to be bug (01) or enhancement (02).
//
If FC Project Type is not equal to "01,02"
Set Control Error(FC Project Type, "149F")
End If

I don't know if there is a deeper and more sinister reason for this ER code, as it is my believe this field is just another categorisation of OMW projects. I personally haven't tried to disable the code and allow other UDC values from H92/PT, but I wouldn't expect any problems.

Rgds,
 
Back
Top