Details: By default, the copy structure button is not shown on Web Registration:
In order to show the button, please navigate to the following file:
CBOE 22.1 or higher (Or systems patched to CDJS 22.0):
- C:\Program Files (x86)\PerkinElmer\ChemOfficeEnterprise\Registration.Server\cddconfiguration.json
CBOE 21.1.1 or lower:
- C:\Program Files (x86)\PerkinElmer\ChemDraw JS 20.0.0\configuration.json
Find the following section in the file:
"features": {
"enabled": [
"ShowWarnValence",
"ShowWarnParens",
"ShowWarnIsotopes",
"ShowWarnStrayBonds",
"ShowWarnStrayAtoms",
"ShowWarnUndefinedStereo",
"ShowWarnAmbigStereo",
"ShowWarnStereoBtw",
"ShowWarnLinearAtoms",
"ShowWarnMisc",
"AlwaysShowReactionMapping",
"AutomaticReactionMapping",
"ApplicationLogo",
"WebService",
"ExtendedCopyPaste"
],
"disabled": [
"AtomPropertiesDialog.ShowGenericLabels",
"CopyDocumentButton"
]
}
Move the value "CopyDocumentButton" up to the enabled features:
"features": {
"enabled": [
"ShowWarnValence",
"ShowWarnParens",
"ShowWarnIsotopes",
"ShowWarnStrayBonds",
"ShowWarnStrayAtoms",
"ShowWarnUndefinedStereo",
"ShowWarnAmbigStereo",
"ShowWarnStereoBtw",
"ShowWarnLinearAtoms",
"ShowWarnMisc",
"AlwaysShowReactionMapping",
"AutomaticReactionMapping",
"ApplicationLogo",
"WebService",
"ExtendedCopyPaste",
"CopyDocumentButton"
],
"disabled": [
"AtomPropertiesDialog.ShowGenericLabels"
]
}
On CBOE 22.1 or systems with CDJS 22.0 Go to Administrative Tools->Services, restart the Chemdraw RestFul service:
Then perform an ISSRESET.
On systems with CBOE 21.1.1 or lower or systems still with CDJS 20.0 an IISRESET is sufficient.