We have implemeted the following enhancement to clarify when to return NULL or the creator of a given Data Load. The log messages have been incorporated into the Data Load run statistics and results. These logs indicates if the user associated with the run lacks the necessary privileges or has been deleted. This enhancement will allow support teams to monitor inconsistencies in data more effectively.
Examples of Messages
Data Load Creator Absence
The Data Load creator is not defined in the database.
Log Message
DataLoad creator is null. DataLoad.id: 2147484977
User Context is Null
The UserContext is null, which typically follows the absence of a Data Load creator.
Log Message
Ran with user context: null
Deleted User Scenario
If the user was deleted, the following log message is generated:
Log Message
Ran with user context: linh.pham. This user has been deleted.
Insufficient User Privileges
A user may lack the necessary privileges for the operation.
Log Message
Ran with user context: john.doe. This user is subject to PA data load entitlements.
User ID is Defined in Data Load but Not Found in the Database
The following warning message is produced.
Log Message
Warning! Ran with context of userId: 2147483716 - user not found.