Error processing edit LDAP user function
Hello,
after migration of APEX from 3.2.0.00.27 to 4.1.0.00.32 we suffer of Authentication Problem when trying to login to our APEX Application.
The error message is "Error Error processing edit LDAP user function.
ORA-06503: PL/SQL:Function returned without value".
The Application ist using the following process:
after migration of APEX from 3.2.0.00.27 to 4.1.0.00.32 we suffer of Authentication Problem when trying to login to our APEX Application.
The error message is "Error Error processing edit LDAP user function.
ORA-06503: PL/SQL:Function returned without value".
The Application ist using the following process:
wwv_flow_custom_auth_std.login(The current Authenticaton Scheme is from type LDAP Directory and is using the following "LDAP Username Edit Function":
P_UNAME => :P101_USERNAME,
P_PASSWORD => :P101_PASSWORD,
P_SESSION_ID => v('APP_SESSION'),
P_FLOW_PAGE => :APP_ID||':1'
);
return <schema_name>.<function_name>(p_username=>:USERNAME); "The code of this function follows now:
0