Issue with Space Character in AUDIT_LOG Column From S_AUDIT_ITEM Table
(Doc ID 3018471.1)
Last updated on APRIL 29, 2024
Applies to:
Siebel Financial Services CRM - Version 23.11 and laterInformation in this document applies to any platform.
Symptoms
AUDIT_LOG Column in S_AUDIT_ITEM table is having space character when performing Associate or Disassociate operations on Audit Trail Buscomp
The issue can be reproduced at will with the following steps:
- Login to Siebel Application
- Go to Sitemap--Administration-Audit Trail
- Create new record with below values
- BusComp: CUT Address
- Base Table: S_ADDR_PER
- Set Update, New, Delete, Assoc properties to True
- From the Field View Tab, create below fields
- Street Address
- Address Name
- Country
- Connect to the Data base
- Execute the below query
- SELECT * FROM SIEBEL.S_AUDIT_ITEM WHERE BUSCOMP_NAME='Audit Trail Buscomp' AND OPERATION_CD='Associate' ORDER BY CREATED DESC;
- Select the record which is having empty value in UDIT_LOG column
- From the 'View Value' window, copy the empty value
- We can see space character is being copied even the column value is empty.
Note: Due to the space character in the column (the column value is displaying as empty. But when we copy the value from the column, then space value is copied) validations are failing at the Batch jobs for the downstream systems.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |