Error in ibtws connecting (Trading Toolbox)

Hi guys, Im trying to connect to interactive brokers. But sadly i get this error in return:
ib = ibtws('',7496)
Error using feval
Server Creation Failed: The application has failed to start
because its side-by-side configuration is incorrect. Please
see the application event log or use the command-line
sxstrace.exe tool for more detail.
Error in actxserver (line 86)
h=feval(['COM.' convertedProgID], 'server',
machinename, interface);
Error in ibtws (line 38)
Does anyone know what is happening here.
Much appreciated!!

Respuestas (4)

Walter Roberson
Walter Roberson el 4 de Mayo de 2015

1 voto

You have incompatible library files installed.
https://support.microsoft.com/en-us/kb/2525435
https://www.youtube.com/watch?v=uRLznz_wI-k

1 comentario

Fiction
Fiction el 2 de Ag. de 2015
Great, works for me. Installing all versions of MS Visual C++ redistributable fixes the problem

Iniciar sesión para comentar.

Yair Altman
Yair Altman el 22 de Mzo. de 2015

0 votos

This problem is due to using the ActiveX connector to IB.
You might wish to try the cross-platform Java-based approach (not ActiveX) of the IB-Matlab product: http://undocumentedmatlab.com/ib-matlab/
Andy
Andy el 1 de Jun. de 2020

0 votos

Guys, one question ...
Why do you still have Interactive Brokers as a supported broker and data source in the DOCs ... if it doesn't work?
I've installed latest production IB Trader Workstation ... tried all the gotcha's in various links ... and still doesn't work, getting the below error in 2020a:
Error using feval
Server Creation Failed: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
Error in actxserver (line 89)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
Error in ibtws (line 37)
x.Handle = actxserver('TWS.TwsCtrl.1');
I believe it's simple: you either support it ... or you remove support, there is no middle ground. so, what is it?
thanks

Productos

Preguntada:

Mf
el 6 de En. de 2015

Respondida:

el 1 de Jun. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by