System Information

I'm hoping to pull out certain system values from a windows operating system; xp mainly.
I understand there is bits you can pull out on the fly:
public class Operating
    public static void main(String[] args)
        String name = "os.name";       
        String architecture = "os.arch";
        String version = "os.version";
        String user = "user.name";
            System.out.println(System.getProperty(name));
         System.out.println(System.getProperty(architecture));
         System.out.println(System.getProperty(version));
        System.out.println(System.getProperty(user));   
        System.out.println(System.getenv("COMPUTERNAME"));
           System.out.println(System.getenv("HOMEDRIVE"));
}Ideally though I'm trying to pull out a bit more.
Processor & Installed Physical Memory (RAM)
ie:
Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz, 1995 Mhz, 4 Core(s), 4 Logical Processor(s)
4.00GB
So I thought I could try it a bit differently using
Process child = Runtime.getRuntime().exec(command); of msinfo. It has the option to export that into a text file and then scan that in.
It got messy, either the system didn't recognise the command, it is sometimes "msinfo32" or "winmsd" and I got alot of unknown chars.
Anyways, thanks for your patience with the wall of text, is there a better way for me to approach this?
I hope to nail this to apply the same method to the command "tasklist" and possibly "netstat"

Eludere wrote:
Just something I'm interested in playing round with, I understand it is relatively simple with other languages. I'm intrigued, there must be a decent way to do this in java, No, not really since Java and all APIs are designed to be platform independent, so it's usually hard to get hold of things that are platform dependent.
trying to wrap my head how.
I had considered using JNI but to be honest never used it.
I'm just trying to work out a java option to do this, considering there are windows commands that pull this information, there must be a way for me to extract from a textfile/dos Yes, as you said in your first post. You can execute the commands, and parse the output, but I don't count that as a decent way.
or go down the registry path.That would also require native code, libraries that are native, or executing native commands.

