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