Can't register user, getting page isn't redirecting properly.
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.
"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
FORUM MODERATOR / JAZZ DEVELOPER Aug 13 '12, 11:39 a.m.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
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
Aug 13 '12, 12:53 p.m.Testfixes applied :
testFix6-38428 testFix5-37587 testFix4-33617 testFix3-33107 testFix2-32350 testFix1-32061
Rich Kulp
FORUM MODERATOR / JAZZ DEVELOPER Aug 13 '12, 1:04 p.m.I changed title since real problem has nothing to do with UID_STATUS. Real problem is redirection error on register.