I have already posted an introduction to eMail Response Functionality in Siebel and a detailed explanation on how to set it up. Today I am going to discuss a problem I faced recently and how I debugged it.

Problem:

Suddenly, in our development environment eMail Response stopped working and we hadn’t changed anything at our end. So, the fault in development was ruled out. As in Siebel we need to get logs to debug any kind of problem you need logs. So I went to

  • Administration – Server Configuration > Servers
  • Queried for Communication Inbound Receiver (component responsible for eMail Response)
  • Increased the log level for all this events to 4

Then I went to log directory of Siebel Server installation through an FTP Client (this is probably the easiest way to get logs) and downloaded logs for Communication Inbound Receiver component. After going through logs I found the below given error again and again in logs

POP3SMTP[10/07/2008 12:10:13]:ERROR:POP3 PASS error: -ERR The requested mailbox is not available on this server.
POP3SMTP[10/07/2008 12:10:43]:ERROR:POP3 PASS error: -ERR The requested mailbox is not available on this server.
POP3SMTP[10/07/2008 12:11:14]:ERROR:POP3 PASS error: -ERR The requested mailbox is not available on this server.

It seemed like mailbox which eMail Response was monitoring was not working or available.

I went to Administration - Communication screen and queried for Profile that contained info about the mailbox. Now to confirm weather Mailbox is available or not I used telnet

Solution:

I gave the following command in Run Dialog box

telnet servername 110

 
Where 110 is the port for POP Protocol. After providing Username and password for mailbox I again got the same error

“The requested mailbox is not available on this server.”

So, I confirmed with exchange team and they said that this mailbox has been moved to a different exchange server. I got the name of the new server and changed it in profile. Submitted the Profile Changes and it started working again. 

OkAvarageGoodVery GoodExcellent (3 votes, average: 2.33 out of 5)
Loading ... Loading ...