Hi,

When I try to start the application with
URL: http://hostname.domainname:8000/TESTj,

it shows following error messages.

SECURITY-INVALID USERID
(USERNAME = applsyspub)
(PASSWORD=pub) (DATABASE=TEST)

Then I generated Form trace log file for the form FNDSCSGN.fmb which is a logon form.

It generated frd.log in which at the end of file, I have following error messages.


Executing USER_EXIT Built-in:
In Argument 0 - Type: String Value: FND FORM_INFO APPLICATION="FND" VERSION="$Revision: 110.32

Executing GET_APPLICATION_PROPERTY Built-in:
In Argument 0 - Type: Number Value: 73
Out Argument 0 - Type: String Value: applsyspub

Executing GET_APPLICATION_PROPERTY Built-in:
In Argument 0 - Type: Number Value: 74
Out Argument 0 - Type: String Value: pub

Executing GET_APPLICATION_PROPERTY Built-in:
In Argument 0 - Type: Number Value: 75
Out Argument 0 - Type: String Value: TEST

Executing USER_EXIT Built-in:
In Argument 0 - Type: String Value: FND LOGON FNDNAM="apps" USERNAME="applsyspub" PASSWORD="pub" DATABASE="TEST"

# 1 - FNDSCSGN:. - USER_EXIT
END

# 1 - FNDSCSGN:.
USER_EXIT CHOICE OK

# 2 - FNDSCSGN:. - USER_EXIT
END

# 2 - FNDSCSGN:.
USER_EXIT CHOICE OK

Executing FORM_SUCCESS Built-in:
Out Argument 0 - Type: Boolean Value: FALSE

Unhandled Exception ORA- 100501
State Delta:
ERROR PREMATURE_EXIT "Playback stopped before end of file (line 0)"


It shows username, password and SID name correctly but still failes to connect. I am able to connect to applsyspub/pub@TEST from sqlplus.

Can anybody help me find out reason?

Thanks in advance.


Sam