Forum Discussion
mamar
12 years agoContributor
I am not sure what is the exact issue. But the same is working from my side. Could you please check your login details, upper and lower cases, proper domain and project name? If possible could you attach the error snapshot?
Here is the code i use.
Here is the code i use.
import org.codehaus.groovy.scriptom.*
import com.jacob.activeX.ActiveXComponent
import com.jacob.com.*
Scriptom.inApartment
{
def tdc = new ActiveXObject ('TDApiOle80.TDConnection')
tdc.InitConnectionEx('https://dqa.cbank.com/qcbin/')
tdc.login('abc123', 'Password12')
tdc.connect('BANK','Systest')
}