RE: Import error - guidance on troubleshooting please.

2011-11-08 Thread Paul Noone
Yikes. :\

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Mike MOSSuMS Stringfellow
Sent: Tuesday, 8 November 2011 4:28 PM
To: ozmoss@ozmoss.com
Subject: RE: Import error - guidance on troubleshooting please.

Ok - it looks like this actual 2010 install is FUBAR, as the import works fine 
on my dev environment and there are a variety of error in the logs, including 
this from nasty from SQL when importing the list:
Unknown SQL Exception 206 occurred. Additional error information from SQL 
Server is included below.
Operand type clash: datetime is incompatible with uniqueidentifier

A re-run of the config wizard, and a repair, both gave this message 
(WEBCONFIG.ACCSRV.XML file is identical to one on my 'nilla dev sp2010):
An exception of type System.IO.InvalidDataException was thrown. Additional 
exception information: The web configuration file, C:\Program Files\Common 
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML, 
does not have element 
configuration/configSections/sectionGroup[@name='SharePoint'] or it is 
invalid.

Next steps will be a reboot and then a complete reinstall, unless there are 
some other ideas?


From: mike_stringfel...@hotmail.com
To: ozmoss@ozmoss.com
Subject: RE: Import error - guidance on troubleshooting please.
Date: Tue, 8 Nov 2011 10:06:39 +0800
Many thanks for your help Paul and Matthew


Definately sounds like we are all thinking the same way as I've checked those 
things.

Pach level was fine as it's been moved to the same farm - however missing 
feature references etc in the content, as it originally came from 2007 and was 
then upgraded, is a distinct possibility.

We've also tried without identity, security, versions and dependecies - same 
darn com error.

It's an RTM 2010, so I'm just investigating if there have been any 
import/export/content migration fixes making SP1 + Oct CU worthwhile - none i 
can see so far. However, if there is some sort of server issue an upgrade may 
be worthwhile.

The GL command didn't help, as it does exactly the same stuff under the skin, 
so threw the same unhelpfull error. I'll have a look at the Chris O'Brian 
content migration wizard next.



From: paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Tue, 8 Nov 2011 09:16:22 +1100
Subject: RE: Import error - guidance on troubleshooting please.
I'd start by ditching dependencies and security on the export and see if it 
will import OK.


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Mike MOSSuMS Stringfellow
Sent: Monday, 7 November 2011 6:10 PM
To: ozmoss@ozmoss.com
Subject: Import error - guidance on troubleshooting please.

Any advice on the quickest way to trouble-shoot the below error when importing 
a list that was exported from a different farm?

Are the ULS logs the place to start, or does the import show all the info 
available to stdout?

Or does anyone recommend a tool or technique that gives generally better 
rsults/insights that the standard import/export - e.g. gl-exportlist and 
gl-importlist?

In anticipation, thanks for your help!


export-spweb -IDENTITY http://OldSiteURLhttp://oldsiteurl/ -ITEMURL 
OldListURL -PATH c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY 
-INCLUDEVERSIONS 4

import-spweb -IDENTITY https://NewSiteURLhttps://newsiteurl/ -PATH 
c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY -UPDATEVERSIONS OVERWRITE 
-VERBOSE

[7/11/2011 10:29:14 AM] [List] [ListName] Progress: Importing
[7/11/2011 10:29:14 AM] [List] [ListName]   ExtendedVerbose: Creating
[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Error: An unexpected error 
has occurred.
[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, 
Guid pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)
   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb 
parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)
   at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, 
SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
   at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object 
obj, SerializationInfo objectData, ISerializationSurrogate surrogate, 
ISurrogateSelector selector)
[7/11/2011 10:29:14 AM] FatalError: An unexpected error has occurred.
[7/11/2011 10:29:14 AM] Debug

RE: Import error - guidance on troubleshooting please.

2011-11-07 Thread Matthew Cosier
My 30 second read and thoughts:

Might be a long shot, but can you verify that they are both patched to the
same versions?   Lots of serialization code being executed in that
callstack, most common issue when deserializing is due to differences in the
current code vs that of the sale object you're trying to deserialize.

 

M

 

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf
Of Mike MOSSuMS Stringfellow
Sent: Monday, 7 November 2011 6:10 PM
To: ozmoss@ozmoss.com
Subject: Import error - guidance on troubleshooting please.

 

Any advice on the quickest way to trouble-shoot the below error when
importing a list that was exported from a different farm?
 
