UCSPE XML parsing error when importing from live UCS

Hi all,
I'm trying to import our live UCS hardware inventory in to the UCS platform emulator but keep getting an error stating:
Server Error: code ERR-xml-parse-error: XML PARSING ERROR: no class named computeExtBoard
The UCSPE imports all of our chassis' and blade servers, but it's missing all the chassis fans and psus, and the dimms, hdds, cpus, and storage controllers from all the blades. I haven't been able to figure out how to download or export the hardware inventory from the live UCS Manager as an XML for editing/loading in to UCSPE. It looks like you can only export as XML from USCPE, not from UCS Manager. Anybody have experience dealing with this?
Thanks in advance!
Jordan

Hi all,
I'm trying to import our live UCS hardware inventory in to the UCS platform emulator but keep getting an error stating:
Server Error: code ERR-xml-parse-error: XML PARSING ERROR: no class named computeExtBoard
The UCSPE imports all of our chassis' and blade servers, but it's missing all the chassis fans and psus, and the dimms, hdds, cpus, and storage controllers from all the blades. I haven't been able to figure out how to download or export the hardware inventory from the live UCS Manager as an XML for editing/loading in to UCSPE. It looks like you can only export as XML from USCPE, not from UCS Manager. Anybody have experience dealing with this?
Thanks in advance!
Jordan

