Content Server Configuration to use FileSystem as Reposiroty

Hi,
We want to enable Content Server on our system. But instead of using the underlying database as the storage / repository we would like to use and external filesystem as a storage / repository. Also accessing the data thus stored would be using the HTTP service???
Is there a step-by-step guide explaining how to do the configuration and enabling content server using external file system as the storage.
Can anyone help
Thanks
Makarand

perhaps this will help you:
/thread/48852 [original link is broken]

Similar Messages

  • Content Server Configuration issue

    Hi Gurus
    I am working on Content server configuration.
    Installed Content server (640 build 201 ) on Win 2003 server
    - Using SAP ECC 5.0
    - This is initially our test environment so here we are not using any certificates
    I am facing issue with TXN (si24_csconfig)  configuration of newly installed content server.
    It flash error "error occured while creating depositories"
    Please note that this transaction will go on for some work if i try administrator user, which is the user for NT server where content server is installed. With any other user it again prompt for password and will not move forward untill I provide this user-pwd.
    When I check in txn slg1 log following is the error message:
    HTTP error: 500 (Internal Server Error)  "CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver Manager] Data s
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    500 (Internal Server Error)
    "CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver Manager] Data s
    Please suggest.
    Best Regards
    Jaswant

    Hi,
    Give the following parameter in CSADMIN for windows:
    Driver MaxDB
    Immediately the error goes away.
    Regards,
    Phani.

  • SAP Content Server Configuration multiple repositories

    Dear Gurus,
    We have a content server configured with SAP CRM.
    Recently we faced issue with large size of generic object created by user monthly in SAP R/3 (SOFFCONT1 growth )  thus we are considering to use content server for generic object storage.
    Could you please advice?
    1. As far as I know , I can have multiple repositories in content server thus can have my R/3 and CRM repositories in same content server ,  Please correct me , Any importent aspect which should be consider while doing such( except growth recalculation and user load for additional R/3 system).
    2. We are running SAP R/3 from past few years and we have a huge number of generic objects in R/3 database.
       Is it possible to migrate existing generic object to content server?
    Thank you
    Regards
    Ahmed
    Regards
    Arif Ahmed Qureshi
    SAP Basis Consultant

    Check
    Note 782614 - Using external Content Server in the BDS
    Note 389366 - Relocation of documents
    Note 530792 - Storing documents in the generic object services
    Markus

  • ArchiveLink with SAP HTTP Content Server configuration using SAPdb  MaxDB

    We have configured SAP 4.7 to use ArchiveLink to store outgoing PO’s.   The PO’s are in PDF format and are to be stored on an SAP HTTP content server using MaxDB.    We believe everything is setup but when we go to retrieve a stored file, using and HTTP link we do not see the document.   Here is  a sample HTTP link:
    http://company-sap20.company200-sap.com:1090//ContentServer/ContentServer.dll?get&pVersion=0046&contRep=ZT&docId=47E9C60A28145211E10000000A0126F3
    Can anybody give me a few pointers?
    What table in the MaxDB shall I look at?  Where is the docID being passed to?

    I'm sorry to say that I don't know.
    AFAIK, the report gets documents from the document store. The Contentserver itself runs embedded in the Web-Server.
    Besides the trial to write a trace file with the Contentserver (see Contentserver.ini somewhere on your Web-Server) I strongly recommend to open a customer message.
    Regards  Thomas

  • Storing document on Content Server - SAP DB or Filesystem?

    Hello everybody.
    I have questions regarding the Content Server and need your expierence and recommendation. Where do you store documents on the Content Server? Are you using the standard SAP-DB, which can be installed together with the Content Server, or are you using the File-System? What are the advantages and disadvantages?
    What do I have to do to store the documents in the File System? Is there an documentation?
    Thanks and Regards.
    Tobias Karl

    Hello Tobias,
    Storage on the filesystem has the advantage to use existing clustering raiding and hierachial storeage systems for storage and you dont have to implement those features in the database. The advantage would be documents can be found indepentendlly from the ERP-Sysem.
    DB Advantages
    All data (documents, folders, and metadata) is stored in the database.
    Database is much better suited than file system to the administration of large amounts of data
    Databese is limited to size 64 TB, then additional database needs to be installed 
    If there is a large number of write requests in your CM usage scenario, set up the CM repository in database mode. Since all documents are stored in the database, this avoids unintentional external manipulation of the data.
    Another advantage of storing all data in the database is that the procedure for data backup and restore is easy since only the database needs to be backed up
    File System Advantages
    This is faster than the database option if you have large documents since there is no database data streaming. This also enables the size of the database to be controlled more easily since documents are stored in the file system.
    File systems are not transactional, so this has restrictions and affects performance. If read and write operations take place for one document in the file system at the same time, these operations have to be coordinated by the repository manager. This happens by recording both write accesses and read accesses in the database. This affects performance.
    Metadata (for example, locks or custom properties) can be lost if you edit or manipulate documents or folders directly in the file system. Only administrators should work in the file system, and they should only carry out mass operations such as copy and delete
    For a scenario with write accesses, cannot ensure consistent data backup and restore. This is because changes to the folder structure in the file system could be made in the time between the two actions. This would lead to inconsistent data following the restore process. Consistent data backup and restore can therefore be ensured only if read accesses alone are taking place
    There are CM repository managers can be set up in various modes i.e Persistence Mode to save the documents  as follows:
    1) DB Mode All data is stored in the database
    2) DBFS Mode Metadata and folders are stored in the database, but documents are stored in the file system
    3) FSDB Mode Folders and documents are stored in the file system, but metadata is stored in the database.
    If you wish to change the settings you can do it but with some restrictions which follows as:change of the persistence mode is possible only from the DB mode to the DBFS mode. Changing from DB to FSDB, from FSDB to DB/DBFS, or from DBFS to DB/FSDB is not possible.
    To change the mode if you wish with above restrictions
    1.      Make sure that enough free disk space is available to migrate the content from the database to the file system.
    2.      Change the configuration of the CM repository manager. In the Root Directory parameter, specify the path to the file system that the documents from the database are to be stored under. Change the entry in the Persistence Mode parameter from DB to DBFS.
    3.      Restart the application server.
    4.      Run the CM Store: Content Crawler report
    Please check the follwoing notes on backup and restore:
    Note 1000150 - Backup of KMC configuration
    Note  1000351 - Restore of KMC Configuration Backup Archive.
    Knowledge Management entire documentation can be found @
    http://help.sap.com/SAPHELP_NW04S/helpdata/EN/62/468698a8e611d5993600508b6b8b11/frameset.htm
    Thank you,
    Shyam

  • SHarepoint as SAP Content Server Configuration

    Actually this message is for Espen Leknes because I have read something from him i another message but if you guys know about this, all will be wellcome !!!!!!!
    This is Andrea, Basis COnsultant. I am writing to you because I was reading lot of messages in SAP SDN regarding DMS and SAP Content Server.
    I saw you have participated in lot of messages. I am specially interested in one of them which is about Sharepoint.
    The customer I am working in would like to use Sharepoint as global Content Server and I would like to configure Sharepoint as SAP Content Server in order to save documents and attach them to sap objects (scanned invoices, manuals, cad drawings, etc)
    I know it is not possible since Sharepoint is not SAP certified and http inteface from SAP (archivelink) does not work with this product.
    I have read about Inet.DM and thinks like this.
    I read you have configured SHarepoint as WebDav. In some post you have written:
    Hi guys,
    There is a third way, where you end up using Sharepoint as your content server
    1. COnfigure a content server to use file storage
    2. COnfigure the file area for webdav
    3. The webdav is the sharepoint webdav
    Voila, you are using sharepoint as your content server.
    Why the heck you would do that is beyond me, but it works.
    Ok, the question is:
    I am using ECC60 and I dont have file storage option.
    Is is possible to explain this again or sent me screenshots os OAC0 ?? It would be very useful.
    Thanks so much in advance for this.
    Andrea

    Hi Andrea,
    I could find few of the links . Hope these are useful.
    Duet Enterprise is an SDK for integration between SAP and SharePoint
    http://sharepoint.microsoft.com/en-us/product/related-technologies/pages/duet-enterprise-for-sap-and-sharepoint.aspx
    configuration
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/805b67bd-7e93-2e10-99b7-ebe8f3d359d3?QuickLink=index&overridelayout=true
    Regards,
    Deepak Kori

  • External Content Server configuration

    Hi,
    Can anybody provide me how to configure External content server for Archivelink.
    Regards
    Laxmi Bhushan

    Hi Laxmi,
    For contetn server installation use t-code OACT - maintain the repository here if not add it. Then in OAC0 define the repository means select are as document management,type HTTP content server or archivelink. Then maintain IP adress and port here.
    Then goto CSADMIN and here activate the certificate it's very important task.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • Content server  configuration in  CSADMIN

    Hello Experts,
    i had install the  Content server 640/MaxDB 7.6on Solories platform . how to configure the CSADMIN in R/3 system . when we are adding the R/3 system , it need to mention  the HTTP script
    what i  need to mention in the field: HTTP script(.i. e /ContentServer/ContentServer.dll not in Solories )
    when i am connecting on  web browser it is serching for the same location (i.e /ContentServer/ContentServer.dll ).
    Please help how to resolve this issue .
    Thanks
    Rajasekhar

    Hai,
    Go to transaction code OAC0 , check whehter content repository is defined, if not crerate a content repository. give this in CSADMIN.
    And regarding the server details, use the f4 help, the details of the content server which you have installed will be displayed and you can select from there.
    Regards
    KK

  • DMS and Content Server configuration

    After installing the Content Server and creating a Content Repository, I have to make that documents be stored in that contet repository. Please, help me with this becasue it is not clear for me how to solve it.
    Thanks!
    Patricia

    Hello Everybody,
    my team and me need your help.
    We have the same problem...
    - Installed Content server on Win 2003 server
    - Using SAP ECC 5.0 and trying to create and configure content repository via 'OAC0'
    - This is initially our test environment so here we are not using any certificates
    When we try to connect the Content Server from ECC 5.0, an error popup appeared : HTTP error 401 "Error in configSet".
    Is somebody has  an idea ?
    Latheef (or someone else), could you please forward me the Configuration document on SAP Content server ?
    My mail is :  <email address deleted by moderator>
    Thanks in advance & Regards,
    Christophe

  • SAP Content Server configuration CSADMIN username password

    Hi all.
    I am having problems when I try to configure SAP Content Server 6.40 after installation. When I try to run csadmin to set up the content repository, I constantly get this login prompt. I have tried using the default SAPR3 user and password, but I only get access denied. The SAPR3 user exists on my MaxDB 7.6. I have also tried setting AdminSecurity=0 in the ContentServer.ini file, and the login prompt is still displayed.
    Does anyone have any idea on what username and password I should use, so that I can try to complete the Content Server config? Also, if you know of any decent guidelines for the content repository configuration, I'd be happy if you provide me with some documentation..
    Thanks!
    Regards,
    Thomas

    Dear Natalia,
    Thank you for your reponse.
    During installation I went with the defaults for all users.
    The results of the commands you wanted me to run are as follows:
    <b>dbmcli on <SID>>dbm_version</b>
    OK
    VERSION    = 7.6.00
    BUILD      = DBMServer 7.6.00   Build 035-123-139-084
    OS         = WIN32
    INSTROOT   = D:\sapdb\CST\db
    LOGON      = True
    CODE       = UTF8
    SWAP       = full
    UNICODE    = YES
    INSTANCE   = OLTP
    SYSNAME    = Windows Server 2003 family
    <b>dbmcli on <SID>>user_getall</b>
    OK
    CONTROL
    SUPERDBA
    <b>dbmcli on <SID>>user_get <username></b>
    dbmcli on CST>user_get CONTROL
    OK
    SERVERRIGHTS=DBInfoRead,SystemCmd,ExecLoad,UserMgm,DBFileRead,Backup,InstallMgm,
    LoadSysTab,ParamCheckWrite,ParamFull,ParamRead,DBStart,DBStop,Recovery,AccessSQL
    ,AccessUtility,SharedMemoryMgm,SchedulerMgm,Scheduling,EvtDispMgm,EvtDisp
    GUIRIGHTS=
    SECONDPASSWORD=NO
    DISABLED=NO
    COMMENT=
    USERTYPE=DBM
    dbmcli on CST>user_get SUPERDBA
    OK
    SERVERRIGHTS=DBInfoRead,SystemCmd,ExecLoad,UserMgm,DBFileRead,Backup,InstallMgm,
    LoadSysTab,ParamCheckWrite,ParamFull,ParamRead,DBStart,DBStop,Recovery,AccessSQL
    ,AccessUtility,SharedMemoryMgm,SchedulerMgm,Scheduling,EvtDispMgm,EvtDisp
    GUIRIGHTS=
    SECONDPASSWORD=NO
    DISABLED=NO
    COMMENT=
    USERTYPE=DBA
    <b>dbmcli on CST>sql_execute select * from users</b>
    OK
    END
    'CONTROL';'';'CONTROL';'ADMIN';'MULTIPLE';(null);(null);(null);'DEFAULT';'200706
    29';'00133012';'20070629';'00133012';'20070629';'00133012';'CST';'sapcsd.norkom'
    ;0;'NO';(null)
    'SUPERDBA';'';'SUPERDBA';'SYSDBA';'MULTIPLE';(null);(null);(null);'DEFAULT';'200
    70629';'00133012';'20070629';'00133016';'20070629';'00133012';'CST';'sapcsd.nork
    om';10;'NO';(null)
    'SUPERDBA';'';'SAPR3';'DBA';'MULTIPLE';(null);(null);(null);'ASCII';'20070629';'
    00133027';'20070629';'00164307';'20070629';'00164308';'CST';'sapcsd.norkom';28;'
    NO';(null)
    <b>dbmcli on <SID>>sql_connect superdba,<password></b>
    OK
    <b>dbmcli on CST>sql_execute select * from users</b>
    OK
    END
    'CONTROL';'';'CONTROL';'ADMIN';'MULTIPLE';(null);(null);(null);'DEFAULT';'200706
    29';'00133012';'20070629';'00133012';'20070629';'00133012';'CST';'sapcsd.norkom'
    ;0;'NO';(null)
    'SUPERDBA';'';'SUPERDBA';'SYSDBA';'MULTIPLE';(null);(null);(null);'DEFAULT';'200
    70629';'00133012';'20070629';'00133016';'20070629';'00133012';'CST';'sapcsd.nork
    om';10;'NO';(null)
    'SUPERDBA';'';'SAPR3';'DBA';'MULTIPLE';(null);(null);(null);'ASCII';'20070629';'
    00133027';'20070629';'00164307';'20070629';'00164308';'CST';'sapcsd.norkom';28;'
    NO';(null)
    <b>dbmcli on <SID>>sql_release</b>
    OK
    <b>dbmcli on <SID>>sql_connect sapr3,<password></b>
    OK
    <b>dbmcli on <SID>>sql_release</b>
    OK
    <b>dbmcli on <SID>>exit</b>
    OK
    I hope you are able to read something useful out of this.
    Best Regards,
    Thomas

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

    Dear All ,
    I have Installed Content server 6.40 successfully,but not able to configure the same
    content server link in web browser is working properly  but Cache server link not working
    i have created one repository but in txn CSADMIN > Detail tab >repository status showing defined
    in csmonitor txn>display node shows OFF status
    what i have to do bring them at running status
    security & administrator values are 0
    drivers Maxdb

    Hi Sanjay,
    its Not working still same status......
    & i would like to confirm that what odes the mean of 6.40 is it made for win 2003 64 bit edition
    because my sap server is installed on 64 bit & my content server is installed on 32 bit edition
    is this scenario creating problem ????????
    Regards
    Amol
    Edited by: amol_dounde30 on Apr 28, 2011 2:07 PM

  • LSO and Content Server Configuration

    Hi,
    I need to connect LSO to the Content Server - how and what should I configure to do it properly?
    What information should I get from a client to be able to establish this connection?
    Regards,
    Otocon

    Hi Otocon,
    Please check this thread - LSO - Enterprise Portal Integration
    Regards,
    Sen

  • CSADMIN configuration &Content server configure the HTTP script

    Hello Experts,
    i had install the Content server 640/MaxDB 7.6on Solories platform . how to configure the CSADMIN in R/3 system . when we are adding the R/3 system , it need to mention the HTTP script
    what i need to mention in the field: HTTP script(.i. e /ContentServer/ContentServer.dll not in Solories )
    when i am connecting on web browser it is serching for the same location (i.e /ContentServer/ContentServer.dll ).
    Please help how to resolve this issue .
    Thanks
    Rajasekhar

    here ContentServer.dll not available in Unix.if we not mentioned this in CSADMIN configuration ,it won't works in the web browser
    That's not what the installation manual says.
    It should be no different for UNIX... if your URL is not working just check that apache is started,
    Read,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/53810394-0701-0010-e996-fea1d9eac135
    Regards
    Juan

  • CFolder to Content Server configuration

    Hi
    Kindly let me know whether Cfolder can be configured to SAP Content Server. We have installed Cfolder in a seperate system and Content Server in a seperate server. 
    Regards
    Prasanna.B.S

    CFolder is an ABAP application, Content Server is a webserver with a library storing data in the database.
    How do you want to "integrate" them? Those are two different systems for different purposes.
    Markus

