Known Issues in Oracle NetSuite REST Adapter

The following issues have been identified in the Oracle NetSuite REST Adapter due to recent metadata updates from the NetSuite application. These issues may impact existing integrations and certain operations.

Note:

These issues and their resolution date are currently under review.
Issue Description Error Message
The response mapper does not populate header values. Header values are visible in the activity stream, but not populated in the Oracle Integration user interface response mapper during runtime. N/A
The Employee object mapper fails to load. The mapper fails to load for the Employee object.
String value length (40042496) exceeds the maximum allowed 
(40000000, from “StreamReadConstraints.getMaxStringLength()’)
An HTTP 415 error occurs during asynchronous operations (Post/Patch/Put). An HTTP 415 error is observed when invoking APIs through Oracle Integration.
{
    "type": "https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.16",
    "title": "Unsupported Media Type",
    "status": 415,
    "o:errorDetails": [
        {
            "detail": "The provided content type is not supported. Use one of the supported values: application/vnd.oracle.resource+json; type=singular; charset=UTF-8, application/vnd.oracle.resource+json; type=collection; charset=UTF-8, application/json; charset=UTF-8.",
            "o:errorHeader": "Content-type",
            "o:errorCode": "INVALID_CONTENT"
        }
    ]
}

An execution failure occurred for the My Transactions data set.

The execution of data sets succeeds for all data set types except for My Transactions. An error is encountered when attempting to execute this data set, both in Oracle Integration and through Postman.
Flow Execution Error: 
Workflow: GetDatasetResponseFlow, State: startState, 
Action: getNetSuiteDataFunction
Newly introduced operations are not functioning. Newly introduced operations (such as Update Records, Insert, Update Records, and others) are not functioning correctly across objects. N/A
Bulk operation (Insert/Update) execution issues occur.
Bulk operations:
  • Show inconsistent behavior and may fail during execution.
  • Are not working in Postman.
{     
     "type": "https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.16",     
     "title": "Unsupported Media Type",     
     "status": 415,
          "o:errorDetails": [         
              {             
                  "detail": "The provided content type is not supported. Use one of the supported values: 
      application/vnd.oracle.resource+json; type=singular; charset=UTF-8,
      application/vnd.oracle.resource+json; type=collection; charset=UTF-8, application/json;
      charset=UTF-8.",             
                  "o:errorHeader": "Content-type",
                  "o:errorCode": "INVALID_CONTENT"         
              }
         ] 
}