CMU error

Hi All,
I am getting following error after running CMU
Error executing post-action services. Unable to execute service UPDATE_META_TABLE and function updateMetaTable. (System Error: Field 'xTrashDeleter' is already present in the database table and cannot be replaced.)
any Idea ?
regards,
Amit

Seems that you are migrating from older UCM version to newest 10.1.3.5. I had this error recently and it was caused by bug in the Folders_g component bundled to 10.1.3.5 upgrade patchset. In this patch, Folders_g component mistakenly changes xTrashDeleter field type from long text to text. To verify that this is the cause follow the steps:
1. Open Config Manager and check whether it request database design update.
2. If it does, Click Update DB design button.
3. If there is info " Info field(s) that will be modified: TrashDeleter" we are on good track.
4. Ignore warnings and confirm update.
4. If you get "Error updating database design. Unable to execute service UPDATE_META_TABLE and function updateMetaTable. (System Error: Field 'XTrashDeleter' is already present in the database table and cannot be replaced." than this is it.
5. Solution: open Config Manger and change TrashDeleter field type to Long text. Update database design. There should be no warnings. Restart content server service and check again Config Manager. If there is no request for DB design update, all is OK.
On the side note, it would be recomended to have same CMU revision on both systems involved in migration. If they are different one can get this error "Error executing post-action services. Unable to execute service UPDATE_META_TABLE and function updateMetaTable" without mention of the xtrashDeleter field.
Hope this helps.
Regards,
Boris

