We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We found this error after upgrading to IRIS4H 2022.1:
REQUEST: http://{{server}}:{{port}}/sabi/datapipe/rf2/form/objects/DataPipe.Data.Inbox/find?size=50&page=1&filter=Ignored+eq+0+UpdatedTS+gte+2022-08-17T00:01:00Z+UpdatedTS+lte+2022-08-17T23:59:59Z&orderby=1+desc.
RESPONSE: 500 Internal Server Error
{ "errors": [ { "code": 5821, "domain": "%ObjectErrors", "error": "ERROR #5821: Cannot instantiate query: 'SQLCODE = -400, %msg = Unexpected error occurred: <PARAMETER>CreateNewRunTimeQuery^%SYS.SQLRTUMAKER'", "id": "QueryCannotInstantiate", "params": [ "SQLCODE = -400, %msg = Unexpected error occurred: <PARAMETER>CreateNewRunTimeQuery^%SYS.SQLRTUMAKER" ] } ], "stack": { "objlasterror": "ERROR #5821: Cannot instantiate query: 'SQLCODE = -400, %msg = Unexpected error occurred: <PARAMETER>CreateNewRunTimeQuery^%SYS.SQLRTUMAKER'", "request": { "_class": "%CSP.Request", "URL": "/dpipe/api/rf2/form/objects/DataPipe.Data.Inbox/find", "PageName": "find", "URLPrefix": "", "UserAgent": "PostmanRuntime/7.29.2", "RequestId": "11A3", "NoResetTimeout": false, "ContentType": "", "CharSet": "", "Content": "", "Method": "GET", "Protocol": "HTTP/1.1", "Secure": false, "GatewayApplication": "/", "GatewayConnectionName": "IRIS", "GatewaySessionIdSource": 1, "GatewayNewId": true, "GatewayBuild": "661.2001.1740", "GatewayFunctions": 7, "GatewaySessionCookie": "", "GatewayInstanceName": "7e1d27b5d107:80", "RegistryMethods": 1, "GatewayError": "", "Application": "/dpipe/api/rf2/", "CSPGatewayRequest": true, "GatewayTimeout": 60, "AppData": "", "AppMatch": "/dpipe/api/rf2/", "Class": "Form.REST.Main", "Service": "REST", "ProcessedRequestType": true }, "response": { "_class": "%CSP.Response", "HTTPVersion": "", "Status": "500 Internal Server Error", "Redirect": "", "UseExactRedirect": false, "ServerSideRedirect": "", "ContentType": "application/json", "CharSet": "UTF-8", "CookiePath": "/dpipe/api/", "HeaderCharSet": "", "ContentLength": "", "NoCharSetConvert": false, "UseHttpOnly": true, "InProgress": 1, "Expires": "Thu, 29 Oct 1998 17:04:19 GMT", "VaryByParam": "", "TraceDump": false, "OutputSessionToken": false, "UseASPredirect": false, "Timeout": "", "Language": "en", "Domain": "%UtilityLogin", "GzipOutput": null, "IgnoreRESTOutput": null, "AllowOutputFlush": 0, "AvoidPartitionCleanup": false }, "stack": [ { "call": "DO", "line": " 0", "part": "" }, { "call": "DO", "line": "SuperServer+56^%SYS.SERVER 3", "part": "%SYS.SERVER" }, { "call": "DO", "line": "css+51^%SYS.cspServer2 1", "part": "%SYS.cspServer2" }, { "call": "DO", "line": "zProcessRequest+1^%CSP.Request.1 1", "part": "%CSP.Request.1" }, { "call": "DO", "line": "Request+25^%SYS.cspServer2 1", "part": "%SYS.cspServer2" }, { "call": "DO", "line": "Request+682^%SYS.cspServer2 1", "part": "%SYS.cspServer2" }, { "call": "DO", "line": "zProcessRequest+1^%CSP.Session.1 1", "part": "%CSP.Session.1" }, { "call": "DO", "line": "CSPDispatch+274^%SYS.cspServer 1", "part": "%SYS.cspServer" }, { "call": "$$", "line": "CSPDispatch+484^%SYS.cspServer 2", "part": "%SYS.cspServer" }, { "call": "DO", "line": "zPage+32^%CSP.REST.1 1", "part": "%CSP.REST.1" }, { "call": "$$", "line": "zHttp500+1^%CSP.REST.1 1", "part": "%CSP.REST.1" }, { "call": "DO", "line": "zReportHttpStatusCode+2^%CSP.REST.1 2", "part": "%CSP.REST.1" }, { "call": "$$", "line": "zoutputStatus+6^Form.REST.Abstract.1 1", "part": "Form.REST.Abstract.1" }, { "call": "$$", "line": "zgetDebugInfo+2^Form.REST.Abstract.1 1", "part": "Form.REST.Abstract.1" }, { "call": "$$", "line": "zgetStackInfo+1^Form.REST.Abstract.1 1", "part": "Form.REST.Abstract.1" } ], "user": "isc_jruiz" }, "summary": "ERROR #5821: Cannot instantiate query: 'SQLCODE = -400, %msg = Unexpected error occurred: <PARAMETER>CreateNewRunTimeQuery^%SYS.SQLRTUMAKER'" }
If we eliminate FILTERS, it works fine: REQUEST: http://{{server}}:{{port}}/sabi/datapipe/rf2/form/objects/DataPipe.Data.Inbox/find?size=50&page=1
RESPONSE: 200 OK
{ "children": [ { "UpdatedTS": "2020-12-10T14:17:50Z", "Id": "2078", "Source": "GR", "Flow": "GR", "MsgId": 202012100000000001, "Element": 319218, "Subject": 319218, "Ignored": 0, "Status": "ERROR-OPERATING", "StagingStatus": "VALID", "OperStatus": "ERROR", "ValidationErrors": "" ....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We found this error after upgrading to IRIS4H 2022.1:
REQUEST:
http://{{server}}:{{port}}/sabi/datapipe/rf2/form/objects/DataPipe.Data.Inbox/find?size=50&page=1&filter=Ignored+eq+0+UpdatedTS+gte+2022-08-17T00:01:00Z+UpdatedTS+lte+2022-08-17T23:59:59Z&orderby=1+desc.
RESPONSE: 500 Internal Server Error
If we eliminate FILTERS, it works fine:
REQUEST:
http://{{server}}:{{port}}/sabi/datapipe/rf2/form/objects/DataPipe.Data.Inbox/find?size=50&page=1
RESPONSE: 200 OK
The text was updated successfully, but these errors were encountered: