现在的位置: 首页 > 综合 > 正文

FSIS单节点安装要点

2013年09月10日 ⁄ 综合 ⁄ 共 2274字 ⁄ 字号 评论关闭

 

FSIS single host installation tips:
 

sql express:

Administrator/password1

sa/password1

FSIS(CTS and IMS) single host install:
####################################
#Standalone Host FZ4 :  2010-08-15 13-38-27 Error CheckPasswordPolicyCompliance - Exception while validating service user #password comply with environment policy. : Exception - Microsoft.Ceres.Installers.Products.Fsis.CmdletFailedException: #Inconsistent user profile state detected. This could be as a result if the user profile was manually deleted by using the #command prompt or by using Windows Explorer. A profile that is manually deleted does not remove the security identifier (SID) #from the profile list in theregistry. You should remove the account and optionally delete the SID from the #SOFTWARE/Microsoft/Windows NT/CurrentVersion/ProfileList/. Refer http://support.microsoft.com/kb/947215 for further #information.
#####################################
####################################
#. The other one was related to the content api and search api. I eventually used the following:
#
# esp.sdk.5.3.sp3.contentapi-dotnet2.0patch01.ALL  (content api 5.1.1.61)
#  esp.sdk.5.3.sp3.searchapi-dotnet2.0patch01.ALL (search api 5.3.0.6)
#
#  I successful installed it now. You have to use the Esp-searchapi.dll from the old release package, not from the search api #last patch. The content api files must be from the last patch, as Kathrine said.
#  
#The thing is, clearing the IIS ASP.net cache is very important if you use earlier version of API and failed #the install. (C:/Windows/Microsoft.NET/Framework64/v2.0.50727/Temporary ASP.NET Files)
#     
#Try the steps here: http://sharepoint/sites/eswiki/fsis/Pages/Tips-for-Uninstall-and-Reinstall.aspx
####################################     
     
From a commmand window:
msiexec /i SetUp_FSIS.msi /log Installation.log
FSIS post install:
 
#From a powershell window:
#nodememlimit option is required with limited memory,otherwise the interaction engine will failed to deploy
./InstallConfig.ps1 -action I -espSdkDir c:/espsdk -defaultSecurityConfiguration -secureStorageDir c:/fsissecure -nodememlimit 512
 

InstallConfig.ps1 -action U -force
InstallConfig.ps1 -action U -defaultSecurityConfiguration
FSIS Service/password1

cert password:password1

Fast Search Designer:
from command line window:
msiexec /i FSIS_Designer.msi
IMS UI Tookit:
Step C: the admin port should keep as 17004,although the admin UI port is 17015
Step D(about the cert which your IMS UI Tookit use to connect to FSIS Engine): don't uncheck,This is not an option,It's mandatory

抱歉!评论已关闭.