Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can not register new user in RAM

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.

0 votes



One answer

Permanent link
Sorry, we found the root cause now, one trigger missed for it.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,016

Question asked: Jun 05 '12, 4:53 a.m.

Question was seen: 5,196 times

Last updated: Jun 05 '12, 11:05 a.m.

Confirmation Cancel Confirm