Are the ULS logs the place to start, or does the import show all the info
available to stdout?
 
Or does anyone recommend a tool or technique that gives generally better
rsults/insights that the standard import/export - e.g. gl-exportlist and
gl-importlist?
 
In anticipation, thanks for your help!
 
 

export-spweb -IDENTITY  http://oldsiteurl/ http://OldSiteURL -ITEMURL
OldListURL -PATH c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY
-INCLUDEVERSIONS 4

 

import-spweb -IDENTITY  https://newsiteurl/ https://NewSiteURL -PATH
c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY -UPDATEVERSIONS OVERWRITE
-VERBOSE

 

[7/11/2011 10:29:14 AM] [List] [ListName] Progress: Importing

[7/11/2011 10:29:14 AM] [List] [ListName]   ExtendedVerbose: Creating

[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Error: An unexpected
error has occurred.

[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Debug:at
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)

   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String
bstrUrl, Guid pguidListId, String bstrTitle, String bstrDescription, Int32
lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags,
Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes,
String bstrImageUrl, String bstrEventSinkAssembly, String
bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String
bstrViews, String bstrForms, Boolean bCompressedSchema, DateTime
dtTimeCreated)

   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb
parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)

   at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object
obj, SerializationInfo info, StreamingContext context, ISurrogateSelector
selector)

   at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object
obj, SerializationInfo objectData, ISerializationSurrogate surrogate,
ISurrogateSelector selector)

[7/11/2011 10:29:14 AM] FatalError: An unexpected error has occurred.

[7/11/2011 10:29:14 AM] Debug:at
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)

   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String
bstrUrl, Guid pguidListId, String bstrTitle, String bstrDescription, Int32
lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags,
Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes,
String bstrImageUrl, String bstrEventSinkAssembly, String
bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String
bstrViews, String bstrForms, Boolean bCompressedSchema, DateTime
dtTimeCreated)

   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb
parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)

   at Microsoft.SharePoint.Deployment.ListSerializer.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()

[7/11/2011 10:29:14 AM] Progress: Import did not complete.

[7/11/2011 10:29:14 AM] Finish Time: 7/11/2011 10:29:14 AM.

[7/11/2011 10:29:14 AM] Duration: 00:01:39

[7/11/2011 10:29:14 AM] Finished with 0 warnings.

[7/11/2011 10:29:14 AM] Finished with 2 errors.

 

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Import error - guidance on troubleshooting please.

2011-11-07 Thread Paul Noone
I'd start by ditching dependencies and security on the export and see if it 
will import OK.


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Mike MOSSuMS Stringfellow
Sent: Monday, 7 November 2011 6:10 PM
To: ozmoss@ozmoss.com
Subject: Import error - guidance on troubleshooting please.

Any advice on the quickest way to trouble-shoot the below error when importing 
a list that was exported from a different farm?

Are the ULS logs the place to start, or does the import show all the info 
available to stdout?

Or does anyone recommend a tool or technique that gives generally better 
rsults/insights that the standard import/export - e.g. gl-exportlist and 
gl-importlist?

In anticipation, thanks for your help!


export-spweb -IDENTITY http://OldSiteURLhttp://oldsiteurl/ -ITEMURL 
OldListURL -PATH c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY 
-INCLUDEVERSIONS 4

import-spweb -IDENTITY https://NewSiteURLhttps://newsiteurl/ -PATH 
c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY -UPDATEVERSIONS OVERWRITE 
-VERBOSE

[7/11/2011 10:29:14 AM] [List] [ListName] Progress: Importing
[7/11/2011 10:29:14 AM] [List] [ListName]   ExtendedVerbose: Creating
[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Error: An unexpected error 
has occurred.
[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, 
Guid pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)
   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb 
parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)
   at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, 
SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
   at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object 
obj, SerializationInfo objectData, ISerializationSurrogate surrogate, 
ISurrogateSelector selector)
[7/11/2011 10:29:14 AM] FatalError: An unexpected error has occurred.
[7/11/2011 10:29:14 AM] Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, 
Guid pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)
   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb 
parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)
   at Microsoft.SharePoint.Deployment.ListSerializer.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()
[7/11/2011 10:29:14 AM] Progress: Import did not complete.
[7/11/2011 10:29:14 AM] Finish Time: 7/11/2011 10:29:14 AM.
[7/11/2011 10:29:14 AM] Duration: 00:01:39
[7/11/2011 10:29:14 AM] Finished with 0 warnings.
[7/11/2011 10:29:14 AM] Finished with 2 errors.

