Hello,
I am working on creating a thin app for oracle 10g. I am able to create the thin app without patching it, and everything seems to be working normally, but in our situation we must apply the 10.2.0.5 patch. When I patch up the program, everything still appears to be working ok, so I go through with the postscan, which also appears to work fine until it finishes.
I'm not sure if this is related, but I receive the following warnings after the postscan:
Could not copy file C:\ProgramData\Microsoft\RAC\StateData\RacMetaData.dat -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%Common AppData%\Microsoft\RAC\StateData\RacMetaData.dat
Could not copy file C:\ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%Common AppData%\Microsoft\RAC\StateData\RacWmiEventData.dat
Could not copy file C:\ProgramData\Microsoft\Search\Data\Applications\Windows\MSStmp.log -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%Common AppData%\Microsoft\Search\Data\Applications\Windows\MSStmp.log
Could not copy file C:\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat
Could not copy file C:\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat
Could not copy file C:\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%drive_C%\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log
Could not copy file C:\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353-458A-AC8D-A7E5EB378092.lock -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353-458A-AC8D-A7E5EB378092.lock
Could not copy file C:\Users\All Users\Microsoft\Windows Defender\Scans\History\CacheManager\MpSfc.bin -> C:\Program Files (x86)\VMware\VMware ThinApp\Captures\Oracle 10g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\Scans\History\CacheManager\MpSfc.bin
And then finally I get this at the end of the "Build Project" message:
C:\Windows\hh.exe: not a valid executable
*** Build failed ***
I can't seem to determine why the build is failing.
Any help would be appreciated.