Powershell Import-SPWeb problem....

This is driving me nuts because it's such a simple thing that should just work.  We are trying to export a site from one SC to another. The export works fine.   Here is the command I used:
PS C:\Users\x> Export-SPWeb http://myteam.company.com/is/issites/ism/ -Path d:\ism\ism2.bak -IncludeUserSecurity -IncludeVersions All -NoFileCompression
Here are some of the commands we’ve used to try to restore.  Note that we've done SEVERAL exports with different parameters and such which might explain the differences.:
PS D:\> Import-SPWeb -Identity "http://myteam.company.com/ismgmt" -Path "d:\ism\ism2.bak"
Import-SPWeb : The file d:\ism\ism2.bak does not exist.
At line:1 char:13
+ Import-SPWeb <<<<  -Identity "http://myteam.company.com/ismgmt" -Path "d:\ism\ism2.bak"
    + CategoryInfo          : InvalidData: (Microsoft.Share...CmdletImportWeb:
   SPCmdletImportWeb) [Import-SPWeb], SPException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeB
PS C:\Users\x> Import-SPWeb -Identity
http://myteam.company.com/ismgmt/ -Path d:\ismnew
Import-SPWeb : The file d:\ismnew does not exist.
At line:1 char:13
+ Import-SPWeb <<<<  -Identity
http://myteam.company.com/ismgmt/ -Path d:\ismnew
    + CategoryInfo          : InvalidData: (Microsoft.Share...CmdletImportWeb:
   SPCmdletImportWeb) [Import-SPWeb], SPException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
PS D:\> Import-SPWeb -Identity "http://myteam.company.com/ismgmt" -Path d:\ism\ism2
 Import-SPWeb : The file d:\ism\ism2 does not exist.
At line:1 char:13
+ Import-SPWeb <<<<  -Identity "http://myteam.company.com/ismgmt" -Path d:\ism\ism2
    + CategoryInfo          : InvalidData: (Microsoft.Share...CmdletImportWeb:
   SPCmdletImportWeb) [Import-SPWeb], SPException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeB
I've tried this exporting to files with new names, some names with .cmp extension, (because I saw a few examples with that online), tried not specifying an extension name on the export, and so on.  The files definitely exist and I've verified that there
aren't any trailing spaces on the end of the names. 
I think the whole "file does not exist" is a complete red herring and the problem is completely different, but I can't figure out what.
I’m using my id that has both domain admin as well as farm admin, and we’ve even gone into the ISM folder and shared it with everyone with no luck.  We’ve verified that the file exists and is spelled right.  We’ve tried with –nofilecompression
as well as with out it.  We’ve tried with different file extensions as well as with none.   We've tried doing "Run as administrator" on Powershell. We’ve tried other things I’m sure but I’m starting to forget them.
Can you see what we are missing?  This should be such a simple thing and I can’t figure out what is going wrong with it.
Thanks in advance for the help.
Ted

What I ended up doing was just using Central Admin to export the site, list or whatever. I used powershell Import-SPWeb. For some reason the powershell command is not functioning Export-SPWeb. Doing
it this way worked for me.
Chris
I don't have time right now to figure it out.

