Copies GLOP data in one mapping instance to all mapping instances on all vprocs on all nodes. You can copy a specific range of data.
The modification attribute of the GLOP data must be set to globally modifiable. (You set this attribute when you call the DBCExtension.GLOP_Add stored procedure to add GLOP data and GLOP mappings to a GLOP set.)
FNC_GLOP_Global_Copy returns an integer that indicates success or failure.
Value | Meaning |
---|---|
0 | Data was copied. |
-1 | The index is not valid or the map does not exist. |
-2 | The copy attempt timed out. |
-3 | Cannot copy read-only or read/write GLOP. |
-4 | Address range not valid. |