Loading

AvePoint SPPS 2003 to MOSS 2007 Migration Failing Cannot access the content

Summary
========

Using DocAve V5 to Migrate SPPS 2003 content to MOSS 2007

Enviornment Setup:

Server1
SPPS 2003 SP2
SQL 2000 SP4
DovAve Agent
|
/
Server 2
DocAve Server (all components
|
/
Server 3
MOSS 2007
DocAve Agent
|
/
Server 45
SQL 2005 Cluster
DocAve Agent (installed to both nodes)

Symptons
========

* AvePoint SP Migration Result Report *

Plan Name: Inactive
Plan ID: PLAN20090506101323
Job ID: MD20090506101327
Source Agent Host: xxxxx
Destination Agent Host: xxxxx
User Name: admin
Start Time: 2009-05-06 10:13:47
Finish Time: Pending
Migration Type:Full
Migration Option:Not Overwrite
Failed

0 MB data 0(0) sites 0(0) webs 0(0) lists 0(0) items.

 

END

Resolution
=========

1. Update the Web.config for the New Web Application
eg: C:InetpubWwwrootWssVirtualDirectories VirtualDirectoryFolder


<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="52428800"/>
</requestFiltering>
</security>
</system.webServer>

For more information on the please see here: http://support.microsoft.com/kb/944981

2. Add the MOSS Farm account to the Following:

DocAve Agent Account (all servers)
Local Administrator on All Servers (this will give the user account right’s to all SQL DB’s, SPPS2003 sites and Local Server ServicesShares)
DocAve AD logon Administrator group
Logged in to DocAve using this account

Also confirm that you are able to access all of the server and SQL DB account using the Farm account. If connections fail then review networkfirewall rules

Leave a Reply

Your email address will not be published. Required fields are marked *