Category 222-2
Discussion List
-
Callback Implementation using ERP Integration Service REST APISummary: I have a requirement to Implement ERP Integration Callback In Oracle Integration Cloud using POST method of /fscmRestApi/resources/11.13.18.05/erpintegrations. … -
I want to create contact in Eloqua through sales cloud using oracle integration.Summary: I want to create contact in Eloqua through sales cloud using oracle integration. But, while creating contact in eloqua I get following Error. Can anyone please … -
Scheduled OIC Integration using REST API as Source and EBS Tables as TargetSummary: I have a requirement to do a Scheduled integration using OIC and a novice who is learning OIC. Source - Rest API based on JSON Target - Oracle EBS custom table … -
How can we filter the HCM worker api by the LastUpdateDateHow can we filter the HCM worker api by the LastUpdateDate? Have tried the below:- 1)q=(LastUpdateDate BETWEEN '2017-09-15T00:00:00.000%2b00:00' AND '2022-09-15T00:00:00… -
fault error notification in Email attachmentSummary: Hi All I want to send scope level fault error code and error reason as a attachment in email notification. Can you please guide us. Regards Mayur Content (requi… -
IDCS for OIC 3 is upgraded to identity domain, now how to configure trusted app ?Summary: Hi Experts I wanted to configure trusted app in IDCS to access OIC 3 REST API's but when I go to the admin console for idcs it shows message that it has been no… -
Unable to test Oracle Integration 3 REST API's with POSTMAN, new instanceSummary: Hi Experts I have created a new instance for Oracle Integration 3, and have developed a sample integration for client demonstration. I'm able to test the integr… -
Can I create publicly accessible OIC integration?Summary: Can I create publicly accessible OIC REST-based integration? Content (required): Version (include the version you are using, if applicable): Code Snippet (add a… -
Enabling Calendar Integration and Outlook Sync in Oracle CloudSummary: Hello everyone, I have a question regarding the Oracle Cloud system. Is it possible to integrate a calendar feature within Oracle Cloud that allows me to set re… -
How to Schedule a BIP Report from OIC via SOAP Adapter without passing username & passwordSummary: How to Schedule a BIP Report from OIC via a SOAP Adapter without passing username & password within the SOAP request. Content (required): Hi All, We have a requ… -
OIC - REST Invoke - Read JSON response for 400 Status CodeSummary: Hi there We have REST Invoke operation and it is sometimes giving 400 status with JSON response. How can read the JSON data in case of a 400 status code? Conten… -
How to pass custom --form to REST API in OICSummary: Hi there We are looking for options to pass custom form-data attributes that one of the REST services accepts. Please check below attribute1 form field. curl --… -
Schedule Service and WSSExternal in ERP Cloud AdapterSummary: Hi Everyone - we are building OIC where we need to call some business objects along with BIP and Schedule Service WSDL. Currently I am not able to find BIP and … -
How to setup connection with certificate to Sharepoint using ICS?Summary: How can I do an authorization request in my REST ADAPTER to get the correct JWT tokens? For the POSTMAN request I first have to run a powershell command to call… -
How to get the users details by sending role to Fusion rest apiSummary: Hi Experts I have a requirement to build an integration in which by passing role to Fusion rest api I must be able to get the list of all the users who have tha… -
How to download xml report output of process Import Payables InvoicesSummary: How to download xml report output of process Import Payables Invoices Content (required): Hi experts, I am working on an integration for import payables invoice… -
OIC integration via Rest connector am getting error "411 required client response code"Summary: The OIC Integration is connecting to SharePoint Authentication API(https://login.microsoftonline.com) to retreive the bearer access token. Have configured the c… -
Parameter reset in scheduled integrationSummary: Hi I am using Scheduled integration and through scheduled integration i am passing values to Soap connection .I am not able reset parameters. It seems whatever … -
WSDL file for BI reportSummary: Hi I have created BI report and want to call in OIC using SOAP. I need to convert BI report WSDL so i call use SOAP . Please let us know way how to create WSDL … -
Extract Bulk data Integration ErrorSummary: As Attachment , I got SOAP fault for extractBulkData operation Content (required): Version (include the version you are using, if applicable): Code Snippet (add… -
How to Call Parameterized BI report in OICSummary: Hi Please Let us know How to Call multiple Parameter BI report in OIC and further i need to send report output over email. Content (required): Version (include … -
Track Eloqua Activity Campaigns Status in B2C Service - Part 3Introduction : We will leverage the Postman steps that we performed earlier. Now, I will show you how to automate the export of Eloqua activities in bulk into RightNow S… -
Track Eloqua Activity Campaigns Status in B2C Service - Part 2Summary: The Bulk Activity Extract recipe consists of a set of REST APIs designed to retrieve activity data from Eloqua and transfer it to any CRM application or data wa… -
Access data recieved from a SQL stored procedure as rowSetSummary: Access value of a specific column in a specific row within a RowSet. Content (required): I have a SQL Stored Procedure which returns a table together with anoth… -
Track Eloqua Activity Campaigns Status in B2C Service - Part 1Summary: Track Eloqua Activity Campaigns Status in B2C Service - Part 1 Introduction : Many of our B2C Service (RightNow) customers leverage Eloqua to fulfil their digit… -
How to access specific nodes by filtering by a parameter without having to use a loopSummary: Access specific information from a JSON data collection Content (required): Hi experts, { "people":[ { "Name":"Oliver James", "Age":"29" }, { "Name":"Jack John"… -
How to determine whether or not business events triggered.Summary: We enabled the AccountingPeriodClosed business events using the 'https:///fscmRestApi/resources/11.13.18.05/erpBusinessEvents' rest api, and now after closing t… -
You don't have permission to access this resource on the server. I am getting this response from OICSummary: I am getting "You don't have permission to access this resource on the server." when invoking an OIC api with attaching zip file of size 972 MBs. The api is wor… -
How to make a field optional in REST API connection's Request Wrapper?Summary: The OIC integration is intended to handle REST API calls and invoke Oracle Cloud ERP adapter to create a supplier. I created a REST API connection as a trigger … -
Invoking SOAP BIP service with OAuthSummary: How to invoke SOAP report Bi service without basic authentication Content (required): We are using report SOAP service for calling BI reports using runReport ac…