Re: callout com+ via proxystub by Matt
Matt
Fri Aug 26 13:12:10 CDT 2005
Best guess is that you are losing some authentication. I would shy away from
this approach as you have some potential performance issue sin the future with
this and if the other server is down, the callout will fail and this will impact
your online response of your users.
If you truly need to send the processing to another machine, look into other
ways, like MSMQ, to pass the message to the other server and then process it.
This makes the callout pretty trim and can the queue up messages if the other
server is down.
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On 26 Aug 2005 10:48:33 -0700, "Ralf" <ralf.hille@tec-si.net> wrote:
hi,
i have developed a post callout routine. When i install the component
on the crm server as com+ it works fine.
Now i install the component on a other server as com+. I create a
proxstub/msi-package and install this on the crm server.
When i use the com+ proxy on the crm server with a own testtool it
works also fine, but when i use the crm webclient the server doesn't
make the callout to my compontent.
Have anybody a idea whats happen or what's wrong?
Thank's for help
Ralf