cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Error

Former Member
0 Kudos

I am geeting the follwing error when sending alerts from RALRTTEST Internal error: "SO_OBJECT_MIME_GET Exception"

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raju

Try this

Execute scot->setting->default domain and add the default domain (abc.com)

Thanks

Answers (3)

Answers (3)

aashish_sinha
Active Contributor
0 Kudos

Hi,

This error occurs when you send a mail via the SMTP node and can have several causes:

1. Default domain not set

2. Default code page not set (only with multi-codepage systems)

3. Code page not suitable for sending mail

4. COMMIT WORK is missing (programming error)

5. Workplace plug-in is missing

Solution

Activate the SAPconnect trace and resend the document if necessary. The next time the SAPconnect send job is running, search for the entries marked in red in the SAPconnect trace of the document. The applicable solutions, depending on these entries, are listed below:

1. Default domain not set

Trace entries:

BCS->MIME_MESSAGE_GENERATE

Sender Address Not Found 80

SO_OBEJECT_MIME_GET

No MIME Document Received. Error Code: SENDER_BCS

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

or

SX_GENERATE_NDR

Internal error: SO_OBJECT_MIME_GET Exception: 2

or:

BCS->MIME_MESSAGE_GENERATE

Error during MIME Flow Generation

BCS->MIME_MESSAGE_GENERATE

Error During Automatic Determinaton of Default Internet Domain

SO_OBEJECT_MIME_GET

No MIME Document Received. Error Code: MIME_BCS

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

or

SX_GENERATE_NDR

Internal error: SO_OBJECT_MIME_GET Exception: 2

Solution: In the SAPconnect Administration (transaction SCOT), you must set the domain of the SAP System (Settings --> Default Domain).

2. Default code page not set (only with multi-codepage systems)

Trace entries:

CL_BCOM_MIME->GET_CODEPAGE

Termination: Multi-Codepage Systems Not Supported

SO_OBEJECT_MIME_GET

No MIME Document Received. Error Code: MNA_DOC

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

or

SX_GENERATE_NDR

Internal error: SO_OBJECT_MIME_GET Exception: 2

Solution: In the SAPconnect Administration (transaction SCOT), you must specify a code page on the SMTP node.

3. Code page not suitable for sending mail

Trace entries:

CL_BCOM_MIME->GET_CHARSET

Termination: Charset Cannot Be Determined for SAP Code Page

SO_OBEJECT_MIME_GET

No MIME Document Received. Error Code: MNA_DOC

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

or

SX_GENERATE_NDR

Internal error: SO_OBJECT_MIME_GET Exception: 2

Solution: In the SAPconnect Administration (transaction SCOT), you must specify a code page (an entry is available in table TCP00A) that is suitable for sending mail on the SMTP node.

4. COMMIT WORK is missing (programming error)

Trace entries:

SO_OBEJECT_MIME_GET

No Send Order Exists -> Termination

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

Solution: See note 429427 for the correction.

5. Configuration for the sending of Business Objects

An attempt is made to send a document of type OBJ to an external recipient. This requires a conversion to TXT/HTML format, but the necessary modules are not configured correctly.

Trace entries:

SX_OBJECT_CONVERT_OBJ_HTM

Converting Document Format from OBJ to TXT/HTML

SO_OBEJECT_MIME_GET

No MIME Document Received. Error Code: MNA_DOC

SX_GENERATE_NDR

Internal Error: SO_OBJECT_MIME_GET Exception: 0

or

SX_GENERATE_NDR

Internal error: SO_OBJECT_MIME_GET Exception: 2

Solution:

Please refer to Note 530932.

Hope this will solve your issue.

regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi Raju

Try this

Execute scot->setting->default domain and add the default domain (abc.com)

Thanks

*******please reward points if found helpful

Former Member
0 Kudos

Hi Raju,

1. You can refer to SAP Note 487754.

2.

3.

Reward points if found helpful,

Regrds,

Alok