Forum
Merhaba
Sharepoint 2013 üzerindeki bir site collection ı export ettim ve farklı bir ortamdaki farklı bir sharepoint 2013 e import etmeye çalıştım aşağıdaki hatayı alıyorum.
Acaba sorun tam olarak nereden kaynaklanıyor olabilir? Çözüm için ne önerirsiniz?
Teşekkür ederim
"Import-SPWeb : The DateTime represented by the string is out of range."
[19.9.2016 09:19:03] [Folder] [UR Form] Debug: at System.DateTime.Parse(String s, IFormatProvider provider)
at System.Convert.ToDateTime(String value, IFormatProvider provider)
at System.Runtime.Serialization.SerializationInfo.GetDateTime(String name)
at Microsoft.SharePoint.Deployment.MetaInfoProperty..ctor(SerializationInfoHelper infoHelper)
at Microsoft.SharePoint.Deployment.DictionarySerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
[19.9.2016 09:19:03] FatalError: The DateTime represented by the string is out of range.
[19.9.2016 09:19:03] Debug: at System.DateTime.Parse(String s, IFormatProvider provider)
at System.Convert.ToDateTime(String value, IFormatProvider provider)
at System.Runtime.Serialization.SerializationInfo.GetDateTime(String name)
at Microsoft.SharePoint.Deployment.MetaInfoProperty..ctor(SerializationInfoHelper infoHelper)
at Microsoft.SharePoint.Deployment.DictionarySerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType, Boolean isChildObject)
at Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType, Boolean isChildObject, DeploymentObject envelope)
at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)
at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)
at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
at Microsoft.SharePoint.Deployment.SPImport.Run()
[19.9.2016 09:19:03] Progress: Import did not complete.
merhaba The DateTime represented by the string is out of range. hatası alıyorsunuz muhtemel ıkı sunucu arasında tarıh formatları farkı var export ettıgınız sunucu ıle aynı formata cekermısınız ?
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com
Aslında ilk baktığım yer orasıydı 2 sunucunun region ayarları aynı.
ama farklı olan Site settings regional settings altında sort order kısmı birinde general diğerinde turkish sanırım bundan kaynaklanıyor bunuda değiştirmeme izin vermiyor
PowerShell ile değiştirmeyi denediniz mi ? daha önceden kullkandığım bir kod aşağıdadır kod bana ait değil bilginize
https://blogs.technet.microsoft.com/lukeb/2011/04/21/sharepoint-regional-settings-in-powershell/
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com