___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Import error - guidance on troubleshooting please.

2011-11-07 Thread Mike MOSSuMS Stringfellow

Many thanks for your help Paul and Matthew  Definately sounds like we are all 
thinking the same way as I've checked those things. Pach level was fine as it's 
been moved to the same farm - however missing feature references etc in the 
content, as it originally came from 2007 and was then upgraded, is a distinct 
possibility. We've also tried without identity, security, versions and 
dependecies - same darn com error. It's an RTM 2010, so I'm just investigating 
if there have been any import/export/content migration fixes making SP1 + Oct 
CU worthwhile - none i can see so far. However, if there is some sort of server 
issue an upgrade may be worthwhile. The GL command didn't help, as it does 
exactly the same stuff under the skin, so threw the same unhelpfull error. I'll 
have a look at the Chris O'Brian content migration wizard next.  From: 
paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Tue, 8 Nov 2011 09:16:22 +1100
Subject: RE: Import error - guidance on troubleshooting please.



I’d start by ditching dependencies and security on the export and see if it 
will import OK.   From: ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Mike MOSSuMS Stringfellow
Sent: Monday, 7 November 2011 6:10 PM
To: ozmoss@ozmoss.com
Subject: Import error - guidance on troubleshooting please. Any advice on the 
quickest way to trouble-shoot the below error when importing a list that was 
exported from a different farm?
 
Are the ULS logs the place to start, or does the import show all the info 
available to stdout?
 
Or does anyone recommend a tool or technique that gives generally better 
rsults/insights that the standard import/export - e.g. gl-exportlist and 
gl-importlist?
 
In anticipation, thanks for your help!
 
 export-spweb -IDENTITY http://OldSiteURL -ITEMURL OldListURL -PATH 
c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY -INCLUDEVERSIONS 4 import-spweb 
-IDENTITY https://NewSiteURL -PATH c:\temp\export.cmp -FORCE 
-INCLUDEUSERSECURITY -UPDATEVERSIONS OVERWRITE -VERBOSE [7/11/2011 10:29:14 AM] 
[List] [ListName] Progress: Importing[7/11/2011 10:29:14 AM] [List] [ListName]  
 ExtendedVerbose: Creating[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   
Error: An unexpected error has occurred.[7/11/2011 10:29:14 AM] [List] 
[ER.BusinessUnits]   Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)   at 
Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid 
pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)   at 
Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb, 
Dictionary`2 listMetaData, Boolean usingPublicSchema)   at 
Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, 
SerializationInfo info, StreamingContext context, ISurrogateSelector selector)  
 at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, 
SerializationInfo objectData, ISerializationSurrogate surrogate, 
ISurrogateSelector selector)[7/11/2011 10:29:14 AM] FatalError: An unexpected 
error has occurred.[7/11/2011 10:29:14 AM] Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)   at 
Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid 
pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)   at 
Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb, 
Dictionary`2 listMetaData, Boolean usingPublicSchema)   at 
Microsoft.SharePoint.Deployment.ListSerializer.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

RE: Import error - guidance on troubleshooting please.

2011-11-07 Thread Mike MOSSuMS Stringfellow

