cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed,

vikash_pathak
Participant
0 Kudos

Hi all,

i am migrating data from ECC to S4 content server and SAP suggested a report to use ,

while code is reaching to FM SCMS_AO_STATUS then its failing with Sy-SUBRC 1 and throwing error message HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun

please help me with the solution.

Thanks

Vikash

* check if document is already online<br>  call function 'SCMS_AO_STATUS'<br>    exporting<br>      arc_id       = p_arc<br>      doc_id       = p_doc_id<br>    importing<br>      status       = p_status<br>      doc_type     = p_doc_type<br>*     ARCH_DATE    =<br>*     ARCH_TIME    =<br>*     MIMETYPE     =<br>*   TABLES<br>*     COMPS        =<br>*     COMPSL       =<br>    exceptions<br>      error_http   = 1<br>      error_kernel = 2<br>      error_archiv = 3<br>      error_config = 4<br>      others       = 5.<br>  if sy-subrc <> 0.<br>    message id sy-msgid type sy-msgty number sy-msgno<br>            with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4<br>            into p_status.<br>  endif.<br>

Accepted Solutions (0)

Answers (2)

Answers (2)

david_liu1
Advisor
Advisor
0 Kudos

It seems that MaxDB database does not run on content server.

According to the error message it seems that the database is not running well. You can restart the database on content server and then check again.

Also check SAP KBA:

2867098 - Communication link failure;-10709 Connection failed (RTE:[5] database not running: no request pipe), Error Code: -10709

1482012 - Check the connection to content server

Billelinfo27
Participant
0 Kudos