Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default WebException from within excel add-in

We receive this .Net 2.0 WebException on a specific machine when trying to
access a asmx service from within an Excel RTD Server.

Let me first give you the technical background of our add-in: We have one
UDF which calls into an Managed RTD server (using the Excel.RTD function);
the server implements the IRTDServer interface. Inside the RTD Server, I
batch up 25 (it is a configured number) request(s) to send to an asmx web
service.


Here is the problem:

Our add-in makes a couple of requests just fine and then fails until we
reinstall the add-in. Our log show it gets to the RTD server and then fails
with "Unable to connect to remote server" exception.


Here is a snippet of our log file:

TraceSource Verbose: 0 : Entering Connect Data. Finanical: , TickerySymbol
ibm, DateRequested , GetNewValues: True
TraceSource Verbose: 0 : Processing Request: 1
TraceSource Verbose: 0 : Initiating request coordinator. TopicId 1 Financial
..
TraceSource Critical: 0 : Exception after request completed, Exception
Message: Unable to connect to the remote server and Exception Stacktrace
at Excel.Addin.Formula.FinancialClient.OnRequestCompl eted(Object sender,
GetFinancialsCompletedEventArgs e).

Here is the machine's configuration:

Office Pro 2003 sp1
Windows XP sp2
Norton Internet Security 2006
No internal or external proxies are installed.

Here is some troubleshooting steps we tried:

- We created a standalone app to communicate with the web service on the
problematic machine and it works fine. (of course, no RTD server is involved)
No firewall running internally (windows firewall and norton were turned off)
or externally on any routers.

- The web service uri is accessible from a web browser.

- Installed Sysinternals utilities (RegMon and FileMon) to find potential
errors but no issues manifested.

- Installed Sysinternals TcpMonitor and noticed the request never makes it
to the kernel tcp/ip stack.

So, after doing the above troubleshooting, we have come to a conclusion that
something is halting the execution of the asmx client connection before it
even make is to the tcp/ip stack.

Any ideas?

Thanks, Chad

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default WebException from within excel add-in

You're probably better off asking in one of the Interop/SDK NGs

NickHK

"Chadusv" ...
We receive this .Net 2.0 WebException on a specific machine when trying to
access a asmx service from within an Excel RTD Server.

Let me first give you the technical background of our add-in: We have one
UDF which calls into an Managed RTD server (using the Excel.RTD function);
the server implements the IRTDServer interface. Inside the RTD Server, I
batch up 25 (it is a configured number) request(s) to send to an asmx web
service.


Here is the problem:

Our add-in makes a couple of requests just fine and then fails until we
reinstall the add-in. Our log show it gets to the RTD server and then
fails
with "Unable to connect to remote server" exception.


Here is a snippet of our log file:

TraceSource Verbose: 0 : Entering Connect Data. Finanical: , TickerySymbol
ibm, DateRequested , GetNewValues: True
TraceSource Verbose: 0 : Processing Request: 1
TraceSource Verbose: 0 : Initiating request coordinator. TopicId 1
Financial
.
TraceSource Critical: 0 : Exception after request completed, Exception
Message: Unable to connect to the remote server and Exception Stacktrace
at Excel.Addin.Formula.FinancialClient.OnRequestCompl eted(Object sender,
GetFinancialsCompletedEventArgs e).

Here is the machine's configuration:

Office Pro 2003 sp1
Windows XP sp2
Norton Internet Security 2006
No internal or external proxies are installed.

Here is some troubleshooting steps we tried:

- We created a standalone app to communicate with the web service on the
problematic machine and it works fine. (of course, no RTD server is
involved)
No firewall running internally (windows firewall and norton were turned
off)
or externally on any routers.

- The web service uri is accessible from a web browser.

- Installed Sysinternals utilities (RegMon and FileMon) to find potential
errors but no issues manifested.

- Installed Sysinternals TcpMonitor and noticed the request never makes it
to the kernel tcp/ip stack.

So, after doing the above troubleshooting, we have come to a conclusion
that
something is halting the execution of the asmx client connection before
it
even make is to the tcp/ip stack.

Any ideas?

Thanks, Chad



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"