Skip to main content

Posts

Showing posts with the label Communications Outbound Manager

Setting up Communication Profile for Sending Email from Siebel

For setting up Communication profile you need Sender Address, SMTP Server IP and Port. Setting up Profile is pretty simple just follow below steps: Login the application. Go to site map by click on sitemap icon or pressing Ctrl + Shift + a. Search for " Communication Drivers and Profiles " which is sub child of " Administration - Communication ". In " Communications Drivers " applet find " Internet SMTP/POP3 Server " record and select. Scroll down to " Profiles " applet. Create New Record and set the appropriate name. Now scroll down to " Profile Parameter Overrides " applet and create new records with these parameters: From Address LogDebug SMTP Server SMTP Server Port If there are existing Profiles you might see an additional parameter " Siebel Server ". Its values is usually is gateway server name or IP but if you are not sure don't add this, Siebel will auto define when this profile is called. If you defined ...

How to check Communications Outbound Manager jobs status SQL

When using " Communications Outbound Manager " business service Siebel create a job record in " S_SRM_REQUEST " table. You can easily check the status of these jobs by using below query which is written for MS SQL Manager Studio. SELECT STATUS ,CREATED,ROW_ID,DESC_TEXT,ENTERPRISE_NAME,EXEC_SRVR_NAME,PARAM_VAL,RESP_TEXT,COMPLETION_TEXT FROM S_SRM_REQUEST WHERE 1=1 AND DATEPART ( YEAR ,CREATED) = '2022' AND DATEPART ( MONTH ,CREATED) = '04' AND DATEPART ( DAY ,CREATED) = '06' AND ( PARAM_VAL LIKE '%SendMessage%' OR PARAM_VAL LIKE '%CreateRequest%' ) ORDER BY CREATED DESC

How to increase Log Level of a Siebel Component

Login the application. Go to site map by click on sitemap icon or pressing Ctrl + Shift + a. Search for " Administration - Server Configuration " and go to " Servers " view. In "Siebel Servers" there might be one or more servers and you need to increase the component logs for all servers as you might be using load balancing URL and don't know when you login the application and which server you might redirected to. Now go to " Assigned Components " applet and query the specific component for which you want to increase the logs (e.g. "Communications Outbound Manager", "Public Sector Object Manager (ENU)"). Now scroll down to " Component Event Configuration " applet and select any record and press Ctrl + a for selecting all records in that applet.   From the Application Menu click on " Edit " and select " Change Records.. ". In new popup applet select " Log Level " in Field and set ...

How to enable tracing for POP3SMTP log for Oracle Support - Siebel

What and Why Tracing? When you open a support ticket with Oracle Support, they ask for some files for troubleshooting the issue. Below is the list which can help debug the Email related issues one self or provide log and configuration files to Oracle Support. Tracing Communications Outbound Manager (CommOutboundMgr) Tasks Capturing Outbound Messages in Raw Format Trapping the SMTP/POP3 protocol Tracing the Send Email Button Click Event for Send Button – Siebel Dedicated Client Tracing the Send Email Button Click Event for Send Button – Siebel Web Client Exporting Internet SMTP/POP3 Server Communications Driver Default Settings Exporting Communications Outbound Manager Component Configuration Process: To enable tracing for POP3SMTP log , please go to Site Map > Administration - Communcations > Communications Drivers and Profiles. In the Driver Parameters tab, set the following parameter: LogDebug=TRUE If POP3SMTP logs are not generated, make sure ‘Log Directory’ parameter is c...

Exporting Communications Outbound Manager Component Configuration (Doc ID 477998.1) - Siebel

Use the export capability in the Siebel Web Client to capture details of your CommOutboundMgr component configuration. Follow the steps below to export this data. Log in to the Siebel Web Client as SADMIN. From the application-level menu, choose View > Site Map > Administration - Server > Servers > Components view. In the Components view, select the Communications Outbound Manager component. Click the Component Parameters view tab. In the Parameters applet, from the applet-level menu, choose Export. In the Export window, select the following settings: Rows to Export All Rows In Current Query Columns To Export All Output Format HTML Click Next And save the resulting Output.HTML file as CommOutMgrParam.HTML. Attach the CommOutMgrParam.HTML file to your service request. If requested by the Technical Support Engineer, export data from other applets in this view. Similar articles: How to enable tracing for POP3SMTP log for Oracle Support Tracing Communications Outbound Man...

Exporting Internet SMTP/POP3 Server Communications Driver Default Settings (Doc ID 477998.1) - Siebel

You can also use the export capability in the Siebel Web Client to capture details of your SMTP/POP3 communications driver settings. Follow the steps below to export this data. Log in to the Siebel Web Client as SADMIN. From the application-level menu, choose View > Site Map > Administration - Communications > Communications Drivers and Profiles. In the Communications Drivers and Profiles screen, select the Internet SMTP/POP3 Server communications driver. In the Driver Parameters applet, from the applet-level menu, choose Export. In the Export window, select the following settings: Rows to Export All Rows In Current Query Columns To Export All Output Format HTML Click Next and save the resulting Output.HTML file as IntSMTPPOP3.HTML. Attach the IntSMTPPOP3.HTML file to your service request. Similar articles: How to enable tracing for POP3SMTP log for Oracle Support Tracing Communications Outbound Manager (CommOutboundMgr) Tasks Capturing Outbound Messages in Raw Format Tr...