Similar Messages

  • Please help me figure out the reason for this error

    Hello I am trying to run the jar Gui file I got from http://www.cs.cmu.edu/~cmucam/cmucam2/downloads.html
    and am getting the following error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no sserial in java.li
    brary.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at serialPort.<clinit>(serialPort.java:22)
    at SerialComm.<init>(SerialComm.java:50)
    at CameraSerial.<init>(CameraSerial.java:64)
    at MainWindow.<init>(MainWindow.java:620)
    at CMUcam2GUI.main(CMUcam2GUI.java:7)
    Can anyone figure out why I am getting this error? I am running it on a windows xp professional system.

    Yes you need the sserial native library (and no I do not know where to get it).

  • Error while importing configuratio data of stellent 7.5.1 in OCS 10gR3

    Hi,
    I am upgrading Stellent 7.5.1 to Oracle Content Server 10gR3. On Stellent 7.5.1 I created a Template i.e. wwCmuExport and then explicitly selected Aliases, Security Groups, Roles & Personalization Data from Content Server Section. While importing it on 10gR3 it just hangs at Roles dependencies check and always gets the following error:
    Roles
        Error reading binder 'C:/Oracle/ucm/cmu/idc/bundles/user-roles-stellent_file-11-20090826T190001/roles/' File 'C:\Oracle\ucm\cmu\idc\bundles\user-roles-stellent_file-11-20090826T190001\roles' does not exist.On stellent 7.5.1 there are roles,groups tc. I even tried taking a full export of everything but it always fail at the Roles dependencies check. Any idea what might be the issue or which log file to look at. As I have external LDAP providers defined on Stellent 7.5.1 but on 10gR3 I did not define those yet and just am trying to import the configuration data etc. Are there any pre-reqs for importing nfiguration data that LDAPproviders etc shouldbethre. Don't know if the roles thing have to do anything with the providers not yet being defined on 10gR3. Any help is appreciated.
    Thanks

    Any firewall issues?
    From the 7.5.1 machine can you open a command prompt and then telnet to the 10gR3 instance on port 4444? If you do that and you just get a hung response that means it connected. If you attempt and you get denied right away then you have kind of firewall/network stuff to work out.
    -Jason Stortz
    http://www.corecontentonly.com
    http://www.redstonecontentsolutions.com

  • Error while adding new security group in content server

    Hi,
    When i am trying to add new security group in UCM using User Admin applet i am getting following error:
    Event generated by user 'weblogic' at host 'vpunvfpctnsz-07.ad.infosys.com:16200'. Unable to execute service ADD_GROUP and function insertGroupRow.
    Unable to execute query 'IroleDefinition(INSERT INTO RoleDefinition (dGroupName, dRoleName, dPrivilege, dRoleDisplayName)
    values ('Test_111', 'admin', 0, ''))'. ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated
    java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,vpunvfpctnsz-07.ad.infosys.com:16200!$!csServiceDataException,ADD_GROUP,insertGroupRow!$!csDbUnableToExecuteQuery,IroleDefinition(INSERT INTO RoleDefinition (dGroupName\, dRoleName\, dPrivilege\, dRoleDisplayName)<br>          values ('Test_111'\, 'admin'\, 0\, ''))!$ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated<br>!syJavaExceptionWrapper,java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated<br>
    intradoc.common.ServiceException: !csServiceDataException,ADD_GROUP,insertGroupRow!$
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1736)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1691)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
    at intradoc.server.Service.executeActions(Service.java:457)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
    at intradoc.server.Service.doRequest(Service.java:1865)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1332)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1678)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:221)
    at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1592)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: intradoc.data.DataException: !csDbUnableToExecuteQuery,IroleDefinition(INSERT INTO RoleDefinition (dGroupName\, dRoleName\, dPrivilege\, dRoleDisplayName)
    *          values ('Test_111'\, 'admin'\, 0\, ''))!$ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated* at intradoc.jdbc.JdbcWorkspace.handleSQLException(JdbcWorkspace.java:2441)
    at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:584)
    at intradoc.server.UserService.insertGroupRow(UserService.java:1201)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    ... 39 more
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OCS.PK_ROLEDEFINITION) violated
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:89)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1028)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1379)
    at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:5846)
    at oracle.jdbc.driver.OracleStatement.doScrollStmtExecuteQuery(OracleStatement.java:5989)
    at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2012)
    at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1958)
    at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:301)
    at weblogic.jdbc.wrapper.Statement.executeUpdate(Statement.java:503)
    at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:564)
    ... 50 more
    I checked in database , the security group Test_111 is not present in ROLEDEFINITION table.
    What could be the issue?
    Regards,
    Minal

    1) Try importing CMU bundle with 'Overwrite Duplicates' option unchecked .
    2) In the CMU bundle, open file roles_guest.hda and see if 'guest' role has access to any group that start with special character or group you haven't created in the system..
    Eg: guest
    #AppsGroup
    0
    Also open securitygroups folder in CMU bundle, and see if you can find any groups that starts with special character or group you haven't created in the system.
    3) Identify that group and execute below query in the UCM database.
    select * from roledefinition where dgroupname= '#AppsGroup';
    Replace '#AppsGroup' with the groupname you identified.
    4) Solution would be to delete all the rows with dgroupname= '#AppsGroup' from the 'roledefinition' table.
    delete from roledefinition where dgroupname= '#AppsGroup';
    Replace '#AppsGroup' with the groupname you identified.

  • Problem in CMU bundle creation

    Hi Experts,
    I am trying to create a CMU bundle of components.
    When I am trying to export Dynamic Prefix component, I am getting this error.
    Error exporting item 'DynamicPrefix'. Unable to execute service method 'initEx'
    Can anyone help me with the some pointers please?
    Regards,
    Rajendra

    This component I had got from HowToComponentSbundle. As per the reply of my other query, I assume it is best to install this component separately in the target environment, instead of using CMU.
    Regards,
    Rajendra

  • Error message in java script using IE6

    I get the following error message on a web page java script with Internet Explorer 6 "C:\WINNT\Desktop\Error Report.htm."
    The java script works fine with IE 5, but not with IE6. Any ideas why or how to fix?
    Thank you,
    Alicia

    There are three scripts, here they are:
    1. Scripts.js
    NS4 = (document.layers);
    IE4 = (document.all);
    ver4 = (NS4 || IE4);
    IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
    isMac = (navigator.appVersion.indexOf("Mac") != -1);
    isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
    function popUp(){return};
    function popDown(){return};
    if (!ver4) event = null;
    if (isMenu) {
    menuVersion = 3;
    menuWidth = 120;
    childOverlap = 5;
    childOffset = 0;
    perCentOver = null;
    secondsVisible = .2;
    fntCol = "#ffffff";
    fntSiz = "11";
    fntBold = false;
    fntItal = false;
    fntFam = "times new roman, times, serif";
    backCol = "#303886";
    overCol = "#91B3EE";
    overFnt = "#000000";
    borWid = 0;
    borCol = "#ffffff";
    borSty = "solid";
    itemPad = 5;
    imgSrc = "";
    imgSiz = 0;
    separator = 1;
    separatorCol = "#ffffff";
    isFrames = false; // <-- IMPORTANT for full window
    navFrLoc = "left"; // <-- display. see below
    keepHilite = true;
    clickStart = false;
    clickKill = false;
    function swapimg( imgid, newimg ) {
    imgid.src = newimg.src;
    if( document.images ) {
    about_on = new Image();
    about_on.src = "./images/about_on.jpg";
    about_off = new Image();
    about_off.src = "./images/about_off.jpg";
    practice_on = new Image();
    practice_on.src = "./images/practice_on.jpg";
    practice_off = new Image();
    practice_off.src = "./images/practice_off.jpg";
    lawyer_on = new Image();
    lawyer_on.src = "./images/lawyer_on.jpg";
    lawyer_off = new Image();
    lawyer_off.src = "./images/lawyer_off.jpg";
    career_on = new Image();
    career_on.src = "./images/career_on.jpg";
    career_off = new Image();
    career_off.src = "./images/career_off.jpg";
    resources_on = new Image();
    resources_on.src = "./images/resources_on.jpg";
    resources_off = new Image();
    resources_off.src = "./images/resources_off.jpg";
    contact_on = new Image();
    contact_on.src = "./images/contact_on.jpg";
    contact_off = new Image();
    contact_off.src = "./images/contact_off.jpg";
    2. hierArrays.js
    arMenu1 = new Array(
    130,
    199,247,
    "Overview","./about/overview.html",0,
    "Pro Bono Activities","./about/probono.html",0
    arMenu2 = new Array(
    190,
    199,287,
    "Commercial Finance","./practice/finance.html",0,
    "Corporate and Securities","./practice/corporate.html",0,
    "Insolvency","./practice/bankruptcy.html",0,
    "Land Use, Local Government and Environmental Law","./practice/land.html",0,
    "Litigation","./practice/litigation.html",0,
    "Real Estate","./practice/realestate.html",0,
    "Tax and Estate Planning","./practice/tax.html",0
    arMenu3 = new Array(
    120,
    199,327,
    "Partners","./lawyers/partners/index.html",0,
    "Associates","./lawyers/associates/index.html",0,
    "Of Counsel","./lawyers/counsel/index.html",0,
    "By Practice Area","./lawyers/practice.html",0,
    "Full Listing","./lawyers/full.html",0
    arMenu4 = new Array(
    135,
    199,447,
    "Contact Information","./contact/info.html",0,
    "Driving Directions","./contact/directions.html",0
    arMenu5 = new Array(
    180,
    199,365,
    "Summer Associate Program","./career/sumassoc.html",0
    3. hierMenus.js
    /*hierMenus.js
    * by Peter Belesis. v3.10.2 000720
    * Copyright (c) 2000 internet.com Corp. All Rights Reserved.
    * Originally published and documented at http://www.dhtmlab.com/
    * You may use this code on a public Web site only if this entire
    * copyright notice appears unchanged and you publicly display
    * on the Web page a link to http://www.dhtmlab.com/.
    * Contact [email protected] for all other uses.
    loader = (isFrames) ? (NS4) ? parent : parent.document.body : window;
    loader.onload = startIt;
    if(NS4){
         origWidth = loader.innerWidth;
         origHeight = loader.innerHeight;
         loader.onresize = reDo;
    isLoaded = false;
    NSresized = false;
    if (!window.menuVersion) {
         clickKill = keepHilite = clickStart = false;
    if (!window.imgHspace) imgHspace=0;
    isWin = (navigator.appVersion.indexOf("Win") != -1)
    mSecsVis = secondsVisible*1000;
    isRight = (window.navFrLoc && navFrLoc == "right");
    fullImgSize = (imgSiz+(imgHspace*2));
    if(!IE5) {
         imgSuf = (isRight) ? ">" : " ALIGN=RIGHT>";
         imgStr = "<IMG SRC='" + imgSrc + "' WIDTH=" + imgSiz + " HEIGHT=" + imgSiz +" VSPACE=2 HSPACE="+ imgHspace +" BORDER=0"+ imgSuf;
         if(IE4) imgStr = "<SPAN STYLE='height:100%;width:"+ (fullImgSize-(isRight?3:0)) +";float:"+ (isRight?"left":"right") +";overflow:hidden'>"+ imgStr +"</SPAN>";
    areCreated = false;
    menuLoc = null;
    function initVars() {
         if(areCreated) {
              for(i=1; i<topCount; i++) {
                   cur = eval("elMenu"+i);
                   clearTimeout(cur.hideTimer);
                   cur.hideTimer=null;
              clearTimeout(allTimer);
         topCount = 1;
         areCreated = false;
         beingCreated = false;
         isOverMenu = false;
         currentMenu = null;
         allTimer = null;
    initVars();
    function NSunloaded(){
         isLoaded = false;
    function NSloaded(e){
         if (e.target.name == mainFrName) {
              initVars();
              startIt();
    function IEunloaded() {
         initVars();
         isLoaded = false;
         setTimeout("keepTrack()",50)
    function keepTrack() {
         if (menuLoc.document.readyState == "complete") {
              initVars();
              startIt();
         else {
              setTimeout("keepTrack()",50);
    function startIt() {
         isLoaded = true;
         if (isFrames) {
              menuLoc = eval("parent.frames." + mainFrName);
              if (NS4) {
                   loader.captureEvents(Event.LOAD);
                   loader.onload = NSloaded;
                   menuLoc.onunload = NSunloaded;
              if (IE4) {
                   menuLoc.document.body.onunload = IEunloaded;
         else {
              menuLoc = window;
         menuLoc.nav = nav = window;
         if (clickKill) {
              if (NS4) menuLoc.document.captureEvents(Event.MOUSEDOWN);
              menuLoc.document.onmousedown = clicked;
         makeTop();
    function makeTop(){
         beingCreated = true;
         if(IE4) {
              topZ = 0;
              for (z=0;z<menuLoc.document.all.length;z++){
                   oldEl = menuLoc.document.all(z);
                   topZ = Math.max(oldEl.style.zIndex,topZ)
         while(eval("window.arMenu" + topCount)) {
              (NS4) ? makeMenuNS(false,topCount) : makeMenuIE(false,topCount);
              topCount++
         status = (topCount-1) + " Hierarchical Menu Trees Created"
         areCreated = true;
         beingCreated = false;
    // the following line was added by Rachel Gockley ([email protected]) on 27 July 2000
    status = "";
    function makeMenuNS(isChild,menuCount,parMenu,parItem) {
         tempArray = eval("arMenu" + menuCount);
         if (!isChild) {
              tempWidth = tempArray[0] ? tempArray[0] : menuWidth;
              menu = makeElement("elMenu" + menuCount,tempWidth,null,null);
         else {
              menu = makeElement("elMenu" + menuCount,null,parMenu,null);
         menu.array = tempArray;
         menu.setMenuTree = setMenuTree;
         menu.setMenuTree(isChild,parMenu);
         while (menu.itemCount < menu.maxItems) {
              menu.itemCount++;
              status = "Creating Hierarchical Menus: " + menuCount + " / " + menu.itemCount;
              prevItem = (menu.itemCount > 1) ? menu.item : null;
              itemName = "item" + menuCount + "_" + menu.itemCount;
              menu.item = makeElement(itemName,null,null,menu);
              menu.item.prevItem = prevItem;
              menu.item.setup = itemSetup;
              menu.item.setup(menu.itemCount,menu.array);
              if (menu.item.hasMore) {
                   makeMenuNS(true,menuCount + "_" + menu.itemCount,menu,menu.item);
                   menu = menu.parentMenu;
         menu.lastItem = menu.item;
         menu.setup(isChild,parMenu,parItem);
    function findTree(men){
         foundTree = false;
         for(i=11;i<men.array.length;i+=3){
              if(men.array) {
                   foundTree = true;
                   break;
         return foundTree;
    function setMenuTree(isChild,parMenu) {
         if (!isChild) {
              this.menuWidth = this.array[0] ? this.array[0] : menuWidth;
              this.menuLeft = this.array[1];
              this.menuTop = this.array[2];
              this.menuFontColor = this.array[3] ? this.array[3] : fntCol;
              this.menuFontOver = this.array[4] ? this.array[4] : overFnt;
              this.menuBGColor = this.array[5] ? this.array[5] : backCol;
              this.menuBGOver = this.array[6] ? this.array[6] : overCol;
              this.menuBorCol = this.array[7] ? this.array[7] : borCol;
              this.menuSeparatorCol = this.array[8] ? this.array[8] : separatorCol;
              this.treeParent = this;
              this.startChild = this;
              this.isTree = findTree(this);
         else {
              this.menuWidth = parMenu.menuWidth;
              this.menuLeft = parMenu.menuLeft;
              this.menuTop = parMenu.menuTop;
              this.menuFontColor = parMenu.menuFontColor;
              this.menuFontOver = parMenu.menuFontOver;
              this.menuBGColor = parMenu.menuBGColor;
              this.menuBGOver = parMenu.menuBGOver;
              this.menuBorCol = parMenu.menuBorCol;
              this.menuSeparatorCol = parMenu.menuSeparatorCol;
              this.treeParent = parMenu.treeParent;
              this.isTree = parMenu.isTree;
         this.maxItems = (isChild) ? this.array.length/3 : (this.array.length-9)/3;
         this.hasParent = isChild;
         this.setup = menuSetup;
         this.itemCount = 0;
    function makeMenuIE(isChild,menuCount,parMenu) {
         menu = makeElement("elMenu" + menuCount);
         menu.array = eval("arMenu" + menuCount);
         menu.setMenuTree = setMenuTree;
         menu.setMenuTree(isChild,parMenu);
         menu.itemStr = "";
         while (menu.itemCount < menu.maxItems) {
              menu.itemCount++;
              status = "Creating Hierarchical Menus: " + menuCount + " / " + menu.itemCount;
              itemName = "item" + menuCount + "_" + menu.itemCount;
              arrayPointer = (isChild) ? (menu.itemCount-1)*3 :((menu.itemCount-1)*3)+9;
              dispText = menu.array[arrayPointer];
              hasMore = menu.array[arrayPointer + 2];
              if(IE5) {
                   newSpan = menuLoc.document.createElement("SPAN");
                   with(newSpan) {
                        id = itemName;
                        with(style) {
                             width = (menu.menuWidth-(borWid*2));
                             fontSize = fntSiz + "pt";
                             fontWeight = (fntBold) ? "bold" : "normal";
                             fontStyle = (fntItal) ? "italic" : "normal";
                             fontFamily = fntFam;
                             padding = itemPad;
                             borderBottomWidth = separator + "px";
                             borderBottomStyle = "solid";
                        innerHTML = dispText;
                   newBreak = menuLoc.document.createElement("BR");
                   menu.appendChild(newSpan);
                   menu.appendChild(newBreak);
                   if(hasMore) {
    //3.10.2 added next 2 statements:
                        if (isRight) newSpan.style.paddingLeft = itemPad+fullImgSize;
                        else newSpan.style.paddingRight = itemPad+fullImgSize;
                        newImage = menuLoc.document.createElement("IMAGE");
                        with(newImage){
                             src = imgSrc;
                             with(style) {
                                  position = "absolute";
                                  width = imgSiz;
                                  height = imgSiz;
                                  left = (isRight) ? itemPad : (newSpan.style.pixelWidth - itemPad - imgSiz);
                                  top = newSpan.offsetTop + itemPad + (isMac ? 0 : 2);
                        newSpan.appendChild(newImage);
              else {
                   htmStr = (hasMore) ? imgStr + dispText : dispText;
                   menu.itemStr += "<SPAN ID=" + itemName + " STYLE=\"width:" + (menu.menuWidth-(borWid*2)) + "\">" + htmStr + "</SPAN><BR>";
              if (hasMore) {
                   makeMenuIE(true,menuCount + "_" + menu.itemCount,menu);
                   menu = menu.parentMenu;
         if(!IE5) menu.innerHTML = menu.itemStr;
         itemColl = menu.children.tags("SPAN");
         for (i=0; i<itemColl.length; i++) {
              it = itemColl(i);
              it.setup = itemSetup;
              it.setup(i+1,menu.array);
         menu.lastItem = itemColl(itemColl.length-1);
         menu.setup(isChild,parMenu);
    function makeElement(whichEl,whichWidth,whichParent,whichContainer) {
         if (NS4) {
              if (whichWidth) {
                   elWidth = whichWidth;
              else {
                   elWidth = (whichContainer) ? whichContainer.menuWidth : whichParent.menuWidth;
                   if (whichContainer) elWidth = elWidth-(borWid*2)-(itemPad*2);
              if (!whichContainer) whichContainer = menuLoc;
              eval(whichEl + "= new Layer(elWidth,whichContainer)");
         else {
              if (IE5) {
                   newDiv = menuLoc.document.createElement("DIV");
                   newDiv.style.position = "absolute";
                   newDiv.id = whichEl;
                   menuLoc.document.body.appendChild(newDiv);
              else {
                   elStr = "<DIV ID=" + whichEl + " STYLE='position:absolute'></DIV>";
                   menuLoc.document.body.insertAdjacentHTML("BeforeEnd",elStr);
              if (isFrames) eval(whichEl + "= menuLoc." + whichEl);
         return eval(whichEl);
    function itemSetup(whichItem,whichArray) {
         this.onmouseover = itemOver;
         this.onmouseout = itemOut;
         this.container = (NS4) ? this.parentLayer : this.parentElement;
         arrayPointer = (this.container.hasParent) ? (whichItem-1)*3 : ((whichItem-1)*3)+9;
         this.dispText = whichArray[arrayPointer];
         this.linkText = whichArray[arrayPointer + 1];
         this.hasMore = whichArray[arrayPointer + 2];
         if (IE4 && this.hasMore) {
              this.child = eval("elMenu" + this.id.substr(4));
              this.child.parentMenu = this.container;
              this.child.parentItem = this;
         if (this.linkText) {
              if (NS4) {
                   this.captureEvents(Event.MOUSEUP)
                   this.onmouseup = linkIt;
              else {
                   this.onclick = linkIt;
                   this.style.cursor = "hand";
         if (NS4) {
              htmStr = this.dispText;
              if (fntBold) htmStr = htmStr.bold();
              if (fntItal) htmStr = htmStr.italics();
              htmStr = "<FONT FACE='" + fntFam + "' POINT-SIZE=" + fntSiz + ">" + htmStr+ "</FONT>";
              this.htmStrOver = htmStr.fontcolor(this.container.menuFontOver);
              this.htmStr = htmStr.fontcolor(this.container.menuFontColor);
              if(this.hasMore) {
                   this.document.write(imgStr);
                   this.document.close();
              this.visibility = "inherit";
              this.bgColor = this.container.menuBGColor;
              if (whichItem == 1) {
                   this.top = borWid + itemPad;
              else {
                   this.top = this.prevItem.top + this.prevItem.clip.height + separator;
              this.left = borWid + itemPad;
              this.clip.top = this.clip.left = -itemPad;
              this.clip.right = this.container.menuWidth-(borWid*2)-itemPad;
              maxTxtWidth = this.container.menuWidth-(borWid*2)-(itemPad*2);
              if (this.container.isTree) maxTxtWidth-=(fullImgSize);
              this.txtLyrOff = new Layer(maxTxtWidth,this);
              if (isRight && this.container.isTree) this.txtLyrOff.left = fullImgSize;
              this.txtLyrOff.document.write(this.htmStr);
              this.txtLyrOff.document.close();
              this.txtLyrOff.visibility = "inherit";
              this.clip.bottom = this.txtLyrOff.document.height+itemPad;
              this.txtLyrOn = new Layer(maxTxtWidth,this);
              if (isRight && this.container.isTree) this.txtLyrOn.left = fullImgSize;
              this.txtLyrOn.document.write(this.htmStrOver);
              this.txtLyrOn.document.close();
              this.txtLyrOn.visibility = "hide";
              this.dummyLyr = new Layer(100,this);
              this.dummyLyr.left = this.dummyLyr.top = -itemPad;
              this.dummyLyr.clip.width = this.clip.width;
              this.dummyLyr.clip.height = this.clip.height;
              this.dummyLyr.visibility = "inherit";
         else {
              with (this.style) {
                   if(!IE5) {
                        fontSize = fntSiz + "pt";
                        fontWeight = (fntBold) ? "bold" : "normal";
                        fontStyle = (fntItal) ? "italic" : "normal";
                        fontFamily = fntFam;
                        padding = itemPad;
                        borderBottomWidth = separator + "px";
                        borderBottomStyle = "solid";
    //3.10.2 modified next statement to one following
    //               if (this.container.isTree && (IE5 || (!IE5 && !this.hasMore))) {
                   if (this.container.isTree && !this.hasMore) {
                        if (isRight) paddingLeft = itemPad+fullImgSize;
                        else paddingRight = itemPad+fullImgSize;
                   color = this.container.menuFontColor;
                   borderBottomColor = this.container.menuSeparatorCol;
                   backgroundColor = this.container.menuBGColor;
    function menuSetup(hasParent,openCont,openItem) {
         this.onmouseover = menuOver;
         this.onmouseout = menuOut;
         this.showIt = showIt;
         this.keepInWindow = keepInWindow;
         this.hideTree = hideTree
         this.hideParents = hideParents;
         this.hideChildren = hideChildren;
         this.hideTop = hideTop;
         this.hasChildVisible = false;
         this.isOn = false;
         this.hideTimer = null;
         this.childOverlap = (perCentOver != null) ? ((perCentOver/100) * this.menuWidth) : childOverlap;
         this.currentItem = null;
         this.hideSelf = hideSelf;
         if (hasParent) {
              this.hasParent = true;
              this.parentMenu = openCont;
              if (NS4) {
                   this.parentItem = openItem;
                   this.parentItem.child = this;
         else {
              this.hasParent = false;
         if (NS4) {
              this.bgColor = this.menuBorCol;
              this.fullHeight = this.lastItem.top + this.lastItem.clip.bottom + borWid;
              this.clip.right = this.menuWidth;
              this.clip.bottom = this.fullHeight;
         else {
              with (this.style) {
                   width = this.menuWidth;
                   borderWidth = borWid;
                   borderColor = this.menuBorCol;
                   borderStyle = borSty;
                   zIndex = topZ;
    //3.10.2 added next statement
                   overflow = "hidden";
              this.lastItem.style.border="";
              this.fullHeight = this.offsetHeight;
              if(isMac)this.style.pixelHeight = this.fullHeight;
              this.fullHeight = this.scrollHeight;
              this.showIt(false);
              this.onselectstart = cancelSelect;
              this.moveTo = moveTo;
              this.moveTo(0,0);
    function popUp(menuName,e){
         if (NS4 && NSresized) startIt();
         if (!isLoaded) return;
         linkEl = (NS4) ? e.target : event.srcElement;
         if (clickStart) linkEl.onclick = popMenu;
         if (!beingCreated && !areCreated) startIt();
         linkEl.menuName = menuName;
         if (!clickStart) popMenu(e);
    function popMenu(e){
         if (!isLoaded || !areCreated) return true;
         eType = (NS4) ? e.type : event.type;
         if (clickStart && eType != "click") return true;
         hideAll();
         linkEl = (NS4) ? e.target : event.srcElement;
         currentMenu = eval(linkEl.menuName);
         currentMenu.hasParent = false;
         currentMenu.treeParent.startChild = currentMenu;
         if (IE4) menuLocBod = menuLoc.document.body;
         if (!isFrames) {
              xPos = (currentMenu.menuLeft) ? currentMenu.menuLeft : (NS4) ? e.pageX : (event.clientX + menuLocBod.scrollLeft);
              yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? e.pageY : (event.clientY + menuLocBod.scrollTop);
         else {
              switch (navFrLoc) {
                   case "left":
                        xPos = (currentMenu.menuLeft) ? currentMenu.menuLeft : (NS4) ? menuLoc.pageXOffset : menuLocBod.scrollLeft;
                        yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? (e.pageY-pageYOffset)+menuLoc.pageYOffset : event.clientY + menuLocBod.scrollTop;
                        break;
                   case "top":
                        xPos = (currentMenu.menuLeft) ? currentMenu.menuLeft : (NS4) ? (e.pageX-pageXOffset)+menuLoc.pageXOffset : event.clientX + menuLocBod.scrollLeft;
                        yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? menuLoc.pageYOffset : menuLocBod.scrollTop;
                        break;
                   case "bottom":
                        xPos = (currentMenu.menuLeft) ? currentMenu.menuLeft : (NS4) ? (e.pageX-pageXOffset)+menuLoc.pageXOffset : event.clientX + menuLocBod.scrollLeft;
                        yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? menuLoc.pageYOffset+menuLoc.innerHeight : menuLocBod.scrollTop + menuLocBod.clientHeight;
                        break;
                   case "right":
                        xPos = (currentMenu.menuLeft) ? currentMenu.menuLeft : (NS4) ? menuLoc.pageXOffset+menuLoc.innerWidth : menuLocBod.scrollLeft+menuLocBod.clientWidth;
                        yPos = (currentMenu.menuTop) ? currentMenu.menuTop : (NS4) ? (e.pageY-pageYOffset)+menuLoc.pageYOffset : event.clientY + menuLocBod.scrollTop;
                        break;
         currentMenu.moveTo(xPos,yPos);
         currentMenu.keepInWindow()
         currentMenu.isOn = true;
         currentMenu.showIt(true);
         return false;
    function menuOver(e) {
         this.isOn = true;
         isOverMenu = true;
         currentMenu = this;
         if (this.hideTimer) clearTimeout(this.hideTimer);
    function menuOut() {
         if (IE4) {
              theEvent = menuLoc.event;
              if (theEvent.srcElement.contains(theEvent.toElement)) return;
         this.isOn = false;
         isOverMenu = false;
         menuLoc.status = "";
         if (!clickKill) allTimer = setTimeout("currentMenu.hideTree()",10);
    function itemOver(){
         if (keepHilite) {
              if (this.container.currentItem && this.container.currentItem != this) {
                   if (NS4) {
                        this.container.currentItem.bgColor = this.container.menuBGColor;
                        this.container.currentItem.txtLyrOff.visibility = "inherit";
                        this.container.currentItem.txtLyrOn.visibility = "hide";
                   else {
                        with (this.container.currentItem.style) {
                             backgroundColor = this.container.menuBGColor;
                             color = this.container.menuFontColor;
         if (IE4) {
              theEvent = menuLoc.event;
              if (theEvent.srcElement.tagName == "IMG") return;
              this.style.backgroundColor = this.container.menuBGOver;
              this.style.color = this.container.menuFontOver;
         else {
              this.bgColor = this.container.menuBGOver;
              this.txtLyrOff.visibility = "hide";
              this.txtLyrOn.visibility = "inherit";
         menuLoc.status = this.linkText;
         this.container.currentItem = this;
         if (this.container.hasChildVisible) {
              this.container.hideChildren(this);
         if (this.hasMore) {
              horOffset = (isRight) ? (this.container.childOverlap - this.container.menuWidth) : (this.container.menuWidth - this.container.childOverlap);
              if (NS4) {
                   this.childX = this.container.left + horOffset;
                   this.childY = (this.pageY+this.clip.top) + childOffset;
              else {
                   this.childX = this.container.style.pixelLeft + horOffset;
                   this.childY = this.offsetTop + this.container.style.pixelTop + childOffset + borWid;
              this.child.moveTo(this.childX,this.childY);
              this.child.keepInWindow();
              this.container.hasChildVisible = true;
              this.container.visibleChild = this.child;
              this.child.showIt(true);
    function itemOut() {
         if (IE4) {
              theEvent = menuLoc.event;
              if (theEvent.srcElement.contains(theEvent.toElement)
         || (theEvent.fromElement.tagName=="IMG" && theEvent.toElement.contains(theEvent.fromElement)))
              return;
              if (!keepHilite) {
                   this.style.backgroundColor = this.container.menuBGColor;
                   this.style.color = this.container.menuFontColor;
         else {
              if (!keepHilite) {
                   this.bgColor = this.container.menuBGColor;
                   this.txtLyrOff.visibility = "inherit";
                   this.txtLyrOn.visibility = "hide";
              if (!isOverMenu && !clickKill) {
                   allTimer = setTimeout("currentMenu.hideTree()",10);
    function moveTo(xPos,yPos) {
         this.style.pixelLeft = xPos;
         this.style.pixelTop = yPos;
    function showIt(on) {
         if (NS4) {
              this.visibility = (on) ? "show" : "hide";
              if (keepHilite && this.currentItem) {
                   this.currentItem.bgColor = this.menuBGColor;
                   this.currentItem.txtLyrOff.visibility = "inherit";
                   this.currentItem.txtLyrOn.visibility = "hide";
         else {
              this.style.visibility = (on) ? "visible" : "hidden";
              if (keepHilite && this.currentItem) {
                   with (this.currentItem.style) {
                        backgroundColor = this.menuBGColor;
                        color = this.menuFontColor;
         this.currentItem = null;
    function keepInWindow() {
         scrBars = 20;
         botScrBar = (isFrames && navFrLoc=="bottom") ? (borWid*2) : scrBars;
         rtScrBar = (isFrames && navFrLoc=="right") ? (borWid*2) : scrBars;
         if (NS4) {
              winRight = (menuLoc.pageXOffset + menuLoc.innerWidth) - rtScrBar;
              rightPos = this.left + this.menuWidth;
              if (rightPos > winRight) {
                   if (this.hasParent) {
                        parentLeft = this.parentMenu.left;
                        newLeft = ((parentLeft-this.menuWidth) + this.childOverlap);
                        this.left = newLeft;
                   else {
                        dif = rightPos - winRight;
                        this.left -= dif;
              winBot = (menuLoc.pageYOffset + menuLoc.innerHeight) - botScrBar ;
              botPos = this.top + this.fullHeight;
              if (botPos > winBot) {
                   dif = botPos - winBot;
                   this.top -= dif;
              winLeft = menuLoc.pageXOffset;
              leftPos = this.left;
              if (leftPos < winLeft) {
                   if (this.hasParent) {
                        parentLeft = this.parentMenu.left;
                        newLeft = ((parentLeft+this.menuWidth) - this.childOverlap);
                        this.left = newLeft;
                   else {
                        this.left = 5;
         else {
              winRight = (menuLoc.document.body.scrollLeft + menuLoc.document.body.clientWidth) - rtScrBar;
              rightPos = this.style.pixelLeft + this.menuWidth;
              if (rightPos > winRight) {
                   if (this.hasParent) {
                        parentLeft = this.parentMenu.style.pixelLeft;
                        newLeft = ((parentLeft - this.menuWidth) + this.childOverlap);
                        this.style.pixelLeft = newLeft;
                   else {
                        dif = rightPos - winRight;
                        this.style.pixelLeft -= dif;
              winBot = (menuLoc.document.body.scrollTop + menuLoc.document.body.clientHeight) - botScrBar;
              botPos = this.style.pixelTop + this.fullHeight;
              if (botPos > winBot) {
                   dif = botPos - winBot;
                   this.style.pixelTop -= dif;
              winLeft = menuLoc.document.body.scrollLeft;
              leftPos = this.style.pixelLeft;
              if (leftPos < winLeft) {
                   if (this.hasParent) {
                        parentLeft = this.parentMenu.style.pixelLeft;
                        newLeft = ((parentLeft+this.menuWidth) - this.childOverlap);
                        this.style.pixelLeft = newLeft;
                   else {
                        this.style.pixelLeft = 5;
    function linkIt() {
         if (this.linkText.indexOf("javascript:")!=-1) eval(this.linkText)
         else menuLoc.location.href = this.linkText;
    function popDown(menuName){
         if (!isLoaded || !areCreated) return;
         whichEl = eval(menuName);
         whichEl.isOn = false;
         if (!clickKill) whichEl.hideTop();
    function hideAll() {
         for(i=1; i<topCount; i++) {
              temp = eval("elMenu" + i + ".startChild");
              temp.isOn = false;
              if (temp.hasChildVisible) temp.hideChildren();
              temp.showIt(false);
    function hideTree() {
         allTimer = null;
         if (isOverMenu) return;
         if (this.hasChildVisible) {
              this.hideChildren();
         this.hideParents();
    function hideTop() {
         whichTop = this;
         (clickKill) ? whichTop.hideSelf() : (this.hideTimer = setTimeout("if(whichTop.hideSelf)whichTop.hideSelf()",mSecsVis));
    function hideSelf() {
         this.hideTimer = null;
         if (!this.isOn && !isOverMenu) {
              this.showIt(false);
    function hideParents() {
         tempMenu = this;
         while (tempMenu.hasParent) {
              tempMenu.showIt(false);
              tempMenu.parentMenu.isOn = false;
              tempMenu = tempMenu.parentMenu;
         tempMenu.hideTop();
    function hideChildren(item) {
         tempMenu = this.visibleChild;
         while (tempMenu.hasChildVisible) {
              tempMenu.visibleChild.showIt(false);
              tempMenu.hasChildVisible = false;
              tempMenu = tempMenu.visibleChild;
         if (!this.isOn || !item.hasMore || this.visibleChild != this.child) {
              this.visibleChild.showIt(false);
              this.hasChildVisible = false;
    function cancelSelect(){return false}
    function reDo(){
         if (loader.innerWidth==origWidth && loader.innerHeight==origHeight) return;
         initVars();
         NSresized=true;
         menuLoc.location.reload();
    function clicked() {
         if (!isOverMenu && currentMenu!=null && !currentMenu.isOn) {
              whichEl = currentMenu;
              whichEl.hideTree();
    window.onerror = handleErr;
    function handleErr(){
         arAccessErrors = ["permission","access"];
         mess = arguments[0].toLowerCase();
         found = false;
         for (i=0;i<arAccessErrors.length;i++) {
              errStr = arAccessErrors[i];
              if (mess.indexOf(errStr)!=-1) found = true;
         return found;
    //end

  • Sony BRAVIA Call failed error message

    I'm trying to use Skype on a Sony BRAVIA TV and with the CMU-BR100 camera installed. I cannot make a video or telephone call to another skype user. I get call failed error message for both video and telephone. Do I need to buy Skype credits to be able to use Skype ??

    Shorty wrote:
    Can anyone experiencing the 'call failed' issue comment on whether the problem occurs 100% of the time, or is it always within the first 10 minutes after powering on the TV?
    Sorry.... Maybe I'm a bit thick, but do you mean 1/ switch the TV on and try Skype after 10 minutes? Or 2/ Try Skype within the 10 minutes? I'm happy to help with research if I can, even though I don't even switch this TV on anymore!
    My issue is constant. I.E. I turn the power off at the socket, wait at least 10 seconds, turn on, start the TV and make a Skype call. That works..... ONCE. If I try to call a second contact, it gives the "call failed" message, without even waiting for any type of connection, or pausing for any timeout. If anyone tries to contact me, they get a "busy" message.
    To be honest, I've not tried leaving the TV on for a while before trying. If I've nothing better to do over the next few days, I'll try that. I'm not that interested in it anymore. In fact... I don't like to see that TV in my living room and don't even use it!
    Skype on my phone works better, with better video and sound quality. That's where I'm at.....
    Maybe I'm on a downer tonight...

  • Error when trusting an App

    We are in the process of purchasing/adding an App for our on-premise SharePoint 2013 farm.
    We purchased this app, added it to our farm and when we reach the point where we have to "trust" this app we get a
    generic error (Sorry, something went wrong). Below the corresponding part from the log file:
    Request to office.com with the following URL:https://store.office.com/appinstall/unauthenticated?cmu=EN%2DUS&pmo=US&clienttoken=%3Cr%20v%3D%221%22%3E%3Ct%20aid%3D%22WA104179389%22%20pid%3D%22d9a89c2d%2D0bcd%2D4aae%2Db126%2D67d998a5d87f%22%20cid%3D%22C3A4D092496FEB64%22%20did%3D%22%7B45F1E4A9%2D9A02%2D4B04%2D8202%2DC5A90F2F290B%7D%22%20ts%3D%221%22%20et%3D%22Paid%22%20ad%3D%222014%2D10%2D17T07%3A23%3A08Z%22%20sd%3D%222014%2D10%2D17%22%20te%3D%222014%2D12%2D19T01%3A54%3A56Z%22%20ss%3D%220%22%20%2F%3E%3Cd%3ETUEJQLebvduBf9vIQ6XoVTD%2BMJzFD0PHdb9RjTDVx3k%3D%3C%2Fd%3E%3C%2Fr%3E&ret=0&build=15%2E0%2E4569%2E1000&av=OSU150&origin=EC101785291&corr=%7B5ff7c29c%2D6eca%2Da02c%2Dbddb%2Dac2778e373f5%7D&corr=%7B5ff7c29c%2D6eca%2Da02c%2Dbddb%2Dac2778e373f5%7D caused an exception. System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) -
    Application error when access /_layouts/15/addanapp.aspx, Error=Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.
    at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Microsoft.SharePoint.SPException: Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.
    at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.SPException: Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.
    at Microsoft.SharePoint.Marketplace.OfficeProxy.OfficeProxy.GetAppDownloadStream(String billingMarket, String contentMarket, String rawXMLEntitlementToken, Stream& appDownloadStream, Int64& appStreamLength, String& responseUrl)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.StartDownload(Guid productId, String oauthAppId, Boolean isUpgrade)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.AppDownload(Boolean isUpgrade, Boolean autoRedirect)
    at Microsoft.SharePoint.ApplicationPages.StorefrontBase.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.HandleError(Exception e)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest()
    at System.Web.UI.Page.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Can anyone point us into the right direction? Adding free apss works (unfortunately).
    Thanks in advance for any help/response!
    Edit: We also already talked with our guys responsible for our firewall and they can't see anything that might be blocked on their side.

    Hi,
    According to the error message, a possible reason is that the web service did not respond within the time out value, so you can set the time out value bigger and have a try.
    This error particularly occurs if you are behind a firewall or proxy. To resolve this issue, you need to explicitly specify the proxy settings for your application.
    For more information, please refer to:
    http://geekswithblogs.net/ranganh/archive/2005/08/29/51474.aspx
    If the issue persists, since that adding free apss works, Maybe it's a bug with purchased app, I suggest you consult AfterMarket Products.  
    Best Regards
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Report file not found error

    We recently upgraded from JBoss 4.2 to JBoss 5.1.  Our Crystal reports were working fine in JBoss 4.2, but we've had several issues in 5.1. 
    after resolving several issues, I have reached a point where the application iis unable to locate the .rpt file.  See error below.    Here is my configuration:
    1.  .rpt files in the WEB-INF/classes folder
    2.  CRConfig.xml - reportLocation tag is removed.  It is placed under WEB-INF.
    3.   My code is as below:
    private void init() {
              String report = "MyReport.rpt";
              IReportSourceFactory2 rptSrcFactory = (IReportSourceFactory2) new JPEReportSourceFactory();
              try {
                   this.reportSource = (IReportSource) rptSrcFactory
                             .createReportSource(report, l);
              } catch (ReportSDKException e) {
                   log.error(e.getMessage());
                   e.printStackTrace();
    4.  My .ear file has the following files in the lib folder:
    antlr-runtime.jar
    commons-beanutils.jar
    drools-api.jar
    drools-compiler.jar
    drools-core.jar
    janino.jar
    core.jar
    jboss-el.jar
    jboss-seam-remoting.jar
    jbpm-jpdl.jar
    mvel2.jar
    richfaces-api-3.2.2.GA.jar
    webreporting-jsf.jar
    webreporting.jar
    CrystalCommon2.jar
    CrystalReportsRuntime.jar
    jrcerom.jar
    logging.jar
    keycodeDecoder.jar
    commons-configuration-1.2.jar
    commons-lang-2.1.jar
    5.  My .war file has the follwing files in the WEB-INF/lib folder
    commons-digester.jar
    jboss-seam-debug.jar
    jboss-seam-ioc.jar
    jboss-seam-ui.jar
    jboss-seam-pdf.jar
    jboss-seam-excel.jar
    jboss-seam-mail.jar
    jsf-facelets.jar
    richfaces-impl-3.2.2.GA.jar
    richfaces-ui-3.2.2.GA.jar
    DatabaseConnectors.jar
    JDBInterface.jar
    QueryBuilder.jar
    XMLConnector.jar
    com.azalea.ufl.barcode.1.0.jar
    commons-collections-3.1.jar
    commons-logging.jar
    cvom.jar
    icu4j.jar
    jai_imageio.jar
    keycodeDecoder.jar
    logging.jar
    pfjgraphics.jar
    xpp3.jar
    mvel2.jar
    jxl.jar
    jfreechart.jar
    jcommon.jar
    jboss-el.jar
    logging.jar
    xpp3.jar
    jrcerom.jar
    6.  Error from server.log
    2011-09-15 19:42:07,139 ERROR [com.businessobjects.reports.sdk.JRCCommunicationAdapter] (http-127.0.0.1-8080-1) The report file was not found
    2011-09-15 19:42:07,186 ERROR [edu.cmu.heinz.hcis.view.bean.ReportsBean] (http-127.0.0.1-8080-1) Report file ParameterNew.rpt not found
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1) com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report file ParameterNew.rpt not found---- Error code:-2147215356 Error code name:fileNotOpened
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.businessobjects.reports.sdk.JRCAdapterSDKException.a(SourceFile:92)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2299)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(SourceFile:275)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.businessobjects.sdk.erom.jrc.a.<init>(SourceFile:43)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.businessobjects.sdk.erom.jrc.ReportAgentFactory.createAgent(SourceFile:46)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.<init>(SourceFile:703)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:662)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:632)
    2011-09-15 19:42:07,186 ERROR [STDERR] (http-127.0.0.1-8080-1)      at com.
    Where is the Java Reporting Component looking for the files?
    Thanks.

    Help me ...
    Ambient:
    Crystal Reports Viewer 14.0.0.0
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_37
    os.name = Windows NT (unknown)
    os.version = 6.2
    os.arch = amd64
    Exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.businessobjects.sdk.erom.jrc.ReportAgentFactory---- Error code:-2147215357 [CRSDK00000026] Error code name:internal
              at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(ReportSDKException.java:112)
              at com.crystaldecisions.proxy.remoteagent.RemoteAgent.createDefaultAgent(RemoteAgent.java:1000)
              at com.crystaldecisions.sdk.occa.report.application.ClientDocument.initRemoteAgent(ClientDocument.java:770)
              at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(ClientDocument.java:961)
              at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.open(ReportClientDocument.java:226)
              at src.HelloWorldSwing.createAndShowGUI(HelloWorldSwing.java:54)
              at src.HelloWorldSwing.main(HelloWorldSwing.java:24)
    Source:
    import java.awt.BorderLayout;
    import javax.swing.JFrame;
    import com.crystaldecisions.ReportViewer.ReportViewerBean;
    import com.crystaldecisions.sdk.occa.report.application.DatabaseController;
    import com.crystaldecisions.sdk.occa.report.application.OpenReportOptions;
    import com.crystaldecisions.sdk.occa.report.application.ReportClientDocument;
    import com.crystaldecisions.sdk.occa.report.data.IConnectionInfo;
    import com.crystaldecisions.sdk.occa.report.reportsource.IReportSource;
    public class HelloWorldSwing {
               * @param args
              public static void main(String[] args) {
                        HelloWorldSwing pgm = new HelloWorldSwing();
                        try {
                                  pgm.createAndShowGUI();
                        } catch (Exception e) {
                                  e.printStackTrace();
                                  //JOptionPane.showMessageDialog(null, e.toString());
               * @throws Exception
              public void createAndShowGUI() throws Exception {
                        // Make sure we have nice window decorations.
                        JFrame.setDefaultLookAndFeelDecorated(false);
                        // Create and set up the window.
                        JFrame frame = new JFrame("HelloWorldSwing");
                        frame.setTitle("Titolo del Report");
                        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        ReportViewerBean viewer = new ReportViewerBean();
                        viewer.init(new String[0], null, null, null);
                        ReportClientDocument rpt = new ReportClientDocument();
                        rpt.setReportAppServer(ReportClientDocument.inprocConnectionString); // inproc:jrc
                        rpt.open("Report.rpt", OpenReportOptions._openAsReadOnly);
                        IReportSource rptSource = rpt.getReportSource();
                        viewer.setReportSource(rptSource);
                        frame.getContentPane().add(viewer, BorderLayout.CENTER);
                        frame.setSize(1930, 1030);
                        frame.setVisible(true);
                        viewer.start();

  • 10.5 mail edu.cmu.andrew?

    I keep getting the following in my mail logs and this is when the server starts slowing and or shuts down IMAP and POP, but not SMTP.
    Any help would be fantastic!
    Mar 11 07:59:01 mail postfix/postalias[75361]: warning: /etc/aliases, line 46: need name:value pair
    Mar 11 07:59:01 mail postfix/postalias[75361]: warning: /etc/aliases.db: duplicate entry: "postmaster"
    Mar 11 07:59:01 mail lmtpunix[74678]: DBERROR db4: page 0: illegal page type or format
    Mar 11 07:59:01 mail lmtpunix[74678]: DBERROR db4: PANIC: Invalid argument
    Mar 11 07:59:01 mail lmtpunix[74678]: DBERROR: critical database situation
    Mar 11 07:59:02 mail master[74610]: Warning: Database panic alert, exiting to initiate automatic database clean-up
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 75018 PPID 1 lmtpd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74621 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74647 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74661 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74681 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74683 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 75043 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74670 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74680 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 74994 PPID 1 imapd
    Mar 11 07:59:02 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[74610]): Stray process with PGID equal to this dead job: PID 75355 PPID 1 imapd
    Mar 11 07:59:02 mail postfix/smtpd[75380]: auxpropfunc error no mechanism available
    Mar 11 07:59:02 mail master[75378]: process started
    Mar 11 07:59:02 mail postfix/tlsmgr[75384]: warning: no entropy source specified with parameter tlsrandomsource
    Mar 11 07:59:02 mail postfix/tlsmgr[75384]: warning: encryption keys etc. may be predictable
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: cleaning up corrupted database files in: /var/imap/db
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: __db.001
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: __db.002
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: __db.003
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: __db.004
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: __db.005
    Mar 11 07:59:02 mail deliver[75390]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Mar 11 07:59:02 mail ctl_cyrusdb[75386]: ----: removed file: log.0000000001
    Mar 11 07:59:03 mail ctl_cyrusdb[75386]: verifying cyrus databases
    Mar 11 07:59:03 mail ctl_cyrusdb[75386]: skiplist: recovered /var/imap/mailboxes.db (3697 records, 373712 bytes) in 0 seconds
    Mar 11 07:59:04 mail ctl_cyrusdb[75386]: skiplist: recovered /var/imap/annotations.db (0 records, 1

    Although you posted this in the 10.6 section it relates to 10.5 as 10.6 does not use Cyrus anymore.
    Your Cyrus Database is broken and needs reconstruction.
    The simplest way is to install mailbfr and issue "sudo mailbfr -f". You will loose read/unread flags.
    You can get it here: http://osx.topicdesk.com/mailbfr/
    HTH,
    Alex

  • SPARC M9000, All components, CMU,CPU,MEM,IOU,XBU,CLKU are in Deconfigured Status

    We have a slightly problem with a M9000, the machine is not under Support right now, cause the machine is for testing and purposes only.
    After powering up the showstatus says that all components are in deconfigured status without any knowing of degraded or faulted parts.
    Could anyone give a bit teaching to find out where the error maybe can come from and whats responsible for this problem?
    Many thanks.
    XSCF> showstatus
    *   CMU#0 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#1 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#2 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#3 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#4 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    *       CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#5 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#6 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#7 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   IOU#0 Status:Deconfigured;
    *   IOU#1 Status:Deconfigured;
    *   IOU#2 Status:Deconfigured;
    *   IOU#4 Status:Deconfigured;
    *   IOU#5 Status:Deconfigured;
    *   IOU#6 Status:Deconfigured;
    *   IOU#7 Status:Deconfigured;
    *   XBU_B#0 Status:Deconfigured;
    *   XBU_B#1 Status:Deconfigured;
    *   XBU_B#2 Status:Deconfigured;
    *   XBU_B#3 Status:Deconfigured;
    *   XBU_B#4 Status:Deconfigured;
    *   XBU_B#5 Status:Deconfigured;
    *   XBU_B#6 Status:Deconfigured;
    *   XBU_B#7 Status:Deconfigured;
    *   CLKU_B#0 Status:Deconfigured;
    *   CLKU_B#1 Status:Deconfigured;
    XSCF> showstatus
    *   CMU#0 Status:Deconfigured;
    *       CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#1 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#2 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#3 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    *       CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#4 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#5 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#6 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#7 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   IOU#0 Status:Deconfigured;
    *   IOU#1 Status:Deconfigured;
    *   IOU#2 Status:Deconfigured;
    *   IOU#4 Status:Deconfigured;
    *   IOU#5 Status:Deconfigured;
    *   IOU#6 Status:Deconfigured;
    *   IOU#7 Status:Deconfigured;
    *   XBU_B#0 Status:Deconfigured;
    *   XBU_B#1 Status:Deconfigured;
    *   XBU_B#2 Status:Deconfigured;
    *   XBU_B#3 Status:Deconfigured;
    *   XBU_B#4 Status:Deconfigured;
    *   XBU_B#5 Status:Deconfigured;
    *   XBU_B#6 Status:Deconfigured;
    *   XBU_B#7 Status:Deconfigured;
    *   CLKU_B#0 Status:Deconfigured;
    *   CLKU_B#1 Status:Deconfigured;

    more console output:
    XSCF> showhardconf
    SPARC Enterprise M9000;
        + Serial:AKD1040106; Operator_Panel_Switch:Locked;
        + Power_Supply_System:Dual-3Phase; Ex:Dual-3Phase; SCF-ID:XSCF#0;
        + System_Power:Off; System_Phase:Cabinet Power Off;
        Domain#0 Domain_Status:Powered Off;
    *   CMU#0 Status:Deconfigured; Ver:0101h; Serial:PP094101HW  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800WA  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VW  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecf;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe52;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe57;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecd;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe5a;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe61;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eeda;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eeda;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe57;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4144fe56;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eed8;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe5a;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed9;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe58;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4144fe49;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eeda;
                + Type:2A; Size:2 GB;
    *   CMU#1 Status:Deconfigured; Ver:0101h; Serial:PP094003QM  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W3  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RU  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe61;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed3;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eed8;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe56;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eed1;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eee2;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec7;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eed8;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe51;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed8;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eec3;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eed7;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe59;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe57;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eec2;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eedb;
                + Type:2A; Size:2 GB;
    *   CMU#2 Status:Deconfigured; Ver:0101h; Serial:PP09400777  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W6  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W1  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802S7  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W9  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-3be92ec1;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b99f3;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e35;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e38;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2f;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e31;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3b;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3c;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df8;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df7;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3d;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e41;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e46;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df6;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e49;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e42;
                + Type:4B; Size:4 GB;
    *   CMU#3 Status:Deconfigured; Ver:0101h; Serial:PP094005A9  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VR  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VS  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9bbb;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0b;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df1;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9d4d;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e10;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e12;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a757066;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c67;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e09;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9b1d;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9aa2;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e28;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9aa9;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c3d;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e34;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2b;
                + Type:4B; Size:4 GB;
    *   CMU#4 Status:Deconfigured; Ver:0101h; Serial:PP094101HR  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP102503B2  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RW  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9bbd;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0d;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df2;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9ba9;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e11;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e13;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a75702c;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c90;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0e;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0c;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b99f9;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e32;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c9d;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9d0b;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2e;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e29;
                + Type:4B; Size:4 GB;
    *   CMU#5 Status:Deconfigured; Ver:0101h; Serial:PP073705FT  ;
            + FRU-Part-Number:CA06620-D002 C0   /371-2214-03          ;
            + Memory_Size:128 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VY  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W7  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VN  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VQ  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186c;
                + Type:8B; Size:8 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1868;
                + Type:8B; Size:8 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1862;
                + Type:8B; Size:8 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d185d;
                + Type:8B; Size:8 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186e;
                + Type:8B; Size:8 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1866;
                + Type:8B; Size:8 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1870;
                + Type:8B; Size:8 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1872;
                + Type:8B; Size:8 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1854;
                + Type:8B; Size:8 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184f;
                + Type:8B; Size:8 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186f;
                + Type:8B; Size:8 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1851;
                + Type:8B; Size:8 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1841;
                + Type:8B; Size:8 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1860;
                + Type:8B; Size:8 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d183e;
                + Type:8B; Size:8 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184b;
                + Type:8B; Size:8 GB;
    *   CMU#6 Status:Deconfigured; Ver:0101h; Serial:PP0940076P  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:128 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W0  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800WG  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RT  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W5  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186d;
                + Type:8B; Size:8 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186a;
                + Type:8B; Size:8 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d187d;
                + Type:8B; Size:8 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1880;
                + Type:8B; Size:8 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1857;
                + Type:8B; Size:8 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1869;
                + Type:8B; Size:8 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000c36HTS1G72PY-667A1 0100-d945dea5;
                + Type:8B; Size:8 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1861;
                + Type:8B; Size:8 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1871;
                + Type:8B; Size:8 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184e;
                + Type:8B; Size:8 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1863;
                + Type:8B; Size:8 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1852;
                + Type:8B; Size:8 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1837;
                + Type:8B; Size:8 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184a;
                + Type:8B; Size:8 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d183d;
                + Type:8B; Size:8 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184c;
                + Type:8B; Size:8 GB;
    *   CMU#7 Status:Deconfigured; Ver:0101h; Serial:PP094101HT  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W8  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VX  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eecf;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eeda;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe41;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec3;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed7;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe4c;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe4b;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eedb;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eecd;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eecd;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecc;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eecb;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe56;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe56;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe47;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec8;
                + Type:2A; Size:2 GB;
    *   IOU#0 Status:Deconfigured; Ver:0101h; Serial:PP102406F6  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#1 Status:Deconfigured; Ver:0101h; Serial:PP10240319  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#2 Status:Deconfigured; Ver:0101h; Serial:PP102404RM  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#4 Status:Deconfigured; Ver:0101h; Serial:PP1024031B  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#5 Status:Deconfigured; Ver:0101h; Serial:PP102401PZ  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#6 Status:Deconfigured; Ver:0101h; Serial:PP072600CM  ;
            + FRU-Part-Number:CA06620-D102 D1   /371-2217-04          ;
            + Type:A;
    *   IOU#7 Status:Deconfigured; Ver:0101h; Serial:PP1023079A  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
        XSCFU_B#0 Status:Normal,Active; Ver:0201h; Serial:PP120400F1  ;
            + FRU-Part-Number:CA06620-D342 E0   /371-2228-05          ;
        XSCFU_B#1 Status:Normal,Standby; Ver:0201h; Serial:PP101501RR  ;
            + FRU-Part-Number:CA06620-D342 D1   /371-2228-04          ;
    *   XBU_B#0 Status:Deconfigured; Ver:0201h; Serial:PP101208H5  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#1 Status:Deconfigured; Ver:0201h; Serial:PP101208L8  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#2 Status:Deconfigured; Ver:0201h; Serial:PP101208LA  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#3 Status:Deconfigured; Ver:0201h; Serial:PP101208H4  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#4 Status:Deconfigured; Ver:0201h; Serial:PP10130017  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#5 Status:Deconfigured; Ver:0201h; Serial:PP101208GV  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#6 Status:Deconfigured; Ver:0201h; Serial:PP101208LD  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#7 Status:Deconfigured; Ver:0201h; Serial:PP1013001C  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   CLKU_B#0 Status:Deconfigured; Ver:0201h; Serial:PP101503CJ  ;
            + FRU-Part-Number:CA06620-D322 C1   /371-2230-03          ;
    *   CLKU_B#1 Status:Deconfigured; Ver:0201h; Serial:PP101501K2  ;
            + FRU-Part-Number:CA06620-D322 C1   /371-2230-03          ;
        OPNL#0 Status:Normal; Ver:0101h; Serial:PP1029033S  ;
            + FRU-Part-Number:CA06620-D382 A2   /371-2239-01          ;
        PSU#0 Status:Normal; Serial:FA10177239;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#1 Status:Normal; Serial:FA10177271;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#2 Status:Normal; Serial:FA10177284;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#3 Status:Normal; Serial:FA10177288;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#4 Status:Normal; Serial:FA10177272;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#5 Status:Normal; Serial:FA10177283;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#6 Status:Normal; Serial:FA10177056;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#7 Status:Normal; Serial:FA10177254;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#8 Status:Normal; Serial:FA10177256;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#9 Status:Normal; Serial:FA10177265;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#10 Status:Normal; Serial:FA10177240;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#11 Status:Normal; Serial:FA10177253;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#12 Status:Normal; Serial:FA10177255;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#13 Status:Normal; Serial:FA10177287;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#14 Status:Normal; Serial:FA10177286;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#40 Status:Normal; Serial:FA10198090;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#41 Status:Normal; Serial:FA10177252;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#42 Status:Normal; Serial:FA10177249;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#43 Status:Normal; Serial:FA10177251;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#44 Status:Normal; Serial:FA10177281;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#45 Status:Normal; Serial:FA10177282;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#46 Status:Normal; Serial:FA10177268;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#47 Status:Normal; Serial:FA10177285;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#48 Status:Normal; Serial:FA10156504;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#49 Status:Normal; Serial:FA10177270;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#50 Status:Normal; Serial:FA10156501;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#51 Status:Normal; Serial:FA10177044;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#52 Status:Normal; Serial:FA10177043;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#53 Status:Normal; Serial:FA10177269;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#54 Status:Normal; Serial:FA10177266;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        FANBP_A#0 Status:Normal; Ver:0101h; Serial:PP101705JD  ;
            + FRU-Part-Number:CA21128-B71X 008AE/371-2222-05          ;
            FAN_A#0 Status:Normal; Serial:PP102004X0  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#1 Status:Normal; Serial:PP102004L2  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#2 Status:Normal; Serial:PP102004L3  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#3 Status:Normal; Serial:PP102004L1  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#10 Status:Normal; Serial:PP102004L0  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#11 Status:Normal; Serial:PP1020058S  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#12 Status:Normal; Serial:PP102004X2  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#13 Status:Normal; Serial:PP102004NE  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#14 Status:Normal; Serial:PP102004NH  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#15 Status:Normal; Serial:PP102004NF  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
        FANBP_B#0 Status:Normal; Ver:0201h; Serial:PP101707F8  ;
            + FRU-Part-Number:CA21128-B72X 008AE/371-2223-05          ;
            FAN_A#4 Status:Normal; Serial:PP1020058V  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#5 Status:Normal; Serial:PP102004NG  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#6 Status:Normal; Serial:PP102004WZ  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#7 Status:Normal; Serial:PP1020058T  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#8 Status:Normal; Serial:PP1020058U  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#9 Status:Normal; Serial:PP102004X1  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
        SWBP#0 Status:Normal; Ver:0101h; Serial:PP102905KS  ;
            + FRU-Part-Number:CA20397-B57X 014AE/371-2243-05          ;
        MEDBP#0 Status:Normal; Ver:0101h; Serial:PP102904YK  ;
            + FRU-Part-Number:CA20397-B56X 005AA/371-2244-01          ;
    XSCF>
    XSCF> showenvironment
    Temperature:18.98C
    Humidity:51.11%
    XSCF> showenvironment power
    Operation not supported on this system.
    XSCF>
    XSCF> showboards -a
    XSB  DID(LSB) Assignment  Pwr  Conn Conf Test    Fault
    00-0 00(08)   Assigned    n    n    n    Unknown Faulted
    01-0 SP       Unavailable n    n    n    Unknown Faulted
    02-0 SP       Unavailable n    n    n    Unknown Faulted
    03-0 SP       Unavailable n    n    n    Unknown Faulted
    04-0 SP       Unavailable n    n    n    Unknown Faulted
    05-0 SP       Unavailable n    n    n    Unknown Faulted
    06-0 SP       Unavailable n    n    n    Unknown Faulted
    07-0 SP       Unavailable n    n    n    Unknown Faulted
    XSCF> showdcl -a
    DID   LSB   XSB   Status
    00                Powered Off
          01    01-0
          02    02-0
          03    03-0
          04    04-0
          05    05-0
          06    06-0
          07    07-0
          08    00-0
    01                Powered Off
          00    00-0
    02                Powered Off
          00    02-0
          01    03-0
    03                Powered Off
          00    04-0
    04                Powered Off
          00    01-0
    05                Powered Off
          00    07-0
    06                Powered Off
          00    06-0
    XSCF>
    XSCF> replacefru
    Maintenance/Replacement Menu
    Please select a type of FRU to be replaced.
    1. CMU/IOU    (CPU Memory Board Unit/IO Unit)
    2. FAN        (Fan Unit)
    3. PSU        (Power Supply Unit)
    4. XSCFU      (Extended System Control Facility Unit)
    Select [1-4|c:cancel] :
    XSCF> showhardconf -u
    SPARC Enterprise M9000; Memory_Size:544 GB;
        +-----------------------------------+------------+
        |              FRU                  |  Quantity  |
        +-----------------------------------+------------+
        | CMU                               |       8    |
        |     Type:A;                       |   (   8)   |
        |     CPUM                          |      22    |
        |         Freq:2.520 GHz;           |   (  22)   |
        |     MEM                           |     128    |
        |         Type:2A; Size:2 GB;       |   (  48)   |
        |         Type:4B; Size:4 GB;       |   (  48)   |
        |         Type:8B; Size:8 GB;       |   (  32)   |
        | IOU                               |       7    |
        |     Type:A;                       |   (   7)   |
        | XSCFU_B                           |       2    |
        | XBU_B                             |       8    |
        | CLKU_B                            |       2    |
        | OPNL                              |       1    |
        | PSU                               |      30    |
        | FANBP_A                           |       1    |
        | FANBP_B                           |       1    |
        |     FAN_A                         |      16    |
        | SWBP                              |       1    |
        | MEDBP                             |       1    |
        +-----------------------------------+------------+
    XSCF>

  • I/O error on fsck filecheck

    I updated and migrated a 10.2 server setup to a G5 DP updating to 10.4 server. The migration and update went fine, the disk I migrated to was initialised with zero all data, its SMART data says it works fine.
    So then I started getting a few problems..slowness, users being disconnected, then I tried to clone the disk and the server froze.
    When i did a file check it had problems in single user mode because of journaling, seemed to stick at the point it looked at the journal, then when running fsck -f I got an I/O error. I am not sure why this would happen except from bad blocks, I always thought zero all data initialise would remap bad blocks...am I wrong? What can I do to sort this out.

    SMART disk monitoring, bluntly, isn't. It monitors about a third of the errors that can cause a disk to crater, and empirical data indicates the data points that are monitored -- with a select and salient few exceptions -- are not very predictive of impending disk failures. Replace the disk. Some bad blocks can be benign, but by the time the errors become particularly visible to the host, I tend to presume a serious problem is underway.
    I'd not wait around to snapshot the data somewhere else-disk, nor to replace the disk, either.
    Google and CMU both have published studies in this area that involve large numbers of disks, and measured disk failure rates.

  • Error Adding App from App store

    Hi Am getting an error when trying to add an app from the sharepoint app store
    Sorry, something went wrong
    Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.
    Any ideas Logs out put below.
    Logging Correlation Data      
    xmnv Medium  
    Site=/sites/DigitalServices 4315f19c-34c0-f05b-03c8-ad83a6bdddc6
    03/09/2015 15:29:06.57 w3wp.exe (0x3010)                      
    0x1DE4
    SharePoint Foundation         App Marketplace              
    ahnhh Medium  
    Sending Request to Office.com with the following URL:https://store.office.com/app/query?cmo=EN%2DUS&pmo=US&type=4&assetid=WA104379218&build=15%2E0%2E4569%2E1000&av=OSU150&origin=EC101785291&corr=%7B4315f19c%2D34c0%2Df05b%2D03c8%2Dad83a6bdddc6%7D
    4315f19c-34c0-f05b-03c8-ad83a6bdddc6
    03/09/2015 15:29:06.65 w3wp.exe (0x3010)                      
    0x1DE4
    SharePoint Foundation         App Marketplace              
    alokv Medium  
    Received response from Office.com X-Machine:weu-retailer.osi.office.net,OmexStorefront_IN_2
    4315f19c-34c0-f05b-03c8-ad83a6bdddc6
    03/09/2015 15:29:06.65 w3wp.exe (0x3010)                      
    0x1DE4
    SharePoint Foundation         App Marketplace              
    ahnhh Medium  
    Sending Request to Office.com with the following URL:https://store.office.com/appinstall/unauthenticated?cmu=EN%2DUS&pmo=US&clienttoken=%3Cr%20v%3D%221%22%3E%3Ct%20aid%3D%22WA104379218%22%20pid%3D%22c3f7318c%2Df8fd%2D4425%2Db468%2Df0d3961b9488%22%20cid%3D%220000000000000000%22%20did%3D%22%7BFE5723FC%2DEDAB%2D45C0%2DA574%2D943C89877458%7D%22%20ts%3D%220%22%20sl%3D%22true%22%20et%3D%22Free%22%20ad%3D%222015%2D02%2D25T11%3A52%3A08Z%22%20sd%3D%222015%2D02%2D25%22%20te%3D%222016%2D02%2D25T11%3A52%3A08Z%22%20ss%3D%220%22%20%2F%3E%3Cd%3EiFZfkQXGFpHOTbzx9jDM%2F0NcT6iZQbrJ7IcmEeuCBjU%3D%3C%2Fd%3E%3C%2Fr%3E&ret=0&build=15%2E0%2E4569%2E1000&av=OSU150&origin=EC101785291&corr=%7B4315f19c%2D34c0%2Df05b%2D03c8%2Dad83a6bdddc6%7D&corr=%7B4315f19c%2D34c0%2Df05b%2D03c8%2Dad83a6bdddc6%7D
    4315f19c-34c0-f05b-03c8-ad83a6bdddc6
    03/09/2015 15:29:06.71 w3wp.exe (0x3010)                      
    0x1DE4
    SharePoint Foundation         App Marketplace              
    aep7f Unexpected
    Request to office.com with the following URL:https://store.office.com/appinstall/unauthenticated?cmu=EN%2DUS&pmo=US&clienttoken=%3Cr%20v%3D%221%22%3E%3Ct%20aid%3D%22WA104379218%22%20pid%3D%22c3f7318c%2Df8fd%2D4425%2Db468%2Df0d3961b9488%22%20cid%3D%220000000000000000%22%20did%3D%22%7BFE5723FC%2DEDAB%2D45C0%2DA574%2D943C89877458%7D%22%20ts%3D%220%22%20sl%3D%22true%22%20et%3D%22Free%22%20ad%3D%222015%2D02%2D25T11%3A52%3A08Z%22%20sd%3D%222015%2D02%2D25%22%20te%3D%222016%2D02%2D25T11%3A52%3A08Z%22%20ss%3D%220%22%20%2F%3E%3Cd%3EiFZfkQXGFpHOTbzx9jDM%2F0NcT6iZQbrJ7IcmEeuCBjU%3D%3C%2Fd%3E%3C%2Fr%3E&ret=0&build=15%2E0%2E4569%2E1000&av=OSU150&origin=EC101785291&corr=%7B4315f19c%2D34c0%2Df05b%2D03c8%2Dad83a6bdddc6%7D&corr=%7B4315f19c%2D34c0%2Df05b%2D03c8%2Dad83a6bdddc6%7D
    caused an exception. System.N... 4315f19c-34c0-f05b-03c8-ad83a6bdddc6

    Hi,
    For troubleshooting your issue, please take steps as below:
    1. Go to Central Administration -> Manage Web Applications, select the web application and in the Ribbon, select Manage Features, now ACTIVATE “ Apps that require accessible internet facing endpoints”.
    2. Go to the Site settings > Regional settings to make sure the Locale section is English (United States).
    Refer to the similar post:
    http://sharepoint.stackexchange.com/questions/110765/unable-to-configure-custom-apps-from-store-in-sharepoint-online
    Best regards, 
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error #-51 ever since moving to new Mac - can't save files

    Hi All,
    For whatever reason, I can no longer save anything from Appleworks, new or old. I always get "Unexpected Error Occured. #-51." Anybody know what this means? I've tried throwing out the preference file, reinstalling and also updating to the latest version. No luck.
    thanks,
    Elliott

    I tried reinstalling AppleWorks. I'm back to square
    one - the program opens but the same error message
    comes up when I try to save. If it's an OSX issue,
    how do you suggest I proceed?
    Error code -51 means: rfNumErr: refnum error.
    <http://www.cs.cmu.edu/afs/cs/user/lenzo/html/mac_errors.html>
    This is a file system error which in plain English means something like "I can't find the reference number for this file". Each file has to have a unique reference number.
    In this case, AppleWorks is trying to save a file by asking Mac OS X to do this for it. But Mac OS X is replying by saying it can't create a file with a reference number.
    This might be for a number of reasons. My first thought was that the file permissions were stopping the save process by 'locking' a folder. Another explanation is that your account is corrupt in some way. You can confirm this by creating a new User account in System Preferences and seeing if AppleWorks works in it. It could also be that you have hard drive problems. You can start up from your Mac OS X CD and run Disk Utility to confirm whether this is an issue.
    My next step would be to:
    1) Create a new User account and test AppleWorks in it. If it works OK, move your documents from your old User account to the new User account, deleting the old User account when you're done;
    2) If this fails, reinstall Mac OS X. An 'Archive & Install' reinstallation saving your network preferences might fix the problem.
    3) If all else fails, reinstall Mac OS X by backing up your hard drive and doing an 'Erase and Install' installation.
    Sorry I couldn't be of more help.
    Dale

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

Maybe you are looking for

  • Why is the X out minimize and expand buttons in garageband 11 look like snow leopard... not like the lion... ones?

    Why is this happening???? Only This Ilife application is like this I reinstalled my ilife 11 and everything is up to date???

  • Outlook 2010 authentication pop up box won't go away

    After we applied the latest round of Windows Updates to our guinea pig workstations, we discovered that one of them caused something to break in Outlook 2010.  We are set to use AD auto detect authentication on a local Exchange 2007 server. The pop u

  • Help on report adjust and printing

    I found it is very difficult to do the editing work in Report Layout Editor. Anybody who can give some experience on that. Thanks a lot! My problems are always making the frames overlap eachother, after I put them back to original position, they can

  • I now have snow leopard 10.6.3

    I upgraded my os to snow leopard 10.6.3 from a recommendation from here to be able to upgrade my safari. Does any one know how I upgrade my safari now? What I have now os- snow leopard 10.6.3 safari - 4.0.4 (6531.21.100

  • Waking from sleep issue

    Hello. My wife's macbook generates the following error message when waking from sleep. I am curious if others have seen and or fixed this issue? Here it is: Mon Apr 27 16:47:49 2009 panic(cpu 1 caller 0x0019EB7E): "simple lock deadlock detection: loc