What does it take to create two portals in one server?
I thought it is easy, just as described in Microsoft
side:
office.microsoft.com/.../HA011913651033.aspx
create a new web site from IIS
create a portal using the newly created virtual server
Just as how I created the first portal.
But when I did the same for the second portal on the
same server, SPS central Admin "Create a portal site"
operation failed at about 42%. With error log like the
below:
09:07:01 Exit RemoveVirtualServer
09:07:01 Exit UnextendVirtualServer
09:07:01 Exit PortalInstaller.Rollback
09:07:01 Portal creation job exception.
(status=PortalAdminJobStatusFailed)
Microsoft.SharePoint.SPException: There is no Web
named "". --->
System.Runtime.InteropServices.COMException
(0x81070504): There is no Web named "". at
Microsoft.SharePoint.Library.SPRequestInternalClass.SetWebMetainfo(String
bstrUrl, Object varMetainfo) at
Microsoft.SharePoint.Library.a.a(String A_0, Object
A_1) --- End of inner exception stack trace --- at
Microsoft.SharePoint.Library.a.a(String A_0, Object
A_1) at Microsoft.SharePoint.SPWeb.a(StringDictionary
A_0) at
Microsoft.SharePoint.Utilities.SPPropertyBag.Update()
at
Microsoft.SharePoint.Portal.Alerts.a7.a(PortalTextLog
A_0, SPWeb A_1, String A_2) at
Microsoft.SharePoint.Portal.Alerts.a7.a(PortalTextLog
A_0, SPSite A_1, String A_2) at
Microsoft.SharePoint.Portal.Install.k.a(IDictionary
A_0) at
System.Configuration.Install.Installer.Install(IDictionary
stateSaver) at
System.Configuration.Install.TransactedInstaller.Install(IDictionary
savedState)
09:07:01 Failed to create portal successfully Green
Portal3
09:07:01 Portal creation complete. (Status:
PortalAdminJobStatusFailed)
Any suggestion on what I might have missed? How do I
go from here?