Hi to all.
I have a problem in a VEE program that I am making to store data in a
Excel. Sometimes when attempt to make a "set sheet=..." appears to me an
error with the message "Can't access to the RPC server". Somebody knows
porqu passes this?
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
I have a problem in a VEE program that I am making to store data in a
Excel. Sometimes when attempt to make a "set sheet=..." appears to me an
error with the message "Can't access to the RPC server". Somebody knows
porqu passes this?
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
porwho?
> "Can't access to the RPC server"
I think the error is in error
In other words, that's not really what's happening. The RPC server isn't
even involved in a local transaction. Now, if you have Excel loaded on a
server somewhere on the network (not installed on your computer), *that*
could produce this error.
In that case, it probably means RPC is busy doing other things and it's
service queue's hiwater mark has been reached. IOW, a server can only queue
so many requests before it starts to reject them.
At any rate, if the translation is actually "the RPC server is unavailable",
then MS says:
A distributed (RPC) application has tried to reach a server that is not
available. For instance, the server may be shut down, there may be a network
hardware problem, there may be no common transports, or the server may not
exist.
Some things you can do to get further information from the system are listed
here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/ena
bling_extended_error_information.asp
(that's supposed to be one line)
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".