- 3,708,965 Users
- 2,241,167 Discussions
- 7,840,725 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 754 On-Premises Infrastructure
- 253 Analytics Software
- 22 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 5 Hardware
- 110 Infrastructure Software
- 70 Integration
- 45 Security Software
OIC Adaptor for Sales Cloud returns "The action \"create\" is not enabled"

Hi,
I'm trying to create assets in Sales cloud using OIC adaptor.
When I try via postman to create assets through https://ccXXXXXXm:443/crmRestApi/resources/11.13.18.05/assets it creates the asset.
But when i try via OIC adptor it return below error,
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title": "Internal Server Error",
"detail": "Internal server error. Please contact oracle support for details.",
"o:errorCode": "500",
"o:errorDetails": [
{
"type": "UnMappedFault:create",
"instance": "NA",
"title": "Fault Details : \n<nstrgmpr:APIInvocationError xmlns:nstrgmpr=\"http://xmlns.oracle.com/cloud/adapter/osc/UpdateAssets_REQUEST/types\"><nstrgmpr:type/><nstrgmpr:title/><nstrgmpr:detail/><nstrgmpr:errorCode/><nstrgmpr:errorDetails><nstrgmpr:type>http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1</nstrgmpr:type><nstrgmpr:title>Bad Request</nstrgmpr:title><nstrgmpr:errorCode>400</nstrgmpr:errorCode><nstrgmpr:errorPath><![CDATA[POST https://ccjs-dxxxxxxxd.com:443/crmRestApi/resources/11.13.18.05/assets returned a response status of 400 Bad Request]]></nstrgmpr:errorPath><nstrgmpr:instance><![CDATA[The action \"create\" is not enabled..A 400 Bad Request Error indicates that the target service is unable (or refuses) to process the request sent by the client (Oracle Integration Cloud), due to an issue that is perceived by the server to be a client problem. You can trace the cURL representation of the request sent to the target service from the Oracle Integration Cloud server logs. Try invoking the target service using cURL. It may also be that one of the intermediaries (proxy, LBR) could be returning this code. ]]></nstrgmpr:instance></nstrgmpr:errorDetails></nstrgmpr:APIInvocationError>\n:Application Error",
"o:errorPath": "NA",
"o:errorCode": "NA"
}
]
}
How can I fix this?
Thank you,
Nirmani