sententia
Home    Blog

Blog

      
Jul 30 at 8:13am | 0 comments
Just capturing how to load and configure Tibco Designer for connections to oracle database.  

Jul 30 at 8:42am | 0 comments
I just migrated from BW5.9, Designer 5.7, ADB 6.2 to BW5.11, Designer 5.8, ADB 6.3 which has not been smooth.  Trying to run the adb adapter tester on my box, I first got : 
java.io.IOException: Cannot run program "C:\tibco\adapter\adadb\6.3\bin\adbagent.exe" (in directory "C:\junk\Tibco\ADB"): 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