Author Archives: compitionpoint - Page 9
Sample Integration with OTM/GTM using ICS
Useful Oracle Document: Sample Integration with OTM/GTM using ICS (Doc ID ) As of version , Integration Cloud Service (ICS) includes a Logistics adapter that can be…
ICS: Which Bugs Are Fixed In 18.3.3
Useful Oracle Document: ICS: Which Bugs Are Fixed In (Doc ID ) ICS Bug Fixes 1. Bug 27903791 – Consider User specified/Default Timezone in Preferences while running Scheduled Orchestrations…
ICS Integration Not Working
ICS Integration Not Working (Doc ID ) Integration between Oracle Sales Cloud and Oracle service cloud – After adding the CSF Key, no instance is created in ICS.…
ICS Connection Count
ICS Connection Count (Doc ID ) How many connections will be considered from an ICS licensing Point of view? A ‘Connection’ identifies a connection from an instance…
DB Timeout Issue In ICS
Call PLSQL from ICS DB adapter, if ICS to DB calls take more than 240 seconds it will timeout at ICS. Can we increase this value to some…
Cannot Activate Integration In ICS
ISSUE: Unable to Activate Integration which connects to on premise DB in ICS looks like the agent is not responding The server logs shows that the request to…
Enable debug logs for ICS Agent
Enable debug logs for ICS Agent: 1. Open agenthome/user_projects/domains/agent- domain/config/fmwconfig/servers/ 2. Under loggers add a new logger as follows… <logger name=’#8217; level=’TRACE:1’/> 3. Save and exit. 4. Restart agent…
Props
In React props is short for properties. They are single values or objects containing a set of values that are passed to React Components on creation using a naming convention…
Nested Components
Nested Components are exactly what the name implies. They are children nested inside parent components. They simply help us create more complex UI structures. For example, an alert component probably…
React Components
We talked about React Elements before. They are like HTML elements represented by a JavaScript statement giving you programmatic control over layout of your webpage or web application. While React…