Brent,
First - modify the PID.cfg file by locating the section below and editing it to include the OpenPlant_PID schema.
#Specify schemas that are to be used for Publish operation
PUBLISH_IDGN_SCHEMA_NAMES=OpenPlant;
Add the OpenPlant_PID schema
PUBLISH_IDGN_SCHEMA_NAMES=OpenPlant;OpenPlant_PID;
Next in the PID.cfg file locate the section below to increase the log level thus giving you more information about your error.
# Message logging level
# FATAL = 0
# ERROR = -1
# WARNING = -2
# INFO = -3
# DEBUG = -4
# TRACE = -5
PID_LOG_LEVEL : -1
Set the PID_LOG_LEVEL to -3
What specifically did you modify to make the your tagging custom? Short of seeing your schemas it can be difficult to determine the issue.
Have you added any custom schemas?
Let me know how this goes and then we can try another approach to get your issue resolved,
Tony DeRosa
Bentley Plant