cancel
Showing results for 
Search instead for 
Did you mean: 

Content Server:::From FileSystem to DataBase

ganimede_dignan
Contributor
0 Kudos

Hi,

I've got a Content Server BOX 6.30 on Windows 2003 32 bit. This box hansn't a MaxDB instance so the repository is on filesystem.

Is it possibile to migrate from FileSystem to a DataBase repository? It's a folder of 3GB more or less.

In this context we would also move to a new server with Windows 2008 R2 and SAP Content Server 6.40.

Thank you.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I think the easiest and safest option by far is as follows:

1. Create a new content repository pointing to the DB.

2. Use program DMS_RELOCATE_CONTENT to relocate from one content repository to the other

espen

former_member188883
Active Contributor
0 Kudos

Hi Ganimede,

Please refer to below 2 SAP notes. IT has solution for your requirement.

Note 838837 - Migration of documents from file archive - Enhancement

Note 653774 - Migration of documents from file repository

Hope this helps.

Regards,

Deepak Kori

ganimede_dignan
Contributor
0 Kudos

Hi,

sorry but it's too hard... it shouldn't be my case because the ABAP back-end it's already a ECC 6.0 (so, NetWeaver 7.00 based) and the Content it's already an HTTP Content base on a SAP Content Server 6.30... but, without MaxDB istance.

Into settings file:

;**********************************************************

;

; List of all ContentServer.dll & CSProxyCache.dll Options

;

;**********************************************************

; Options for [contRep-*] section

;

; Name    default

; ===================================

; Storage   ""

; ContRepDescription  ""

; ContentStorageHost  ""

; ContentStorageName  ""

; Security   0 (ContentServer section value)

; DefaultDocProt  ""

; sqltrace         

; driver                        LiveCache

;

; Options for [ContentServer] section

;

; Name    default

; ===================================

; Security   0

; AdminSecurity   0

; DefaultDocProt  ""

; LogRequests   0

; ResponseTrace   0

; Log404Response  0

; FullTrace   0

; KeepConnection  0

;

;

[ContentServer]

KeepConnection=0

AdminSecurity=0

[contRep-ZSVKPRO01MI_FQ1]

ContRepRoot=E:\SAPCSFQ1

Storage=FileSystemStorage.dll

Security=0

ContRepDescription=SAP CS Rep Mailand

DefaultDocProt=

[contRep-ZSVKPRO01MI_FP1]

ContRepRoot=E:\SAPCSFP1

Storage=FileSystemStorage.dll

Security=0

ContRepDescription=SAP CS Rep Mailand(Prod)

Security=1

ContRepDescription=ZSVKPRO01MI_FP1

DefaultDocProt=

former_member188883
Active Contributor
0 Kudos

Hi Ganimede,

You may create a new repository which is pointing to MaxDB database and execute the report attached to above SAP note in test mode and check the results.

I feel it should work.

Regards,

Deepak Kori

ganimede_dignan
Contributor
0 Kudos

Hi,

sorry... but, at last, it should be scenario described into SAP note: 1043676 - Migration of ArchiveLink Documents because the notes posted by you are for file-system repository without a content server.


Thank you.

Regards.

former_member188883
Active Contributor
0 Kudos

Hi Ganimede,

Report mentioned in the SAP note uses only Archive ID definition to perform the migration

Old archive ID get migrated to new Archive ID.

Hence suggesting you to try with test mode and check the results.

Regards,

Deepak Kori

ganimede_dignan
Contributor
0 Kudos

Hi,

a nice note should be 445057 - Relocating a repository

I'm testiting it...