SAP Content Server HTTP Interface ignores secKey

Hello.
I try to implement an own Content Server with the help of this url: http://help.sap.com/saphelp_nw04/helpdata/DE/f5/9561f5f3b111d1955b0000e82deb58/frameset.htm
The problem is, if try to test these functions on the SAP CS, secKey will always be ignored. The parameters 'docProt', 'security' and 'Protection' are set to on.
The function 'putCert ' also does not work and always show the error 'security.cpp(615): SsfVerfiyError 12'.
Thanks for the help.
Best Regards
René

Hi Alexander,
SAP KM always has to access on the architecture level where the document object model is defined. There is no generic repository manager (the connectory from KM to xy) for ArchiveLink or SAP Content Server.
Repository managers access e.g. on the level of mySAp PLM DMS for which one of these connectors is available.
Regards,
Karsten

Similar Messages

  • Content Server HTTP interface

    We need to implement HTTP interface for Archivelink. Is it possible to use BSP for this purpose? The interface uses standard GET and POST request with modified HTTP header (for detail see [documentation|http://help.sap.com/saphelp_nwpi71/helpdata/en/9b/e8c186eaf811d195580000e82deb58/frameset.htm]). Other thing is multipart/form-data handler necessary for manipulation with multi-file documents. The basic functionality is easy to implement for example in PHP (ASP, ...), but we prefer SAP-only solution. Otherwise,  an additional interface between SAP and PHP application has to be written.
    Thanks.
    m.

    yes it is very much possible both from BSP as well as from plain ABAP (using cl_http_client class)

  • How many ways to use the SAP content server?

    I just find out that content servers can be helpful for our data archiving.
    Can people here list other exciting way to use content servers, e.g. KW/KM, etc.
    Thanks!

    Hi Ashley,
    Checkout:
    1) SAP Content Server: Talks about implementation consideration and constraints as well.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/d3/489f40c18a2a54e10000000a1550b0/frameset.htm
    2) Advantages of the SAP Content Server
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/21/f36c0b389511d5992200508b6b8b11/content.htm
    Hope that helps.
    Ray

  • Http error 405 method not allowed sap content server windows

    Hi Expert,
    we have install sap content server 6.5 on microsoft windows 2012 using
    IIS 8.0 and MAXDB 7.9 SP 8 Build 21. After configuring the content server it self we still cannot
    create repository error "http error 405 method not allowed"
    Oac0 --> tab Create --> Content rep.
    I have implement note number 1704365 - IIS roles not created by
    default when installing Content Server on Windows 2008. even though it
    is not applicable to our IIS.
    when i try to open http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
    it always direct us to download file not showing the version number.
    is there any solution for this issue?
    Thanks a lot,

    Dear,
    Can you please try following URL ?
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046&contRep=<Repository Name>
    Regards
    S S B

  • Https access to Sap Content Server 620 with R/3 46C

    We are trying to access the Sap Content Server 620 via Https.
    We do not want to administer it via HTTPS, (as we know CSADMIN doesn't support Https in rel. 46C as for note 712332). We want to do in way that the users when do check-in/out of originals these go across the
    network using Https instead Http.
    According note 712330 it should be possible.
    Anyone already did it ?
    Any suggestions ?
    NOte 506314 is not clear. We are in doubt how we applyed it.
    What we did:
    0)activate the SSL on the Sap COntent Server Web Site, requiring and installing a CA certificate.
    1)On the R/3 server in tx OAC0 with %HTTPS filled up the
    two boxes with "%HHTPS
    required"                                           
    1)unpacked the Sap criptolibrary and copied all the files (including those in ntintel subdirectory created during the unpacking) under c:\Programmi\Sap\Frontend\Sapgui on a frontend PC.                                                                               
    2)set the env. variable SAPHTTP=c:\Programmi\Sap\Frontend\Sapgui on 
    Frontend PC                                                                               
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the SAPSSLC.pse and the SAPSSLS.pse file with the command  :            
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the          
    SAPSSLC.pse and the SAPSSLS.pse file with the command  :              
    sapgenpse get_pse -noreq -p C:\Programmi\SAP\FrontEnd\SAPgui\<PSE-NAME>
    CN=localhost                                                                               
    4) we run the test: saphttp https://itmif069
    from the frontend to the server where the Content Server is (itmif069). We recive the error:
    trc file: "dev_http", trc level: 2, release: "620"
    Fri Oct 08 12:26:46 2004
    [2256] sccsid: @(#) $Id: //bas/620/src/krn/ftp/http.c#26 $ SAP
    [2256] HTTP Start : argc - 2 a0 - saphttp
    [2256] https//itmif069
    [2256] SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    <<- SapSSLSetTraceFile()==SAP_O_K
    =================================================
    = SSL Initialization
      SapISSLComposeFilename(ssl_lib): using default "sapcrypto.dll"
      SapISSLComposeFilename(server_pse): using default "SAPSSLS.pse"
      SapISSLComposeFilename(client_pse): using default "SAPSSLC.pse"
      SapISSLComposeFilename(anon_pse): using default "SAPSSLA.pse"
    = found SAPCRYPTOLIB  5.5.5C pl16  (Jun 10 2004) MT-safe
    = found SECUDIR environment variable
    = using SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    =  secudessl_Create_SSL_CTX():  PSE "SAPSSLA.pse" not found,
    =      using PSE "SAPSSLC.pse" as fallback
    = The Server SSL_CTX
    =    provides this ordered list of 9 ciphersuites:
    =       1.  SSL_RSA_WITH_RC4_128_SHA
    =       2.  SSL_RSA_WITH_RC4_128_MD5
    =       3.  SSL_RSA_WITH_3DES_EDE_CBC_SHA
    =       4.  SSL_RSA_WITH_DES_CBC_SHA
    =       5.  SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    =       6.  SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    =       7.  SSL_RSA_EXPORT_WITH_RC4_40_MD5
    =       8.  SSL_RSA_WITH_NULL_SHA
    =       9.  SSL_RSA_WITH_NULL_MD5
    = Success -- SapCryptoLib SSL ready!
    =================================================
    <<- SapSSLInit(, read_profile=0)==SAP_O_K
    ERROR => [2256] URI https//itmif069 [http.c       774]
    ERROR => [2256] Connect to Host  Port 443 error: NIECONN_REFUSED
    [http.c       777]
    We do not know if the criptolibrary ha to be instyalled to the R/3 server to.
    We do not know if the CA certificate instalelled on the Sap COntent Server web site has to be installed on the R/3 server too.
    Any suggestion ?
    Regards

    Caro Mauro,
    I'm more or less in the same situation right now.
    Taking into account that you ask for help on this subject last 2004 Oct. I suppose that you have probably solved the problem.
    Please can you help me with the solution implemented.
    Find below my current work e-mail adress
    [email protected]
    Thanks in advance,
    Best regards, Xavier Grau.

  • Netweaver 6.50 HTTP SAP Content Server Version

    Hello.
    I need information about the version of Http SAP Content Server in Netweaver 6.50. I have been browsing the SAP portal and I can not find any information.
    I have a client application that uses the content server that comes with Netweaver 6.40 and I need to know if it will be compatible with the content manager of Netweaver 6.50.
    ¿Is it the same version as the Http SAP Content Server of Netweaver 6.40? ¿Where can i find more information about it? ¿ Netweaver 6.50 is the same as Netweaver 2004 ?
    Any help will be appreciated.
    Thank you in advance.
    Carlos

    Hi Carlos,
    I think this must be a confusion, As far as i know version 6.50 does not exist, Netweaver goes up to version 6.40 and then jump to 7.00
    ¿Netweaver 6.50 is the same as Netweaver 2004?
    No, Netweaver 2004 goes up to 6.40
    Hope this help!
    Juan
    Please reward with points if helpful

  • PRO_E (PTC Server) insted of SAP Content Server.

    Dear All,
    I have a scenario here,
    The client is using Pro-E as a design tool for the engineering department and simultaneously saving the files in PTC Server, which is again a product of Pro-e.
    This is now a huge server with lot of data.
    The client don't want the data to be replicated once again in the SAP Content Server, So we were planning to go for an external link concept.
    I want to know now,
    1. After creating a DIR, can i link the file as original which is residing in PTC Server, not by pushing it to the any of the storage category.
    2. Do i require any Adapter to enter the PTC server for attaching the file.
    Best Regards,
    Ravi K BIlla

    Hi,
    the scenario you described is for sure not the best way to handle CAD data.
    I know that PTC use Pro/Intralink to stores the originals. If so, there are standard interfaces available to Pro/Intralink (www.innoface.de).
    The other possibiltiy is to use the direct integration (http://www.riess.de/EN/index.html). This is the prefered solution of SAP and ensures one central database without inconsistent redundencies.
    Regards
    Thomas

  • Error while starting SAP Content server

    Hi Experts,
    I have installed content server, and from OAC0 i have imported certificate. The status is showing running. In details tab, when i enter on start button, I am getting below error.
    HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    500 (Internal Server Error)
    "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Can any one suggest possible solution?
    Regards
    Aditya

    Hi Aditya
    Could you refer the SAP Notes
    1764842 - Connection problem to SAP Content Server
    582765 - SAP Content Server cannot address database
    Br
    SS

  • Sap Content server Direct Browser Access - docGet

    We use SAP Content Server for DMS doc storage. Docs are stored without digital signing.
    I am looking to access dms original files directly via web browser using the "docGet" command.
    My url looks as shown:
    http://pswdf009:1080/ContentServer/ContentServer.dll?docGet&pVersion=0045&contRep=K1&docId=361A524A3ECB5459E0000800099245EC
    When I call the url, browser does not seem to be able to read the file type of the server response. An "open/save" dialog appears and when "open" is selected a subsequent dialog appears asking which application to use to open the file. Once the correct application is chosen, the document is displayed correctly.
    Is there some way to instruct the browser the content-type is application/pdf?
    Will CSAdmin parameter changes have any impact?
    The browser is Internet Explorer 6.
    Any help is appreciated.
    Roger

    Hi Roger,
    you may of course find an answer here.
    But mySAP PLM DMS is not a focus topic here (besides maybe connecting it into the SAP Portal and KM). Thus, you may be better off using a contact or a message to PLM.
    Regards, Karsten

  • SAP Content Server Configuration (CSADMIN) error in connection

    Dear Colleagues
    I have installed SAP Content Server 6.40 on Windows 2008 R2 server (64 bit) using IIS 7.5 with MaxDB 7.8.02, Installation completed successfully.
    URL testing Information on both Content Server and an Instance which we need to connect to it.
    http://cs460:1090/ContentServer/ContentServer.dll?serverInfo
    serverType="SAP HTTP Content Server";serverVendorId="Copyright SAP AG, All rights reserved 1998, 2001  ";serverVersion="6400";serverPatch="9";serverBuild="201";pVersion="0046";serverStatus=
    "running";serverStatusDescription="";serverDate="2014-05-11";serverTime="02:03:08";startUpDate="2014-05-11";startUpTime="02:03:08";lastAccessDate="2014-05-11";lastAccessTime="02:03:08";
    However, when I try to create repository with CSADMIN tcode, I am getting error ''HTTP error: 500 (Internal Server Error)'.
    database host is up or down and the web server up
    My settings are as follows
    1- On Content server I give full permission to content Rep directory
    2- On IIS I have allowed Unspecified ISAPI& CGI & modules.
    3-odbcreg as the following:-
    C:\sapdb\SDB\db\pgm>odbcreg -g
    List of installed drivers
    1.      SQL Server;     %WINDIR%\system32\SQLSRV32.dll
    2.      SAP MaxDB SDB (Unicode);        C:\sapdb\SDB\db\pgm\sdbodbcw.dll
    3.      SAP MaxDB SDB;  C:\sapdb\SDB\db\pgm\sdbodbc.dll
          C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbcw.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
         C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbc.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
    4- under settings tab for the repository I set the parameter (driver = MaxDB) as per SAP note 977091
    Please suggest, how to resolve this issue.
    Thanks

    HI Hany Zahran,
    Hope that your issue resolved? if so please close this thread with updated answer and make sure mark assumed answered (see top of the screen).
    All the best my dear fnd.
    Regards,
    chandu.

  • Content Server HTTP Error 500

    Hi
    We've installed Content Server 6.40 according to installation guide SAP Content Server for windows (SAP Netweaver 2004s)
    We've created a repository via tcode CSADMIN.
    We see server status running when we use url
    http://192.168.100.121:1090/ContentServer/ContentServer.dll?serverInfo
    When we try to test content repository via report RSCMST and after report RSCMSTH0 we get error
    x-errordescription: "ContRep ZMYREPOSITORY or Storage entry not defined"
    And also we see the error
    HTTP error: 500 (Internal Server Error)  "ContRep ZMYREPOSITORY or Storage entry not defined"
    at tcode SCMSMO
    How can we correct this error?
    Best Regards...

    Hi Hande,
                         It seems your installation is completed but not configuration. Have you defined content repository ZMYREPOSITORY with tcode SCMSMO
    Regards,
    Hari.

  • SAP Content Server 6.40 on Windows 2003, IIS 6, filesystem storage

    Hello:
    We have installed SAP Content Sever 6.40 on Windows Server 2003, IIS 6, and using the filesystem as storage, not SAPDB.
    The installation goes without any issues and completes successfully, but the test URL http://<host>:<port>/ContentServer/ContentServer.dll?serverInfo returns "The page cannot be displayed" and not the expected system info/status. We need to fix this before moving on to config in ERP, any suggestions into Content Server or IIS settings/configuration is appreciated.
    We're using the standard install port 1090, and testing from a browser in the same host.
    Regards,
    Eduardo

    Additional information:
    Looking in the event viewer under application, I see the following 2 errors:
    1) The HTTP Filter DLL D:\Program Files\SAP\Content Server\ContentServer.dll failed to load.  The data is the error.
    Data: 0000: 0000007f
    2) Could not load all ISAPI filters for site/service.  Therefore startup aborted.
    Regards,
    Eduardo

  • SAP Content Server 6.40 on 32 or 64 bit OS?

    Hi all,
    Can anyone tell me if SAP Content Server 6.40 on NW 2004s with MaxDB 7.6 will run on Windows 2003 64 or 32 bit? I have installed in on a x64 bit 2003 server now, but there seems to be some issues. For starters, I get the following error message when I try to run "http://<hostname>:<portno.>/ContentServer/ContentServer.dll?serverInfo" as part of the post-processing when installing SAP Content Server 6.40:
    %1 is not a valid Win32 application.
    Does anyone have any ideas?
    Regards,
    Thomas

    Hello,
    Currently, SAP Content Server do not support on Windows 64 bit system.
    Please install on 32 bit system.
    SAP CONTENT SERVER 6.40 -> MAXDB -> <WINDOWS SERVER...  >:
    MAXDB 7.6  WINDOWS SERVER 2003/IA32 32BIT
    If you are SAP customer, you will find more detailed information about
    availability in the SAP Product Availability Matrix (PAM) at 
    http://service.sap.com/pam (This is the official source for all SAP
    Netweaver-related availability information.)
    http://service.sap.com/pam  -> SAP NETWEAVER -> SAP NETWEAVER 20004S
    -> Database Platforms -> Content Server -> MAXDB -> <WINDOWS SERVER... >
    < See the SAP note 919225 for Windows IA32 system requirements.>
    Thank you and best regards, Natalia Khlopina

  • Role of MaxDb in SAP content server

    Hello experts,
    We have already gone through the content server documents.
    We are not yet clear with role of MaxDb database in SAP content sever.
    Is it prerequisite to install MaxDb for SAP content server?(eventhough documents has to be store in file system)
    We Want to perform document archiving, for this reason we want to store documents in File system.
    So in this scenario where will be the meta data stored?

    Hi Akshay,
    You can check the installation guide, you can install Content server without maxdb on a separate server and it will use the storage (File system) of that server to store the documents.
    As far as I know, the meta data is stored on the file system(if Maxdb not used) or on Maxdb and the header is stored on the SAP side.
    For installation without maxdb, you can check the below link
    "http://itsiti.com/sap-content-cache-server-installation-steps"
    -AC

  • SAP content server file access

    Hi
    I stored the word document file using DMS attachment in SAP content server.
    and i fetched http url Path from content server.
    http://xx.xxx.xx.16:1111/ContentServer/ContentServer.dll?docGet&pVersion=0046&contRep=ZDMS_CT_CT&docId=E033F8EA0FEF7BF1B53D0024E83A1B0D&accessMode=r&authId=CN%3DMJE,OU%3DI0020304274,OU%3DSAPWebAS,O%3DSAPTrustCommunity,C%3DDE&expiration=20110209090450&secK
    But i cannot open the file in browser. why?
    how to see the file?
    Regards
    Chandra

    Hi chandarakumar,
    share with solution it will helpful to all....
    Regards,
    chandu.

