Hello,
I have done a complete installation of OTM 5.5, apps server, weblogic server, tomcat and apache server are started properly. In the browser we are getting the home page where we can enter the username and password after that I am getting an error
"A connection to the server could not be established: {exception=null} user=DBA.ADMIN)"
I checked in the glog.app.log file, it showing that
select user_access_gid, user_access_xid, is_lockdown, is_override, access_type, gl_user_gid, gl_level,
user_role_gid, domain_name from user_access where
gl_user_gid = 'DBA.ADMIN' and nvl(gl_level,'_null') in ('ADMIN','_null') and nvl(user_role_gid,'_null')
in ('DBA.ADMIN','_null') and domain_name = 'DBA'
and user_access_gid in ( select user_access_gid from finder_set_access union all select user_access_gid
from saved_query_access union all select
user_access_gid from user_menu_access union all select user_access_gid from default_finder_set_access union all
select user_access_gid from
user_preference_access union all select user_access_gid from app_action_check_access union all select user_access_gid
from app_action_reason_access union
all select user_access_gid from app_action_morg_access union all select user_access_gid from
user_ws_report_access union all select user_access_gid from
status_type_filter_access union all select user_access_gid from app_power_action_access )order by gl_level, user_role_gid;
Table not found, I think there is some data problem.
If anyone knows what is the solution please let me know.
Divya
I have done a complete installation of OTM 5.5, apps server, weblogic server, tomcat and apache server are started properly. In the browser we are getting the home page where we can enter the username and password after that I am getting an error
"A connection to the server could not be established: {exception=null} user=DBA.ADMIN)"
I checked in the glog.app.log file, it showing that
select user_access_gid, user_access_xid, is_lockdown, is_override, access_type, gl_user_gid, gl_level,
user_role_gid, domain_name from user_access where
gl_user_gid = 'DBA.ADMIN' and nvl(gl_level,'_null') in ('ADMIN','_null') and nvl(user_role_gid,'_null')
in ('DBA.ADMIN','_null') and domain_name = 'DBA'
and user_access_gid in ( select user_access_gid from finder_set_access union all select user_access_gid
from saved_query_access union all select
user_access_gid from user_menu_access union all select user_access_gid from default_finder_set_access union all
select user_access_gid from
user_preference_access union all select user_access_gid from app_action_check_access union all select user_access_gid
from app_action_reason_access union
all select user_access_gid from app_action_morg_access union all select user_access_gid from
user_ws_report_access union all select user_access_gid from
status_type_filter_access union all select user_access_gid from app_power_action_access )order by gl_level, user_role_gid;
Table not found, I think there is some data problem.
If anyone knows what is the solution please let me know.
Divya
Comment