Auteur de questions
Import did not complete

Discussion générale
-
Bonjour,
lors de l'importation du thème, j'utilise la commande celle-ci:
import-SPWeb -identity http://srvsharepoint:4574/test -path c:\model1.wsp -force
et comme résultat dans le fichier log généré, j'obtiens:
[12/27/2012 5:20:49 PM] Start Time: 12/27/2012 5:20:49 PM.
[12/27/2012 5:20:49 PM] Progress: Initializing Import.
[12/27/2012 5:20:49 PM] Warning: Import requirement file C:\Users\Administrator\AppData\Local\Temp\2\d83d8f7c-0393-4b60-8098-5bcff6447bad\Requirements.xml was not found no verifications ran.
[12/27/2012 5:20:49 PM] FatalError: Could not find file 'C:\Users\Administrator\AppData\Local\Temp\2\d83d8f7c-0393-4b60-8098-5bcff6447bad\ExportSettings.xml'.
[12/27/2012 5:20:49 PM] Debug: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
at Microsoft.SharePoint.Deployment.SPImport.DeserializeExportSettings()
at Microsoft.SharePoint.Deployment.SPImport.Run()
[12/27/2012 5:20:49 PM] Progress: Import did not complete.
[12/27/2012 5:20:49 PM] Finish Time: 12/27/2012 5:20:49 PM.
[12/27/2012 5:20:49 PM] Duration: 00:00:00
[12/27/2012 5:20:49 PM] Finished with 1 warnings.
[12/27/2012 5:20:49 PM] Finished with 1 errors.
[12/28/2012 2:56:33 PM] Start Time: 12/28/2012 2:56:33 PM.
[12/28/2012 2:56:33 PM] Progress: Initializing Import.
[12/28/2012 2:56:33 PM] Warning: Import requirement file C:\Users\Administrator\AppData\Local\Temp\2\5d138710-de25-4cd8-86b0-a85af7b91b41\Requirements.xml was not found no verifications ran.
[12/28/2012 2:56:33 PM] FatalError: Could not find file 'C:\Users\Administrator\AppData\Local\Temp\2\5d138710-de25-4cd8-86b0-a85af7b91b41\ExportSettings.xml'.
[12/28/2012 2:56:33 PM] Debug: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
at Microsoft.SharePoint.Deployment.SPImport.DeserializeExportSettings()
at Microsoft.SharePoint.Deployment.SPImport.Run()
[12/28/2012 2:56:33 PM] Progress: Import did not complete.
[12/28/2012 2:56:33 PM] Finish Time: 12/28/2012 2:56:33 PM.
[12/28/2012 2:56:33 PM] Duration: 00:00:00
[12/28/2012 2:56:33 PM] Finished with 1 warnings.
[12/28/2012 2:56:33 PM] Finished with 1 errors.Quelqu'un a déjà une idée???
Cordialement,
KETATA Ramy (N'oubliez pas de Marquer et Voter la ou les réponses qui aident à résoudre votre problème)
- Type modifié Gokan OzcifciMVP mardi 8 janvier 2013 16:53
Toutes les réponses
-
Salut Remy,
Il se peux que c'est la taille ton ton WSP qui déconne, par défault la cab size est par default 25Mb ..
Pourrais-tu faire un export avec cette ligne de commande
Export-SPWeb ... -Path ... -CompressionSize 1000
Et un importe avec cette ligne de commande:
Import-SPWeb -IncludeUserSecurity -Identity ... -path ... -Force
Bàt,
G.
My New Technical Blog: WWW.GKNZCFC.NET
SharePoint Community Expert -