Ok - it looks like this actual 2010 install is FUBAR, as the import works fine 
on my dev environment and there are a variety of error in the logs, including 
this from nasty from SQL when importing the list: Unknown SQL Exception 206 
occurred. Additional error information from SQL Server is included 
below.Operand type clash: datetime is incompatible with uniqueidentifierA 
re-run of the config wizard, and a repair, both gave this message 
(WEBCONFIG.ACCSRV.XML file is identical to one on my 'nilla dev sp2010): An 
exception of type System.IO.InvalidDataException was thrown. Additional 
exception information: The web configuration file, C:\Program Files\Common 
Files\Microsoft Shared\Web Server Extensions\14\config\WEBCONFIG.ACCSRV.XML, 
does not have element 
configuration/configSections/sectionGroup[@name='SharePoint'] or it is 
invalid. Next steps will be a reboot and then a complete reinstall, unless 
there are some other ideas?
 From: mike_stringfel...@hotmail.com
To: ozmoss@ozmoss.com
Subject: RE: Import error - guidance on troubleshooting please.
Date: Tue, 8 Nov 2011 10:06:39 +0800








Many thanks for your help Paul and Matthew
 
 
Definately sounds like we are all thinking the same way as I've checked those 
things.
 
Pach level was fine as it's been moved to the same farm - however missing 
feature references etc in the content, as it originally came from 2007 and was 
then upgraded, is a distinct possibility.
 
We've also tried without identity, security, versions and dependecies - same 
darn com error.
 
It's an RTM 2010, so I'm just investigating if there have been any 
import/export/content migration fixes making SP1 + Oct CU worthwhile - none i 
can see so far. However, if there is some sort of server issue an upgrade may 
be worthwhile.
 
The GL command didn't help, as it does exactly the same stuff under the skin, 
so threw the same unhelpfull error. I'll have a look at the Chris O'Brian 
content migration wizard next.
 
 
From: paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Tue, 8 Nov 2011 09:16:22 +1100
Subject: RE: Import error - guidance on troubleshooting please.



I’d start by ditching dependencies and security on the export and see if it 
will import OK.   From: ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Mike MOSSuMS Stringfellow
Sent: Monday, 7 November 2011 6:10 PM
To: ozmoss@ozmoss.com
Subject: Import error - guidance on troubleshooting please. Any advice on the 
quickest way to trouble-shoot the below error when importing a list that was 
exported from a different farm?
 
Are the ULS logs the place to start, or does the import show all the info 
available to stdout?
 
Or does anyone recommend a tool or technique that gives generally better 
rsults/insights that the standard import/export - e.g. gl-exportlist and 
gl-importlist?
 
In anticipation, thanks for your help!
 
 export-spweb -IDENTITY http://OldSiteURL -ITEMURL OldListURL -PATH 
c:\temp\export.cmp -FORCE -INCLUDEUSERSECURITY -INCLUDEVERSIONS 4 import-spweb 
-IDENTITY https://NewSiteURL -PATH c:\temp\export.cmp -FORCE 
-INCLUDEUSERSECURITY -UPDATEVERSIONS OVERWRITE -VERBOSE [7/11/2011 10:29:14 AM] 
[List] [ListName] Progress: Importing[7/11/2011 10:29:14 AM] [List] [ListName]  
 ExtendedVerbose: Creating[7/11/2011 10:29:14 AM] [List] [ER.BusinessUnits]   
Error: An unexpected error has occurred.[7/11/2011 10:29:14 AM] [List] 
[ER.BusinessUnits]   Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)   at 
Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid 
pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, 
String bstrEventSinkAssembly, String bstrEventSinkClass, String 
bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, 
Boolean bCompressedSchema, DateTime dtTimeCreated)   at 
Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb, 
Dictionary`2 listMetaData, Boolean usingPublicSchema)   at 
Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, 
SerializationInfo info, StreamingContext context, ISurrogateSelector selector)  
 at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, 
SerializationInfo objectData, ISerializationSurrogate surrogate, 
ISurrogateSelector selector)[7/11/2011 10:29:14 AM] FatalError: An unexpected 
error has occurred.[7/11/2011 10:29:14 AM] Debug:at 
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)   at 
Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid 
pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, 
String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, 
Int32 iAuthor, String bstrFields, String bstrContentTypes, String

RE: Import Error

2009-06-18 Thread Stefan Goßner
Hi Paul,

be aware that this is still unsupported.
You cannot request support from Microsoft for a site collection created using 
these steps.

Cheers,

Stefan Goßner
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Donnerstag, 18. Juni 2009 04:28
To: ozmoss@ozmoss.com
Subject: RE: Import Error

I've said it before and I'll say it again - that Gary Lapointe is a freaking 
genius.

This simple command could have saved me two days of grief and the whole 
operation lasted about 2 minutes.

stsadm -o gl-convertsubsitetositecollection
-sourceurl https://lei-sppdev-01/ict/
-targeturl https://lei-sppdev-01/ict-test/
-nofilecompression
-owneremail 
paul.no...@ceosyd.catholic.edu.aumailto:paul.no...@ceosyd.catholic.edu.au
-ownerlogin syd-cenet\paul.noone
-nositetemplate

This exports the source site, creates the destination site collection and site 
(based on source site template), and activates any features.

The source site was a Team Site with publsihing and several custom features 
enabled.

And they said it couldn't be done. :)

Thanks to all, and especially Paul Culmsee for pointing me back to GL's site.

Regards,

Paul

From: Paul Culmsee [mailto:paul.culm...@sevensigma.com.au]
Sent: Thursday, 18 June 2009 10:01 AM
To: Paul Noone
Subject: RE: Import Error

Sorry mate not been following the thread, but it smells like a problem I had a 
while back. Is this relevant at all?

http://www.cleverworkarounds.com/2007/11/14/gary-lapointe-is-a-genius-and-has-good-music-taste-too/

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 18 June 2009 6:48 AM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Hi Stefan,

Thanks. This would probably explain why I'm having so much difficulty. So if 
this was  straight WSS site with no customisations I would have no problem 
importing it to the site collection root?

Per Ajay's suggestion, if I disable the Publishing feature first would I then 
be able to import my site successfully and simply enable publishing afterwards?

Regards,

Paul
Online Developer, ICT
CEO Sydney
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Stefan Goßner
Sent: Wednesday, 17 June 2009 6:04 PM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Hi Paul,

what you are trying to achieve is unsupported.
See here for details:
http://blogs.technet.com/stefan_gossner/archive/2009/05/27/limitations-of-stsadm-o-export-import-related-to-publishing-sites.aspx

Cheers,

Stefan Goßner
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Mittwoch, 17. Juni 2009 06:06
To: ozmoss@ozmoss.com
Subject: Import Error

Hi all,

I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.

Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?

If anyone's been successful doing this I'd love to hear about it.

Kind regards,

Paul
--


[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.
[6/17/2009 11:16:39 AM]: Progress: Initializing Import.
[6/17/2009 11:16:45 AM]: Progress: Starting content import.
[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.
[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.
[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.
[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.
   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)
   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)
   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects

Re: Import Error

2009-06-17 Thread Ajay
I saw your post.. I am thinking couldn't you have deactivated the feature
and then exported to save all the trouble you went through..


On Wed, Jun 17, 2009 at 5:30 PM, Jeremy Thake jeremy.th...@readify.netwrote:

  If you struggle with that, I’ve actually got a post to remove the
 dependencies from the file ;-)



 The example below removes the MOSS dependencies so I can import in WSS
 farm.


 http://wss.made4the.net/archive/2009/06/03/importing-a-stsadm-export-package-from-a-moss-farm-to-a-wss-farm.aspx



 *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Paul
 Noone
 *Sent:* Wednesday, 17 June 2009 2:58 PM
 *To:* ozmoss@ozmoss.com
 *Subject:* RE: Import Error



 Ah, ok. Thanks. Will give that option a go.



 *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Ajay
 *Sent:* Wednesday, 17 June 2009 2:44 PM
 *To:* ozmoss@ozmoss.com
 *Subject:* Re: Import Error



 I think it gets all the dependencies.

 If you use content deployment wizard it gives you option to exclude
 dependencies

 On Wed, Jun 17, 2009 at 4:06 PM, Paul Noone 
 paul.no...@ceosyd.catholic.edu.au wrote:

 Hi all,



 I created a blank site collection (no template) and am trying to import a
 basic Web as the root site.



 Am getting the following error. Anyone seen this before, or can shed any
 light? I’m assuming it’s because the import file is a Web and doesn’t
 include expected site collection elements?



 If anyone’s been successful doing this I’d love to hear about it.



 Kind regards,

 Paul

 --





 [6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.

 [6/17/2009 11:16:39 AM]: Progress: Initializing Import.

 [6/17/2009 11:16:45 AM]: Progress: Starting content import.

 [6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.

 [6/17/2009 11:16:45 AM]: Progress: Importing Folder
 /ict-test-web/_catalogs/masterpage/Forms/Page Layout.

 [6/17/2009 11:16:46 AM]: Progress: Importing Folder /ict-test-web/
 SiteCollectionImages/Forms/Document.

 [6/17/2009 11:16:46 AM]: FatalError: (null)
 ict-test-web/SiteCollectionImages/Forms/Document not found.

at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String
 bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)

at
 Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)

at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object
 obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader
 xmlReader)

at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()

at Microsoft.SharePoint.Deployment.SPImport.Run()


   --

 Support procedure: https://www.codify.com/lists/support
 List address: ozmoss@ozmoss.com

 Subscribe: ozmoss-subscr...@ozmoss.com

 Unsubscribe: ozmoss-unsubscr...@ozmoss.com

 List FAQ: http://www.codify.com/lists/ozmoss

 Other lists you might want to join: http://www.codify.com/lists


  --

 Support procedure: https://www.codify.com/lists/support
 List address: ozmoss@ozmoss.com

 Subscribe: ozmoss-subscr...@ozmoss.com

 Unsubscribe: ozmoss-unsubscr...@ozmoss.com

 List FAQ: http://www.codify.com/lists/ozmoss

 Other lists you might want to join: http://www.codify.com/lists
   --

 Support procedure: https://www.codify.com/lists/support
 List address: ozmoss@ozmoss.com

 Subscribe: ozmoss-subscr...@ozmoss.com

 Unsubscribe: ozmoss-unsubscr...@ozmoss.com

 List FAQ: http://www.codify.com/lists/ozmoss

 Other lists you might want to join: http://www.codify.com/lists
   --
 Support procedure: https://www.codify.com/lists/support
 List address: ozmoss@ozmoss.com
 Subscribe: ozmoss-subscr...@ozmoss.com
 Unsubscribe: ozmoss-unsubscr...@ozmoss.com
 List FAQ: http://www.codify.com/lists/ozmoss
 Other lists you might want to join: http://www.codify.com/lists


Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Import Error

2009-06-17 Thread Paul Noone
Hi Stefan,

Thanks. This would probably explain why I'm having so much difficulty. So if 
this was  straight WSS site with no customisations I would have no problem 
importing it to the site collection root?

Per Ajay's suggestion, if I disable the Publishing feature first would I then 
be able to import my site successfully and simply enable publishing afterwards?

Regards,

Paul
Online Developer, ICT
CEO Sydney
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Stefan Goßner
Sent: Wednesday, 17 June 2009 6:04 PM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Hi Paul,

what you are trying to achieve is unsupported.
See here for details:
http://blogs.technet.com/stefan_gossner/archive/2009/05/27/limitations-of-stsadm-o-export-import-related-to-publishing-sites.aspx

Cheers,

Stefan Goßner
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Mittwoch, 17. Juni 2009 06:06
To: ozmoss@ozmoss.com
Subject: Import Error

Hi all,

I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.

Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?

If anyone's been successful doing this I'd love to hear about it.

Kind regards,

Paul
--


[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.
[6/17/2009 11:16:39 AM]: Progress: Initializing Import.
[6/17/2009 11:16:45 AM]: Progress: Starting content import.
[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.
[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.
[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.
[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.
   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)
   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)
   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
   at Microsoft.SharePoint.Deployment.SPImport.Run()


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Import Error

2009-06-17 Thread Paul Noone
I've said it before and I'll say it again - that Gary Lapointe is a freaking 
genius.

This simple command could have saved me two days of grief and the whole 
operation lasted about 2 minutes.

stsadm -o gl-convertsubsitetositecollection
-sourceurl https://lei-sppdev-01/ict/
-targeturl https://lei-sppdev-01/ict-test/
-nofilecompression
-owneremail 
paul.no...@ceosyd.catholic.edu.aumailto:paul.no...@ceosyd.catholic.edu.au
-ownerlogin syd-cenet\paul.noone
-nositetemplate

This exports the source site, creates the destination site collection and site 
(based on source site template), and activates any features.

The source site was a Team Site with publsihing and several custom features 
enabled.

And they said it couldn't be done. :)

Thanks to all, and especially Paul Culmsee for pointing me back to GL's site.

Regards,

Paul

From: Paul Culmsee [mailto:paul.culm...@sevensigma.com.au]
Sent: Thursday, 18 June 2009 10:01 AM
To: Paul Noone
Subject: RE: Import Error

Sorry mate not been following the thread, but it smells like a problem I had a 
while back. Is this relevant at all?

http://www.cleverworkarounds.com/2007/11/14/gary-lapointe-is-a-genius-and-has-good-music-taste-too/

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 18 June 2009 6:48 AM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Hi Stefan,

Thanks. This would probably explain why I'm having so much difficulty. So if 
this was  straight WSS site with no customisations I would have no problem 
importing it to the site collection root?

Per Ajay's suggestion, if I disable the Publishing feature first would I then 
be able to import my site successfully and simply enable publishing afterwards?

Regards,

Paul
Online Developer, ICT
CEO Sydney
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Stefan Goßner
Sent: Wednesday, 17 June 2009 6:04 PM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Hi Paul,

what you are trying to achieve is unsupported.
See here for details:
http://blogs.technet.com/stefan_gossner/archive/2009/05/27/limitations-of-stsadm-o-export-import-related-to-publishing-sites.aspx

Cheers,

Stefan Goßner
Escalation Engineer | CSS SharePoint Products and Technologies | Microsoft GmbH 
| * +49-89-3176-4069 | http://blogs.technet.com/stefan_gossner

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Mittwoch, 17. Juni 2009 06:06
To: ozmoss@ozmoss.com
Subject: Import Error

Hi all,

I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.

Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?

If anyone's been successful doing this I'd love to hear about it.

Kind regards,

Paul
--


[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.
[6/17/2009 11:16:39 AM]: Progress: Initializing Import.
[6/17/2009 11:16:45 AM]: Progress: Starting content import.
[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.
[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.
[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.
[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.
   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)
   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)
   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
   at Microsoft.SharePoint.Deployment.SPImport.Run()


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr

Re: Import Error

2009-06-16 Thread Ajay
I think it gets all the dependencies.
If you use content deployment wizard it gives you option to exclude
dependencies

On Wed, Jun 17, 2009 at 4:06 PM, Paul Noone 
paul.no...@ceosyd.catholic.edu.au wrote:

  Hi all,



 I created a blank site collection (no template) and am trying to import a
 basic Web as the root site.



 Am getting the following error. Anyone seen this before, or can shed any
 light? I’m assuming it’s because the import file is a Web and doesn’t
 include expected site collection elements?



 If anyone’s been successful doing this I’d love to hear about it.



 Kind regards,

 Paul

 --





 [6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.

 [6/17/2009 11:16:39 AM]: Progress: Initializing Import.

 [6/17/2009 11:16:45 AM]: Progress: Starting content import.

 [6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.

 [6/17/2009 11:16:45 AM]: Progress: Importing Folder
 /ict-test-web/_catalogs/masterpage/Forms/Page Layout.

 [6/17/2009 11:16:46 AM]: Progress: Importing Folder /ict-test-web/
 SiteCollectionImages/Forms/Document.

 [6/17/2009 11:16:46 AM]: FatalError: (null)
 ict-test-web/SiteCollectionImages/Forms/Document not found.

at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String
 bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)

at
 Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)

at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object
 obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader
 xmlReader)

at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()

at Microsoft.SharePoint.Deployment.SPImport.Run()


  --
 Support procedure: https://www.codify.com/lists/support
 List address: ozmoss@ozmoss.com
 Subscribe: ozmoss-subscr...@ozmoss.com
 Unsubscribe: ozmoss-unsubscr...@ozmoss.com
 List FAQ: http://www.codify.com/lists/ozmoss
 Other lists you might want to join: http://www.codify.com/lists


Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Import Error

2009-06-16 Thread Paul Noone
Ah, ok. Thanks. Will give that option a go.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Ajay
Sent: Wednesday, 17 June 2009 2:44 PM
To: ozmoss@ozmoss.com
Subject: Re: Import Error

I think it gets all the dependencies.
If you use content deployment wizard it gives you option to exclude dependencies
On Wed, Jun 17, 2009 at 4:06 PM, Paul Noone 
paul.no...@ceosyd.catholic.edu.aumailto:paul.no...@ceosyd.catholic.edu.au 
wrote:

Hi all,



I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.



Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?



If anyone's been successful doing this I'd love to hear about it.



Kind regards,

Paul

--





[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.

[6/17/2009 11:16:39 AM]: Progress: Initializing Import.

[6/17/2009 11:16:45 AM]: Progress: Starting content import.

[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.

[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.

[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.

[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.

   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)

   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)

   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)

   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()

   at Microsoft.SharePoint.Deployment.SPImport.Run()




Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.commailto:ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.commailto:ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Import Error

2009-06-16 Thread Jeremy Thake
If you struggle with that, I've actually got a post to remove the dependencies 
from the file ;-)

The example below removes the MOSS dependencies so I can import in WSS farm.
http://wss.made4the.net/archive/2009/06/03/importing-a-stsadm-export-package-from-a-moss-farm-to-a-wss-farm.aspx

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone
Sent: Wednesday, 17 June 2009 2:58 PM
To: ozmoss@ozmoss.com
Subject: RE: Import Error

Ah, ok. Thanks. Will give that option a go.

From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Ajay
Sent: Wednesday, 17 June 2009 2:44 PM
To: ozmoss@ozmoss.com
Subject: Re: Import Error

I think it gets all the dependencies.
If you use content deployment wizard it gives you option to exclude dependencies
On Wed, Jun 17, 2009 at 4:06 PM, Paul Noone 
paul.no...@ceosyd.catholic.edu.aumailto:paul.no...@ceosyd.catholic.edu.au 
wrote:

Hi all,



I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.



Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?



If anyone's been successful doing this I'd love to hear about it.



Kind regards,

Paul

--





[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.

[6/17/2009 11:16:39 AM]: Progress: Initializing Import.

[6/17/2009 11:16:45 AM]: Progress: Starting content import.

[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.

[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.

[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.

[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.

   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)

   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)

   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)

   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()

   at Microsoft.SharePoint.Deployment.SPImport.Run()




Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.commailto:ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.commailto:ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists



RE: Import Error

2009-06-16 Thread Paul Noone
OK. Much better.

Just the following two warnings.

..
[17/06/2009 3:16:36 PM]: Progress: Importing Feature Publishing
[17/06/2009 3:16:37 PM]: Warning: The Office SharePoint Server Publishing 
Infrastructure feature must be activated at the site collection level before 
the Publishing feature can be activated.
[17/06/2009 3:16:37 PM]: Progress: Importing Feature CEO.TeamSite.HomePage
[17/06/2009 3:16:38 PM]: Warning: Object reference not set to an instance of an 
object.
[17/06/2009 3:16:38 PM]: Progress: Import Completed.
[17/06/2009 3:16:38 PM]: Finish Time: 17/06/2009 3:16:38 PM.
[17/06/2009 3:16:38 PM]: Completed with 2 warnings.
[17/06/2009 3:16:38 PM]: Completed with 0 errors.

As a result the site keeps redirecting to /_layouts/templatepick.aspx.

I manually browsed to _layouts/settings.aspx and enabled the publishing 
infrastructure feature and my custom master page feature but still no dice.

Navigating to View All Site Content (layouts/viewlsts.aspx) I can see a couple 
of reasons. Firstly, no Pages library. Secondly, the site was imported as a sub 
site and exists in the Sites and Workspaces list.

I then ran the import again. 0 warnings and 0 errors but it's come in as a 
subsite.

Am I doing something wrong or is there just no way to import a web as the root 
site for an empty site collection?

Regards,

Paul
Online Developer, ICT
CEO Sydney
From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Ajay
Sent: Wednesday, 17 June 2009 2:44 PM
To: ozmoss@ozmoss.com
Subject: Re: Import Error

I think it gets all the dependencies.
If you use content deployment wizard it gives you option to exclude dependencies
On Wed, Jun 17, 2009 at 4:06 PM, Paul Noone 
paul.no...@ceosyd.catholic.edu.aumailto:paul.no...@ceosyd.catholic.edu.au 
wrote:

Hi all,



I created a blank site collection (no template) and am trying to import a basic 
Web as the root site.



Am getting the following error. Anyone seen this before, or can shed any light? 
I'm assuming it's because the import file is a Web and doesn't include expected 
site collection elements?



If anyone's been successful doing this I'd love to hear about it.



Kind regards,

Paul

--





[6/17/2009 11:16:39 AM]: Start Time: 6/17/2009 11:16:39 AM.

[6/17/2009 11:16:39 AM]: Progress: Initializing Import.

[6/17/2009 11:16:45 AM]: Progress: Starting content import.

[6/17/2009 11:16:45 AM]: Progress: De-Serializing Objects to Database.

[6/17/2009 11:16:45 AM]: Progress: Importing Folder 
/ict-test-web/_catalogs/masterpage/Forms/Page Layout.

[6/17/2009 11:16:46 AM]: Progress: Importing Folder 
/ict-test-web/SiteCollectionImages/Forms/Document.

[6/17/2009 11:16:46 AM]: FatalError: (null) 
ict-test-web/SiteCollectionImages/Forms/Document not found.

   at Microsoft.SharePoint.Library.SPRequest.CreateFolderOnImport(String 
bstrUrl, String bstrFolderUrl, Guid guidFolderId, Int32 lDoclibRowId)

   at 
Microsoft.SharePoint.Deployment.FolderSerializer.CreateFolder(SerializationInfoHelper
 infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)

   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object 
obj, SerializationInfo info, StreamingContext context, 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.ImportObjectManager.ProcessObject(XmlReader 
xmlReader)

   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()

   at Microsoft.SharePoint.Deployment.SPImport.Run()




Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.commailto:ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.commailto:ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists


Support procedure: https://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Support procedure: http://www.codify.com/lists/support
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists