Troubleshooting

Issue Reason
Does a document have to conform to its associated schema?

Each document is stored within a pool. The pool can be configured so that every new document added to the pool either is or isn't validated against its schema.

IP not allowed error.

Confirm the URL that is being used to connect to the service. The URL must be a production IDM server for the appropriate region. Often the wrong region is being used, or an internal development server is specified. This is usually the case with an Integration Gateway implementation where the URL must be specified in the configuration file. For an InsuranceSuite app, this issue only occurs if the URL was overwritten in Helios.

Cannot access Integration Data Manager through Guidewire Home with the gwa.​lower.​flexistore.​admin group permission.

Guidewire Home functionality prevents the gwa.​lower.​flexistore.​admin group permission from working correctly. To work around this issue, users must have access to an additional group. Use the gwa.​pd_lower.​flexistore.​admin group to access Integration Data Manager in Guidewire Home, and use gwa.​lower.​flexistore.​admin to access the Integration Data Manager service.

The following table shows the Integration Data Manager API error responses.

Error code Reason
400

General bad-request error. Ensure that your permission groups are configured correctly. For more information, see Prerequisites and access.

401

Authentication token with the proper scope access must be used.

403

Project mismatch error - insurer project specified in the deploymentId must match the required project scope.

403

Planet class mismatch error - planet specified in the deploymentId must match the required planet scope. planet_class.​lower is used for non-production planets.

403

Pool scope mismatch error - trying to access a pool without the required pool-level scope.

403

Tenant mismatch error - tenant specified in the deploymentId must match the required tenant scope.

409

Conflict - when creating a pool, there may be an existing pool for the project already created in another package.

500

Size limit exceeded when retrieving multiple documents - the maximum payload size for a request is 10MB. If the combination of files being retrieved is larger than 10MB, the request will need to be broken up into multiple requests.