Hello.
I'm trying to integrate ThinApp with VMware View.
I build the package with MSIStreaming=1, and put it on a NetApp share.
I'm able to launch it and works, but when I try to register the package on VMware View Admin, I get the error "Invalid".
I'm tried already to build a .dat instead .exe, both, change paths, etc.
All times I can see this error on debug.log from Connection Server:
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Number of package.ini options discovered: 28
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: AccessDeniedMsg Value: You are not currently authorized to run this application. Please contact your administrator.
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: AnsiCodePage Value: 1252
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: CapturedUsingVersion Value: 4.7.0-519532
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: CompressionType Value: None
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: Icon Value: -2
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: InventoryIcon Value: 1
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: InventoryName Value: iexplore2
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: LocaleIdentifier Value: 3082
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: LocaleName Value: es-ES
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: MetaDataContainerOnly Value: 1
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] Option discovered. Name: Mod0 Value: %ProgramFilesDir%\Internet Explorer\iexplore.exe
2012-02-01 15:56:49,780 ERROR <MessageFrameWorkDispatch> [ws_thinappmgmt] Error details. HRESULT hr = 0x80070003. The system cannot find the path specified.
2012-02-01 15:56:49,780 DEBUG <MessageFrameWorkDispatch> [ws_thinappmgmt] MSI skipped. Reason: Error details. HRESULT hr = 0x80070003. The system cannot find the path specified.
2012-02-01 15:56:49,780 DEBUG <TP-Processor6> [ThinAppMSIManager] Returned bag:{ \\netapp01\Stream\iexplore2\bin\iexplore2.msi={ ThinAppType=ThinAppThin, SkippedErrorContext=GetFile, SkippedErrorCode=-2147024893, SkippedError=Error details. HRESULT hr = 0x80070003. The system cannot find the path specified. } }
2012-02-01 15:56:49,780 INFO <TP-Processor6> [ThinAppMSIManager] Application MSI with path:\\netapp01\Stream\iexplore2\bin\iexplore2.msi skipped. Reason:Error details. HRESULT hr = 0x80070003. The system cannot find the path specified.
2012-02-01 15:56:49,780 DEBUG <TP-Processor6> [ApplicationManager] Time taken to retrieve application details for \\netapp01\Stream\iexplore2\bin\iexplore2.msi(in secs)
2012-02-01 15:56:49,780 DEBUG <TP-Processor6> [ViewFlexFactory] com.vmware.vdi.admin.ui.bean.ThinAppBean.addApp 266 ms
I don't know what path is not found... I'm domain admin, and netapp01 is resolvable by the connection server.
Anybody with this problem too?
Thanks!