SAP Content Server Upgrade from 6.3 to 6.4 & MaxDB 7.3 to 7.8

Dear Experts,
We are in planning of upgrade SAP Content server from 6.3 to 6.4 and MaxDB from 7.3 build 35 to 7.8.
For Content server upgrade is that we need to install the Content server 6.4 and install the latest MaxDB 7.8 and export and import the data.
We are on Win 2003 32 Bit and we are migrating to win 2008 R2 64 Bit.
Is it possible directly using database copy and restoring in MaxDB 7.8 version?
Or we need to use loadercli for migrating the data.
As per the SDN Link http://forums.sdn.sap.com/thread.jspa?threadID=1649661
for content server upgrade is by replacing latest dll files at the respective dir.
Pls let me know your views and known issues.
Thank You,
Mahesh

Hello Mahesh,
In note [735598|http://service.sap.com/sap/support/notes/735598] you can see:
If your source version is 7.3.00 or 7.4.03, read the upgrade guide "Upgrade to MaxDB Release 7.5" or "Upgrade to MaxDB Release 7.6" on SAP Service Marketplace:
http://service.sap.com/instguides > Other Documentation > Database Upgrades > MySQL MaxDB
Regards,
Eduardo Rezende

Similar Messages

  • Content server upgrade from 6.40 to 6.50

    Hello,
    As content server version 6.40 is not supported by SAP now so we need to upgrade it to 6.50. Can anyone share the knowledge who performed it?
    I have gone through note 514500 and understood that patching is as simple as replacing some old files under particular folder with newer version files (v6.50). However, I wanted to get confirmation that upgrade is also same as patching or not?
    Is there any dependency of content server 6.50 on MaxDB version which will be our database?
    Regards,
    NK

    The SAP note 514500 - Importing Support Packages for the SAP Content Server is the one you need to follow to update the Content Server to 6.50
    Existing SAP Content Server 6.40 Customers
    This is a simple build Update. Please follow the note 514500 and update the content server dlls/.so from 6.40 to 6.50.
    Source : 1983930 - Availability of SAP Content Server 6.50
    Check PAM for supported OS and DB for Content Server 6.50.
    https://service.sap.com/sap/support/pam?hash=pvnr%3D67838200100900005868%26pt%3Dt%257CPLTFRM%26ainstnr%3D678382001049000…
    Regards
    RB

  • Apache start error on SAP Content server 6.40

    Hi all
    I installed a SAP Content Server 6.4 successfully in Solaris 10 with MaxDB 7.6.
    Although Installation is finished completely I got an syxtext error when apache web server is started after completing installation as below;
    dmscs/bin>./apachectl start
    Cannot load /usr/sap/XXD/apache/libexec/mod_sapcs.so into server: ld.so.1: httpd: fatal:sap/Apache/libexec/mod_sapcs.so: wrong ELF class: ELFCLASS64
    ./apachectl start: httpd could not be started
    let me know to solution if you had experienced with the same problem.

    Hi Nelis,
    We did the module registration after after installation, Please find the below of httpd.conf.
    =======================================================================================
    Example:
    LoadModule foo_module libexec/mod_foo.so
    LoadModule sapcs_module libexec/mod_sapcs.so
    LoadModule vhost_alias_module libexec/mod_vhost_alias.so
    LoadModule env_module         libexec/mod_env.so
    LoadModule config_log_module  libexec/mod_log_config.so
    LoadModule mime_magic_module  libexec/mod_mime_magic.so
    LoadModule mime_module        libexec/mod_mime.so
    LoadModule negotiation_module libexec/mod_negotiation.so
    LoadModule status_module      libexec/mod_status.so
    LoadModule info_module        libexec/mod_info.so
    LoadModule includes_module    libexec/mod_include.so
    LoadModule autoindex_module   libexec/mod_autoindex.so
    LoadModule dir_module         libexec/mod_dir.so
    LoadModule cgi_module         libexec/mod_cgi.so
    LoadModule asis_module        libexec/mod_asis.so
    LoadModule imap_module        libexec/mod_imap.so
    LoadModule action_module      libexec/mod_actions.so
    LoadModule speling_module     libexec/mod_speling.so
    LoadModule userdir_module     libexec/mod_userdir.so
    LoadModule alias_module       libexec/mod_alias.so
    LoadModule rewrite_module     libexec/mod_rewrite.so
    LoadModule access_module      libexec/mod_access.so
    LoadModule auth_module        libexec/mod_auth.so
    LoadModule anon_auth_module   libexec/mod_auth_anon.so
    LoadModule dbm_auth_module    libexec/mod_auth_dbm.so
    LoadModule digest_module      libexec/mod_digest.so
    LoadModule proxy_module       libexec/libproxy.so
    LoadModule cern_meta_module   libexec/mod_cern_meta.so
    LoadModule expires_module     libexec/mod_expires.so
    LoadModule headers_module     libexec/mod_headers.so
    LoadModule usertrack_module   libexec/mod_usertrack.so
    LoadModule log_forensic_module libexec/mod_log_forensic.so
    LoadModule unique_id_module   libexec/mod_unique_id.so
    LoadModule setenvif_module    libexec/mod_setenvif.so
    Reconstruction of the complete module list from all available modules
    (static and shared ones) to achieve correct module execution order.
    [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
    ClearModuleList
    AddModule mod_sapcs.cpp
    AddModule mod_vhost_alias.c
    AddModule mod_env.c
    AddModule mod_log_config.c
    AddModule mod_mime_magic.c
    AddModule mod_mime.c
    AddModule mod_negotiation.c
    AddModule mod_status.c
    AddModule mod_info.c
    AddModule mod_include.c
    AddModule mod_autoindex.c
    AddModule mod_dir.c
    AddModule mod_cgi.c
    AddModule mod_asis.c
    AddModule mod_imap.c
    AddModule mod_actions.c
    AddModule mod_speling.c
    AddModule mod_userdir.c
    AddModule mod_alias.c
    AddModule mod_rewrite.c
    AddModule mod_access.c
    AddModule mod_auth.c
    AddModule mod_auth_anon.c
    AddModule mod_auth_dbm.c
    AddModule mod_digest.c
    AddModule mod_proxy.c
    AddModule mod_cern_meta.c
    AddModule mod_expires.c
    AddModule mod_headers.c
    AddModule mod_usertrack.c
    AddModule mod_log_forensic.c
    AddModule mod_unique_id.c
    AddModule mod_so.c
    AddModule mod_setenvif.c
    Can you guide me where exactly point to the correct location for /ContentServer/ContentServer.dll in httpd.conf.
    =========================================================================
    #<VirtualHost *:80>
       DocumentRoot /www/docs/dummy-host.example.com
       ServerName dummy-host.example.com
       ErrorLog logs/dummy-host.example.com-error_log
       CustomLog logs/dummy-host.example.com-access_log common
    #</VirtualHost>
    <IfModule mod_sapcs.cpp>
      AddModuleInfo ContentServer "SAP Content Server 640/0 (Prototype) (C) SAP AG 1998, 2001"
      CSConfigPath /export/home/sapcs1/conf/cs.conf
      <Location /sapcs>
      SetHandler sapcs_module
      Allow from all
      </Location>
      <Location /ContentServer/ContentServer.dll>
      SetHandler sapcs_module
      Allow from all
      </Location>
      <Location /contentserver/contentserver.dll>
      SetHandler sapcs_module
      Allow from all
      </Location>
    Regards,
    Panu
    Edited by: kumar panu on Sep 7, 2010 9:05 AM
    Edited by: kumar panu on Sep 7, 2010 9:07 AM
    Edited by: kumar panu on Sep 7, 2010 9:08 AM
    Edited by: kumar panu on Sep 7, 2010 9:08 AM

  • Open/edit documents on SAP Content Server from BW?

    Hi guys
    I have been asked to investigate whether this scenario is possible.
    Today we have a SAP Content Server where we save attachments to different kinds of objects. An example could be that we open appropriation request 'S-00123' from IMA11 and attach two different MS Word documents.
    In BW I have created several reports that contain these appropriation requests and we would like to be able to attach/edit the files on the content server from the BW report.
    Is this somehow possible using RRI or some other functionality?
    Might it even be possible by using GoTo --> Documents with the appropriate setup?
    BR
    Stefan

    Hello Friends,
    Any luck??
    Thank you,
    Nikee

  • Error while starting Apache WebServer in SAP Content server from sapcs user

    Dear Consultants,
    We are facing a Issue while staring Apache Server from SAPCS user
    We have installed SAP Content server 6.4 with SAP MAX DB 7.6 on RHEL
    Linux 64 bit OS, we also installed Apache web server server following SAP
    Standard Installation guide,
    When We run Apache server using sapcs user we are facing a error
    Error (1) -
    [sapcs@hpsebdev1 bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Error (2) - same issue we get when we use httpd script to start apache
    service.
    [sapcs@hpsebdev1 bin]$ httpd -k start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Please Help regarding the issue
    Regards
    Gagan Sharma
    SAP BASIS Consultant

    Hello Gaghan,
    From the error it seems that port 80 is being already used. Did you install the second Apache under a different user?
    Can you please try using another port?
    Regards,
    Blanca

  • API to retrieve data from SAP content server

    Is there an API available to retrieve data from SAP content server?

    Hi
    you could check out function groups starting with OPT.
    F.eks. OPTB, OPTC, OPTD
    Also check function group ARCHIVOBJECT.
    best regards
    Thomas Madsen Nielsen

  • How to Access data from SAP Content Server through SAP Portal

    Hi Experts,
    I want to aceess the data from SAP Content server through portal. Currently I am working on LSO business package. The SAP content server should work like Webdav as we uses KM as webdav.
    I am trying to use this URL into the CMS address but it is not working
    http://XXX-XXX-XXXX:1090/ConTentServer/ContentServer.dll?adminContRep&operation=docIdList&contRep=ZADGAS_LSO
    Is there any other procedure for acceesing the DATA  from SAP content server. ?
    Thanks,
    Ahmad

    If your Content Server is being used by DMS, then you can use the DMS Connector for KM.  This connector allows all documents stored in DMS to be accessed in Portal as if they are stored in KM.  For more info see this:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/42/d289b446076bb2e10000000a1553f6/frameset.htm
    Andrew

  • How to migrate from SAP content server to OPENTEXT?

    We have been using SAP content server as our storage for archived data for years.
    Now we plan to start using OPENTEXT to admin our archived data.
    How can we use OPENTEXT together with existing SAP content server?
    My idea is to treat content server as any other media as as DVD, WORM, etc.
    However, I do not see that OPENTEXT can be configured to admin content server .
    If so, how to transfer whatever on the content server to IXOS?
    We are at Opentext 9.5.x
    Please share your experience. Thanks!

    hi,
    Please refere SNote 1043676.
    Also, need to understand the following,
    How to move an entire content repository from one content server to another
    Sometimes you may need to move a content repository - but not necessarily all the content repositories from one content server to another. This can be done without much drama. Here is a means that I've used in the past:
    Use report RSCMSEX to export the repository from the source content server.
    Create a repository of the same name on the target content server.
    Use Report RSCMSIM to import the repository into the target content server.
    Delete the repository from the source content server (if desired!).
    The SAP progrm sapkprotp controls the import and export. The ABAP reports allow you to specify the RFC destinations where sapkrpotp runs.
    For lager repositories
    The programs  listed above cannot deal with the whole content repository at the same time. For a slower migration, try using the program RSIRPIRL. This approach allows you to do the migation on a live system.
    Create the new content repository on your new content server.
    Create the new content category.
    If using distribution, distribute the new documents to the new category. otherwise change redirected category for DMS_C1_ST
    Relocate using the program.
    benaakraja

  • Document Migration from CRM to SAP Content Server

    We are going live with SAP CRM 7.0 next week. CRM team configured some of applications like ITSM, Change Request Management and Transport Request database also as part of implementation.
    We got last minute requirement that CRM team would like to go-live with current configuration with current configuration and eventually they would like to migrate all documents to Content server.
    We do not have content server in place yet and planning to implement sometime in Feb.  I am trying to explore ways how we can export existing documents created in CRM and migrate to Content server and link it.
    Any ideas/Suggestions?
    Thanks,
    Miral.

    In which repository are the documents currently stored in CRM? Please see if Note 688241 on 'Relocating large SAP Content Server Repositories' could be of any assistance to you.
    Regards,
    Pradeepkumar Haragoldavar

  • Moving SAP Content Server/MaxDB 7.6 to a Windows 2008 R2 Server

    Hi All.
    We are in the process of upgrading our server where the SAP content server is located.  We are going from SAP CS 6.30/MaxDB 7.6 to a Windows 2008 R2 server where we want to install SAP CS 6.40/MaxDB 7.8.  I have been following the latest manual from SAP for upgrading to MaxDb 7.8  (2010-10-05) from MaxDb 7.6 using the in-place method.
    To date we have installed MaxDB 7.6 on the server.  We restored our latest backup and performed the index checks as spelled out in the manual.  I have the database in ADMIN mode and went to run the MaxDb 7.8 install for the 64 bit window version.  THe install GUI comes up, but the Update selection is grayed out.  This tells me that the install program can not detect our existing database.  I did make sure I was running the install as Admim so I do not think that is the issue.
    This is the second time I have tried this upgrade.  The first time I did a comand line upgrade by runing the .bat file DBUPDATE.bat. We have a 110 Gbyte database and this upgrade ran in about 15 minutes, and of course when I went to openthe database it was toast.  Do not want to make the same mistake again.
    One other point, since we did a restore of the database, then the index check, we did not run a backup as the manual suggested as we felt it was not necessary.  Does the system require a backup before upgrade and that is why it does not see the database?
    Any assistance will be greatly appreciated.

    I beleive we have resolved the issue with upgrading the database, but now we are having a problem with Datbase Studio 7.8.  Before the upgrade we used Data Manager 7.6.  After the upgrade we installed Database Studio 7.8 and when we go to start it up, we are getting the Problems opening perspective 'com.sap.sdb.tools.ut.perspectives.mainPerspective'. I followed the instruction in another post Problems opening perspective in Database Studio, but we still are getting the error.
    Can anybody offer any assistance as we are getting close to the weekend when we want to do the cutover and we are not even done with our first pass at upgrading the SAP content server.
    Thanks
    John

  • Content Server Upgrade

    Hello,
    I have plan to upgrade content server from 6.30 to 6.40 but I can't find upgrade guide for this. only install guide exist.
    I think that I have to upgrade MaxDB first and then upgrade content server. right? and can I use upgrade master cd of netweaver7.0?
    Thanks

    Well.. they are both separate things... you won't find and upgrade guide because upgrading your Content Server from 630 to 640 isn't really and upgrade you just have to replace a few files all the info you need is on SAP Note 514500 - Importing Support Packages for the SAP Content Server
    Regarding upgrade of MaxDB database you'll find the guide at SAP Marketplace
    Regards
    Juan

  • SAP Content Server and Maxdb on Windows x64

    Hello,
    We currently run MaxDB  7.6 and Content Server 6.40 on Windows 2003 32 bit. We'd like to upgrade this to 64bit, preferably Windows 2008 R2. However, we would use 2003 x64 if necessary.
    Does anyone know if this is possible and where we'd find the software and installation instructions? The information in the Service Marketplace / PAM seems a bit vague in this area (unless  we're looking in the wrong place).
    Any help would be much appreciated.
    Thanks,
    Philip.

    Hi,
    I have the below info - hope it helps. I think i got it from this forum.
    The media required:
    50092483_3 NW 7.0 Presentation - MaxDB Release 7.6.03
    50092483_2 NW 7.0 Presentation - SAP Content Server 6.40
    51033511_13 NW 7.0/BS2005 SR3 Inst. Master Windows Server on x64 64bit
    You can find it on service.sap.com under NetWeaver 7 (and not Content Server...).
    service.sap.com/swdc -> Installation and Upgrades -> SAP NetWeaver -> SAP NETWEAVER -> SAP NETWEAVER 7.0 -> Windows Server
    Regards,
    Neil

  • 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

  • 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.

  • 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

Maybe you are looking for

  • I cannot install the latest iTunes because Bonjour cannot be removed?

    I've recently got a new iPod touch and I am having problems with downloading the latest iTunes. I go to click download, enter my details etc, and when it starts to download half way through a message box pops up saying 'The old version of Bonjour can

  • Displaying the .png image stored in an byte array

    Hi, I have to download an .png image from a server and i have to store it in a byte array and i have to display this byte array in another servlet. I have written the code to get the image from the remote server in a java class. The java class return

  • ADF cache problem

    Hello, I'm developing a web application with an ADF tree accessing to a Content DB repository. When I deploy the application and navigate to the tree everything look fine. The problem occurs, when the content of the repository changed outside of the

  • Restful Web Services - First Party Authentication with custom authentication schemes

    Hi I've successfully enabled security using first party authentication on our Restful web services however these only work with the built in Apex accounts and not other authentication schemes. Ideally I'd like to authenticate against LDAP, however wh

  • Cropping to View or Cropping to Zoom Level

    Just wondering if this is already an option and I just can't find it... I work with very large images, and having a television background, I am always looking for the Wide/Medium/Tight shots - for example, getting three different shots from the origi