Ansicht
Dokumentation

CPD432B - Access of global variable object &6 in &5 failed. ( OS/400 )

CPD432B - Access of global variable object &6 in &5 failed. ( OS/400 )

PERFORM Short Reference   ABAP Short Reference  
This documentation is copyright by IBM.
SAP E-Book


Message : CPD432B
Access of global variable object &6 in &5 failed.

Message Long Text :

Cause . . . . . : SQL global variable object &6 in library &5 was not accessed because of reason code &1. The reason codes and their meanings follow:
1 -- The global variable was not found.
2 -- An error occurred when trying to lock the global variable.
3 -- The user does not have the correct authority to access the global variable.
4 -- The global variable was created with a UDT that is not the same as the UDT on the system or the UDT is not defined.
5 -- The global variable object is not usable.
6 -- The error occurred during instantiation of the global variable. The global variable returned SQLSTATE &4. The text message returned from the global variable object is: &7.
Recovery . . . : The following action may be taken based on the reason code.
1 -- Ensure the global variable exists.
2 -- Ensure the global variable does not have an exclusive lock against it.
3 -- Ensure the user has the correct authority to access the global variable.
4 -- Verify that the UDT on the system matches the UDT the global variable was created with.
5 -- Delete and recreate the global variable and then try the request again.
6 -- Determine the cause of the error from either the SQLSTATE or a previously listed message.

Message File : QCPFMSG
Library Message File : QSYS2924


PERFORM Short Reference   PERFORM Short Reference  
This documentation is copyright by IBM.

Length: 3255 Date: 20240328 Time: 174458     sap01-206 ( 2 ms )