Maybe you are looking for

  • ASA 8.2 configuration for an ASA 9.1.(1) device

    Hello, I have a configuration file from a 5510 running ASA ver 8.2 I have a brand new ASA5525 running ASA ver 9.1(1) It is my understanding the configuration syntax is different between these versions I need to take this config I have and somehow aut

  • How to use TYPE addition with the OPEN DATASET ?

    Hi, How to use TYPE addition with the OPEN DATASET and what is the use ? For Example: OPEN DATASET 'test.dat'   TYPE 'lrecl=80, blksize=8000, recfm=FB'   FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. Also, if I wish to do the same for a .CSV file how can

  • Thread's controlling problem

    I created a thread with in a thread. While I am running program, both threads are running at a time. I want to pause the parent thread until the child thread is alive. After the child thread stops then only the parent thread again has to be start. An

  • Error in "Run FlexPMD" in "Flex Builder 3"

    I got the following error in my Flex Builder 3 Error: FlexPMD command line reference preference is missing Can any one please help me in solving this error .. with regards aditya

  • Cannot access any wikipedia page from googlesearch on intel imac 10.4.11

    Home network is via apple extreme... PC laptop on same network accesses w'pedia fine, neither mac (both 10.4.11) can access anything else on web, but not wikipedia... Firefox and Safari both tried, both with failure, Safari error msg: Safari can't op