Headstart script error in Documentum 6.6 Developer edition Installation

While trying to install content content server 6.6 in windows server 2008 with data base SQL Server , the content server will get successfully installed.

But, while doing server configuration we will face errors like this(shown in below screenshot) …

1

 

to over come this ,

we need to modify headstart.ebs file after installing content server(before starting server configuration).

a) Search for the headstart.ebs. It should be under $DM_HOME/install/admin
b) Open the file in a editor and search for the text “If ftEngine”
c) The entry would be like this:
If ftEngine = “Fast” Then
        FTVendorStr = “fast”
d) Change it to:
If ftEngine = “Fast” Then
        FTVendorStr = “lucene”
e)Save

 

 

 

 

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment