Configuring Lookups
The following table lists the lookups that are part of this integration:
Lookup Name
Integration Name
Purpose
OUTL-BRT-CCS_DACS_ConfigProps
OU CCS DACS Customer Sync FTP Transfer
OU CCS DACS Customer Sync OS Transfer
OU CCS DACS Common Error Handler
OU CCS DACS Common FTP Transfer
OU CCS DACS Common OS Transfer
OU DACS CCS Customer Sync Ack
Generic properties and default values used in the integration’s business logic and mappings
OUTL-BRT-CCS_DACS_Email_ID
OU CCS DACS Customer Sync FTP Transfer
OU CCS DACS Customer Sync OS Transfer
OU CCS DACS Common Error Handler
Provide email information to send the error details:
the to property contains email address(es) of people who handle technical issues, such as network connection issues, 401 unauthorize issues, etc.
to.ProcessNotificationproperty contains email address(es) of business or application users in OUCCS and/or OUDACS.
Editing Lookups
To edit a lookup:
1. Login to Oracle Integration for Cloud.
2. Navigate to Integrations > Designer > Lookups.
3. Select the lookup to edit and make the necessary changes.
4. Click Save and Close.
 
The following lookups include properties that can be configured and defaulted in the integration.
Lookup: OUTL-BRT-CCS_DACS_ConfigProps
Property Name
Sample Value
Description
notification.type.
email
email
Default to email
notification.email.error.flag
true
If the value is set to ‘true’, email notification will be sent out for errors.
 
Valid values: true/false
 
Default: true
 
Also, set up the OUTL-BRT-CCS_DACS_Email_ID 'to' property for the users or administrators who should receive the email.
notification.email.process.complete.flag
true
If the value is set to ‘true’, email notification will be sent out when the process is completed.
 
Valid values: true/false
 
Default: true
 
This is used by flows doing file processing. Also, set up the OUTL-BRT-CCS_DACS_Email_ID ‘to.process.notification’ property for the users who should receive the email.
notification.email.process.nofile.flag
true
If the value is set to ‘true’, email notification will be sent out when no file was found in the source location.
 
Valid values: true/false
Default: true
 
This is used by flows doing file processing. Also, set up the OUTL-BRT-CCS_DACS_Email_ID ‘to.process.notification’ property for the users who should receive the email.
notification.type.
email
email
Hardcoded value for the integrations to send to the ‘common error handler’ to decide how to send out the notifications. In future releases, this might be augmented with other types beside of ‘email’.
ccs.ftp.custsync.input.directory
/sploutput/CCSEnv/CustomerSync
CCS FTP directory where Customer Sync files are stored for OIC to pick from.
 
Required to be populated when CCS is on-premises.
ccs.prefixtag.file
uploaded
SENT-
Prefix the filename from CCS that has been transferred successfully to the target location
ccs.os.custsync.namespace
ccsnamespace
CCS Object Storage namespace serves as a container for all buckets and objects.
 
Defines the namespace where the buckets and objects extracted file resides. This property is required when CCS source location is on cloud storage.
ccs.os.custsync.
bucketname
CCSDACS_CustomerSync
CCS directory where the Customer Sync files are stored. This property is required when CCS source location is on cloud storage.
dacs.file.target.transfer.pref
ftp
Type of file transfer that OIC will execute.
 
Values: “os” or “ftp”
 
The value will depend on where the target location for DACS is configured.
dacs.os.custsync.namespace
dacsnamespace
DACS Object Storage namespace serves as a container for all buckets and objects.
 
Defines the namespace where the buckets and objects extract file resides. Required to populate this when transfer type is configured to “os”.
dacs.os.custsync.bucketname
CCSDACS_CustomerSync
DACS directory where the Customer Sync files are stored. This property is required when the transfer type is “os”.
ccs.error.ack.messagecategory
11114
CCS Message Category number for integration errors.
ccs.error.ack.messagenumber
11001
CCS Message Number use for displaying DACS error message.
 
Lookup: OUTL-BRT-CCS_DACS_ Email_ID
Property Name
Value
Description
From
admin@myCy.com
The email address used to identify who is sending the notification. This value is the default email address for all outgoing emails for the package.
To
errorDist@myCy.com
The email address(es) who should receive any error notification.
 
Multiple emails can be configured by using comma to separate the email IDs.
 
These are likely the administrators or users who maintain the applications.
to.process.notification
busUserDist@myCy.com
The email address(es) who should receive notification when the file processing has completed, or no file was processed.
 
Multiple emails can be configured by using comma to separate the email IDs.
 
These are likely the business or application users.