Unable to get the Smart 3D object - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
12 (2018)

Problem

The loopback process is unable to update the Smart 3D object.

Possible Causes

Issue with permission configuration. This section describes two cases that might cause this error.

Case 1

An administrator has full control and the login user has read control. The administrator modified the detailed part and manufacturing part. PermissionControlGroup is defined as Permission Group1 in the MfgNestingService.exe.config file, as shown below.

<PermissionControlGroup>
<PermissionControl PermissionGroup="Permission Group1" />
</PermissionControlGroup>

In the loopback result shown below, Set Permission Group was successful. The software did not update Smart 3D because the login user does not have Write permission.

troubleshooting permissions_case 1

For information on configuring nesting ManagementRule permissions, see Setting up the MfgNestingService.

Case 2

The login user has full control in Permission Group2, and does not belong to Permission Group1. PermissionControlGroup is defined as Permission Group1 in the MfgNestingService.exe.config file, as shown below.

<PermissionControlGroup>
<PermissionControl PermissionGroup="Permission Group1" />
</PermissionControlGroup>

In the loopback result below, Set Permission Group failed because the login user does not belong to Permission Group1.

troubleshooting permissions_case 2

Add Permission Group2 to the MfgNestingService.exe.config file as shown in the example below. For more information, see Set up the default permission group in Setting up the MfgNestingService.

<PermissionControlGroup>
<PermissionControl
PermissionGroup="Permission Group1,Permission Group2" />
</PermissionControlGroup>

Case 3

The login user has full control in Permission Group2 and belongs to Permission Group2. The MfgNestingManagementRule updates the Smart 3D object, and the software creates a Nesting tab in the Manufacturing Plate Properties dialog box.

troubleshooting permissions_case 3_Nesting tab

The software updates the NestingData that corresponds to the manufacturing part. However, because the software did not update the manufacturing part, the Last Modified by property on the Configuration tab does not update.

troubleshooting permissions_case 3_Configuration tab