glog.exception.log:
================================================== =========================
This Error Message re-occurs/repeats every minute in the glog.exception.log
GL_USER (EXPIRATION_DATE Column) is NOT found anywhere in the 6.3.3 Directories.
Error Exception java.sql.SQLSyntaxErrorException: ORA-00904: "U"."EXPIRATION_DATE":
invalid identifier
Error Exception The security realm failed to implement method getUser
select u.gl_user_gid,
u.gl_user_xid,
gl_password,
null,
u.domain_name,
u.default_user_role_gid,
u.gl_account_policy_gid,
u.document_use_profile_gid,
u.username ,
u.default_aa_report,
u.is_external,
u.bi_role_gid,
u.auto_approve_rule_profile_gid ,
u.is_reserved,
u.effective_date,
u.expiration_date,
u.salt,
u.hash_alg,
u.iteration_count
from gl_user u,
domain d,
user_role ur
where u.domain_name=d.domain_name
and u.default_user_role_gid=ur.user_role_gid
and u.gl_user_gid=?
order by gl_user_gid;
================================================== =========================
This Error Message re-occurs/repeats every minute in the glog.exception.log
GL_USER (EXPIRATION_DATE Column) is NOT found anywhere in the 6.3.3 Directories.
Error Exception java.sql.SQLSyntaxErrorException: ORA-00904: "U"."EXPIRATION_DATE":
invalid identifier
Error Exception The security realm failed to implement method getUser
select u.gl_user_gid,
u.gl_user_xid,
gl_password,
null,
u.domain_name,
u.default_user_role_gid,
u.gl_account_policy_gid,
u.document_use_profile_gid,
u.username ,
u.default_aa_report,
u.is_external,
u.bi_role_gid,
u.auto_approve_rule_profile_gid ,
u.is_reserved,
u.effective_date,
u.expiration_date,
u.salt,
u.hash_alg,
u.iteration_count
from gl_user u,
domain d,
user_role ur
where u.domain_name=d.domain_name
and u.default_user_role_gid=ur.user_role_gid
and u.gl_user_gid=?
order by gl_user_gid;