-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
SUMMARY
In non-OK responses CPSM returns a body with error information. This can be recreated by supplying a malformed body with a create request.
<?xml version="1.0" encoding="UTF-8"?>
<error message_id=\"DFHWU4007\" connect_version="0560">
<title> 400 CICS management client interface HTTP Error</title>
<short>An error has occurred in the CICS management client interface. The request cannot be processed.</short>
<full> The body of the HTTP request was not specified correctly.</full>
</error>
There are other situations when this kind of error response gets generated too, though I can't think of any off the top of my head. Maybe when one region in a system group isn't contactable, possibly.
Metadata
Metadata
Assignees
Labels
No labels