cancel
Showing results for 
Search instead for 
Did you mean: 

RAISE_EXCEPTION - DESTINATION_NOT_OPEN

Former Member
0 Kudos

Hi experts,

presented this problem in my development server, I dump 3 shows RAISE_EXCEPTION.

I attached the details of the tx vst22.

Errores tiempo ejec. RAISE_EXCEPTION Fecha y hora 13.03.2009 06:11:25

Texto breve

Exception condition "DESTINATION_NOT_OPEN" raised.

¿Qué ha sucedido?

The current ABAP/4 program encountered an unexpected

situation.

¿Qué puede hacer?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Anál.errores

A RAISE statement in the program "SAPLCRFC" raised the exception

condition "DESTINATION_NOT_OPEN".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

Specified destination is not open.

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

Notas para corregir errores

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"RAISE_EXCEPTION" " "

"SAPLCRFC" or "LCRFCU20"

"RFC_CONNECTION_CLOSE"

or

"SAPLCRFC" "DESTINATION_NOT_OPEN"

or

"SRT_CCMS_DATA_COLLECTOR " "DESTINATION_NOT_OPEN"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

Entorno sistema

SAP-Release 700

Application server... "sapdev"

Network address...... "192.168.99.34"

Operating system..... "Linux"

Release.............. "2.6.16.46-0.12-defau"

Hardware type........ "ia64"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "sapdev"

Database type..... "ORACLE"

Database name..... "D01"

Database user ID.. "SAPSR3"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Jan 23 2008 20:19:33"

create on........ "Linux GNU SLES-9 ia64 cc3.3.3"

Database version. "OCI_102 (10.2.0.1.0) "

Patch level. 144

Patch text.. " "

thanks and regards for alls

GG

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

The system was trying to send to a destination where the RFC was closed.

I would ask the user what he did.

Markus

Former Member
0 Kudos

HI Markus

And review destinations sm59 rfc by tx and all are well.

thanks and regards

GG

Former Member
0 Kudos

Hi Gustavo,

Did you finally resolve this problem?

i have the same DUMP when SAP systems are starting...

Former Member
0 Kudos

Hi friends, I have not been able to resolve this problem, when solved put the solution here in the forum.

Former Member
0 Kudos

Hi,

Please check the developer trace files dev_w, dev_rfc this will give you more detail information about the error.

Thanks

Manoj

Former Member
0 Kudos

Hello,

The dump deals with a "DESTINATION NOT OPEN" and a program : "SRT_CCMS_DATA_COLLECTOR".

With those key words, i found out the following note :

Note 1120534 - WS Patch collection (1) for WS tracing and alerting.

Im going to apply this note in my DEV system and i will let you know on next monday if it solves the problem (if 3 dumps "raise exception" when SAP starts disapear).

Regards.

Jérémy

Former Member
0 Kudos

Hi everybody,

That note works!!

The 3 dumps dont appear anymore when SAP is starting.

Regards,

Jérémy