Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM+ and WIN98 issue - Need Help!!

Status
Not open for further replies.

Korny

Programmer
Sep 4, 2002
3
0
0
US

1. I have an application exe and 4 dll's created in vb6.0
2. I create a com+ application on a win2000 application server.
3. I add the 4 dll's to a component services com+ application.
4. I export the application proxy for the com+ app.
5. I install the exe and the proxy msi to my win2000 computer and it works fine.
6. I install the exe and the msi file on a win98 computer.
7. I run the application from the win98 computer and get the following error "RPC SERVER IS TOO BUSY TO COMPLETE THIS OPERATION. ERROR# 1723".
The server is not busy it is just is sitting there and works from my 2k box.
8. DCOM98 and DCOMCNFG are installed on the win98 computer.
9. I have the security settings set to everyone on both machines.

Works fine on my win2000 box but get the error on the win98 box.

Running out of ideas, been searching the web for 2 days and nobody seems to have this issue.

Any ideas???????
 
got past that error -the win98 box was a POS...
 
Error 1722: The RPC server is unavailable.

Error 1723: The RPC server is too busy to complete this operation.

Error 1721: Not enough resources are available to complete this operation.

These errors do not appear to be dependent upon the the number of Licenses (License Logging Service), the amount of RAM, CPU speed, or number of CPUs on either the Terminal Server or domain controller.

To resolve this issue, try tuning MaxWorkItems and MaxMpxCt at:

HKEY_LOCAL__MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters

in the domain controller.

NOTE: MaxWorkItems must be at least 4 times the value of MaxMpxCt.

NOTE: See tips 1181,1157, and 1123.

NOTE If you have W9x clients, see Q232890.

 
I have this question , com+ app proxy cann't be installed on xp, have a this error :
"error registering com+ application con tact your support personnel for more information!"

the same can be installed and work well on win2000. it have question on win98 ,I alse install dcom98,dcm95cfg and
instmsia.exe
com+ app is on win2000 server ,export the same proxy.
 
check your installed programs - see if a proxy with the same name is installed
 
try unregistering the particula DLL from the machine.

use the follwing command to do this

regsvr32 /u <path and file name of the DLL>


I usually get that error when the DLL is already registered on the machine i'm trying to install the proxy on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top