|
Home > Archive > Microsoft Content Management Server > July 2004 > SDO export resources, 404 error for sdo file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SDO export resources, 404 error for sdo file
|
|
| Adam White 2004-07-28, 6:10 pm |
| Isn't Site Deployment fun?
This week I am getting a 404 error when I try to export
the Resources from one of my MCMS 2002 Enterprise servers
(Win2K SP4 OS).
Exporting Channels and Templates works fine. I have local
admin rights and am running the Site Manager locally. I
am using a seperate site for import/export to avoid
web.config or global.asa issues.
The export preview works fine. Watching the process I can
see the xml report file gets created in rdonlyres. The
temporary directory gets created in temp and populated
with files. The temporary sdo file gets created in temp.
Then all the stuff from temp gets deleted BUT the new
temporary sdo file never appears in rdonlyres. Site
Manager then returns a 404.
I checked the IIS logs and it showed that Site Manager
was looking for the temp sdo file in rdonlyres when it
got the error. I checked the XML report file and Windows
Application Event Log and they seem to indicate that the
whole process was succesful.
There is plenty of disk space and it works fine, as I
said, for Channels and/or Templates. The temp resources
sdo file in temp is about 400 Mb. The temp templates-and-
galleries sdo file is about 290 Mb - don't know if this
makes a difference.
** ANY IDEAS as to what could cause the process to fail
to create the second temporary sdo file in rdonlyres? **
Thanks
Adam
| |
| Stefan [MSFT] 2004-07-28, 6:10 pm |
| Hi Adam,
please check out this article:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#80688B73-E28A-4EE4-9720-08D67B244E8E
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Adam White" <anonymous@discussions.microsoft.com> wrote in message
news:576501c47472$09874410$a601280a@phx.gbl...
> Isn't Site Deployment fun?
>
> This week I am getting a 404 error when I try to export
> the Resources from one of my MCMS 2002 Enterprise servers
> (Win2K SP4 OS).
>
> Exporting Channels and Templates works fine. I have local
> admin rights and am running the Site Manager locally. I
> am using a seperate site for import/export to avoid
> web.config or global.asa issues.
>
> The export preview works fine. Watching the process I can
> see the xml report file gets created in rdonlyres. The
> temporary directory gets created in temp and populated
> with files. The temporary sdo file gets created in temp.
> Then all the stuff from temp gets deleted BUT the new
> temporary sdo file never appears in rdonlyres. Site
> Manager then returns a 404.
>
> I checked the IIS logs and it showed that Site Manager
> was looking for the temp sdo file in rdonlyres when it
> got the error. I checked the XML report file and Windows
> Application Event Log and they seem to indicate that the
> whole process was succesful.
>
> There is plenty of disk space and it works fine, as I
> said, for Channels and/or Templates. The temp resources
> sdo file in temp is about 400 Mb. The temp templates-and-
> galleries sdo file is about 290 Mb - don't know if this
> makes a difference.
>
> ** ANY IDEAS as to what could cause the process to fail
> to create the second temporary sdo file in rdonlyres? **
>
> Thanks
>
> Adam
| |
| briggee 2004-07-28, 6:10 pm |
| Hi, Sorry the site wouldnt let me create my own question and seems as tho its related to sdo export/import I'm going to try posting it here.
When I try to import or export i get this error
Error: 0
Description: The remote server returned an error: (405) Method Not Allowed.
Severity: 5
Source: System
Debug info: N/A
Extra info: N/A
Client Source: CExProgress::ProcessPackage
Recommended Action: N/A
any ideas?
"Adam White" wrote:
> Isn't Site Deployment fun?
>
> This week I am getting a 404 error when I try to export
> the Resources from one of my MCMS 2002 Enterprise servers
> (Win2K SP4 OS).
>
> Exporting Channels and Templates works fine. I have local
> admin rights and am running the Site Manager locally. I
> am using a seperate site for import/export to avoid
> web.config or global.asa issues.
>
> The export preview works fine. Watching the process I can
> see the xml report file gets created in rdonlyres. The
> temporary directory gets created in temp and populated
> with files. The temporary sdo file gets created in temp.
> Then all the stuff from temp gets deleted BUT the new
> temporary sdo file never appears in rdonlyres. Site
> Manager then returns a 404.
>
> I checked the IIS logs and it showed that Site Manager
> was looking for the temp sdo file in rdonlyres when it
> got the error. I checked the XML report file and Windows
> Application Event Log and they seem to indicate that the
> whole process was succesful.
>
> There is plenty of disk space and it works fine, as I
> said, for Channels and/or Templates. The temp resources
> sdo file in temp is about 400 Mb. The temp templates-and-
> galleries sdo file is about 290 Mb - don't know if this
> makes a difference.
>
> ** ANY IDEAS as to what could cause the process to fail
> to create the second temporary sdo file in rdonlyres? **
>
> Thanks
>
> Adam
>
| |
| Stefan [MSFT] 2004-07-28, 6:10 pm |
| Hi Brigee,
please post the part of the IIS log showing this.
It seems you disabled one of the http verbs in IIS MMC relevant for site
deployment (e.g. the POST or GET verb) for this specific application
extension (e.g. ASPX).
Cheers,
Stefna.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"briggee" <briggee@discussions.microsoft.com> wrote in message
news:98A7D752-4351-405C-91CA-6EE03A924671@microsoft.com...
> Hi, Sorry the site wouldnt let me create my own question and seems as tho
its related to sdo export/import I'm going to try posting it here.
>
> When I try to import or export i get this error
>
> Error: 0
> Description: The remote server returned an error: (405) Method Not
Allowed.[vbcol=seagreen]
> Severity: 5
> Source: System
> Debug info: N/A
> Extra info: N/A
> Client Source: CExProgress::ProcessPackage
> Recommended Action: N/A
>
> any ideas?
>
> "Adam White" wrote:
>
| |
| briggee 2004-07-28, 6:10 pm |
| thanks for you reply:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2004-07-28 08:56:04
#Fields: time c-ip cs-method cs-uri-stem sc-status
08:56:04 127.0.0.1 GET /nr/system/clientui/login.asp 200
08:56:04 127.0.0.1 GET /nr/system/clientui/Titlebar/Resolution.ico 304
08:56:20 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:20 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:21 127.0.0.1 GET /nr/system/clientui/aecm.asp 200
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Cut.gif 304
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Copy.gif 304
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Paste.gif 304
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Delete.gif 304
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Refresh.gif 304
08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Properties.gif 304
08:56:28 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:28 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:40 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:40 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:45 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
08:56:47 127.0.0.1 POST /MCMS/SiteDeployment/cmsxmlstub.aspx 405
08:56:47 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
08:56:49 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
08:56:51 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
08:56:52 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
rgds
M
"Stefan [MSFT]" wrote:
> Hi Brigee,
>
> please post the part of the IIS log showing this.
> It seems you disabled one of the http verbs in IIS MMC relevant for site
> deployment (e.g. the POST or GET verb) for this specific application
> extension (e.g. ASPX).
>
> Cheers,
> Stefna.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "briggee" <briggee@discussions.microsoft.com> wrote in message
> news:98A7D752-4351-405C-91CA-6EE03A924671@microsoft.com...
> its related to sdo export/import I'm going to try posting it here.
> Allowed.
>
>
>
| |
| Stefan [MSFT] 2004-07-28, 6:10 pm |
| Hi Adam,
as indicated the POST request is not allowed for ASPX extensions.
Please
- open you IIS MMC,
- right click on your web site
- select properties
- choose the "Home Directory" tab
- click the "Configuration..." button in the Application Settings section
- look if the ".aspx" extension is listed here.
- select the ".aspx" extension in the list
- click the Edit button
- check the Verbs section.
- ensure that POST is listed in the list of allowed verbs in the "Limit to"
line.
If ".aspx" is not listed in the section then ASP.NET is not correctly
registered on your web site.
Then follow the hints in this article:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#1C79BD0A-1DF6-48BC-BB8A-6FA2044B254E
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"briggee" <briggee@discussions.microsoft.com> wrote in message
news:388DBAE9-187A-4279-B909-37A4EAB2AA2E@microsoft.com...[vbcol=seagreen]
> thanks for you reply:
>
> #Software: Microsoft Internet Information Services 5.1
> #Version: 1.0
> #Date: 2004-07-28 08:56:04
> #Fields: time c-ip cs-method cs-uri-stem sc-status
> 08:56:04 127.0.0.1 GET /nr/system/clientui/login.asp 200
> 08:56:04 127.0.0.1 GET /nr/system/clientui/Titlebar/Resolution.ico 304
> 08:56:20 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:20 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:21 127.0.0.1 GET /nr/system/clientui/aecm.asp 200
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Cut.gif 304
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Copy.gif 304
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Paste.gif 304
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Delete.gif 304
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Refresh.gif 304
> 08:56:21 127.0.0.1 GET /nr/system/clientui/Toolbar/Properties.gif 304
> 08:56:28 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:28 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:35 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:40 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:40 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:45 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
> 08:56:47 127.0.0.1 POST /MCMS/SiteDeployment/cmsxmlstub.aspx 405
> 08:56:47 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
> 08:56:49 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
> 08:56:51 127.0.0.1 GET /NR/System/ClientUI/progress.asp 200
> 08:56:52 127.0.0.1 POST /NR/System/Marshalling/resstub.asp 200
>
> rgds
> M
>
> "Stefan [MSFT]" wrote:
>
rights.[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver[vbcol=seagreen]
tho[vbcol=seagreen]
| |
|
|
| Adam White 2004-07-28, 8:46 pm |
| Hi Stefan
Yep, done that. My rdonlyres folder is a virtual
directory. I am not running Windows 2003.
What's next? It works some times but not others. The
temporary SDO file is created in temp (and then deleted)
but not in rdonlyres or the specified destination.
Thanks
Adam
| |
| Stefan [MSFT] 2004-07-29, 7:50 am |
| Hi Adam,
If the steps discussed in the article did not help and in addition the
problem is sporadic then this is something I have not seen before and it
needs deeper analysis.
I would suggest to open a support call.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Adam White" <anonymous@discussions.microsoft.com> wrote in message
news:613301c47503$a2da8c80$a601280a@phx.gbl...
> Hi Stefan
>
> Yep, done that. My rdonlyres folder is a virtual
> directory. I am not running Windows 2003.
>
> What's next? It works some times but not others. The
> temporary SDO file is created in temp (and then deleted)
> but not in rdonlyres or the specified destination.
>
>
> Thanks
>
> Adam
|
|
|
|
|