Hello Guys,
I am currently migrating a huge SharePoint site (1T of data with 5000+ users). In the process of the migration, I am also doing a "reparenting" process (child site moved to parent site). I have tried the stsadm export/import command. After several days of running the script. I am encountering this problem in the import:
FatalError: The content has expired and can no longer be used. (Exception from HRESULT: 0x80090317)
The import.log shows the following exception:
at Microsoft.SharePoint.SPGlobal.HandleComException(COMException ComEx) at Microsoft.SharePoint.Library.SPRequest.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsa ....
I searched on the forums about the Error code and it has some problem with the tokens. I have tried their suggestions by tweaking the "web page security validation" in the central admin but it did not work. So can anyone help me how to fix this? Or is this a limitation of STSADM?
Thanks in advance!