-
Ensure that
the user Preferences on the server include selectable check boxes in the Derived Output Generation section.
If the check boxes are inactive or missing, set the GCO: IEF-Pref-IEF-SelectedBackgroundDerivedOutputs to “(DEFAULT)none”.
For both Automatic and Manual derived output, Connector for SOLIDWORKS only supports cgr, image_jpg, pdf, and png. It does support other CAD formats for Background generation of derived output. To set other format types: - To set other CAD format types for BACKGROUND derived output:
- Add the CAD type (for example, dwg or dxf) as Range in CAD Type attribute.
- Create new formats for the CAD Type with the CAD type suffix.
For example, create dwg and dxf formats, with .dwg and .dxf file extensions, respectively. - Add the formats as allowed formats to
these policies:
- Design TEAM Definition
- Design TEAM Resource
- Versioned Design TEAM Policy
- Derived Output TEAM Policy
- Update the MCADInteg-TypeFormatMapping attribute.
step_ap203|Derived Output,STEP_AP203 step_ap214|Derived Output,STEP_AP214 dwg|Derived Output,DWG dxf|Derived Output,DXF - Update MCADInteg-TypeDerivedOutputMapping attribute in GCO, adding the CAD format type at the end of each of the type derived output mapping.
- Update MCADInteg-TypeClassMapping attribute in GCO to append the CAD format string to the type TYPE_DERIVEDOUTPUT_LIKE.
- Update MCADInteg-BusTypeMapping attribute in GCO.
step_ap203|Derived Output step_ap214|Derived Output dwg|Derived Output dxf|Derived Output
-
Modify
the DSC_GetBatchProcessorDetailsBase JPO to add a username and password for the dedicated derived output generator system.
Modify these lines in the
JPO file: defaultUserDetails.put(SHADOW_USER_NAME, "<shadowUsername>");
defaultUserDetails.put(SHADOW_USER_PASSWORD, "<shadowUserpassword>");
Substitute the dedicated generator: - Username for
<shadowUsername>. - Password for
<shadowUserpassword>.
-
Force recompile all JPOs as follows:
- Enter these commands:
- set context user creator password <PASSWORD IF ANY>;
- compile prog * force update;
- Restart the server.
|