cancel
Showing results for 
Search instead for 
Did you mean: 

CAD Desktop - Check out problem

prabu_kaliappan
Participant
0 Kudos

Hello all,

IN productive system, user trying to check out the drawing from Content server. But system is showing an error message "ERROR WHILE CHECKING IN AND STORING:C\SAPWORKDIR\ACADM\1110002546 (dir no).

1. Content server is active & RFC connectice perfect

2. No authorization issues

3. No changes in the code.

Can anyone provide me the solution for soling this issue?

Many thanks

Regards

Prabu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Prabhu, As you have mentioned CAD desktop I'm assuming you are using a 3rd Party CAD integration software. Though you have mentioned that you have checked the RFC's from Content Server also please verify the RFC's from the 3rd Party integration software. Might not be of much help but definitely worth the trouble shooting so as to eliminate one other parameter.

regards

C

prabu_kaliappan
Participant
0 Kudos

Hello NK,

The connection is fine with third party system. Bcoz they can able to check out the documnet. Prois for check in the document.

Regards

Prabu

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Prabu,

regarding this error message it may help to set a breakpoint at the following coding

Main Program     SAPLSCMS_HTTP                                
Source code of   LSCMS_HTTPU16                                
FUNCTION         SCMS_HTTP_CREATE_FILES                                                                                
call function 'SCMS_HTTP_CREATE'                
                   exporting                                  
                        mandt                 = mandt         
                        crep_id               = crep_id       
                        doc_id                = <doc_id>      
                        comp_id               = comps-compid  
                        mimetype              = comps-mimetype
                        length                = size          
                        signature             = signature     
                        doc_prot              = doc_prot      
                        overwrite             = overwrite     
                   importing                                  
                        doc_id_out            = <doc_id>      
                   tables                                     
                        data                  = data          
                   exceptions                                 
                        bad_request           = 1             
                        unauthorized          = 2             
                        forbidden             = 3             
                        conflict              = 5             
                        internal_server_error = 6             
                        error_http            = 7             
                        error_url             = 8             
                        error_signature       = 9             
                        others                = 10.           
            else.

and check the result of parameter sy-subrc after the function module SCMS_HTTP_CREATE' is executed. Maybe a raised exception here could provide useful information on the reason of the error.

Best regards,

Christoph

prabu_kaliappan
Participant
0 Kudos

Hello Christoph,

We had tried as per your suggestion. couldn't get any break through. The same repository we are using for other set of DMS users. In CV02N , they can able to check-in & check-out the document. But through CDESK, they are not able to check-in the dicument. We are getting the error.

1. Conent repository is active & running

2. No authorization issue

Last week we have done the hardware migration from HP to SUN. Due to this any thing caused for this problem. Kindly give your suggestion.

Regards

Prabu