TIBCO BW ADB adapter Can't run program adbagent.exe
When we run the adapter tester in TIBCO BW, we may get the following error:
java.io.IOException: Cannot run program "C:\tibco\adapter\adadb\6.3\bin\adbagent.exe" (in directory "C:\tibco\designer\5.8\workingDirAdapter"): 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)
-- and few more lines --------------
To resolve this, we may need to start the TIBCO BW engine as administrator using 'Run as Administrator'
java.io.IOException: Cannot run program "C:\tibco\adapter\adadb\6.3\bin\adbagent.exe" (in directory "C:\tibco\designer\5.8\workingDirAdapter"): 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)
-- and few more lines --------------
To resolve this, we may need to start the TIBCO BW engine as administrator using 'Run as Administrator'
Comments
Post a Comment