Maybe you are looking for

  • 0CO_OM_OPA_6: Custom fields added, Data - available in RSA3, but not in PSA

    Hi Friends, I have added some custom fields to the 0CO_OM_OPA_6 data source. Following are the details. 1) Custom fields: ZZEBELN (Purchasing Doc), ZZUSNAM (Username) 2) Code populated in SE19 (BADI for this Datasource) 3) RSA3: Test extraction pulls

  • Preview in browser is not working in Bridge CS6. There also does not seem to be an option to change browsers.

    I am trying to create a web gallery in CS6. I have done this before in Photoshop with CS3, but now that it has changed to bridge it doesn't seem to work for me. There is no preview option within Bridge which is a bit frustrating, but I at least have

  • MACpor with Photoshop CS2 Problems

    just got a MACpro and install PhotoshopCS2 and it keeps freezing on me, this happens about 4 to 6 times a day, is there a new adobe update or setting?...i have downloaded all the software update from the software update tab....i have about 4gb Ram...

  • How to Get a Photoshop CS2 Legally?

    Call it a bit old school (very old)... but In our workplace, we really needed the Photoshop CS2 especially the photomerge function. Since CS3 to newer model, the Photoshop Merge does not work well with our need. It tries to merge automatically... whi

  • Motion menu difficulty

    Is anyone else having difficulty using the motion menus? I am using a menu with a motion background and audio background as well as using 8 video buttons motion video. This is something I have done a thousand times in Encore 1.5 but when I go to rend