Similar Messages

  • My system information on my Mac is not opening and I cannot view my storage info and serial number.

    Every time I try to view More Info on my Mac, all the System Information ever does is load but not open. What should I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Error while reading PO in backend system Inform system adiministrator

    Hi All,
    I am working on extended classic scenario and the problem is that after the PO ís ordered it gives the message " Error while reading PO in backend system Inform system administrator" and this is happening only for a particular local PO.
    When I check the PO number in R/3 it does not exist.
    The number range is correct both in SRM and R/3 (external no. range is ticked).
    Also I could not find any logs in RZ20 nor a dump.
    When I checked in bbp_pd, couldnt find any relevant information except that the PO has the status ordered.
    I am on SRM version BBPCRM 4.0 SAPKU40007
    R/3 version 4.6 C SAPKH46C47
    Thanks in advance,
    Rgrds,
    Raj
    Message was edited by:
            Raj Malhotra

    Hi
    Have you tried out this ?
    <b>There are two BADIs which might help you in achieving the job.</b>
    <u><b>BBP_EXTLOCALPO_BADI</b> [Control Extended Classic Scenario ]
    <b>and</b>
    <b>BBP_GROUP_LOC_PO</b>
    [Exit Grouping of Items for Local Purchase Orders]</u>
    <u>Read the documenatation first, using transaction - SE18
    before implementing them for your requirement.</u>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Error while trying to access system information for AS Java

    Hi,
    I´m not sure if this is the correct forum so if I'm wrong please let me know to move it to the correct one.
    We are facing an extrange behavior when trying to access System Information in an AS Java, every time we try to access the link the following error shows up:
    Error - ID018236: Cannot instantiate bean. java.lang.ClassNotFoundException: com.sap.engine.monitor.infoapp.SystemInfo
    the complete error shows:
    Found in negative cache -
    Loader Info -
    ClassLoader name: sap.com/tc~monitoring~systeminfo Parent loader name: References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization library:tcjmx library:sapxmltoolkit library:tcSLUTIL Resources: /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/root/WEB-INF/classes /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/root/WEB-INF/lib/jstartupapi.jar /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/monitoring/root/WEB-INF/classes /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/monitoring/work /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/work /usr/sap/QBW/DVEBMGS03/j2ee/cluster/server0/apps/sap.com/tcmonitoring~systeminfo/servlet_jsp/sap/monitoring/root/WEB-INF/lib/jstartupimpl.jar Loading model: {parent,references,local} -
    Any idea about what is happening is appreciated.

    check with this links too
    http://hostname:port/sap/monitoring/SystemInfo
    http://hostname:port/monitoring/SystemInfo
    Implementing this note should solve your problem
    Note 1281251 - System information exception: Connection is invalid
    and also check
    Note 1233282 - Fixed URL of System Information application on Start page
    Thanks,
    Surendra

  • No System Information in Service Desk message creation

    Hello,
    I'm trying out all the ways to use de message creation in service desk.
    When i try to create a message directly from SOLMAN_WORKCENTER\Incident Management
    No infos are filled in System Information and so i can't send the message. I can't even choose one
    I checked in transaction BP but i can't put the finger on it..
    Thanks in advance for your help

    Hello,
    Please check in IB52 if there is an Ibase with external ID SOL_MAN_DATA_REP.
    Best regards,
    Miguel Ariñ

  • Unable to get the file system information for: \\****servername\E$\; error = 64 Unable to distribute content to DP

    One of our DPs has stopped loading content. 
    I've research for quite a bit and cannot find a clear cut reason to this.  This server only has a DP role, I verified sharing permissions, all looked good. This DP has been running just fine for the last year or so and all sudden it will no longer load
    packages.  The disk drive is still present I can still reach the hidden share \\servername.com\E$
    Verified that the SMSSIG$ folder is there and the last entry is from 4/23/2015 
    SCCM 2012 R2 
    OS 2008 R2 Standard
    Any help is greatly appreciated!
    Here's a snipit from the distmgr.log
    Start updating the package on server ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\...
    Attempting to add or update a package on a distribution point.
    Will wait for 1 threads to end.
    Thread Handle = 0000000000001E48
    STATMSG: ID=2342 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=***.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:01.972 2015 ISTR0="SYSMGMT Source" ISTR1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    SMS_DISTRIBUTION_MANAGER 4/30/2015 2:12:01 PM
    8252 (0x203C)
    The current user context will be used for connecting to ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\.
    Successfully made a network connection to \\*****.com\ADMIN$.
    Ignoring drive \\*****.com\C$\.  File \\*****.com\C$\NO_SMS_ON_DRIVE.SMS exists.
    Unable to get the file system information for: \\*****.com\E$\; error = 64.
    Failed to find a valid drive on the distribution point ["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\
    Cannot find or create the signature share.
    STATMSG: ID=2324 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=sccmprdpr1sec2.mmm.com SITE=1AB PID=2472 TID=8252 GMTDATE=Thu Apr 30 19:12:55.206 2015 ISTR0="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    ISTR1="CAS00087" ISTR2="" ISTR3="30" ISTR4="94" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="CAS00087" AID1=404 AVAL1="["Display=\\*****.com\"]MSWNET:["SMS_SITE=1AB"]\\*****.com\"
    Error occurred. Performing error cleanup prior to returning.
    Cancelling network connection to \\*****.com\ADMIN$.

    Error 64 is being returned which is simply "the network name is no longer available".
    There can be a number of reasons for this from SMB compatibility issues (2003 servers wont support SMB2), to the expected and actual computer name of the boxes don't match (tries to authenticate with server.tld.com when the actual name is srv-01.tld.com and
    you just put a C-name in). I'd start from the top:  Try opening said share from the Primary Site server as that's the box doing the work.  Verify the IP and computer name is legit and that no one has played ACL games between the two systems (remember
    RPC only initiates/listens on port 135 but established connections are up in the dynamic port range).
    At the end of the day it's an issues "underneath" SCCM, and not an SCCM problem specifically. 

  • USB MIDI controller no longer recognized by mac (not even in System Information).

    Hello!
    I have an M-Audio Keystation 49e that I have been using with my MBP (early 2008 model) for a few years with absolutely zero problems ever. I recently bought a very generic Chinese MIDI interface ("Sanoxy" brand) to go between my full-size Yamaha and mac so that performances of parts into logic would be on weighted keys and such.
    For a while I used both the MIDI interface with the Yamaha and the little 49-key MIDI controller (via USB and also powered by the USB) with no problems. I believe this problem occurred when I tried to use both the MIDI interface and MIDI controller on one USB port using a Targus external number pad (unpowered) that has two USB ports on it (bad idea I'm sure). I did this because my MBP only has two USB ports on it and I was using the other for my audio interface.
    I have reset PRAM more than a couple times, reset SMC, cleaned caches (even though this could be done more thouroughly maybe with a recommended program besides Cocktail - trial is expired), even replaced AppleMIDIUSBDriver.plugin from my parents iMac which the MIDI controller still works on. All this and nothing. The keyboard is not recognized as even being plugged into the USB port on System Information even though the lights are on, much less AMS.
    Any other information you need I'd be happy to let you know.
    Super thanks!
    Cody

    Bumpitty bump bump

  • App size in system information not the same as app size in finder. What's causing this or which is right?

    As you can see from the image above, finder is showing that apps are taking up nearly 30 GB, nearly 25 GB less than system information. What is causing this or which one is the actual size of the apps. It's not as if I'm runing out of space , I'm just a bit curious.

    Now Carolyn, hopefully It'll work now!

  • Right, MacBook Pro 17" early 2011(Built March) and my new OCZ sata III 6G not working, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III.

    My MacBook Pro 17" early 2011(built March) and my new OCZ sata III 6G are not working together, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III and in my MacBook Pro it does not work. 
    Now MacBook Pro 17" early 2011 built May onward do not have this problem it was fixed in the Intel's 6 Series Chipset. (So there is a problem). Cam I have my MacBook Pro fixed please.

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Monitoring Cisco UCS Manager via HP System Information Manager 7.1 (SIM)

    I am working with a customer to configure HP System Information Manager 7.1 (SIM) to monitor their Cisco UCS Manager.
    The customer is looking to monitor the following:
    - CPU Utilization on manager, blades, servers, etc...
    - Memory utilization
    - Network utilization
    - System inventory
    Alerting is needed for the following:
    - Hardware failures: memory, power supply, drive, etc...
    - Predictive failures
    - Alert messages
    I have the list of all the MIBs provided by Cisco but an having the following issues while loading them into HP SIM.
    While loading MIB "CISCO-UNIFIED-COMPUTING-TC-MIB" I get the following error message:
    Line 128: Error defining object: expected a label, found reserved symbol {
    Line in MIB: SYNTAX Gauge32 {
    Guage32 is imported from SNMPv2-SMI MIB
    To get past this error I found a version of the MIB that removes all the textual conventions that where causing errors.  I have attached the fixed MIB file to this discussion. With the fixed version of the MIB installed in SIM everything compiles and installs except the following two MIBS. CISCO-UNIFIED-COMPUTING-NOTIFS-MIBCISCO-UNIFIED-COMPUTING-CONFORM-MIB Questions:
    1. Is there any way to get the CISCO-UNIFIED-COMPUTING-TC-MIB MIB to install correctly into HP SIM?
    2. Is my MIB load order setup correctly?
    3. Has anyone had success getting HP SIM to monitor and alert for Cisco UCS manager?
    MIB Load Order:
    SNMPv2-SMI
    SNMPv2-TC
    SNMP-FRAMEWORK-MIB
    RFC1213-MIB
    IF-MIB
    CISCO-SMI
    CISCO-ST-TC
    ENTITY-MIB
    INET-ADDRESS-MIB
    CISCO-UNIFIED-COMPUTING-MIB
    CISCO-UNIFIED-COMPUTING-TC-MIB
    CISCO-UNIFIED-COMPUTING-FAULT-MIB
    CISCO-UNIFIED-COMPUTING-NOTIFS-MIB
    CISCO-UNIFIED-COMPUTING-AAA-MIB
    CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB
    CISCO-UNIFIED-COMPUTING-BIOS-MIB
    CISCO-UNIFIED-COMPUTING-BMC-MIB
    CISCO-UNIFIED-COMPUTING-CALLHOME-MIB
    CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB
    CISCO-UNIFIED-COMPUTING-COMM-MIB
    CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
    CISCO-UNIFIED-COMPUTING-CONFORM-MIB
    CISCO-UNIFIED-COMPUTING-DCX-MIB
    CISCO-UNIFIED-COMPUTING-DHCP-MIB
    CISCO-UNIFIED-COMPUTING-DIAG-MIB
    CISCO-UNIFIED-COMPUTING-DPSEC-MIB
    CISCO-UNIFIED-COMPUTING-EPQOS-MIB
    CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
    CISCO-UNIFIED-COMPUTING-ETHER-MIB
    CISCO-UNIFIED-COMPUTING-EVENT-MIB
    CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB
    CISCO-UNIFIED-COMPUTING-EXTVMM-MIB
    CISCO-UNIFIED-COMPUTING-FABRIC-MIB
    CISCO-UNIFIED-COMPUTING-FC-MIB
    CISCO-UNIFIED-COMPUTING-FCPOOL-MIB
    CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB
    CISCO-UNIFIED-COMPUTING-FLOWCTRL-MIB
    CISCO-UNIFIED-COMPUTING-HOSTIMG-MIB
    CISCO-UNIFIED-COMPUTING-IMGPROV-MIB
    CISCO-UNIFIED-COMPUTING-IMGSEC-MIB
    CISCO-UNIFIED-COMPUTING-IPPOOL-MIB
    CISCO-UNIFIED-COMPUTING-IQNPOOL-MIB
    CISCO-UNIFIED-COMPUTING-ISCSI-MIB
    CISCO-UNIFIED-COMPUTING-LICENSE-MIB
    CISCO-UNIFIED-COMPUTING-LLDP-MIB
    CISCO-UNIFIED-COMPUTING-LSBOOT-MIB
    CISCO-UNIFIED-COMPUTING-LSMAINT-MIB
    CISCO-UNIFIED-COMPUTING-LS-MIB
    CISCO-UNIFIED-COMPUTING-MACPOOL-MIB
    CISCO-UNIFIED-COMPUTING-MAPPINGS-MIB
    CISCO-UNIFIED-COMPUTING-MEMORY-MIB
    CISCO-UNIFIED-COMPUTING-MGMT-MIB
    CISCO-UNIFIED-COMPUTING-NETWORK-MIB
    CISCO-UNIFIED-COMPUTING-NWCTRL-MIB
    CISCO-UNIFIED-COMPUTING-ORG-MIB
    CISCO-UNIFIED-COMPUTING-OS-MIB
    CISCO-UNIFIED-COMPUTING-PCI-MIB
    CISCO-UNIFIED-COMPUTING-PKI-MIB
    CISCO-UNIFIED-COMPUTING-PORT-MIB
    CISCO-UNIFIED-COMPUTING-POWER-MIB
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB
    CISCO-UNIFIED-COMPUTING-PROC-MIB
    CISCO-UNIFIED-COMPUTING-QOSCLASS-MIB
    CISCO-UNIFIED-COMPUTING-SOL-MIB
    CISCO-UNIFIED-COMPUTING-STATS-MIB
    CISCO-UNIFIED-COMPUTING-STORAGE-MIB
    CISCO-UNIFIED-COMPUTING-SW-MIB
    CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB
    CISCO-UNIFIED-COMPUTING-SYSFILE-MIB
    CISCO-UNIFIED-COMPUTING-TOP-MIB
    CISCO-UNIFIED-COMPUTING-TRIG-MIB
    CISCO-UNIFIED-COMPUTING-UUIDPOOL-MIB
    CISCO-UNIFIED-COMPUTING-VM-MIB
    CISCO-UNIFIED-COMPUTING-VNIC-MIB
    References:
    ftp://ftp.cisco.com/pub/mibs/supportlists/ucs/ucs-manager-supportlist.html#_Toc303691433
    http://www.hp.com/wwsolutions/misc/hpsim-helpfiles/simsnmp.pdf

    Please post "debug ccsip messages".
    Based on your debug you are getting "Cause No. 38 - network out of order."
    You may want to bind SIP to an interface that the IP address is defined which Lync points to.
    Chris

  • Can I embed C# Email code in .pdf file to send user and system information when it opens on system

    I have a pdf on my system. When I opened it it should email the current  user account and system information( like IP, Windows login Id).  If the system does not have internet it should not show the error.
    Is it possible? If so could you suggest a way or provide a link.
    Due to security we want this feature.
    Your help is appreciated.
    Thanks

    You could track the user's email login/IP address if you secure the file using DRM (LiveCycle, etc.), but a PDF which sends silent emails containing personal data about a user would be considered a trojan by the vast majority of people.

  • System Information Refresh

    Hello, all
    Q - Does the Air's "Refresh Information" for 3rd Party installations rely upon the latter's timely information refreshing? (An aside - Yes, I must update my Product Information!)
    Adobe flash player's December version 11.9.900.170 automatically installed and operating correctly. Delay in Air's System Information Refreshing. I tried "Refresh Information", but this had no apparent effect. October Adobe version still listed.
    Mid 2011 Air 10.8.5 32-Bit Chrome Default browser.
    Many thanks

    Hi Huang,
    Can you check if the OSS Note below helps u remotely by any chance. It talks about a dump after an upgrade from 4.6 to ECC for this report...
    Note 667876 - COOIS: Short dump when you select a variant
    Rgds,
    Sri
    Award points if helpful

  • System Information Not Working Correctly

    I have a MacBook Pro Retina 15" (Mid-2014) running OS X 10.10 (Yosemite).  When accessing the System Information utility, details about the hardware does not show up correctly or not at all.  This only happens when accessing System Information using the following 2 methods:
    Holding the "option" key, clicking on Apple, and selecting "System Information. . ." or
    Accessing the "System Information" application from Launchpad.
    When "System Information" is access by selecting "System Report" from "About This Mac", details about the hardware are presented correctly.
    Here are 2 images showing that the details show up incorrectly or not at all:
    Now, here are the good examples:
    Does anyone know why this is happening how to fix it?  The information should be the same, regardless of the way I access the "System Information" utility, right?

    Have a look at
    Re: System Information is blank?
    From RáNdÓm GéÉzÁ: bug related to System Preferences/Scroll bars always on.
    Work around: set Scroll bars on Automatic mode.

  • Cannot Print All Pages for System Information

    With Mountain Lion and below I had the option to print the System Information into a PDF file for inventory that would contain around 100 pages of information. However with Maverick when I save as a PDF it now only saves one page at a time. This is the same when trying to print.

    It is a bug.
    The more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    Solution is to cut and paste into Notepad or suchlike.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • USB storage devices not shown in Finder, yet function, and show in System Information?

    Occurring starting about last month, this has gone from a seldom, to all the time situation. plugging in any USB memory device either directly to the computer, or with cables, will allow the files to be accessed/changed/deleted by programs, but the device with it's files will not show in finder. The device shows in System information. I have set Finder to show everything, but they no longer apear. Before failing entirely, I would sometimes have the device show for a short time, then get an "Improper removal" error, without touching the device, after a few moments. All these memory devices still function properly when used in external devices and when direcly accesed by software. Not being able to use finder to modify content is a significant problem.

    Well I'm about out of ideas. Going off what you described, these devices work fine elsewhere and gradually failed on your computer.
    Unless someone else can post other ideas, I only can suggest a reinstall of Lion from scratch. I would make sure I had a good backup from TM and an additional backup of your important files just in case.
    Probably the easiest way would be to make a bootable USB stick or drive to work from. Procedure here: http://osxdaily.com/2011/07/08/make-a-bootable-mac-os-x-10-7-lion-installer-from -a-usb-flash-drive/
    If you can accomplish that, see if you can boot from it. If so, use Disk Utility to erase the main drive and reformat it. Verify the drive is OK. Then quit Disk Utility abd procede to install Lion.
    When the installation is finished, reboot and use Setup Assistant imediately to migrate your user data and applications back from the TM drive. Don't use migration assistant later.
    I doubt it will help since the Comb-Update didn't fix it, but who knows.

  • Kerberos Configuration Manager for SQL Server: Access of system information failed!

    I'm trying to use the new Kerberos Configuration Manager for SQL Server tool that was released recently to verify SPN on several SQL Servers, but any time I attempt to connect to a server I get the following error in the log:
    6/24/2013 3:48:22 PM Info: Connect to WMI, \\<HOSTNAME>\root\cimv2
    6/24/2013 3:48:25 PM Error: Access of system information failed System.DirectoryServices.AccountManagement.PrincipalOperationException: An error (1332) occurred while enumerating the group membership.  The member's SID could not be resolved.
       at System.DirectoryServices.AccountManagement.SAMMembersSet.IsLocalMember(Byte[] sid)
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNextLocal()
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNext()
       at System.DirectoryServices.AccountManagement.FindResultEnumerator`1.MoveNext()
       at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
       at KerberosCM.WMIHelper.isUserLocalAdmin(SystemInfo si, UserPrincipal user)
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
    6/24/2013 3:48:25 PM Error: Error System.Exception: Access of system information failed!
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
       at KerberosCM.SystemInfo.GetInfo()
       at KerberosConfigMgr.Utility.Login(String serverName, String login, String password, Boolean isCmdLine, Form uiForm)
    Things I have tried to resolve this:
    1. Verified that my account is a Domain Admin.
    2. Attempt to connect locally without inputting any information for server/user/pw
    3. Attempt to connect remotely using server/user/pw
    I always receive the same error message and log: Access of system information failed!
    Has anyone else run into this issue?

    Update to this:
    There were some invalid user accounts added to the Local Administrators group only showing up as a GUID. This caused the enumeration of the group to fail and generate the error in my original post. Removing those user accounts from the Administrators group
    got past the enumeration error.
    However, now when attempting to connect to the servers (locally or remotely) I get this error:
    6/27/2013 10:24:24 AM Info: Connect to WMI, \root\cimv2
    6/27/2013 10:24:38 AM Error: Access of system information failed System.Runtime.InteropServices.COMException (0x80070035): The network path was not found.
       at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.get_AdsObject()
       at System.DirectoryServices.PropertyValueCollection.PopulateList()
       at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)
       at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
       at System.DirectoryServices.AccountManagement.SAMStoreCtx.ResolveCrossStoreRefToPrincipal(Object o)
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNextForeign()
       at System.DirectoryServices.AccountManagement.SAMMembersSet.MoveNext()
       at System.DirectoryServices.AccountManagement.FindResultEnumerator`1.MoveNext()
       at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
       at KerberosCM.WMIHelper.isUserLocalAdmin(SystemInfo si, UserPrincipal user)
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
    6/27/2013 10:24:38 AM Error: Error System.Exception: Access of system information failed!
       at KerberosCM.WMIHelper.getUserInfo(SystemInfo mi)
       at KerberosCM.SystemInfo.GetInfo()
       at KerberosConfigMgr.Utility.Login(String serverName, String login, String password, Boolean isCmdLine, Form uiForm)

Maybe you are looking for

  • USB ports not working in safe mode

    I am trying to back up my computer before i take it to the apple store and i cant back up in safe mode using time machine, becuase im guess the USB ports arent working. Are there any solutions to this problem?

  • Carriage returns in RTF export

    Hello, one of my clients is complaining that RTF output has carriage returns at the end of each line, making him unable to copy and paste the text somewhere else and continue to work with it further. Can this be turned off and what options are availa

  • Deletion of Confirmation (created on 2008) goes in to error

    Hi, When i am deleting the confirmation in SRM which created on 2008, the reversal document goes in to error saying that " Error whilst creating an entry sheet in the backend system 9300000475 053 Posting only possible in periods 2009/02 and 2009/01

  • Java to MS Access

    Hope you guys out there can help ! I am, having trouble connecting to MS Access through Java. Im using the netbeans IDE. I when i try to connect through a class the error message I revceive refers to 'no suitable driver found'. However, I can connect

  • Process Dimension Log file

    Hi Can someone tell me where I can find the log file that is generated upon processing a dimension? Thanks