Integration
Discussion List
-
Java file issueSummary: hi I am trying to upload a JavaScript file to OIC Library, but it prompts: "Failed to create Library. Unable to parse function formatNumber(num,locale="en-US",d… -
convert BI report Email address into stringSummary: Hi We are getting email address in BI report and we need to send email to these email address in one email. Please suggest how we can achieve this. Content (ple… -
How to Reset the BICC Extract To last run Date via APIHi Team, How to reset the BICC Extract to last run date using the Oracle API. Can some one please provide inputs as we are using the BICC in the integration and as part … -
Are the OIC Integration flow details stored in a table?Are the OIC Integration flow details stored in a table? -
parameter value is not getting passed to DB adapter in OICgen3Summary: I am invoking an Oracle ATP connection in my integration. I want to fetch IDs from my database table for which I am writing a simple sql query. I have tried thi…Jigyasa Kamthan-Oracle 74 views 2 comments 0 points Most recent by Jigyasa Kamthan-Oracle Integration -
Delete Statement is not Working in Database Adapter In OIC?Summary: We are Tring to Delete Data From Table EX: DELETE FROM table_name Integration is Showing Success but Data is not Deleting From the Table. Content (please ensure… -
downloadESSJobExecutionDetails in ErpIntegrationService returns SocketTimeoutExceptionSummary: We are leveraging the downloadESSJobExecutionDetails in the ErpIntegrationService to download ESS job output files from Oracle Cloud ERP. Although the service u… -
Oracle Object Storage Subfolder listing using REST APII have bucket (Dev-Buck01) which is hosting three folder and sub folders Dev-Buck01/GL/Jan24/ Dev-Buck01/GL/Feb24/ Dev-Buck01/AP/Jan24/ I want to download files from GL/… -
Unable to see DFF within OIC flow as an Input SourceUsing SOAP service CustomerAccountService operation findCustomerAccount to retrieve DFF value. It is returned in the response payload but not accessible within OIC as an… -
How to configure certificates required for backed api in oci api gatewayWe need to call an api deployed on oci api gateway from ODA. The backed we configured on OCI api gateway needs a certificate to be configured on client(which is api gate… -
Mapper fails to solve choose-when from rest-responseSummary: Hi Could anyone assist me with mapper logic. We need to download publicly available information (https://api.eksport.mattilsynet.no/kodeverk/v1/country-certific… -
Response of OTM DB Servlet API is not coming in valid xml formatI have tested the OTM DB Servlet API to retrieve transmission report data, but the response is not coming back in the correct XML format. As a result, we are facing diff… -
I am trying to read a xml file which is UTF-8-BOM encoded and Stage Read fails in OICSummary: I am trying to read a xml file which is UTF-8-BOM encoded and Stage Read Activity fails in OIC stating that "SAX Exception raised while trying to SAX Parse Inpu… -
OIC Gen 3 activity stream does not show fault handler executionSummary: I have created an example integration flow to experiment with Gen 3. I have a fault handler, but the activity stream does not show the execution of the steps in… -
Oracle Integration Message consumption details at interface levelHi Team, Oracle Monitoring dashboard shows consolidated messages consumption for a date range. Is there any way to get details at the interface level? We have more than … -
How to integrate suppliers into oracle ERP cloud? is it REST API or FBDI?Summary: How to integrate suppliers into oracle ERP cloud? Which is the preferred method? is it REST API or FBDI? We may receive multiple creation scenarios like create … -
Can we disable Integration and Process' End User interfaces?Summary: We built a process application and integrations, but want our customer's end users to only interact with them using our webapp that sends REST API calls to the … -
How can i generate a email template to send email notification integration at runtimeSummary: Hi Experts I want to send an email like below with integration where the data will grow in table and also the note based on the criteria, how to generate such k… -
/crmRestApi/resources/latest/resourceUsers API is giving error to pass the contract infoSummary: Hi Team, We are trying to create sales person, bu first creating resource using enpoint - "/crmRestApi/resources/latest/resourceUsers" Error Message You need to… -
How to do application/x-www-form-urlencoded request in OIC rest adapterSummary How to do application/x-www-form-urlencoded request in OIC rest adapterContent Hi all, In POSTMAN, I can able to get a response using Body as x-www-form-urlencod… -
Endpoint creation for whatsapp Cloud API 's Webhookworking on Whatsapp Cloud API, webhook configuration need to create one endpoint, below is the url with completed steps. is anyone have completed these steps ? -
Upload Document OPA REST API with Multipart/Form-DataSummary: I have made an Integration in OIC, which capture data from my PaaS Tables. Attachments are uploaded as BLOB, and my integration has extracted those BLOBS from P… -
execution of stored procedure does not return dataSummary: Content (required): I have an integration that connects to the DBCS database and runs a separate procedure. The DB procedure returns a cursor type field. When I… -
run OIC service from mailSummary: Hello everyone, I need the following functionality that involves a visual builder screen and an integration: I have a screen that invokes an OIC integration thr… -
MS Graph send messages API not working in OICSummary: Hello, We are trying to integrate MS Teams with Cloud Order Management and as part of it are able to create team and channel within MS Teams. However when we ar… -
Not able to View Visual Builder with ServiceUser RoleSummary: Not able to View Visual Builder with ServiceUser Role Content (required): We attempted to restrict developer access to higher environments by granting them only… -
Is there a way to change the schema name in OIC integration DB activitySummary: When we want to use a DB activity in Oracle Integration, we need to choose a schema name and a db object. This process would cause a problem when the production… -
OIC Gen 3: Eloqua|Retrieve a sync REST API giving 404 Not FoundSummary: I am trying to invoke an Eloqua rest api through OIC gen3, it is giving 404 Not Found. Retrieve a sync | get | /api/bulk/2.0/syncs/{id} I am passing query param…Jigyasa Kamthan-Oracle 32 views 3 comments 0 points Most recent by Hemanth Lakkaraju-Oracle Integration -
Merge PDF file using OICSummary: 1) In Oracle Integration Cloud (OIC), we have a use case for creating a new function using libraries. The use case is to consolidate various pdf files related t… -
How to read .docx/.doc file in OICHello, We have a requirement to pick the source file which is with .doc/.docx file extension from SFTP and create a GL FBDI file from that source file. Is there a way or…