Adapter fails to start with "CreateProcess error=740, The requested operation requires elevation" in designer

Adapter fails to start with "CreateProcess error=740, The requested operation requires elevation" in designer

book

Article ID: KB0078627

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Database 6.3.0

Description

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
=========

Issue/Introduction

Adapter fails to start with "CreateProcess error=740, The requested operation requires elevation" in designer

Environment

Product: TIBCO ActiveMatrix BusinessWorks Plug-in for Database Version: 6.x and above OS: All Supported Operating Systems

Resolution

This error occurs due to the not having administrator privilege access. To solve this issue start the designer in "Run as administrator" mode.