Why am I getting a Server Busy dialog box?

N

Nacho

I'm having a problem - i'm getting a "server busy" dialog box (the one
with the "switch to" and "retry" buttons) and have no idea why. I have
tested my software on some machines and it works fine, however on
others it causes this problem.

I've written a component that is called as a microsoft dynamics rms
v2 hook. The component is written for the .net 2.0 framework and is
also registered as com callable. It exposes a very simple interface:
one method which blocks until it completes its work, and then returns
a boolean to indicate success or failure. Needless to say, its a very
simple interface. RMS calls my software via the COM interface. My
software displays a GUI, does a few things, and then returns the
boolean. The problem is that when that boolean is returned, my screen
disappears and control "should" be returned to RMS, however RMS sits
there blankly, like control has not been returned. Clicking inside the
window produces the "server busy" dialog. Clicking the "switch to"
button in that dialog causes control to finally be returned to RMS and
it continues on normally.

I'd like some pointers on:
* an idea of what this problem might be and
* how to debug this problem

At this stage I have no idea what might be causing the problem.

Any help is appreciated.

Thanks
 
F

Family Tree Mike

Nacho said:
I'm having a problem - i'm getting a "server busy" dialog box (the one
with the "switch to" and "retry" buttons) and have no idea why. I have
tested my software on some machines and it works fine, however on
others it causes this problem.

I've written a component that is called as a microsoft dynamics rms
v2 hook. The component is written for the .net 2.0 framework and is
also registered as com callable. It exposes a very simple interface:
one method which blocks until it completes its work, and then returns
a boolean to indicate success or failure. Needless to say, its a very
simple interface. RMS calls my software via the COM interface. My
software displays a GUI, does a few things, and then returns the
boolean. The problem is that when that boolean is returned, my screen
disappears and control "should" be returned to RMS, however RMS sits
there blankly, like control has not been returned. Clicking inside the
window produces the "server busy" dialog. Clicking the "switch to"
button in that dialog causes control to finally be returned to RMS and
it continues on normally.

I'd like some pointers on:
* an idea of what this problem might be and
* how to debug this problem

At this stage I have no idea what might be causing the problem.

Any help is appreciated.

Thanks

You probably should try posting to the microsoft.public.pos group. More
developers there may have run into this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Server Busy dialog 4
Windows XP Server busy 0
Server Busy dialog 1
Server Busy 1
"Server busy" message on computer startup 2
Server busy 10
Hiding a dialog without closing it 10
Server Busy. 2

Top