It's all about the answers!

Ask a question

Can't register user, getting page isn't redirecting properly.


Manjiri Kamat (5132325) | asked Aug 10 '12, 6:12 a.m.
edited Aug 13 '12, 1:04 p.m. by Rich Kulp (3.6k38)
When a user tries to go to the RAM home page from our application it gets an error saying
"The page isn't redirecting properly".
For these users the value of the UID_STATUS in the USERID table is 0.

I verified if the trigger does exist on the table,it is fine.
db2 CREATE TRIGGER RAMSCHEMA.UPDATE_UID_BEFORE_INSERT NO CASCADE BEFORE INSERT ON RAMSCHEMA.USERID REFERENCING NEW AS new_row FOR EACH ROW MODE DB2SQL  SET new_row.UID_STATUS = 1  

And we also noticed that for a newly added user the value comes as 1.The value is 0 only for users that were registered long back ,around 3 months back maybe.

Comments
Rich Kulp commented Aug 13 '12, 11:39 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

This is a bug in certain versions of RAM wrt to certain versions of your browser. What is the exact version of RAM you are using? Plus the browser name and version. Then I can tell you what testfix handles it.


Manjiri Kamat commented Aug 13 '12, 12:11 p.m.

Hi Richard,

The RAM version is 7.2.0.2 and we are using the firefox browser(version 9 and higher).


Manjiri Kamat commented Aug 13 '12, 12:53 p.m.

Testfixes applied :

testFix6-38428 testFix5-37587 testFix4-33617 testFix3-33107 testFix2-32350 testFix1-32061


Rich Kulp commented Aug 13 '12, 1:04 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

I changed title since real problem has nothing to do with UID_STATUS. Real problem is redirection error on register.

One answer



permanent link
Rich Kulp (3.6k38) | answered Aug 13 '12, 1:02 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
This is fixed in 7202 with testfix11. The available testfix is testfix12.

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.