Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | 6.3.0 |
While trying to start ActiveMatrix Database adapter in Adapter Tester, the following exception will get printed in the Designer console:
======
CreateProcess error=740, The requested operation requires elevation
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.tibco.ae.tools.adaptertester.AdapterProcess.run(AdapterProcess.java:606)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 4 more
=========