Topic:
CTREE BULK_SERVER_ADDRESS not cleared in Master after sharing/merging data to sub project.
Description:
SYMPTOM: If the CTREE server process is set to "LOCAL" mode after sharing or merging data from a Master project to a sub project, the CTREE BULK_SERVER_ADDRESS entry is not being cleared in the Master after exiting the sub-project.
Solution:
WORKAROUND: After a share or merge activity, using SQLPLUS, null the BULK_SERVER_ADDRESS in the Oracle project table of the Master project. Also run the CTREE server in SITE mode if possible. In a GeoFrame 3.8 Xterm window type: > sqlplus project_name/project_password Then, at the sql prompt type: SQL> update project set BULK_SERVER_ADDRESS = null; SQL> commit; SQL> quit RESOLUTION: Pending.
Last Modified on: 12-AUG-00