Similar Messages

  • XML Parsing Error when opening Dreamweaver CS4

    Hi guys, I downloaded a trial version of Dreamweaver CS4
    which was downloaded from the adobe website and once i try
    installing it it comes up with 'please delete current menus.xml
    file and then rename menus.bak file to menus.xml'. Once I tried
    that the new renamed xml file has the same problem as the old one.
    Now, When i opened up the file in Firefox it came up with an XML
    Parsing error. The exact error is as below:
    XML Parsing Error: prefix not bound to a namespace
    Location:
    file:///C:/Program%20Files/Adobe/Adobe%20Dreamweaver%20CS4/configuration/Menus/menus.xml
    Line Number 12, Column 5: <shortcut
    mmstring:name="menus/DWShortcuts_Main_Quit" key="Opt+F4"
    command="dw.quitApplication()" id="DWShortcuts_Main_Quit" />
    ----^
    I am running windows XP SP3. Can anyone offer an
    insight/possible solution? I've already tried the following methods
    which have been suggested by other forums:
    CS4 clean script on Adobe website
    Microsoft installer clean up
    uninstall and reinstall all CS4/adobe products
    deleting Cache.db
    deleting Macromedia folder
    deleting faulty line in menus.xml file
    Is there anything else I can do? Thanks guys!

    1) Close Dreamweaver
    2) Navigate to the Design.xml file and rename it.
    3) Launch Dreamweaver and it will recreate the Design.xml file
    The AppData folder is hidden by default on Windows, so you need to enable the option to view hidden files and folders in order to locate it, as follows:
    In Vista/Windows 7, select Start > Computer > Organize > Folder and Search Options > View. In Advanced settings, choose Show hidden files and folders. 
    In Windows XP, select Start > My Computer > Tools > Folder Options > View. In Advanced settings, choose Show hidden files and folders.
    Once you turn on this option, hidden folders are displayed as dimmed icons to remind you to treat them with care.

  • Adobe Designer 7.0 - XML parsing error when data connection to XML with UTF-16

    Hi all
    <br />
    <br />I need to change my data connection xml file to use UTF-16 instead of ISO-8859-1. When I connect the file with the UTF-16 encoding, I receive the following error
    <br />
    <br />Invalid XML: Xml parsing error: encoding specified in XML declaration is incorrect (error code 19) ..
    <br />
    <br />The XML declaration is:
    <br /><?xml version="1.0" encoding="utf-16"?>
    <br />
    <br />I am able to succesfully set the encoding to "UTF-8". UTF-16 should also be possible.
    <br />
    <br />Has anyone seen this error before ? How can I resolve this ?
    <br />
    <br />Thanks in advance
    <br />
    <br />Bilal Haniff

    Thank you, expert, for your quick reply.
    Described problem got solved: we noticed later that the extra text only appears for users using Adobe professional 7.0, 'normal' users with adobe 8.0 reader don't get the extra text, so that is ok for us.

  • Error when importing from Excel in SAP

    Hello experts,
    My gets error when importing price list using the import form Xl menu :
    (-1200) DBMCconnBase::EndTransaction SQLEndTran sqlState 08S01, nativeErr: 0, errText:[Microsoft][SQL Native Client] Communication link failure
    This happens only when connected with SAP Client, it never happens when connected in terminal server directly on SAP server.
    Server 2003, MSSQL 2005 SP2
    SAP 2007 Sp01 PL08 HF01
    This has always been working before, it has stopped working when he changed the motherboard 3 weeks ago. Nothing else have changed.
    Any idea where to look at?
    Thanks!
    Chris

    hello Gordon,
    Thanks for your answer. that would have probaly fix the issue
    my techs fixed the issue by doing the 2 following thinks, i don't know if only one of them would have fix it.
    1. in the boot.ini file there was a /3G in the end, restricting the memory to 1G for the OS. The tech deleted it.
    2. in management studio, the technician changed the memory reserved for sql from 9/12 to 14/16Gb
    there was probably not enough RAM available for the import.
    since that change it works well.
    Thanks again!
    Christophe

  • Error when importing from cd

    When importing from cd at random times I'll get this error message "the file "1234" cannot be imported because it does not appear to be a valid exported file" anybody know why? I really want to put these songs on my Ipod. Please help

    I am having the same problem and I know my hard drive is definitely not full

  • XML Parsing Error when diplaying the downloads window

    After upgrading to the 3.6.15 version everytime I open the downloads window the following text is displayed:
    XML Parsing Error: unclosed token
    Location: chrome://mozapps/content/downloads/downloads.xul
    Line Number 83, Column 5: <menuitem id="menuitem_show"
    ----^

    After upgrading to the 3.6.15 version everytime I open the downloads window the following text is displayed:
    XML Parsing Error: unclosed token
    Location: chrome://mozapps/content/downloads/downloads.xul
    Line Number 83, Column 5: <menuitem id="menuitem_show"
    ----^

  • XML parser error; when XPath elements starts with "_"

    Hi,
    I have a problem in extracting elements from XML which is starting with "_". please check the queries below executed on Oracle 10g.
    Query 1:
    SELECT EXTRACTVALUE(XMLTYPE('<A><_B>1</_B><_C>2</_C><_D>3</_D><E>4</E></A>'),'/A/_B') FROM DUAL;
    Error starting at line 1 in command:
    SELECT EXTRACTVALUE(XMLTYPE('<A><_B>1</_B><_C>2</_C><_D>3</_D><E>4</E></A>'),'/A/_B') FROM DUAL
    Error report:
    SQL Error: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00601: Invalid token in: '/A/_B'
    31011. 00000 - "XML parsing failed"
    *Cause:    XML parser returned an error while trying to parse the document.
    *Action:   Check if the document to be parsed is valid.
    Query 2:
    SELECT EXTRACTVALUE(XMLTYPE('<A><_B>1</_B><_C>2</_C><_D>3</_D><E>4</E></A>'),'/A/E') FROM DUAL;
    EXTRACTVALUE(XMLTYPE('<A><_B>1</_B><_C>2</_C><_D>3</_D><E>4</E></A>'),'/A/E')
    4
    Oracle version:
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE     10.2.0.1.0     Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Please let me know if there is any workaround for this.*
    Thanks,
    Veerababu Kanumilli.

    Hi MichaelS,
    - I have executed the queries provided by you, but I am not able to get the result in 10g when I am trying to access elements with "_" in XPath.
    select * from v$version where rownum = 1;
    select extractvalue (xmltype ('&lt;A&gt;<_B>1</_B><_C>2</_C><_D>3</_D><E>4</E>&lt;/A&gt;'), '/A/_B') "_B" from dual;
    select extractvalue (xmltype ('&lt;A&gt;<_B>1</_B><_C>2</_C><_D>3</_D><E>4</E>&lt;/A&gt;'), '/A/E') "E" from dual;
    Output:
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    Error starting at line 4 in command:
    select extractvalue (xmltype ('&lt;A&gt;<_B>1</_B><_C>2</_C><_D>3</_D><E>4</E>&lt;/A&gt;'), '/A/_B') "_B" from dual
    Error report:
    SQL Error: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00601: Invalid token in: '/A/_B'
    31011. 00000 - "XML parsing failed"
    *Cause:    XML parser returned an error while trying to parse the document.
    *Action:   Check if the document to be parsed is valid.
    E
    4
    Thanks,
    Veerababu Kanumilli

  • Keep getting "required file in use" error when importing from a disc

    Installed 12.0.1 this weekend and now cannot import songs from a disc (have tried on several different discs). I keep getting the error message that "Error occurred while converting the file. The required file is in use). Have rebooted several times with no improvement.  There doesn't seem to be any problem playing anything off my existing library, but I also get failure messages when purchasing from Amazon. Anyone have ideas?

    Any Suggestions?
    Dmitry

  • Error when importing from Data Feeds

    SQL Server 2012 SSAS. Very funny error. I cannot same issue in forums:
    Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: The remote server returned an error: (407) Proxy Authentication Required..
    An error occurred while processing the partition XXXXX
    The current operation was cancelled because another operation in the transaction failed.
    When I go through the import everything seems to be fine: it successfully connects to the report/data feed, it lets me preview and filter tablix displaying information, but when I click Finish, it throws the error on import.
    What could it be? I have configured credentials and Proxy in SQL Server Agent.

    Hi Alexandre, I am glad you found a workaround for this, but as this is a bug in our export code we would really appreciate you creating a Connect bug to track this. We will do our best to get this addressed on our side. To file
    a connect bug for this issue go to https://connect.microsoft.com/SQLServer/feedback/CreateFeedback.aspx and
    use the category "Developer Tools(SSDT, BIDS, etc.)". We're trying to track all bugs through connect as it helps us prioritize issues customers are running into, and track the fix status
    publicly.
    Thanks,
    Kevin

  • Error When importing from Essbase to OBIEE

    Hi guys I am trying to import from essbase to OBIEE, after i feed the essbase server details.
    I get
    error: nqserror 36001
    unable to load the dll essapinu.dll
    Can anyone help me in this case
    thanks

    Hi,
    I'm also experiencing the same problem, but this happens after I upgrade into Windows 7 and now I'm running the BI Admin Tools in XP Mode.
    I have also installed the EAS Console in my XP Mode, and the essapinu.dll is there in the EAS folder, but the error still exists.
    Pls help.
    Thanks

  • SLTOOLS.SAR error when importing from JAVA export

    I have done a standard system copy JAVA Export from a NW 7.01 EHP1 going to a new target system that is identical to the source.  I then moved the export files to the target and am running the import. 
    I am now getting an error stating: "error opening X:\EPD_EXPORT\JAVA/TOOLS/SLTOOLS.SAR (error 6). The system cannot find the path specified". 
    This TOOLS folder and SLTOOLS.SAR file does not exist because it was not created when I did the export from the source system.  Any idea why this was not created during the export?  Also, how can I obtain SLTOOLS.SAR?  Thanks in advance.

    Hi,
    Did you check "DB specic tools" during the export ? if not, try that option and export it.
    SLtools should be under $SAPGlobalDir/sltools - (Please check whether your SOURCE system has it)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/743fd6e5-0d01-0010-a2b5-e85339108ee9?QuickLink=events&overridelayout=true
    Regards,
    Arjun

  • Error when importing from Ipad

    I recently rebuilt my Aperture database to fix an issue that meant I had to repair it every time I tried to open Aperture.
    Now when I plug my ipad in, Aperture asks to import 400 images from the ipad. However, most of the  image previews for these images don't work and those I can see seem to be corrupted (e.g one third to half the image is there but the remainder is grey space). When I try to import them I get 400 errors, saying the images couldn't be imported.
    Then next time I plug in the ipad, Aperture asks to import the same 400 images again.
    I'm not sure how to remove the corrupted images from my ipad.
    Any hints?
    Thanks very much.

    You can import images from iPad and remove the from it using Image Capture app which is already installed on your mac. Have a look at this, it should help.
    http://www.speedofcreativity.org/2010/09/23/delete-ipad-photos-with-image-captur e/

  • AMC error when importing from PP

    From PP CS5 to AME CS5 on a PC (Windows 7 (64-bit), i7 930, 18GB Ram)
    Any video format I try to encode... and TO any format will get this error.
    When I export to AME, AME will spawn but the project will not load. When I go to load it by hand [file>Add Premiere Pro Sequence] the project will load, but will remain with a "waiting" status.
    Then, when I close AME, I get this error message "Adobe Media Encoder has encountered an error. [...\...\Src\Core\DataWriter.cpp-226]"
    I'm fairly certain I caused this problem a few days ago.  I had multiple things running in the queue and my computer was running REALLY unusually slow, so I checked out what processes were sucking the most memory, and of course AME was up there.  Google Desktop was up there too, so I closed that down. But there was also a process that I seem to recall was started by Premiere Pro that was sucking a lot of memory. I figured since I was done with Premiere for the day, I'd stop that.
    Immediately after I did, the currently running AME project got an error. I realized my mistake. And none of the others in the queue would start.
    I was done for the day anyway, so I shut everything down and figured the problem would fix itself with a reboot the next day.  No such Luck...
    I've since combed the online forums for a solution... no luck. Any Ideas?

    Reinstall maybe?

  • Server error when importing from FB

    Hey,
    Cant import contacts from FB. Getting the server error message, please try again later.
    Tried turning off login approvals and enabling skypeworks on FB.
    Any other solution?

    hello Gordon,
    Thanks for your answer. that would have probaly fix the issue
    my techs fixed the issue by doing the 2 following thinks, i don't know if only one of them would have fix it.
    1. in the boot.ini file there was a /3G in the end, restricting the memory to 1G for the OS. The tech deleted it.
    2. in management studio, the technician changed the memory reserved for sql from 9/12 to 14/16Gb
    there was probably not enough RAM available for the import.
    since that change it works well.
    Thanks again!
    Christophe

  • IMovie gives error when importing from Movies folder.

    When I try to import either.avi or.mov from the Movies folder on my MacBook (the Movies folder has not changed location- it's on the Macintosh HD) iMovie '11 tells me one of two things:
    "+*Copy Failed*+
    /Users/admin/Movies/filename.mov
    +(Insufficient access privileges for operation)+"
    or
    "+*Copy Failed*+
    /Users/admin/Movies/filename.mov
    +(File not found)+"
    Is this a glitch? What can I do or what am I doing wrong?
    Message was edited by: ipodfreak110

    Are you saving the events to your internal hard drive or an external via USB as you capture? Reason I ask is I had this problem when capturing directly to my external USB drive I use to store my camcorder footage on. When I switched to saving to my internal it solved the problem. What I now do is save it to my internal (1 tape at a time) and then close iMovie '08 and then copy the event to the iMovie Events folder on my external hard drive. I then delete it on my internal. Open up iMovie and voila, its there and works.

Maybe you are looking for

  • Import sony minidv to imovie?

    I am trying to connect my Sony DCR-HC40 miniDV to my Macbook, but I am getting nothing (through firewire). I'm looking for a way to troubleshoot the problem. As with a previous post, my camera is registering "DV in" but I cannot find anything on the

  • Cannot access null object reference in flex

    Hi All, Please provide me the solution ASAP....for the below error........ TypeError: Error #1009: Cannot access a property or method of a null object reference.     at Components::References/communicationServicesPort_resultHandler()[C:\Documents and

  • Access Manager Failed to Connect to Directory Server

    Dear All, I have problem with Directory Server connection in Access Manager. This happened in Production site, all application that integrated with Oracle Access Manager (OAM) for Single Sign On are not accessible after the Directory Server connectio

  • Reports using JPG and BLOB RenderOp failures

    I am getting RenderOp failures using BLOB columns to store JPG images in reports. Reports seems only to work if the data is in TIFF format (massive storage req.) I have converted to LONG RAW to store the JPG images and the same report functions perfe

  • Where can I find Vista drivers for Satellite Pro L450D?

    Hi, can anyone offer any help please? My toshiba Satellite Pro (Model L450D) came with Win 7 preinstalled. Unfortunately due to virus, I had to format the HDD and reinstall an operating system, but only had a legal copy of Vista. Now Toshiba utilitie