We've been following this recipe for ThinApping MS SQL Server Express -
http://blogs.vmware.com/thinapp/2009/03/how-to-thinapp-msdesql-2005-express.html
We are running SQL Express 2008 Service Pack 2 Build 2600 Version 10.0.1600.22. The hosting OS is Windows XP Pro SP2 32 bit.
First error we saw was after post-scanning ThinApp warns us that a kernel mode driver "RxFx0102" was installed?
After completing a capture with the above recipe we still encountered the warning about RsFx0102 kernel mode driver was installed. Ignoring the warning, we went on with the capturing. After we built the ThinApp project and created entries to “cmd.exe” and “osql.exe” (osql.exe is a Microsoft SQL Server’s utility to communicate with a SQL Server).
We are also seeing a bunch of errors when I launch - unable to start SQL Services - please see screen captures.
Using osql.exe to communicate with the server, we realized that the SQL Server name was prefixed with the hosting computer’s name (e.g. SQL Server’s name during capture “_SSI_DSS50” now becomes “MYCOMP\_SSI_DSS50”). Otherwise, I can create a database with the utility after a successfully connecting the server. I know it's a BP to have the cpature machine's hostname something generic like "localhost" so my mistake there.
Has anyone seen this RsFx0102 issue before?
Thanks