BIP 12c Session management
Hi,
Can you please help,and appreciate your suggestions ..
if there has been a change in the session management in BIP 12c?
If the report was executing the individual functions using different database sessions then it would explain the behavior that we are seeing as global variables are consistent across a single individual session. My guess is that the first report trigger may be setting the global variable using session A and the second report trigger is ‘reading’ the global variable using session B, which would therefore be empty. Sending a null value to the second report trigger would return FALSE, which is consistent with the error message.