Similar Messages

  • Powershell import-spweb fails with "parent does not exist" error.

    So, I have a sp 2010 site at http://myfarm/sites/it/d22 and I want to copy the contents to
    http://myfarm/sites/bb/d62 .
    I perform
    Export-SPWeb -Identity  http://myfarm/sites/it/d22  -Path d:\temp\d22 
    -IncludeUserSecurity –IncludeVersions All  -NoFileCompression –Verbose
    and then I perform
    import-spweb -identity http://myfarm/sites/bb/d62 -path d:\temp\d22   -includeusersecurity  -nofilecompression -verbose -force
    It runs for 4-5 minutes and then produces the error:
    [Folder] []   Error: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    [Folder] []   Error: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    FatalError: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    Progress: Import did not complete.
    Finish Time: 6/11/2014 8:59:23 AM.
    Duration: 00:03:40
    Finished with 0 warnings.
    Finished with 3 errors.
    Log file generated:
            d:\temp\d22\import.log
    Import-SPWeb : The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    At line:1 char:13
    + import-spweb <<<<  -identity
    http://myfarm/sites/bb/d62 -path d:\temp\d22   -includeusersecurity
      -nofilecompression -verbose -force
        + CategoryInfo          : InvalidData: (Microsoft.Share...CmdletImportWeb:SPCmdletImportWeb) [Import-SPW
       eb], SPException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
    Of course bb/d22/ADMIN does not exist - d22 exists under sites/it . And Admin should be part of the export of d22 that should be created if the process completes.
    Anyone have any idea what is going on here?

    http://www.livingonthecloud.net/2010/05/exporting-and-importing-sharepoint.html
    This error is not helpful and for us the problem was permission related. We had used users (albeit domain admin accounts) to export and import the data that were different from the site collection administrators. To fix we had to do the following:
    Make sure the site collection administrator is the same on both the source and destination servers.
    When running the export and import, make sure you are running the stsadm commands as the site collection administrator. This ensures the permissions are aligned and the import should work.
    stsadm Import error: The 'ASPXPageIndexMode' attribute is not declared
    Not sure what the cause of this error is, but we found a fix online:
    To get round it I edited C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\DeploymentManifest.xsd on the destination server:
    under section
       <!-- SPWeb definition -->
    I added the following.
    <xs:attribute name="ASPXPageIndexMode" type="xs:string" use="optional"></xs:attribute>
    <xs:attribute name="NoCrawl" type="xs:boolean" use="optional"></xs:attribute>
    <xs:attribute name="CacheAllSchema" type="xs:boolean" use="optional"> </xs:attribute>
    <xs:attribute name="AllowAutomaticASPXPageIndexing" type="xs:boolean" use="optional"></xs:attribute>

  • Import-spweb with -force errors out with "already exists" message

    So, I did an export-spweb of an existing site (migrated from SP2007 and still retains the SP2007 look and feel) and created the files containing it. I then went to a new farm, with a new site collection on a new content database. Nothing else exists
    there.
    I run
    Import-spweb –identity
    http://mytestsite/sites/ITSM -Path d:\temp\itsm –verbose –force –nofilecompression
    and after a few minutes, we get:
    [5/27/2014 1:47:15 PM] [List] [Links] Progress: Importing
    [5/27/2014 1:47:15 PM] [List] [Links]   ExtendedVerbose: Creating
    [5/27/2014 1:47:15 PM] [List] [Links]   Error: A list, survey, discussion board, or document library with the specified title already exists in this Web site.  Please choose another title.
    [5/27/2014 1:47:15 PM] [List] [Links]   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)
    I don't understand why, with the -force, it just didn't overwrite whatever it thinks was there. That's how I interpret the meaning for the flag.
    It suggests that I chose another title - I am trying to create an exact duplicate of the original site, so giving a different title defeats my objective.
    Is there something that I am missing?
    We ended up without any site at all to go to... at the very least it could have created all that it could from the file.
    Thank you!

    Weird - how would a site have two lists with the same name and path?
    How would I get around this? I mean, the export had no problem creating the data... I expected the import to rebuild the same thing that was exported.
    I take a look at the lists and libraries on the original site and there is 1 list that appears with the name "Links". There are other lists that have the word Links as part of their name - but
    not a second one with the simple name of "Links".

  • I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    First-off, this seems to be a general problem with 10.4 (across all the operating systems of which I am aware).  Unfortunately, I cannot provide a permanent solution but, if you need a quick fix, this will (hopefully) work for you.
    For some inexplicable reason, iTunes no longer recognises standard Windows paths.  For example:
    Y:\Music\Buddy Holly\Buddy Holly - Rave On.mp3
    The end result is that it will import a playlist with no content. 
    It will, however, recognise the equivalent Apple paths which look like this:
    file://localhost/Y:/Buddy Holly/Buddy Holly - Rave On.mp3
    It is possible to convert your existing playlists using a few basic replace commands in something like Notepad.  In my case, I made some code changes in my music manager and now generate two sets of playslists (one standard and one to accommodate iTunes).
    Forgive me foir stating the obvious but please remember to make sure that the disk / path containing your music is accessible when doing the import otherwise you will probably get a blank result.  Note that you can do a bulk import by selecting all the (revised) playlists and dragging them onto the iTunes sidebar.
    I am sorry that this is not a "clean" solution but it will work if you are in a bind.  The only alternative of which I am aware is to wait for Apple to fix the problem.

  • Importing tga problem

    I have several targa image sequences from a client. FCP (6.0.5) will import some but not others. The only difference I can find is that under "kind" in the get info window some are "tga image" and the others are "adobe photoshop targa file". The latter imports no problem, while the former give an error: "File Error 1 file(s) recognized, 0 access denied, 1 unknown."
    Anyone know what I'm doing wrong or have run into this issue?
    FWIW, I checked the fils in photoshop and they all have the same modes. They also all have the same file sequence naming structure.
    Thanks in advance for any help.

    Actually forgot to explain that the error I mentioned above occurs when I try to import just 1 of the targa files individually. If I try to import a sequence the number of errors changes to match the number of targas in the sequence. Sorry about the miscommunication. For the record, there are no other files inside the sequence folder(s) - just the targas.
    Still haven't figured this out yet. Shake, Nuke, After Effects, Photoshop all open/import the files, but FCP will not.

  • Import-SPWeb

    Hey there,
    I´m trying to Export and Import a SharePoint 2013 Document Library. The Library itself is about 50gigs and contains around 160.000 items. The Export is done in less then a day with Export-SPWeb -IncludeUserSecurity -IncludeVersions All -NoFileCompression,
    without any problems or errors.
    Somehow the import causes more problems. After the Creation of 40.000 items (the folders I guess) the process is slowing down and the server is running out of memory. Even with 24GB of RAM. It would take several days just to import this single library.
    Is there a faster way to Export and Import the Data without the loss of Versions or UserSecurity?
    Thank you,
    Hauke

    Importing and exporting webs is a relatively inefficient process requiring a fair bit of calculation and processing.
    If possible try to Export the entire site collection using PowerShell (Export-SPSite) and import that on the new environment.

  • Import-SPWeb Error - The string was not recognized as a valid DateTime. There is an unknown word starting at index 0

    Using the Export-SPWeb PowerShell command on a server to move a document library from one site colelction in a content database to another site collection in a seperate content database.
    Am using the following command:
    Export-SPWeb
    -Identity
    https://sp.bacl.net/legal/rr
    -Path
    \\bacvsspa01\backups\rr\rr.cmp
    -ItemUrl
    rr
    -IncludeVersions
    All
    -IncludeUserSecurity
    Not all documents are transferred hwoever. I get some errors like the following:
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg] Progress: Importing
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Verbose: List URL: /legal/legal/rr
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   Error: The string was not recognized as a valid DateTime. There is an unknown word starting at index 0.
    [11/02/2014 2:21:44 PM] [ListItem] [16Jun11 17.32.09_BAC employees provid_Tom Heading.msg]   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.FileSerializer.GetMetaInfo(SerializationInfoHelper infoHelper)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFile(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, Boolean isFirstVersion, Boolean hasWebParts, SerializationInfoHelper
    infoHelper, SerializationInfoHelper infoHelperListitem, StreamingContext context)
       at Microsoft.SharePoint.Deployment.FileSerializer.CreateOrUpdateFileAndAssocData(Object fileOrListItem, SPLoggerObject loggerObject, SPWeb web, Guid id, String& fileUrl, Boolean fileExistsInDb, SerializationInfoHelper infoHelper, SerializationInfoHelper
    infoHelperListitem, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.AddOrUpdateDoclibItem(SerializationInfoHelper infoHelper, SPListItem& listItem, SPLoggerObject loggerObject, SPWeb web, Guid newId, String& listItemServerRelativeUrl, Boolean bIsPublish,
    Boolean exists, StreamingContext context, ISurrogateSelector selector)
       at Microsoft.SharePoint.Deployment.ListItemSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
    I had a look in the .cmp file that was created (Changed extensions to .cab) and had a look at the Manifest.xml file. Relevant XML below:
    <SPObject Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ObjectType="SPFile" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024" ParentWebUrl="/legal/rr" Url="/legal/rr/rr/Employees
    giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg">
            <File Url="rr/Employees giving First Aid/16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" Id="b18cc711-e5df-4ee7-9639-866e5b6613b0" ParentWebId="4be7e61f-b1c7-473f-acc3-0bae06e32024"
    ParentWebUrl="/legal/rr" Name="16Jun11 17.32.09_BAC employees provid_Tom Heading.msg" ListItemIntId="37" ListId="020f8304-a50f-413b-be27-40d0ccc9e497" ParentId="1ad76e87-43e6-4cbf-a0a1-53af4975668f" TimeCreated="2011-11-16T07:02:00"
    TimeLastModified="2011-11-16T07:02:00" Version="1.0" CheckinComment="Loaded Using Dell Solutions for SharePoint" FileValue="00000013.dat" Author="29" ModifiedBy="24">
                <Properties>
                    <Property Name="vti_title" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="source_item_id" Type="String" Access="ReadWrite" Value="source_item_id:1" />
                    <Property Name="vti_foldersubfolderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="Attach Count" Type="String" Access="ReadWrite" Value="Attach Count:0" />
                    <Property Name="Created By" Type="Boolean" Access="ReadWrite" Value="Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Importance" Type="String" Access="ReadWrite" Value="Importance:1" />
                    <Property Name="From1" Type="Time" Access="ReadWrite" Value="From1:Tom Heading" />
                    <Property Name="AttachCount" Type="String" Access="ReadWrite" Value="AttachCount:0" />
                    <Property Name="ContentTypeId" Type="String" Access="ReadWrite" Value="0x0101003699C96894FF79479322E4A235852946000530E240279BA54D8F621B39A4E09CF3"
    />
                    <Property Name="Modified By" Type="Boolean" Access="ReadWrite" Value="Modified By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_folderitemcount" Type="Integer" Access="ReadOnly" Value="0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Author" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="Document Created By" Type="Boolean" Access="ReadWrite" Value="Document Created By:BNE_AIR1\\jbrown" />
                    <Property Name="Created_x0020_By" Type="Boolean" Access="ReadWrite" Value="Created_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="vti_cachedtitle" Type="String" Access="ReadOnly" Value="BAC employees providing first aid" />
                    <Property Name="Modified_x0020_By" Type="Boolean" Access="ReadWrite" Value="Modified_x0020_By:BNE_AIR1\\jbrown" />
                    <Property Name="ContentType" Type="String" Access="ReadWrite" Value="Legal Document" />
                    <Property Name="Attach_x0020_Count" Type="String" Access="ReadWrite" Value="Attach_x0020_Count:0" />
                    <Property Name="display_urn\:schemas-microsoft-com\:office\:office#Editor" Type="String" Access="ReadWrite" Value="Jenny Brown"
    />
                    <Property Name="vti_parserversion" Type="String" Access="ReadOnly" Value="15.0.0.4535" />
                    <Property Name="To" Type="Boolean" Access="ReadWrite" Value="To:Barry Peach" />
    <Property Name="From" Type="Time" Access="ReadWrite" Value="From:Tom Heading" />
                    <Property Name="Document Modified By" Type="Boolean" Access="ReadWrite" Value="Document Modified By:BNE_AIR1\\jbrown"
    />
                </Properties>
            </File>
        </SPObject>
    Now, looking at the source document library, this document has the field in question set to String, so why has it been marked as a Time filed type in the expiort file?
    Is anyone aware of any issues with the Export-SPWeb commandlet?
    SharePoint 2013 + March PU + AUG 2013 CU.
    Any help appreciated.

    Hi Richard,
    According to your description, the error occurred when you ran the Export-SPWeb command.
    I recommend to verify the things below for troubleshooting:
    Save the document library as an template(include content) and create a new document library based on the template, then run the Export-SPWeb command to export the new document library to see if the issue still occurs.
    Did this issue occur with other document library? If not, you can delete the string field with error, then run the Export-SPWeb command to narrow the issue scope.
    As a workaround, you can save the library as a template and deploy it to the site collection where you want to move the library, then create the new library in the site collection.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Programmatic use of Powershell Import-Module fails

    Hi all,
    I've just start to try out Win 8 and have come across a problem with use of Powershell from C#. When trying to run the following in a pipeline:
    Import-Module -Name ServerManager
    a failure is reported that states that the module cannot be loaded due to the manifest containing one or more invalid members. In this case it's the HelpInfoUri that is causing the problem. I did some trawling and found out that this exact same problem was
    reported for the Win 8 Client.
    Is there a workaround that allows v3.0 of Powershell to be used by the C# code (which will load the module as that appears to be what happens when running powershell.exe) rather than v2.0?
    Edit: Forgot to mention, this is with the code compiled to .Net v3.5 rather than v4.0 (which works).
    Cheers!

    Actually this doesn't work in a programmatic environment, for example, attempting to execute the cmdlet "Get-WindowsFeature" results in a CommandNotFoundException being raised, whereas when run from powershell.exe it does work as stated.
    The problem I am seeking an answer to is how to get a program that calls powershell using the C# api, that has a need to be compiled under .Net 3.5 such that it can run on non- .Net 4 powershell 3.0 environments and has a supportedRuntime element in its
    config file set to v2.0, to work when it tries to import a module when it happens to be run on a .Net 4 powershell 3.0 environment that has .Net 3.5 installed, like Windows 8 Server Beta.

  • Azure Powershell: Import-AzurePublishSettingsFile

    Hi there,
    I have a Windows Azure Account, containing one Single Website. I tried to connect to this site with the Azure Powershell with the command 
    Import-AzurePublishSettingsFile -PublishSettingsFile "Path"
    This results in the following error:
    Import-AzurePublishSettingsFile : There is an error in XML document (1, 2).
    In Zeile:1 Zeichen:1
    + Import-AzurePublishSettingsFile -PublishSettingsFile "C:\Users\d.puritscher\Down ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : CloseError: (:) [Import-AzurePublishSettingsFile], InvalidOperationException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Subscription.ImportAzurePublishSettingsCommand
    Any idea what could be the problem? At first sight it looks to me like a syntax failure within the XML-File, but I just downloaded the PublishSettings-File from the portal and did no modification at all. 
    Thanks in advance
    Dominik

    here is my .publishfile. It's as I took it from the Azure-Portal, I just replaced the personal information with "ABC"
    <publishData>
    <publishProfile profileName="ABC - Web Deploy" publishMethod="MSDeploy" publishUrl="ABC.azurewebsites.windows.net:443" msdeploySite="ABC" userName="ABC" userPWD="ABC" destinationAppUrl="http://ABC.azurewebsites.net" SQLServerDBConnectionString="Data Source=ABC.database.windows.net,1433;Initial Catalog=ABC;User ID=ABC@ABC;Password=ABC" mySQLDBConnectionString="" hostingProviderForumLink="" controlPanelLink="http://windows.azure.com" targetDatabaseEngineType="sqlazuredatabase" targetServerVersion="Version100">
    <databases>
    <add name="ABC" connectionString="Data Source=tcp:ABC.database.windows.net,1433;Initial Catalog=ABC;UserID=ABC@ABC;Password=ABC" providerName="System.Data.SqlClient" type="Sql"targetDatabaseEngineType="sqlazuredatabase" targetServerVersion="Version100"/>
    </databases>
    </publishProfile>
    <publishProfile profileName="ABC - FTP" publishMethod="FTP" publishUrl="ABC" ftpPassiveMode="True" userName="ABC\ABC" userPWD="ABC" destinationAppUrl="http://ABC.azurewebsites.net" SQLServerDBConnectionString="Data Source=tcp:ABC.database.windows.net,1433;Initial Catalog=ABC;User ID=ABC@ABC;Password=ABC" mySQLDBConnectionString="" hostingProviderForumLink="" controlPanelLink="http://windows.azure.com" targetDatabaseEngineType="sqlazuredatabase" targetServerVersion="Version100">
    <databases>
    <add name="ABC" connectionString="Data Source=tcp:ABC.database.windows.net,1433;Initial Catalog=ABC;User ID=ABC@ABC;Password=ABC" providerName="System.Data.SqlClient" type="Sql" targetDatabaseEngineType="sqlazuredatabase" targetServerVersion="Version100"/>
    </databases>
    </publishProfile>
    </publishData>
    Thanks again for your support.

  • Import purchase - problem with delivery costs

    Hi guys,
    In case of import purchase, we are normally giving 3 to 4 types of delivery costs (like freight,agency charges etc).  If there is no transaction done against the PO, we are able to either change or add new delivery cost to the Purchase Order.  But if we try to make changes or add one more condition type (related to delivery cost), after preparing inbound delivery/goods receipt against the PO, it is not allowing.  Do we need to make any configuratin changes for this to happen.
    Please suggest us the way out for this problem.
    Thanks in advance,
    Chintu

    Hi ,
    No , you won't be able to make any changes specially to the said condition .
    Any adjustment u can done  in MIRO document .
    Thanks
    Dipak

  • Directory Server 6.2 upgrade to 6.3: import LDIF problem

    Hi all,
    I have tried upgrading my Directory Server 6.2 to version 6.3 because of the database integrity issues as stated in:
    http://blogs.sun.com/dsee/entry/directory_server_6_2_database
    I have followed the steps defined in this article:
    1. Shut down each directory server instance, as described in Starting, Stopping, and Restarting a Directory Server Instance.
    2. Perform an LDIF export of the database, as described in Backing Up to LDIF.
    3. Install the hotfix for bug 6642430 on Directory Server 6.2, or upgrade your Directory Server 6.2 instance to Directory Server 6.3 once Directory Server 6.3 is available for download (early April). You will need to login to Sunsolve in order to see this bug description.
    But when importing the LDIF export, I got the following error:
    [17/Dec/2008:14:44:08 +0100] - import ec: WARNING: Skipping entry "sunPortalAdminPortalDomainPortalServerInstanceMonitoringID=Monitoring,sunPortalAdminPortalDomainPortalServerInstanceID=sol10portal-80,sunPortalAdminPortalDomainPortalID=portal1,sunPortalAdminPortalDomainID=defaultDomain,o=example" whichIt's the only information I get about why the entry was skipped (I did not forget to copy the part after 'which', there was no information there :-))
    This resulted in a missing Portal instance configuration and thus I got a 'configuration error' when surfing through the gateway to the portal.
    I have also tried: manually importing that entry, which resulted in a 'Object does not exist' error. I have tried copying the whole tree from another backup with identical setup, which wasn't working either.
    Did anyone experience the same problems before? Did I do something wrong or is there a workaround for this?
    Second question: What is the exact reason why a export and import is necessary? Or is it only necessary if the database is already corrupt? Is there a way to check that?
    Thanks alot!
    Sten

    The entry was not imported most likely because it's parent isn't in the database yet. Are entries above this in another backend ? If so try importing that backend first. Also, that dn is so long, that it exhausted the buffer which is used to write messages in the access log. This is why, there's nothing after "which".
    What is the exact reason why a export and import is necessary? Or is it only necessary if
    the database is already corrupt? Is there a way to check that?The database corruption could be silent. So a binary backup/restore when going from 6.2 to 6.3 is not recommended and the LDIF route must be used.

  • Problem related to OSS Note - importing file problem

    Hi,
    I m facing an issue while implenting an oss note 430580 , i have to import files from sapserver.
    but i don't know how to do it.
    below is the description of my problem.
    Import the following files from SAPSERV:
    /general/R3server/abap/note.0430580/K000687.PLM
    /general/R3server/abap/note.0430580/R000687.PLM
    Import the two files into your system.
    For more information on SAPSERV, see Note 13719.
    Can any one tell me how can i get rid out of this prioblem.
    whether this is possible or BASIS Team can only do this.
    system details
    Operating system     SunOS
    Machine type         sun4u
    R/3 release 4.6C

    Well, these files are part of the zip.file which belong to the note. This is part of a regular transport and is normally done be basis. The data and the cofile (K....PLM & R...PLM) should be imported into your system. Before doing so they have to be transferred to the file server. Better let BASIS do these kind of things.

  • JSP import statement problem

    Hey, I got confused with all import statement with jsp.
    Here is my problem.
    Folder structure:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\webapps\ROOT\WEB\S\A
    This folder contains a.jsp.
    JSP code:
    <%@ page
         language="java"
         import="java.sql.*, MyPackage.DataBase"
         errorPage=". . ."
         contentType="text/html; charset=windows-1251"
    %>
    <%
           Connection connection = null;
         Statement statement = null;
           DataBase dataBase = new DataBase( connection, statement );
    %>
    ...Error message that I get:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a_jsp.java:7: package MyPackage does not exist
    import MyPackage.DataBase;
                       ^
    An error occurred at line: 104 in the jsp file: /WEB/S/A/a.jsp
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a100_jsp.java:147: cannot resolve symbol
    symbol  : class DataBase
    location: class org.apache.jsp.WEB.S.A.a_jsp
           DataBase dataBase = new DataBase( connection, statement );
            ^
    ...How do I import that class so I can use it?
    Do I need to use useBean?
    What do I need to do?
    Thanks

    DataBase class does not extend java.sql.
    I put this into my jsp page
         import="java.sql.*;"
         import="MyPackage.DataBase;" Here is the error message
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a_jsp.java:7: 'class' or 'interface' expected
    import MyPackage.DataBase;;
    ^
    1 error
    ...

  • Java import statement problems

    Hello...
    I have the book "Java in a Nutshell, 2nd ed" and have a query about a nested top-level interface example they have in the book.
    Basically there's two files/classes. The first, LinkedList.java, is as follows:
    public class LinkedList {
        public static interface Linkable {
            // Linkable interface details here
        // rest of LinkedList class here
    Next is LinkedList.java as follows:
    import LinkedList.*;
    class LinkableInteger2 implements Linkable {
        // rest of LinkableInteger2 class here
    Now I thought the import statement had two forms - and both used a package name as part of the statement:
    import package.class;
    import package.*;
    Obviously, neither class has a package statement.
    As written, these classes do not compile. Am I right in assuming the lack of a package name is causing this problem, or is there something else going on here?
    Thanks...
    Mark.

    Since you don't have package statements in the files, the classes are being placed in the default package. You cannot explicitly import classes from the default package. Al classes in the default package, the java.lang package and the current package are always imported automatically. Your import statement is incorrect - remove it.

  • Import Manager - Problem with 0..n field in Import Manager

    Iu2019m having problems with XMLs that contain multiple or single tags in MDIS process. For example: I did the map using a XML with multiple tags for Address:
    <address>
    <item>
    u2026
    </item>
    <item>
    u2026
    </item>
    </address>
    When I send two address or more Address, the Import Server work fine, but when I send only one Address, the address is not imported.
    <address>
    <item>
    </item>
    <item>
    </item>
    </address>
    Opening the xml file with only one Address in Import Manager, I saw that the fields isnu2019t mapped, but when I open a xml file with multiple Address itu2019s open correctly.
    The XSD cardinality for the Address\Item is 0..n

    Hi Evandro ,
    If it is processing the input file correctly through the Manul Import manager process then update your latest Map by using SAVE As option or else save this correct map with a new name altogether and use this new map in the port for automatic importing.
    If your file is able to process correctly through the Import manager without showing any errors till the Import step in the Import manager then this map must be correct and shoul automate the importing correctly.
    Provided you are using the similar file for automatic importing as well.The file name and the fields as well as the value mapping as saved in this corrected map must not differ with the input file else this saved map will not be able to import correctly.
    Check to see if you have made correct setting for automatic importing by refering the below link:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm  (Automatic importing MDIS - Import manager ref guide>MDM import server(MDIS)>MDIS Consfiguration)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8973bcaf-0801-0010-b7a7-f6af6b1df00e(mdm import and syndication server)
    Also check the exception folders if your import is not taking place automatically:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm (Exceptions- MDM Import Manager MDIS-Exception handling)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

Maybe you are looking for

  • Can I use DHCP snooping and IOS DHCP server on the same switch stack

    Hello, I am shortly going to be deploying a Cisco CallManager solution for a customer whose network comprises stacks of Catalyst 3850 switches. There is no separate core/server farm switch so the CallManager servers, voice gateways and IP phones will

  • Super BOM doesn't generate while run MRP from Sales Order

    Hi all, I am trying to make a Super BOM where i have a material x as finished product, and i have 2 material as component for that finish product ( A and B ) i already create characteristic and assign it to the class 300, i also have created the conf

  • Improve on these and Nokia N8 will win

    A few things here goes. 1. Allow a Portrait photo to be viewed across the 3 home screens 2. Have the icons labelled on the home screens. And it is too easy to edit the screens by accident. Longer press maybe? 3. Bigger font options for phone numbers

  • What is an aac file and how can I get it into itunes?

    I have a file full of .aac files that someone gave me to listen to (an audio book) and when I drag and drop the file folder onto the iitunes library (music) it gives me the pretty little plus sign but when I let it go nothing happens and it never app

  • Implementing a team classpath?

    I'm on a team of 3 developers who are looking at Flex as one of our new development environments. Working with it, I created a custom (mxml) component. For argument's sake, let's call it "MyComponent". I want to have an area that ALL the code we writ