Error while checking in a document: Unable to execute service

Hi,
I am using oracle UCM 11g. When i am checking in a document, i am getting error as "Unable to execute service CHECKIN_NEW_SUB and function validateCheckinData."
In stacktrace found this is caused by:
"Unable to find query or idc data source with 'DdeletedRows'. "
How to resolve this?
Thanks in advance

Please refer to this thread ...may be u get ur answer out of it...........................
Error while checking in and storing: C:\ ..... (Message no. 26253)
regards,
Tushar Dave

Similar Messages

  • Error while CHECK IN oracle.stellent.ridc.protocol.ServiceException:

    When I try to check-in using IDC Service CHECKIN_UNIVERSAL, I get the foll. error :
    oracle.stellent.ridc.protocol.ServiceException: Unable to execute service CHECKIN_UNIVERSAL and function Imeta. The error was caused by an internally generated issue. The error has been logged.
    at oracle.stellent.ridc.protocol.ServiceException:getResponseAsBinder (ServiceResponse.java:116)
    at oracle.stellent.ridc.protocol.ServiceException:getResponseAsBinder (ServiceResponse.java:92)

    Hi Srinath,
    I have RIDC calls from a Java file. I'm passing parameters from JSP to Java File.
    Below are two methods ( initFromArgs, checkinUCM ) I use in my Java File - UCMCall.java :
    public void initFromArgs(String[] args) throws IdcClientException {
    String idcConURL = args[0];
    setClientManager(new IdcClientManager());
    setClient(getClientManager().createClient(idcConURL));
    if (args.length > 2) {
    String username = args[1];
    String password = args[2];
    setUserContext(new IdcContext(username,password));
    } else if (args.length > 1) {
    String username = args[1];
    setUserContext(new IdcContext(username));
    } else {
    setUserContext(new IdcContext());
    public DataBinder checkinUCM (String sInputParams[]) throws IdcClientException {
    IdcClient Client = getClient();
    DataBinder dataBinder = client.createBinder();
    dataBinder.putLocal("IdcService","CHECKIN_UNIVERSAL");
    dataBinder.putLocal("dDocTitle",sInputParams[0]);
    dataBinder.putLocal("dSecurityGroup",sInputParams[1]);
    dataBinder.putLocal("dDocAccount",sInputParams[2]);
    dataBinder.putLocal("dDocType",sInputParams[3]);
    dataBinder.putLocal("dDocName",sInputParams[4]);
    dataBinder.putLocal("xProfileTrigger",sInputParams[5]);
    try {
    dataBinder.addFile("primaryFile",new File("E:/abc.txt"));
    dataBinder.putLocal("doFileCopy","1");
    ServiceResponse response = client.sendRequest(getUserContext(),dataBinder);
    responseData = response.getResponseAsBinder();
    catch (Exception e)
    e.printStackTrace();
    return responseData;
    From my JSP, I'm calling as :
    <jsp:useBean id="UCMCall" class="com.company.UCMCall"/>
    argument[0]="http://sweshv.company.com:81/intranet_contrib/idcplg";
    argument[1]="username";
    argument[0]="password";
    UCMCall.initFromArgs(argument);
    String sInputParam[]={"","","","","","",""};
    String sAssetDet[]={"","",""};
    String sLocalFile = "d:/FileInput.txt";
    BufferedReader br = new BufferedReader ( new FileReader(sLocalFile));
    StringTokenizer st = null;
    int tokenNumber = 0;
    DataBinder binder;
    while ( (sLocalFile = br.readLine()) !=null )
    st = new StringTokenizer(sLocalFile, ",");
    while (st.hasMoreTokens())
    sAssetDet[tokenNumber]=st.nextToken();
    tokenNumber++;
    tokenNumber = 0;
    sInputParam[0]=sAssetDet[0];
    sInputParam[1]="SecurityGroup";
    sInputParam[2]="DocAccount";
    sInputParam[3]="DocType";
    sInputParam[4]=sAssetDet[1];
    sInputParam[5]=sAssetDet[2];
    binder = UCMCall.checkinUCM(sInputParam);
    out.println("Status : "+binder.getLocal("StatusMessage"));
    Please let me know your comments
    Regards,
    Hari
    Edited by: CoolHari on Jun 11, 2011 10:25 PM
    Edited by: CoolHari on Jun 13, 2011 3:45 AM

  • Error while constructing multi-XML document (Multi Mapping)

    Hi,
    We are using Java mapping to split the messages and the same maping has been called in the Enchanced interface determination. The Jave mapping is executing successfully when we run in the Test tab of the interface mapping.
    But we are getting error "Error while constructing multi-XML document", when we execute scenario from Runtime work bench or Test Configuration.
    Could you advise whether we need to do any extra setting to execute the java mapping in the Enhanced Interface Determination.
    Thanks,
    Krishnaraju.
    Edited by: krishnaraju Mudunuri on Jan 9, 2010 4:13 PM

    refer - http://wiki.sdn.sap.com/wiki/display/Java/MultiMappingwithJavaandXSLTmappings
    you need to have the messages tag.

  • Error while checking in and storing: C:\Documents and setting*

    hI,
    I hace install the content server and i made content repository also.
    everything I made on development server, and the original application file is getting check in also.
    now when I tried to check in it in test sever, it giving me error like  Error while checking in and storing: C:\Documents and setting
    I transported all request like content repository and all to  test server from development server.
    regards,
    nitin

    Hi, Nithin,
    Check this also in development
    In your local machine Goto
    C:\windows\system32\drivers\etc
    There will be file called "hosts"
    in that file plz specify the IP of the content server.
    Eg;
    <IP address> <Content server name>
    102.210.23.186 My Content server
    Save the file.
    Restart the machine and then try check-in the file in content server.
    Regards,
    Ben

  • Error while checking in and storing document in storage category

    Dear Consultants,
    When i am trying to save a document in storage category thru tcode cv02n, its giving me error:-
    Error while checking in and storing document "c:/desktop/content.doc",
    while there is no error in csadmin and OAC0 tcode repository is in running status
    even output of
    dbmcli db_enum
    OK
    SDB     /sapdb/SDB/db                     7.6.03.09       fast    running
    SDB     /sapdb/SDB/db                     7.6.03.09       quick   offline
    SDB     /sapdb/SDB/db                     7.6.03.09       slow    offline
    SDB     /sapdb/SDB/db                     7.6.03.09       test    offline
    URL "http://192.168.2.11:1090/ContentServer/ContentServer.dll?serverInfo"
    output :-
    serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverVersion="640";serverPatch="7";serverBuild="23";pVersion="0046";serverStatus="running";serverDate="2011-12-14";serverTime="10:01:44";startUpDate="2011-12-14";startUpTime="06:36:18";lastAccessDate="2011-12-14";lastAccessTime="09:57:59";
    contRep="ZCONT_TEST";contRepStatus="data(0%) log(191655552%)";pVersion="0046";storageVersion="17";storage="SAPDB";buildLevel="1";contentStorageName="SDB";contentStorageHost="localhost";security="1";contRepDescription="test content repositry";driver="MaxDB";defaultDocProt="";
    contRep="ZDMS_C1";contRepStatus="data(0%) log(191655552%)";pVersion="0046";storageVersion="17";storage="SAPDB";buildLevel="1";contentStorageName="SDB";contentStorageHost="hpsebdev1";security="1";contRepDescription="Database storage documents";driver="MaxDB";
    Please Help regading the issue
    Regards
    Gagan Sharma
    Basis Consultant

    Hi,
    Please revisit your DMS configuration. May be something is missing out in the configuration.
    Additionally you can retry to chekin by changing the following parameter
    security = 0.
    Hope this is useful.
    Regards,
    Deepak Kori

  • Error while checking in and storing: C:\Documents and Settings

    Hi,
    i have some problem in DMS , while doing Check in process after attaching documents in CV01n.
    geeting error like "Error while checking in and storing: C:\Document and Settings.."
    please suggest me how to solve this problem.
    thx in advance...
    Karthik.

    Hi Karthik,
    There may be several factors contributing to this error.Some of these maybe:
    -Storage category defined improperly/missing
    -HTTP/FTP destination missing
    -Incomplete Workstation application definition
    -Incomplete Authorization
    Please run through/search for each of these issues (discussed several times in the forum) and adopt corrective action wherever necessary.
    Regards,
    Pradeepkumar Haragoldavar

  • Error while checking in and storing: C:\Documents and Settings\Administr

    Dear
    Whille saving then document in dms , i am getting this error.....
    Error message is : "Error while checking in and storing: C:\Documents and Settings\Administrator\My Documen...."
    Message Number is 26253
    R Karthikeyan

    Hi all,
    Similar kind of issue occurred in one of our webdynpro applications of SAP NetWeaver Portal-
    The error message "Error while checking in and storing" was returned by the BAPI while trying to replace documents in the DMS Server via portal.
    But the documents were getting stored in the back end by the use of standard T-Codes.
    Later it was found that ABAP tables COMPONENTS & COMPONENT_DATA are inconsistent by looking into the HTTP trace file.
    The HTTP patch "http.c#21" was being used in our server.
    SAP suggested the below mentioned steps-
    -->Download the most recent SAPHTTP version & install it.
    -->Then delete the RFC connections SAPHTTP & SAPHTTPA through T-Code SM59
    -->Regenerate them again with report RSHTTP05
    They were carried out in our ECC server & the issue was resolved.
    Please try them out if applicable in your case & let us know.
    Thanks & Regards,
    Shreyashri Kar

  • Error while checking in and storing: C:\Documents and Settings\user\Desktop

    Hi all,
    I'm getting  the following Error while checking in original to Content Server
    "Error while checking in and storing: C:\Documents and Settings\user\Desktop" Message 26253
    OAC0, OACT, CSADMIN settings seems to be Ok .
    Settings in DMS SPRO - in dc10, dc20(data carrier used PC)- everything fine
    -Authorization issues are not there
    Earlier checking in was possible with same settings, but now we are getting this error.
    From my end i had test the RFC Connection (SAPFTP, SAPFTPA, SAPHTTP, SAPHTTPA) through SM59 and its test run was successful. So the possibilty of RFC Failure was ruled out.
    I knew this problem was arised as there is some issue in Content Repository, but not able to trace it out.
    If any one knew what to do in this case, then let me know.
    Secondly, what are the things need to be checked to identify the content repository Checking in Issue.
    Regards,
    S Anand

    Error Resolved.
    I had only executed the below command
    ./dbmcli on SDB>db_execute SET LOG AUTO OVERWRITE ON
    OK
    seems like Log file was full. but now its working.
    Thanks for your suggestion.
    Regards
    S Anand

  • Error while checking in document using CV01/02N

    While trying to check in a document I get an error saying:
    Error while checking in and storing: C:\Documents
    and Settings\sarita\Desktop\9011_SND_.
    This is while trying to check in from my desktop. The content server and the repository have been defined , the connection established and the certificate has been sent as well. I am not sure what maybe missing .Please help.

    Please refer to this thread ...may be u get ur answer out of it...........................
    Error while checking in and storing: C:\ ..... (Message no. 26253)
    regards,
    Tushar Dave

  • Error While Checking In & Storing

    Hi Guru's
    There are some documents which  are stored in our legacy system.We are trying to transfer documents from legacy to ECC6.0 through java connector.
    In java program we have done the coding by calling the function module BAPI_DOCUMENT_CREATE2.When we run the java program we are getting the error as Error while checking in and storing although we have defined the storage category
    While if we run the same java program by defining the storage category as SAP-System, documents are getting uploaded in 4.6 system and we are unable to find out  the Storage category SAP-SYSTEM in 4.6 system
    Kindly let me know how to resolve this issue or is there any way to transfer documents from legacy to ECC 6.0
    Regards
    Bhanu

    Hi Bhanu
    Is it error No 26253 correct me if I am wrong.
    If this is the error the check with basis administrator. Log space must be full or content server must be down due to some reasons.
    With Warm reagards
    Mangesh Pande

  • Getting a Page Cannot be Displayed error while uploading a Contract Document in SAP E-sourcing for size 500mb

    Hi Guys,
    I am getting a Page can not be displayed error while uploading a COntract Document in SAP-E-soucing 7.0.
    Maximum Size set in Our SYSTEM is :9765MB.
    Approx size of the Document tried is more then 300MB.
    Appreciate your help on this.
    Regards
    Tarun

    Hi Tarun,
    Please check the below system properties using system user login
    attachments.maxSizeKB.buyers - "Maximum size in KB of a employer-attached attachment file"
    attachments.upload.enable.buyers-  " Enable/Disable uploading of attachments by internal users"
    Also Please check with other attachment, contracts related properties in the System.
    Let me know if this helps.
    Thanks,
    Raj.

  • Error while checking in and storing: C:\ ..... (Message no. 26253)

    Dear All,
    I am working in an environment :
    SAP ECC 6.0
    Content server Version 6.4
    I configured Content Repository, Content Category & Document Area in KPro.
    I tried to test connection in OAC0, I am getting the message "Connection test for content repository XXXXXXXXXXXX was successful".
    But when I tried to check in the docs in CV01N and while saving the DIR I am getting the error "Error while checking in and storing: C:\ ..... (Message no. 26253)".
    Same time I can able to check in the docs to SAP DB.
    Plz share your views to sort out my Issue.
    Thanks & Rgds,
    Sukan
    [email protected]

    Hello David,
    I assume you’re using windows contentserver.
    sounds like a problem with the parameter maxAllowedContentLength of ISS.
    Default value would be 30 MB
    Check the limit:
    C:\windows\system32\inetsrv\appcmd list CONFIG -section:requestFiltering
    Set limit to 4 GB:
    c:\windows\system32\inetsrv\appcmd set config -section:requestFiltering -requestLimits.maxAllowedContentLength:4294967295
    resatart ISS and try again.
    Best Regards
    Andreas

  • "Error while checking in and storing C:\.........." in ACADM CAD View

    Dear All,
    I am working in an environment :
    SAP ECC 6.0
    Content server Version 6.4
    PLM Integration AutoCAD 4.0
    In AutoCAD Mechanical while Check in Drawing using KPro through CAD View I am encountering an error : "Error while checking in and storing C:\.........."
    ACADM  Log:
    Command: _qsave Using configuration "SaveAsDialog" for document creation for
    Drawing2.dwg.
    Starting SAPGUI ...
    Assigning file "C:\SapWorkDir\AcadM\SUKAN-TEST-7_DRW_000.dwg" to document
    SUKAN-TEST-7/DRW/000/00.
    Reading titleblock data for SUKAN-TEST-7/DRW/000/00...
    Updating document info record SUKAN-TEST-7/DRW/000/00 ...
    Command:
    Command: _SAPCADDESKTOP2
    Command: Working without change number.
    Updating document info record SUKAN-TEST-7/DRW/000/00 ...
    Reading titleblock data for SUKAN-TEST-7/DRW/000/00...
    Updating document info record SUKAN-TEST-7/DRW/000/00 ...
    The same ACAD Drawing I am able to check in through SAP Transaction CV02N.
    Plz share your views to sort out my Issue.
    Thanks & Rgds,
    Sukan
    [email protected]

    Sukan
    Is the issue resolved.
    Check in content repositories, just check if the repository which u tryin to Check In the document(CAD file) is giving u response..
    i guess there must be some problem from server side.
    just ask basis @ the same.
    dont change config okk...
    Niranjan

  • Error while checking in and storing:Message no. 26253 - CV02N

    Hi Friends
    I have received the following error  Error while checking in and storing:Message no. 26253 while check in of file in Content Server.
    I have done all seeting such as Creation of content repository, Storage category.
    Content server is also installed properly as per installation guide.
    Is note SAP Note 1327343 applicable for me.
    With Regards
    Mangesh Pande

    Christoph Hopf
    First thanks for the tip, my problem is that the Basis configured the server content in DMS because, will be used two servers.
    I configured Data Carrier Sets / Sets date carrier type "server, front end".
    Type (data carr.type) / Description / Path               /  CAD system / Online
    80                 /                  DMS Jundiai  /  Z_EMP_JD / 80                  /  X
    I view an attached file in DMS normally, however when I make the check in Orig. the error occurs.
    HTTP error: 500 (Internal Server Error) " ;ODBC State 00000; Error Code 26729080"
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    500 (Internal Server Error)
    " ;ODBC State 00000; Error Code 26729080"
    An error occurred when calling module SCMS_DOC_CREATE_FILES
    Message no. 1R579
    Diagnosis
    Exception number 6 occurred when function module SCMS_DOC_CREATE_FILES was called with document 00155D0216091ED1BE84D6471C796DB4.
    Since ja thanks for the help
    Márcio

  • Error while checking in and storing.....Msg No 26253

    Hi,
    I am getting the Error while checking in and storing: C:\Users\abcd\Desktop\Hotel.docx
    Message no. 26253 while checking in the document to the content server.
    What may be the possible reasons from the configuration and basis side..please advice.
    Regards,
    Muzamil

    HI Muzamil,
    we have faced same problem. And the solution is when you are using external content server . The transport is not done properly by request. Ask basis person to transport the repository properly then your problem will get resolved.
    There is no setting from functional side for this. The system throws error 26353 when repository is not transported properly.
    I hope this will resolve the query,
    Regards,
    Ravindra

Maybe you are looking for

  • What is wrong with my nokia e72!!!???

    Hi I recently purchased the e72 it's really nice but it has so many problems! I am clueless on what to do! Can anyone help me please! 1) My phone dose not upgrade each time it says it failed to install. 2) When I select the ovi store application on m

  • Cannot connect to the net using my wi fi on my blackberry curve

    hi there, i cannot connect to the net using my wi fi on my blackberry curve 8520. wen i go in to settings and click on to manage connections it as a tick at the side of wi fi  and says TALKTALK- 3B0BD4 and a tick at the end. if i turn my mobile netwo

  • License Key Request from SOLMAN VS SMP for SAP ECC 6.0 EPH4 IDES install

    Hi, SDN fellows. I have some doubt on the right way/options to request License Key for SAP ECC 6.0 EPH4 IDES. Previously, I read that the only way to get license key is to generate it through SAP Solution Manager. If this is the only way, we will hav

  • Carousel images are not rotating

    hi, my carousel is all setup and working fine on my site. there is one  thing that it is not doing. the images should automatically rotate. the  properties are all set in the xml file and look like the following cut down version of the xml: <?xml ver

  • The app is always inverted in landscape mode on Fire OS

    Hello. I've recently submitted several apps made in AIR on the Amazon Store, but they were rejected because of the following problem : "App is always inverted in landscape mode". This problem appears only on the Amazon devices which use Fire OS. What