OUI - Why doesn't installer popup error if target application already running?
Forgive me if I post this to the wrong group. I have already done it once today.
When OUI runs, and the application it is updating is running. An error goes into the log, but there is no visual indication that anything went wrong. Is there some parameter that would suppress that?
Example error:
- java.io.FileNotFoundException: c:\Siebel\Tools\BIN\enu\ssaferrobjlst1.dll (The process cannot access the file because it is being used by another process)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:206)
at java.io.FileOutputStream.<init>(FileOutputStream.java:127)
at copyActionHelper.copyFile(copyActionHelper.java:1707)