Tried un-installing and re-installing portal to get round some issues with SSPR.
Reinstall reported no errors but portal now inaccesible - event log error below:
Tried looking at microsoft.resourcemanagement.service.exe.xml but can't see anything wrong....
Log Name: Application
Source: Microsoft.ResourceManagement.PortalHealthSource
Date: 17/11/2009 11:23:50 a.m.
Event ID: 10
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: hostname.domain
Description:
The Portal cannot connect to the middle tier using the web service interface. This failure prevents all portal scenarios from functioning correctly.
The cause may be due to a missing or invalid server url, a downed server, or an invalid server firewall configuration.
Ensure the portal configuration is present and points to the resource management service.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft.ResourceManagement.PortalHealthSource" />
<EventID Qualifiers="0">10</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-11-16T22:23:50.000Z" />
<EventRecordID>6974</EventRecordID>
<Channel>Application</Channel>
<Computer>hostname.domain</Computer>
<Security />
</System>
<EventData>
<Data>The Portal cannot connect to the middle tier using the web service interface. This failure prevents all portal scenarios from functioning correctly.
The cause may be due to a missing or invalid server url, a downed server, or an invalid server firewall configuration.
Ensure the portal configuration is present and points to the resource management service.</Data>
</EventData>
</Event>