0

I try to access to Management Center with my account but this show an error that said "The user account is disabled. Contact your site administrator regarding your access". How can I enable the user account?

3 Answers3

0

refer to documentation:

http://publib.boulder.ibm.com/infocenter/wchelp/v5r6/index.jsp?topic=/com.ibm.commerce.esupport.doc/html/Runtime/swg21178298.html

should work for version 6 and 7 also.

Lama
  • 176
  • 1
  • 2
  • 7
0

The answer is to use WebSphere Commmerce Org Admin. Seems like you got the answer already.

Albert T. Wong
  • 1,535
  • 1
  • 13
  • 21
0

SQL to enable useraccount -

update userreg set status = 1 where logonid='(login id)';

Vivek Vermani
  • 1,934
  • 18
  • 45