BYPASS REPORTS LOGON SCREEN [message #634990] |
Wed, 18 March 2015 12:23  |
kilimanjaro
Messages: 151 Registered: May 2009 Location: Tanzania
|
Senior Member |
|
|
Hellow Buddies
Please assist with the following.
How do I remove the logon screen which pops up when calling report from forms 6i? Thank you.
when I log in ,each time I call the report a logon screen appears.I don't want this.
Thank you.
|
|
|
Re: BYPASS REPORTS LOGON SCREEN [message #634996 is a reply to message #634990] |
Wed, 18 March 2015 13:41   |
 |
Littlefoot
Messages: 21781 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
11g's passwords are case sensitive. If password (used to connect to the database) is not in upper case (which is what Forms uses, and "converts" your "scott/tiger" to "SCOTT/TIGER"), try to
- modify user's password to upppercase:
alter user your_user identified by TIGER - modify 11g's SEC_CASE_SENSITIVE_LOGON parameter's value to FALSE (so that case wouldn't matter)
If none of above helps, no further ideas, except that you are running an unsupported combination of Forms + Database + Operating System.
[Updated on: Thu, 19 March 2015 15:30] Report message to a moderator
|
|
|
|