Frontpage RPC Server Extensions Status Code

  • Thread starter Thread starter Anyone for Coffee?
  • Start date Start date
A

Anyone for Coffee?

I have a question about an error in FrontPage RPCs.

I have an application which occasionally is logging an error. I have a
specific error status code, but cannot find (google/live search/msdn/etc) any
reference to the staus code. Specificaly status=589829.

Where can I find what the code is telling me?
 
I'm attempting to download a large file from sharepoint using get_document.

cheers,
 
If you are running WSS suggest you ask in a WSS newsgroup at
news://msnews.microsoft.com/microsoft.public.sharepoint.windowsservices


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|
| I'm attempting to download a large file from sharepoint using get_document.
|
| cheers,
|
|
| "Kathleen Anderson" wrote:
|
| > What kind of application is it and what is it doing when you get the error
| > message?
| >
| > --
| >
| > ~ Kathleen Anderson
| > Microsoft MVP - FrontPage
| > Spider Web Woman Designs
| > Expression Web Resources: http://www.spiderwebwoman.com/xweb/
| > FrontPage Resources: http://www.spiderwebwoman.com/resources/
| > Please reply to the newsgroup for the benefit of others
| >
| >
| >
| > message | > >I have a question about an error in FrontPage RPCs.
| > >
| > > I have an application which occasionally is logging an error. I have a
| > > specific error status code, but cannot find (google/live search/msdn/etc)
| > > any
| > > reference to the staus code. Specificaly status=589829.
| > >
| > > Where can I find what the code is telling me?
| > >
| >
| >
| >
 
I don't think it's a config issue in that respect.

I find if I leave the app running & re-trying periodically then it succeeds
at some point in the night. The fact that is does succeed eventuially rather
conirms there is not configuration or code issue. I'm going to need to tweak
something somewhere.

I'm guessing there may be some network limitaion of similar - who knows?
thats why I am after the explaination of the status code.


Detail of the exception I catch is:
EXCEPTION: RemoteException: The URL '<a valid url>' is invalid. It may
refer to a nonexistent file or folder, or refer to a valid file or folder
that is not in the current Web. (status=589829)
 
Back
Top