Tracing the Send Email Button Click Event for Send Button – Siebel Web Client (Doc ID 477998.1) - Siebel

In addition to tracing the reply and forward functionality in the Siebel Dedicated Client, Siebel Systems recommends tracing the reply and forward functionality on the Siebel Web Client. You can use Object Manager tracing on the Siebel Web Client to trace the button click events for Send button, following the steps below. For more detail regarding component event logging, refer to Siebel Bookshelf  > Siebel Server Administration Guide > Event Logging Administration > Component Event Types > Configuring Component Event Types. Set up tracing on the object manager. Log in to the Siebel Web Client as SADMIN. From the application-level menu, choose View > Site Map >Administration - Server > Servers > Components view. Select the Object Manager component that is being used and appropriate to the Siebel application. Click the Component Event Configuration tab. In the Component Event Configuration applet, change the event logging levels for the following to these val...

Tracing the Send Email Button Click Event for Send Button – Siebel Dedicated Client (Doc ID 477998.1) - Siebel

To troubleshoot issues with replying to or forwarding inbound emails, you can trace the clicking of the Send button on the screen. This will capture a full tracing of the Siebel client invoking any of these buttons. Follow the steps below to trace these button events on a Siebel Dedicated Client: Launch a Siebel Dedicated Client in the following manner. Click the Windows Start Button, and then choose Run. In the Run window, type CMD to invoke the Microsoft DOS Command window. In the Command window, change the directory to the BIN directory of the Siebel Dedicated Client. Type the following commands: Set SIEBEL_LOG_EVENTS=all Siebel.exe /c uagent.cfg NOTE: The second command assumes that you are running a Siebel Call Center application. If you are running a different application, use the appropriate .cfg file for the application. Log in to the Siebel application. From the application-level menu, choose View > User Preferences > Outbound Communications. Press Alt-Print Screen to ta...

Trapping the SMTP/POP3 protocol (Doc ID 477998.1) - Siebel

You can capture the inbound POP3 protocol conversation of the Siebel Server with the POP3 mail server as mail is fetched. The same setting will also capture the outbound SMTP protocol conversation of the Siebel Server with the SMTP mail server as mail is sent. Follow these steps to capture the POP3 or SMTP protocol conversation: Log in to the Siebel Web Client as SADMIN. NOTE: You can also log in as another user who has access to the Administration - Communications screen. Choose View > Site Map > Administration - Communcations > Communications Drivers and Profiles. In the Communications Drivers applet, select the Internet SMTP/POP3 Server communications driver. In the Driver Parameters tab, set the following parameter: LogDebug TRUE Restart the CommOutboundMgr task. If necessary also restart the CommInboundMgr tasks and their corresponding eMail Response Groups and allow incoming mail to be processed. If you are troubleshooting an issue with replies to or forwarding of inbo...

Capturing Outbound Messages in Raw Format (Doc ID 477998.1) - Siebel

If you are troubleshooting issues with auto replies or with replies to or forwarding of inbound emails, you can capture the outbound messages in their raw format, as text files which are the MIME encoded raw Internet email messages. This allows  Technical Support to see the outbound messages as they are sent out by the Siebel Server. Follow these steps to trap outbound messages in this format: Log in to the Siebel Web Client as SADMIN. NOTE: You could also log in as another user who has access to the Communications Administration screen. Choose View > Site Map > Administration - Communications > Communications Drivers and Profiles. In the Communications Drivers applet, select the Internet SMTP/POP3 Server communications driver. Click the Driver Parameters tab, set the following parameter: Save Sent Messages TRUE Restart the CommOutboundMgr task. Raw outbound email messages will be captured in the SIEBEL_ROOT\SiebSrvr\bin\sent directory. The file names will generally look...

Tracing Communications Outbound Manager (CommOutboundMgr) Tasks (Doc ID 477998.1) - Siebel

To troubleshoot issues with outbound mails or issues with replies to or forwarding of inbound messages, you will need to increase the event logging and SQL logging for the Communications Outbound Manager component, CommOutboundMgr. Follow the steps below to enable these increased logging levels. You can find more detail regarding component event logging in Siebel Bookshelf version 8  > Siebel System Monitoring and Diagnostics Guide > Configuring Siebel Server and Component Logging > Configuring Siebel Server Component Logging > Setting Log Levels for Component Event Types Log in to Siebel Web Client as SADMIN. From the application-level menu, choose Site Map > Administration - Server Configuration > Servers > Components . In the Components applet, select the Communications Outbound Manager component. In the third applet click the Events tab. In the list of  Events applet change the following Logging Levels to the following values: Error Condition = 5 Gener...