It's all about the answers!

Ask a question

Can not register new user in RAM


pan tianming (4765644) | asked Jun 05 '12, 4:53 a.m.
We normally use following code to register user in RAM by call RAM client API:
     user.setName("test");
     user.setEmail("test@us.ibm.com");
     session.put(user, new RAMStatusMonitor());

In most of our RAM environment it is no problem, but in one server the above codes run successfully but not take effect in the end.
I checked RAM DB and found:
1) This user record exist in  RAM DB USERID table.
2) The problem is in this environment the attribute "uid_status" is 1 but in other environment is 0.

I not found any place to set RAM user status, after I manually change this status to 1, then user allow to visit RAM, otherwise during user login he always redirect to "Register" page.
How we set RAM configuration to prevent the user register for new user?
Thanks.

One answer



permanent link
pan tianming (4765644) | answered Jun 05 '12, 11:05 a.m.
Sorry, we found the root cause now, one trigger missed for it.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.