cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing the Portal's properties

Former Member
0 Kudos

Hi,

In the SAP EP 6 SP2 (6.20 WAS Engine) the ume security properties about userid and password were stored in the file

"sapum.properties.bak".

ume.logon.security_policy.useridminlength=6

ume.logon.security_policy.useridmaxlength=20

ume.logon.security_policy.password_min_length=6

ume.logon.security_policy.password_max_length=10

ume.logon.security_policy.password_expire_days=9999

I could access it in the code like.

IUMParameters umProp = UMFactory.getProperties();

Properties prop = umProp.getProperties();

propertyValue = prop.getProperty("ume.logon.security_policy.useridminlength")

I wanted to know what is there in case of Netweaver 2004

and NW2004s.

Is is stored in the file or some other location.

Is possible how should I access it .

Thanks And Regards

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

See this blogs

/people/renjith.andrews/blog/2005/03/02/define-configurable-properties-in-was

See this Thread

Kind Regards

Mukesh

detlev_beutner
Active Contributor
0 Kudos

Hi Mukesh,

Sorry to be that direct, but the answer is completely wrong as the question is about the special UME properties. I will post the answer into the cross posted question's forum... /thread/232321 [original link is broken]

Best regards

Detlev

PS: Manoj, please avoid cross postings in the future... Thanks in advance!