Author Message
Bud_member
Joined: Jul 24, 2015
Messages: 6
Offline
I'm running the release 3.3 context store sample application for Orchestration Designer.
My OD is 7.2.
The application output includes a status code of 302 which is not listed in the Context Store Developer Guide.
Can someone help me understand this status code?

INPUT DATA ====> {"contextId":"csPdcTestContext","data":{"key1":"value1","key2":"value2"}}

Result
STATUS CODE ===> 302
DESCRIPTION ===> Moved Temporarily
MESSAGE =======>
SiobhanDervan
Joined: Mar 10, 2015
Messages: 22
Offline
First confirm that the Context Store cluster is functioning correctly. Use the CSRest interface or live test API.

Check if the CSRest log indicates when a request to create 'csPdcTestContext' was received. If not, your OD environment is not targeting your Context Store cluster correctly. Does the log file notes anything about the attempt? text below is the explicit output written by the sample application only.

Note, 302 is not a status code generated by the Context Store itself. This is a common status code that implies the URL you're attempting to access is no longer at the same location.


Go to:   
Mobile view