Quantcast
Channel: MATLAB Central Newsreader - Interactive Broker Error

Re: Interactive Broker Error

$
0
0

"Karim " <karim.jadallah@gmail.com> wrote in message
news:m07ban$ar$1@newscl01ah.mathworks.com...
> hello all
>
> I get following error when I try to conect to Interactive Brokers:
> --------------------------------------
> Error using feval
> Server Creation Failed: Die angegebene Prozedur wurde nicht gefunden.

Google says this error message is "The specified procedure could not be
found"

> Error in actxserver (line 86)
> h=feval(['COM.' convertedProgID], 'server', machinename,
> interface);
>
> Error in ibtws (line 38)
>
> Error in IB_download (line 7)
> ib = ibtws('',7496);
> ------------------------

This is from Trading Toolbox:

http://www.mathworks.com/help/trading/ibtws.html

[I'm guessing not a lot of CSSM posters have access to this toolbox, which
is why I'm mentioning it.]

> I have allready tried update to TWS update and downgrate, loaded the
> Ibtws.p file, but still it does not get better.
>
> WIN 64 Bit
> matlab 2014R

Is IB Trader Workstation running on your local machine or another machine on
your network? If the latter, specify the IP address of that other machine as
the first input to IBTWS.

> you would help me a lot for any idea.

I'm not really familiar with this toolbox. I recommend you contact Technical
Support using the instructions in my signature and work with them to
determine why IBTWS is not able to create the COM server.

--
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

Interactive Broker Error

$
0
0
hello all

I get following error when I try to conect to Interactive Brokers:
--------------------------------------
Error using feval
Server Creation Failed: Die angegebene Prozedur wurde nicht gefunden.

Error in actxserver (line 86)
        h=feval(['COM.' convertedProgID], 'server', machinename, interface);

Error in ibtws (line 38)

Error in IB_download (line 7)
ib = ibtws('',7496);
------------------------
I have allready tried update to TWS update and downgrate, loaded the Ibtws.p file, but still it does not get better.

WIN 64 Bit
matlab 2014R

you would help me a lot for any idea.
If you wanna sell any kind of software what would help, no thank you.

best wishes
KJ

Re: Interactive Broker Error

Re: Interactive Broker Error

$
0
0
I have managed to solved this by installing the 32 bit Version of “ <http://www.microsoft.com/en-us/download/details.aspx?id=3387 Microsoft Visual C++ 2005 Redistributable> ”. <http://www.steekoo.com/matlab-ibtws/ Here more information on how to link Matlab to IB TWS.>

"Karim" wrote in message <m07ban$ar$1@newscl01ah.mathworks.com>...
> hello all
>
> I get following error when I try to conect to Interactive Brokers:
> --------------------------------------
> Error using feval
> Server Creation Failed: Die angegebene Prozedur wurde nicht gefunden.
>
> Error in actxserver (line 86)
> h=feval(['COM.' convertedProgID], 'server', machinename, interface);
>
> Error in ibtws (line 38)
>
> Error in IB_download (line 7)
> ib = ibtws('',7496);
> ------------------------
> I have allready tried update to TWS update and downgrate, loaded the Ibtws.p file, but still it does not get better.
>
> WIN 64 Bit
> matlab 2014R
>
> you would help me a lot for any idea.
> If you wanna sell any kind of software what would help, no thank you.
>
> best wishes
> KJ

Re: Interactive Broker Error

$
0
0
"Diego Ochoa" wrote in message <nnjies$ae1$1@newscl01ah.mathworks.com>...
> Same problem here but the outgoing message is in spanish. Translation would be "The specified procedure could not be found". Windows x64, Matlab2015b x86, TWSx86 957.3 , IB API x86 970 release. Already installed every version of C++ redistributable.
>
> >> ib=ibtws('',7496);
> Error using feval
> Server Creation Failed: No se encontró el proceso especificado.
> Error in actxserver (line 86)
> h=feval(['COM.' convertedProgID], 'server', machinename, interface);
>
> Error in ibtws
 

This error is due to a problem of Trading Toolbox to connect to the IB client using a COM (ActiveX) connection. You can ask MathWorks support to help you resolve this.

Alternatively, you can try the IB-Matlab product (http://UndocumentedMatlab.com/IB-Matlab), which uses a Java connection (not COM) to connect to IB.

Yair Altman
http://UndocumentedMatlab.com
 

Re: Interactive Broker Error

$
0
0
Same problem here but the outgoing message is in spanish. Translation would be "The specified procedure could not be found". Windows x64, Matlab2015b x86, TWSx86 957.3 , IB API x86 970 release. Already installed every version of C++ redistributable.

>> ib=ibtws('',7496);
Error using feval
Server Creation Failed: No se encontró el proceso especificado.
Error in actxserver (line 86)
        h=feval(['COM.' convertedProgID], 'server', machinename, interface);

Error in ibtws
 

Re: Interactive Broker Error

$
0
0
On Saturday, July 30, 2016 at 5:58:09 PM UTC-7, Diego Ochoa wrote:
> Same problem here but the outgoing message is in spanish. Translation would be "The specified procedure could not be found". Windows x64, Matlab2015b x86, TWSx86 957.3 , IB API x86 970 release. Already installed every version of C++ redistributable.
>
> >> ib=ibtws('',7496);
> Error using feval
> Server Creation Failed: No se encontró el proceso especificado.
> Error in actxserver (line 86)
> h=feval(['COM.' convertedProgID], 'server', machinename, interface);
>
> Error in ibtws

Diego Did you finally manage to solve the problem?