error while configuring windows sharepoint services for BizTalkservices 2009
i'm trying install biztalkservices 2009 on windows 2008 64-bit server. on other windows 2008 64-bit server have installed sql2008.
i'm following instructions in
"installing biztalk server 2009 in multicomputer environment.docx" ,
"installing biztalk server 2009 on windows server 2008.docx"
i'm choosing windows sharepoint services 3.0sp2
in last document far "configure windows sharepoint services"
i use recommended defaults , ending in "configuration failed"
from log-file can read
37:12 12 inf entering function parameter.isdefinedvaluechosen
01/07/2010 11:37:12 12 inf parameter windowsauthprovider chosen, returning value onlyusentlm
01/07/2010 11:37:12 12 inf definded value onlyusentlm parameter windowsauthprovider chosen
01/07/2010 11:37:12 12 inf leaving function parameter.isdefinedvaluechosen
01/07/2010 11:37:12 12 inf disabling kerberos provisioned adminvs...
01/07/2010 11:37:13 12 err task adminvs has failed unknown exception
01/07/2010 11:37:13 12 err exception: system.argumentexception: filesystem path iis web site not point ntfs drive. sharepoint requires web servers in farm configured identically. requirement extends drive letter names.
@ microsoft.sharepoint.administration.spprovisioningassistant.provisionwebapplication(string webapplicationname, string applicationpoolname, spiissettings[] settings, boolean adminwebapp)
@ microsoft.sharepoint.administration.spwebapplication.provisioniiswebsitesasadministrator()
@ microsoft.sharepoint.administration.spwebapplication.provisioniiswebsites()
@ microsof
i'm following instructions in
"installing biztalk server 2009 in multicomputer environment.docx" ,
"installing biztalk server 2009 on windows server 2008.docx"
i'm choosing windows sharepoint services 3.0sp2
in last document far "configure windows sharepoint services"
i use recommended defaults , ending in "configuration failed"
from log-file can read
37:12 12 inf entering function parameter.isdefinedvaluechosen
01/07/2010 11:37:12 12 inf parameter windowsauthprovider chosen, returning value onlyusentlm
01/07/2010 11:37:12 12 inf definded value onlyusentlm parameter windowsauthprovider chosen
01/07/2010 11:37:12 12 inf leaving function parameter.isdefinedvaluechosen
01/07/2010 11:37:12 12 inf disabling kerberos provisioned adminvs...
01/07/2010 11:37:13 12 err task adminvs has failed unknown exception
01/07/2010 11:37:13 12 err exception: system.argumentexception: filesystem path iis web site not point ntfs drive. sharepoint requires web servers in farm configured identically. requirement extends drive letter names.
@ microsoft.sharepoint.administration.spprovisioningassistant.provisionwebapplication(string webapplicationname, string applicationpoolname, spiissettings[] settings, boolean adminwebapp)
@ microsoft.sharepoint.administration.spwebapplication.provisioniiswebsitesasadministrator()
@ microsoft.sharepoint.administration.spwebapplication.provisioniiswebsites()
@ microsof
any appreciated.
thanks.
lars
hi lars,
i noticed iis7 directories on drive d not default drive c. wss error can happen if manually moved iis7 site directories drive c other(d) using script on below blog:
http://blogs.iis.net/thomad/archive/2008/02/10/moving-the-iis7-inetpub-directory-to-a-different-drive.aspx
please check script and find below 2 lines in it:
reg add hklm\software\microsoft\inetstp /v pathwwwroot /t reg_sz /d f:\inetpub\wwwroot /f
reg add hklm\software\microsoft\inetstp /v pathftproot /t reg_sz /d f:\inetpub\ftproot /f
these lines are mainly used add registry setting correct drive letter make sure applications know correct location of iis root directories.
if did use script, please make sure registry settings set d:\ instead of f:\ .
thanks.
please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.
i noticed iis7 directories on drive d not default drive c. wss error can happen if manually moved iis7 site directories drive c other(d) using script on below blog:
http://blogs.iis.net/thomad/archive/2008/02/10/moving-the-iis7-inetpub-directory-to-a-different-drive.aspx
please check script and find below 2 lines in it:
reg add hklm\software\microsoft\inetstp /v pathwwwroot /t reg_sz /d f:\inetpub\wwwroot /f
reg add hklm\software\microsoft\inetstp /v pathftproot /t reg_sz /d f:\inetpub\ftproot /f
these lines are mainly used add registry setting correct drive letter make sure applications know correct location of iis root directories.
if did use script, please make sure registry settings set d:\ instead of f:\ .
thanks.
please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.
BizTalk Server > BizTalk Server General
Comments
Post a Comment