Server 2008 r2 with all updates is installed on both client and server (management, publishing and reporting components on one machine) vms in the same AD domain. I have revisited the Trial Guide and Administrators Guide as well as read every post that seemed remotely relevant, including the one on troubleshooting syncing problems. I've reinstalled the app-v components including SQL and even rebuilt the VMs. Management console seems to operate perfectly, able to add packages and connection groups and enable AD group access to both. Html page initiated from client to publishing server presents the correctly formatted xml file with the package included. Package executes as an msi install on client in standalone mode.
However, Powershell sync-appvpublishingserver returns:
CoCreateInstance() failed. The Microsoft Application Virtualization Service may not have been started. Please verify that the service is running.
There is no corresponding event log entry.
Restarting Microsoft App-V Client service is successful and throws:
Log Name: Microsoft-AppV-Client/Admin
Source: Microsoft-AppV-Client
Date: 3/1/2013 2:40:16 PM
Event ID: 15002
Task Category: Connect to AppV Client Service
Level: Error
Keywords: Client Streaming UX
User: Domainname\administrator
Computer: FQDN
Description:
The AppVStreamingUX application experienced a COM error while attempting to connect to the AppVClient service. The AppVStreamingUX process will now exit. HResult: -2147024891
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-AppV-Client" Guid="{Guid#}" />
<EventID>15002</EventID>
<Version>1</Version>
<Level>2</Level>
<Task>29</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000080000</Keywords>
<TimeCreated SystemTime="2013-03-01T21:40:16.578697700Z" />
<EventRecordID>182</EventRecordID>
<Correlation />
<Execution ProcessID="1028" ThreadID="2956" />
<Channel>Microsoft-AppV-Client/Admin</Channel>
<Computer>FQDN</Computer>
<Security UserID="admin SID" />
</System>
<EventData>
<Data Name="HResult">-2147024891</Data>
</EventData>
</Event>
Must be something basic I've overlooked. Any help appreciated.
Thanks,