SCCM Reports won't populate from console

Hello,
When on a remote device, I'm unable to get the reports tab to populate nor can I reach out to the reports ssrs site without getting a prompt (endless). I know I have rights because I'm unable to replicate these issues on the SCCM server. Anyone have any ideas?
The SRS logs are clean and the only error I can find on my device and others that was working is an event saying the server failed to decrypt the ticket provided by the client but I believe this was happening before this issue.
Anyone have any ideas? I haven't reinstalled SSRS but when I reinstalled the Reporting Services Point the only error during the configuration was:
<05/21/14 11:55:12> Deleting file \\?\C:\Program Files\SMS_SRSRP\microsoft.configurationmanagement.reporting.dll, FAILED, Win32 Error = 5
<05/21/14 11:55:12> Cannot delete old installation directory C:\Program Files\SMS_SRSRP. Error Code=5. Installation will continue.
I thought there would've been a SMS_SRSRP in IIS but I don't see this being listed.
Joshua

I was able to remove my issue, looking more into the kerebos errors I removed a faulty SPN entry.
Joshua
So everything is working???
http://www.enhansoft.com/

Similar Messages

  • Display as Text field won't populate from select

    I'm an Oracle Forms person trying to learn APEX. Love it but having problems with seemingly simple stuff. I made a simple page exactly from sample code found from Oracle documentation and still can't get to work. Appreciate any help.
    Have simple form with 2 fields. One field P400_DEPTNO which is select field. Code in the HTML Form Element Attributes: onchange="javascript:getDNAME(this);"
    The other field is D400_DNAME which have as Display as Text(escape special characters, does not save state)
    I have application item G_DEPTNO
    application process GET_DNAME:
    DECLARE
    vDNAME VARCHAR2(100);
    BEGIN
    SELECT DNAME INTO vDNAME FROM DEPT WHERE DEPTNO = :G_DEPTNO;
    htp.p(vDNAME);
    EXCEPTION WHEN OTHERS THEN
    htp.p('No such department!');
    END;
    code in HTML Header of page 400:
    <script type="text/javascript">
    function getDNAME(filter)
    var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=GET_DNAME',0);
    get.add('G_DEPTNO', filter.value);
    var ret = get.get();
    if(ret)
    var d = document.getElementById("P400_DNAME");
    d.innerHTML = ret;
    get = null;
    </script>
    I'm getting this error when running page:
    get error:
    Line: 25
    Char: 3
    Error: 'null' is null or not an object
    when I view source: line 25 is:
    d.innerHTML = ret;
    I have tried so many variations. Could something on my system not be installed correctly or am I just missing something simple? Appreciate any help offered.
    Gayle

    Hi Vinad:
    I am running version 3.0.0.00.20.
    I followed the directions step by step from http://apex.oracle.com/pls/otn/f?p=56976:1:2691826935187310
    I assume the code you are interested in is the javascript code:
    HTML HEADER
    <script type="text/javascript">
    function getDNAME(filter)
    var get = new htmldb_Get(null,$v('pFlowId'), 'APPLICATION_PROCESS=GET_DNAME',0);
    get.add('G_DEPTNO', filter.value);
    var ret = get.get();
    if(ret)
    var d = document.getElementById('P1_DNAME');
    d.innerHTML = ret;
    get = null;
    </script>
    On Demand Application Process
    DECLARE
    vDNAME VARCHAR2(200);
    BEGIN
    SELECT WHS_LST_NM INTO vDNAME FROM dw_tst.emp_dim@dm_dev
    WHERE emp_id = :G_DEPTNO;
    htp.p(vDNAME);
    EXCEPTION WHEN OTHERS THEN
    htp.p('No such employee!');
    END;
    Please let me know if you need any other information. Thank you.

  • Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.

    Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).

    kauribill wrote:
    " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).
    This is a directory issue that Disk Utility cannot fix. Although it manifests itself as a software issue sometimes it may be hardware based. See DiskUtility reports "Underlying task reported failure" when repairing avolume http://support.apple.com/kb/TS1901?viewlocale=en_US". You can try using a utility like TechTool Pro, Drive Genius or Disk Warrior to repair and replace the directory. Another option would be to use the Archive and Install feature to reinstall. If the problem returns after correction you may have a failing or failed HDD.
    cornelius

  • SCCM Reports Will Not Run - SQL Connection Issue

    We have SCCM 2012 R2 CU2 and SQL 2012 SP1 CU6. We used to build our SCCM suites with SQL on the site server and have never had this problem that we now have on a new suite but this time we hosted SQL on its own server (SQ01) separate from the site server.
    SCCM made the SQL server a component server (makes sense) and forced us to put Reporting Services on the SQL server (when trying to put it on the site server it would not find the instance-CM01, as that one has SSRS on it). The site server is ABC01. We've
    already fixed a couple errors in regards to this issue.
    The Reporting Services installed on SQ01 fine. When you go to reports in admin console it loads the 419 default SCCM reports just fine. But none of them will run properly. They open up but a popup appears with this error in the error details popup:
    "An error has occurred during report processing....AbortedException: An error has occurred during report processing...ReportProcessingException: Cannot create a connection to data source AutoGen__(many numbers). System exception..."
    If you go to SQ01, open Reporting Services Config Mgr, connect to instance SC01, click the URL under Report Manager URL, it prompts you for a logon (but should not do so) and you can log in with the service account selected when the Reporting services were
    installed in SCCM Admin Console, drill down into ConfigMgr_ABC, click on the default created data source named {bunch of numbers}, and herein there are two more problems....1) it doesn't save the pwd for the service account, when clicking test connection we
    often have to reenter it, and 2) the ConnectionString has this entry for Source="ABC01.fqdn/CM01" but it will never connect with that. If we change it to just "CM01" and it is currently holding the pwd, it will test connect successfully
    but after just a few minutes it won't because something has reset the connection to "ABC01.fqdn/CM01" and forgotten the pwd. It is apparent that something is overwriting the settings in a way SQL currently doesn't like.
    Also, we have an alias within SQL in this format "SQ01.fqn/CM01" when SQL already has a "CM01" alias. This seems to be a problem too.
    Any input appreciated.
    Ben JohnsonWY

    OK, I'm duly web-embarrassed. Apparently due to some firewall blockage, my Admin Console on my workstation (which is in a different VLAN from these servers), could not save the changed Reporting Services configs to SQL. When we made the changes using the
    Admin Console on ABC01, it all started working.
    Ben JohnsonWY

  • Mac Pro crashes on boot, won't boot from install CD - help!

    Hi - I've got a Mac Pro which will only boot in safe mode - it goes to grey screen before login under normal conditions, and has a kernel panic when told to boot from the install DVD. Please help!
    For background: I've got a dual-core 2007 Mac Pro and a 2 core 2008 aluminium MacBook, both of which I've been backing up to their own external drives with Time Machine. I've just bought a NetGear ReadyNAS (2TB) to back them both up because I ran out of space on the Mac Pro's two internal 500GB drives - I've put in a new Samsung 1TB drive, which is the only hardware upgrade I've made to either machine. The MacBook backs up fine to the NAS over a wireless network, but the MacPro kept crashing the system while making its first attempts at backing up, both within Time Machine and when just copying the TM backup files across in Finder. It would hang about 10GB into backups of approx 1TB, as here - http://support.apple.com/kb/TS1550 - but the NAS formatting works for the MacBook.
    On advice from NetGear I put the following command into Terminal:
    sudo sysctl -w net.inet.tcp.delayed_ack=0
    Now the Mac Pro won't boot except in safe mode - it won't boot from the install disc, either the 10.4.9 that came with the machine or the 10.6 disc I bought later. if I let the boot run as normal, it locks up on the grey screen (as here - http://support.apple.com/kb/TS2570). If I boot with the install CD (holding down 'c') I get a kernel panic (as here - http://docs.info.apple.com/article.html?path=Mac/10.6/en/8965.html). If I hold down 'option' I can choose between the HD or the install CD, but each option just takes me to the same places as above. Safe boot works, but that's it.
    I've done all the obvious things: I've unplugged all peripherals and network cables. The extended Apple Hardware Test shows no problems. I've repaired disk permissions and done a live verify on the startup drive in Disk Utility. I've reset the PRAM as well, but the behaviour is the same: It doesn't feel like a drive failure as I've managed to back up the startup drive while in safe mode and I don't hear any clicking or worrying drive noises. I don't know how I could wipe the startup drive and reinstall the OS because I can't boot from the install CD - or from a USB drive, as suggested here - http://osxdaily.com/2009/09/02/install-snow-leopard-from-external-firewire-or-us b-hard-drive-or-how-to-upgrade-to-106-without-a-dvd-drive/
    Thanks for any help anyone can offer!

    More info, in case it helps:
    Hardware overview:
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 3 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 4 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP11.005C.B08
    SMC Version (system): 1.7f10
    Disk permissions report in Disk Utility:
    Repairing permissions for “OPERATION”
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Permissions repair complete
    Here are console logs in case they help:
    Crash and subsequent safe boot console log:
    25/01/2011 19:21:26 kernel npvhash=4095
    25/01/2011 19:21:26 kernel PAE enabled
    25/01/2011 19:21:26 kernel 64 bit mode enabled
    25/01/2011 19:21:26 kernel Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    25/01/2011 19:21:26 com.apple.kextd[10] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    25/01/2011 19:21:26 kernel vmpagebootstrap: 1020759 free pages and 19625 wired pages
    25/01/2011 19:21:26 kernel standard timeslicing quantum is 10000 us
    25/01/2011 19:21:26 kernel migtable_maxdispl = 73
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel calling mpopolicyinit for Quarantine
    25/01/2011 19:21:26 kernel Security policy loaded: Quarantine policy (Quarantine)
    25/01/2011 19:21:26 kernel calling mpopolicyinit for Sandbox
    25/01/2011 19:21:26 kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    25/01/2011 19:21:26 kernel calling mpopolicyinit for TMSafetyNet
    25/01/2011 19:21:26 kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    25/01/2011 19:21:26 kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    25/01/2011 19:21:26 kernel The Regents of the University of California. All rights reserved.
    25/01/2011 19:21:26 kernel MAC Framework successfully initialized
    25/01/2011 19:21:26 kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    25/01/2011 19:21:26 kernel IOAPIC: Version 0x20 Vectors 64:87
    25/01/2011 19:21:26 kernel ACPI: System State [S0 S3 S4 S5] (S3)
    25/01/2011 19:21:26 kernel AppleIntelCPUPowerManagement: initialization complete
    25/01/2011 19:21:26 kernel mbinit: done (64 MB memory set for mbuf pool)
    25/01/2011 19:21:26 kernel rooting via boot-uuid from /chosen: D78E2368-85B5-352F-AF18-0B81A8CABD58
    25/01/2011 19:21:26 kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    25/01/2011 19:21:26 kernel com.apple.AppleFSCompressionTypeZlib kmod start
    25/01/2011 19:21:26 kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    25/01/2011 19:21:26 kernel AppleIntelCPUPowerManagementClient: ready
    25/01/2011 19:21:26 kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/ST3500630AS P Media/IOGUIDPartitionScheme/Customer@2
    25/01/2011 19:21:26 kernel BSD root: disk2s2, major 14, minor 8
    25/01/2011 19:21:26 kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe774e0c; max speed s800.
    25/01/2011 19:21:26 kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    25/01/2011 19:21:26 kernel [Bluetooth::CSRHIDTransition] transition complete.
    25/01/2011 19:21:26 kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    25/01/2011 19:21:22 com.apple.launchd[1] * launchd[1] has started up. *
    25/01/2011 19:21:34 kernel systemShutdown false
    25/01/2011 19:21:38 mDNSResponder[17] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) starting
    25/01/2011 19:21:40 configd[14] setting hostname to "Macintosh.local"
    25/01/2011 19:21:40 configd[14] network configuration changed.
    25/01/2011 19:21:40 com.apple.SecurityServer[23] Session 0x5fbff962 created
    25/01/2011 19:21:41 com.apple.SecurityServer[23] Entering service
    25/01/2011 19:21:42 configd[14] network configuration changed.
    25/01/2011 19:21:42 configd[14] network configuration changed.
    25/01/2011 19:21:43 blued[16] Apple Bluetooth daemon started
    25/01/2011 19:21:44 configd[14] network configuration changed.
    25/01/2011 19:21:44 blued[16] writeExtendedInquiryResponse returned 52
    25/01/2011 19:21:45 blued[16] writeExtendedInquiryResponse returned 111
    25/01/2011 19:21:46 kernel Previous Shutdown Cause: 0
    25/01/2011 19:21:46 configd[14] network configuration changed.
    25/01/2011 19:21:47 kernel NVDANV40HAL loaded and registered.
    25/01/2011 19:21:49 bootlog[62] BOOT_TIME: 1295983282 0
    25/01/2011 19:21:53 kernel Waiting for DSMOS...
    25/01/2011 19:21:55 com.apple.usbmuxd[43] usbmuxd-207 built for iTunesTenOne on Oct 19 2010 at 13:50:35, running 64 bit
    25/01/2011 19:22:06 kernel [0916c800][BNBTrackpadDevice::init][54] init is complete
    25/01/2011 19:22:06 kernel [0916c800][BNBTrackpadDevice::probe][54] entered
    25/01/2011 19:22:06 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[51] Login Window Application Started
    25/01/2011 19:22:07 kernel DSMOS has arrived
    25/01/2011 19:22:07 kernel [0916c800][BNBTrackpadDevice::handleStart][54] Done
    25/01/2011 19:22:07 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0a
    25/01/2011 19:22:07 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0b
    25/01/2011 19:22:07 kernel [09263400][AppleMultitouchHIDEventDriver::start] entered
    25/01/2011 19:22:07 kernel [09288d80][AppleMultitouchDevice::start] entered
    25/01/2011 19:22:11 com.apple.SystemStarter[44] Starting Sophos Update Manager
    25/01/2011 19:22:11 com.apple.SystemStarter[44] Starting Aladdin USB daemon
    25/01/2011 19:22:11 com.apple.SystemStarter[44] PACESupport - launchd already started us
    25/01/2011 19:22:11 com.apple.SystemStarter[44] head: /var/run/com.sophos.sum.pid: No such file or directory
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:19 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:19 kernel 00000069
    25/01/2011 19:22:19 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:19 kernel 00000069
    25/01/2011 19:22:19 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:20 kernel xception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:20 kernel 00000069
    25/01/2011 19:22:20 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:21 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:21 kernel 00000069
    25/01/2011 19:22:21 com.apple.SecurityServer[23] Session 0x1200ae2 created
    25/01/2011 19:22:21 com.apple.SecurityServer[23] Session 0x1200ae2 attributes 0x30
    25/01/2011 19:22:22 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel 00000069
    25/01/2011 19:22:22 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel 00000069
    25/01/2011 19:22:23 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:23 kernel 00000069
    25/01/2011 19:22:23 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:23 kernel 00000069
    25/01/2011 19:22:23 _mdnsresponder[117] /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    25/01/2011 19:22:24 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 kernel 00000069
    25/01/2011 19:22:24 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 _mdnsresponder[123] sntp options: a=2 v=1 e=0.100 E=5.000 P=2147483647.000
    25/01/2011 19:22:24 _mdnsresponder[123] d=15 c=5 x=0 op=1 l=/var/run/sntp.pid f= time.euro.apple.com
    25/01/2011 19:22:24 _mdnsresponder[123] sntp: getaddrinfo(hostname, ntp) failed with nodename nor servname provided, or not known
    25/01/2011 19:22:24 loginwindow[51] Login Window Started Security Agent
    25/01/2011 19:22:25 kernel xception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:25 kernel 00000069
    25/01/2011 19:22:25 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:26 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:26 kernel 00000069
    25/01/2011 19:22:26 WindowServer[90] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:22:26 com.apple.WindowServer[90] Tue Jan 25 19:22:26 Macintosh.local WindowServer[90] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:22:27 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:27 kernel 00000069
    25/01/2011 19:22:27 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:27 kernel 00000069
    25/01/2011 19:22:27 SecurityAgent[132] Showing Login Window
    25/01/2011 19:22:28 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:25:34 kernel npvhash=4095
    25/01/2011 19:25:34 kernel PAE enabled
    25/01/2011 19:25:34 kernel 64 bit mode enabled
    25/01/2011 19:25:34 kernel Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    25/01/2011 19:25:34 com.apple.kextd[9] Safe boot mode detected; invalidating system extensions caches.
    25/01/2011 19:25:34 kernel vmpagebootstrap: 507278 free pages and 541298 wired pages
    25/01/2011 19:25:34 kernel standard timeslicing quantum is 10000 us
    25/01/2011 19:25:34 kernel migtable_maxdispl = 73
    25/01/2011 19:25:34 kernel SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    25/01/2011 19:25:34 kernel Kext _kernel_ is not loadable during safe boot; omitting its personalities.
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel calling mpopolicyinit for Quarantine
    25/01/2011 19:25:34 kernel Security policy loaded: Quarantine policy (Quarantine)
    25/01/2011 19:25:34 kernel calling mpopolicyinit for Sandbox
    25/01/2011 19:25:34 kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    25/01/2011 19:25:34 kernel calling mpopolicyinit for TMSafetyNet
    25/01/2011 19:25:34 kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    25/01/2011 19:25:34 kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    25/01/2011 19:25:34 kernel The Regents of the University of California. All rights reserved.
    25/01/2011 19:25:34 kernel MAC Framework successfully initialized
    25/01/2011 19:25:34 kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    25/01/2011 19:25:34 kernel IOAPIC: Version 0x20 Vectors 64:87
    25/01/2011 19:25:34 kernel ACPI: System State [S0 S3 S4 S5] (S3)
    25/01/2011 19:25:34 kernel AppleIntelCPUPowerManagement: initialization complete
    25/01/2011 19:25:34 kernel mbinit: done (64 MB memory set for mbuf pool)
    25/01/2011 19:25:34 kernel rooting via boot-uuid from /chosen: D78E2368-85B5-352F-AF18-0B81A8CABD58
    25/01/2011 19:25:34 kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    25/01/2011 19:25:34 kernel com.apple.AppleFSCompressionTypeZlib kmod start
    25/01/2011 19:25:34 kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    25/01/2011 19:25:34 kernel AppleIntelCPUPowerManagementClient: ready
    25/01/2011 19:25:34 kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/ST3500630AS P Media/IOGUIDPartitionScheme/Customer@2
    25/01/2011 19:25:34 kernel BSD root: disk2s2, major 14, minor 8
    25/01/2011 19:25:34 kernel jnl: unknown-dev: replay_journal: from: 9129984 to: 20120576 (joffset 0x13dd4000)
    25/01/2011 19:25:34 kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe774e0c; max speed s800.
    25/01/2011 19:25:34 kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    25/01/2011 19:25:34 kernel [Bluetooth::CSRHIDTransition] transition complete.
    25/01/2011 19:25:34 kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    25/01/2011 19:25:34 kernel jnl: unknown-dev: journal replay done.
    25/01/2011 19:25:34 kernel hfs: Removed 3 orphaned / unlinked files and 0 directories
    25/01/2011 19:24:20 com.apple.launchd[1] * launchd[1] has started up. *
    25/01/2011 19:25:37 DirectoryService[10] Improper shutdown detected
    25/01/2011 19:25:40 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0a
    25/01/2011 19:25:40 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0b
    25/01/2011 19:25:41 kernel systemShutdown false
    25/01/2011 19:25:47 blued[15] Apple Bluetooth daemon started
    25/01/2011 19:25:49 com.apple.kextd[9] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/IOKitPersonalities_i386.ioplist.gz is out of date; not using.
    25/01/2011 19:25:49 mDNSResponder[17] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) starting
    25/01/2011 19:25:49 configd[13] network configuration changed.
    25/01/2011 19:25:49 configd[13] setting hostname to "Macintosh.local"
    25/01/2011 19:25:51 com.apple.SecurityServer[26] Session 0x5fbff962 created
    25/01/2011 19:25:51 com.apple.SecurityServer[26] Entering service
    25/01/2011 19:25:51 configd[13] network configuration changed.
    25/01/2011 19:25:51 configd[13] network configuration changed.
    25/01/2011 19:25:57 kernel jnl: disk1s2: replay_journal: from: 29517312 to: 30563328 (joffset 0x1d1c000)
    25/01/2011 19:25:57 kernel jnl: disk1s2: journal replay done.
    25/01/2011 19:25:57 bootlog[58] BOOT_TIME: 1295983451 0
    25/01/2011 19:25:57 fseventsd[51] event logs in /Volumes/ANNEXE/.fseventsd out of sync with volume. destroying old logs. (275 1 482)
    25/01/2011 19:25:57 fseventsd[51] log dir: /Volumes/ANNEXE/.fseventsd getting new uuid: 3E9B75A2-6939-4F49-9E18-9AA41C926F7F
    25/01/2011 19:25:57 fseventsd[51] event logs in /.fseventsd out of sync with volume. destroying old logs. (274 106 482)
    25/01/2011 19:25:58 fseventsd[51] log dir: /.fseventsd getting new uuid: 8749CEBA-97CF-422A-A4F8-B5C68EBB6C26
    25/01/2011 19:26:01 kernel Waiting for DSMOS...
    25/01/2011 19:26:01 com.apple.usbmuxd[39] usbmuxd-207 built for iTunesTenOne on Oct 19 2010 at 13:50:35, running 64 bit
    25/01/2011 19:26:04 fseventsd[51] event logs in /Volumes/STORAGE/.fseventsd out of sync with volume. destroying old logs. (272 0 489)
    25/01/2011 19:26:04 fseventsd[51] log dir: /Volumes/STORAGE/.fseventsd getting new uuid: B646DF67-25DA-4867-BF50-319B9F66ADEE
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AmbrosiaAudioSupport.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AmbrosiaAudioSupport.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.AmbrosiaSW.AudioSupport failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleHDAController.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleHDAController failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleMCEDriver.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleMCEDriver failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load IOFireWireIP.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load IOFireWireIP.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.iokit.IOFireWireIP failed; removing personalities.
    25/01/2011 19:26:23 kernel Previous Shutdown Cause: 3
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AudioIPCDriver.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AudioIPCDriver failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelNehalemProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load GeForce.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.GeForce failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelPenrynProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleMCCSControl.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleMCCSControl.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleMCCSControl failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load IOBluetoothSerialManager.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelYonahProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleUpstreamUserClient.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleUpstreamUserClient.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load IOSurface.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.IOSurface failed; removing personalities.
    25/01/2011 19:26:23 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[47] Login Window Application Started
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleTyMCEDriver.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleTyMCEDriver failed; removing personalities.
    25/01/2011 19:26:23 com.apple.SystemStarter[40] Starting Sophos Update Manager
    25/01/2011 19:26:23 com.apple.SystemStarter[40] Starting Aladdin USB daemon
    25/01/2011 19:26:24 kernel NVDANV40HAL loaded and registered.
    25/01/2011 19:26:24 kernel DSMOS has arrived
    25/01/2011 19:26:24 com.apple.SystemStarter[40] PACESupport - launchd already started us
    25/01/2011 19:26:27 com.apple.fontd[83] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    25/01/2011 19:26:29 com.apple.SecurityServer[26] Session 0x152114f created
    25/01/2011 19:26:29 com.apple.SecurityServer[26] Session 0x152114f attributes 0x30
    25/01/2011 19:26:29 _mdnsresponder[104] /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    25/01/2011 19:26:30 _mdnsresponder[107] sntp options: a=2 v=1 e=0.100 E=5.000 P=2147483647.000
    25/01/2011 19:26:30 _mdnsresponder[107] d=15 c=5 x=0 op=1 l=/var/run/sntp.pid f= time.euro.apple.com
    25/01/2011 19:26:30 _mdnsresponder[107] sntp: getaddrinfo(hostname, ntp) failed with nodename nor servname provided, or not known
    25/01/2011 19:26:31 loginwindow[47] Login Window Started Security Agent
    25/01/2011 19:26:31 com.apple.fontd[83] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    25/01/2011 19:26:32 WindowServer[92] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:26:32 com.apple.WindowServer[92] Tue Jan 25 19:26:32 Macintosh.local WindowServer[92] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:26:33 SecurityAgent[117] Showing Login Window
    25/01/2011 19:26:35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/genatsdb[96] GENATSDB FontObjects generated = 472
    25/01/2011 19:26:36 warmd[38] [fetcheropenfile:936] open("/var/db/dyld/dyldshared_cache_x8664") => -1 (errno: 2)
    25/01/2011 19:26:36 warmd[38] [fetcheropenfile:936] open("/var/db/dyld/dyldshared_cachei386") => -1 (errno: 2)
    25/01/2011 19:27:05 com.apple.coreservicesd[74] ThrottleProcessIO: throttling disk i/o
    25/01/2011 19:27:27 SecurityAgent[117] User info context values set for megasystemadministrator
    25/01/2011 19:27:27 authorizationhost[111] Failed to authenticate user <megasystemadministrator> (tDirStatus: -14090).
    25/01/2011 19:27:29 SecurityAgent[117] User info context values set for megasystemadministrator
    25/01/2011 19:27:30 SecurityAgent[117] Login Window Showing Progress
    25/01/2011 19:27:30 SecurityAgent[117] Login Window done
    25/01/2011 19:27:30 loginwindow[47] Login Window - Returned from Security Agent
    25/01/2011 19:27:30 loginwindow[47] USER_PROCESS: 47 console
    25/01/2011 19:27:30 com.apple.UserEventAgent-LoginWindow[101] ALF error: cannot find useragent 1102
    25/01/2011 19:27:30 com.apple.UserEventAgent-LoginWindow[101] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    25/01/2011 19:27:30 com.apple.launchd.peruser.504[124] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    25/01/2011 19:27:31 loginwindow[47] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:31 com.apple.loginwindow[47] 2011-01-25 19:27:31.209 loginwindow[47:107] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    25/01/2011 19:27:31 com.apple.loginwindow[47] /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:31 loginwindow[47] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10970e170 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:31 com.apple.loginwindow[47] 2011-01-25 19:27:31.211 loginwindow[47:107] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10970e170 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:32 fontd[139] Database content version mismatch (stored(15) != expected(14))
    25/01/2011 19:27:37 com.apple.launchd.peruser.504[124] (com.apple.Kerberos.renew.plist[148]) Exited with exit code: 1
    25/01/2011 19:27:37 mds[46] (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    25/01/2011 19:27:37 UserEventAgent[143] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:37 UserEventAgent[143] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x101e35730 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:39 SystemUIServer[129] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:39 SystemUIServer[129] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x108345bd0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:44 com.apple.coreservicesd[74] ThrottleProcessIO: throttling disk i/o
    25/01/2011 19:27:48 mds[46] (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    25/01/2011 19:30:20 kernel USBMSC Identifier (non-unique): 20053552200A47E0602D 0x781 0x5566 0x100
    25/01/2011 19:30:49 com.apple.kextd[9] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    25/01/2011 19:30:49 com.apple.kextd[9] Rescanning kernel extensions.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load GeForce.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.GeForce failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AmbrosiaAudioSupport.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AmbrosiaAudioSupport.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.AmbrosiaSW.AudioSupport failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleHDAController.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleHDAController failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleMCCSControl.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleMCCSControl.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleMCCSControl failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleMCEDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleMCEDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOFireWireIP.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOFireWireIP.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOFireWireIP failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleTyMCEDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleTyMCEDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelNehalemProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleUpstreamUserClient.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleUpstreamUserClient.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AudioIPCDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AudioIPCDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelPenrynProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOBluetoothSerialManager.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelYonahProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOSurface.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOSurface failed; removing personalities.
    25/01/2011 19:30:50 com.apple.kextcache[182] AmbrosiaAudioSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple16X50Serial.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple16X50ACPI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple_iSight.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleBMC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleFWAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAHardwareConfigDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAPlatformDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleMikeyDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] DspFuncLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] IOHDAFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleIntelGMA950.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleIntelGMAX3100.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelHDGraphics.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMCCSControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMikeyHIDDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] ApplePlatformEnabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelMeromProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelNehalemProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelPenrynProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelYonahProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileCallstackAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileKEventAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileReadCounterAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileRegisterStateAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileThreadInfoAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileTimestampAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMBusController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMBusPCI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMCLMU.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleStorageDrivers.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] PreventMediaMountDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleTyMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUpstreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBDisplays.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBEthernetHost.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX1000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX2000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX3000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AudioAUUC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AudioIPCDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] BJUSBLoad.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] cd9660.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] cddafs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] EPSONUSBPrintClass.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] exfat.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] GeForce.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpdesignjetseries.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpDeskjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet1_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet3_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet4_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet5_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet8_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpio_printerclassdriverenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpLaserjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpOfficejet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpPhotosmart_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpPhotosmartPro_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpqc_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AirPortAtheros.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AirPortAtheros21.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothA2DPAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothBNEPDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothSCOAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothSerialManager.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireAVC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireIP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireIPPrivate.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AppleDiskImagesCryptoEncoding.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOHIDUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:53 com.apple.kextcache[182] IOSerialFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBIrDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleWWANSupport1.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleWWANSupport2.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] InternalModemSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] MotorolaSM56KUSB.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOStreamFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOStreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOSurface.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCACMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCACMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCDMM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCECMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCECMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCEEM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCWCM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOVideoFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOVideoDeviceUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    25/01/2011 19:30:54 com.apple.kextcache[182] LexmarkUSBMerge.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] mcxalr.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] msdosfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] NovationUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] ntfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] OSvKernDSPLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportPanther.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportSnowLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportTiger.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PPP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] SM56KUSBAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleSM56KUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleSM56KUSBModemFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] smbfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] SMCMotionSensor.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] TASCAMFW1804.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] udf.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] ufs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] webdav_fs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AmbrosiaAudioSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple16X50Serial.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple16X50ACPI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple_iSight.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleBMC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleFWAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDAController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDAHardwareConfigDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleHDAPlatformDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMikeyDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] DspFuncLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] IOHDAFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelGMA950.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelGMAX3100.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelHDGraphics.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMCCSControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMikeyHIDDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] ApplePlatformEnabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelMeromProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelNehalemProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelPenrynProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelYonahProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileCallstackAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileKEventAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileReadCounterAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileRegisterStateAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileThreadInfoAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileTimestampAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMBusController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMBusPCI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMCLMU.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleStorageDrivers.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] PreventMediaMountDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleTyMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUpstreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBDisplays.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBEthernetHost.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX1000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX2000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX3000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AudioAUUC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AudioIPCDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] BJUSBLoad.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] cd9660.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] cddafs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] EPSONUSBPrintClass.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] exfat.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] GeForce.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpdesignjetseries.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpDeskjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet1_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet3_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet4_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet5_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet8_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpio_printerclassdriverenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpLaserjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpOfficejet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpPhotosmart_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpPhotosmartPro_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpqc_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AirPortAtheros.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AirPortAtheros21.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothA2DPAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothBNEPDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothSCOAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothSerialManager.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOFireWireAVC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOFireWireIP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOFireWireIPPrivate.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleDiskImagesCryptoEncoding.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOHIDUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOSerialFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBIrDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleWWANSupport1.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleWWANSupport2.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] InternalModemSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] MotorolaSM56KUSB.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOStreamFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOStreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOSurface.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCACMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCACMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCDMM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCECMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCECMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCEEM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCWCM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOVideoFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOVideoDeviceUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] LexmarkUSBMerge.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] mcxalr.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] msdosfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] NovationUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] ntfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] OSvKernDSPLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportPanther.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportSnowLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportTiger.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PPP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] SM56KUSBAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleSM56KUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleSM56KUSBModemFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] smbfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] SMCMotionSensor.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] TASCAMFW1804.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] udf.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] ufs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] webdav_fs.kext is not valid; omitting from mkext.
    25/01/2011 19:31:01 com.apple.kextcache[182] Created mkext archive //System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext.
    25/01/2011 19:31:01 com.apple.kextcache[181] /: no supported helper partitions to update.

  • SCCM Reporting: Software Updates / Apllication the "Installed date" is missing or null in reports

    When the “V_GS_Add_Remove_Programs” or “V_GS_Quick_Fix_Engineering” queried for installed date (the views that contains information  on updates/application
    installed date),  the “installDate0” Column returns “Null” or is
    "blank" on most of the rows.
    The machine in this example is “X”
    2. As you can see from the machines X's add remove Programs installed Date is given clearly.
    Appreciate your help on this as its for an audit report of windows updates and applications installed date, I know that some applications do not populate this value but my argument is if its visible from Programs and Features why isn't the data being collected.
    Best Regards,
    Michael

    Duplicated post.
    http://social.technet.microsoft.com/Forums/en-US/678489ad-3289-4fd6-8e84-bbaf487abacf/sccm-reporting-software-updates-apllication-the-installed-date-is-missing-or-null-in-reports?forum=configmanagergeneral
    http://www.enhansoft.com/

  • Sccm reporting for add/remove programs is not accurate

    Hi freinds
    I have made a custome query to find computers where antivirus is not installed in entire site. It was working fine. But last week I have observed that one windows server 2008 r2 has got symantec enpoint protection installed but sccm report is including
    that server.
    could anyone please share ideas to solve it?
    here is the sccm query:
    select v_r_system.netbios_name0,v_r_system.user_name0,v_GS_OPERATING_SYSTEM.Caption0 AS "Operating System",v_GS_SYSTEM_ENCLOSURE.SerialNumber0 AS "Serial Number" from v_r_system
     join v_GS_OPERATING_SYSTEM on v_GS_OPERATING_SYSTEM.ResourceID = v_r_system.ResourceId
     JOIN v_GS_system on v_GS_system.ResourceID = v_r_system.ResourceId
    JOIN v_GS_system_Enclosure on v_GS_system_Enclosure.ResourceID = v_r_system.ResourceId
    where v_GS_system.Name0 not in
    select distinct v_GS_system.Name0 from  v_GS_system
    LEFT OUTER JOIN v_GS_ADD_REMOVE_PROGRAMS on v_GS_ADD_REMOVE_PROGRAMS.ResourceID = v_r_system.ResourceId
    LEFT OUTER join v_GS_ADD_REMOVE_PROGRAMS_64 on v_GS_ADD_REMOVE_PROGRAMS_64.ResourceID = v_r_system.ResourceId
     where
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec AntiVirus'
    or v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec AntiVirus Client' or 
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Norton Antivirus Client' or
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Norton AntiVirus Corporate Edition'  or
    v_GS_ADD_REMOVE_PROGRAMS.DisplayName0  = 'Symantec Endpoint Protection'  or
    v_GS_ADD_REMOVE_PROGRAMS_64.DisplayName0  = 'Symantec AntiVirus Win64' or v_GS_ADD_REMOVE_PROGRAMS_64.DisplayName0  = 'Symantec Endpoint Protection' or
    v_GS_SYstem.SMSID0 = 'GUID:6578610F-BFD0-4693-98B5-B6FB50129FB5' or
    v_GS_SYstem.SMSID0 = 'GUID:E64FF1A8-EF5B-46DD-8859-02D7A3E8818A' or
    v_GS_SYstem.SMSID0 = 'GUID:52EA60BD-F3DD-4615-9CCD-AFE0B7F28D41' )

    It sounds like you have some 3rd. party Console tools installed (right click tools). Those are using various scripts to connect to the clients and is not really controlled via ConfigMgr.
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • SCCM Reports Issues

    Hi,
    SCCM reports aren't working for some reasons either from web or from console.
    They are taking too long and keeps on the screen where it says "loading" and finally it comes up with below errors. 
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Microsoft.ConfigurationManagement.ManagementProvider.SmsException
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    System.InvalidOperationException
    Client found response content type of '', but expected 'text/xml'.
    The request failed with an empty response.
    Stack Trace:
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport report, Collection`1 navigationParameters, IResultObject resultObject)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    I have tried searching for "Client found response content type of '', but expected 'text/xml'." on web but didn't get anything useful.
    Could you please assist? 

    Hey Peter,
    Actually there were very few who got exactly this error
    Client found response content type of '', but expected 'text/xml'.
    They were facing different errors like 
    Client found response content type of 'text/xml', but expected 'text/xml' + etc..
    Many tried reinstalling the Reporting point role but even that didnt fixed the issue.
    I am just trying to make sure if there are any alternatives to this before i have to reinstall the reporting
    service role (as there are many customized SQL reports we use)
    I believe this is something which happened after upgrading to R2 and affecting some reports and not all.

  • SCCM Report for Applicable and Installed Updates Collection Wise

    Hi All, I was looking for a report on Applicable and Installed Updates Collection Wise and got this below query on the Internet and want to create a SCCM report with this below query. How to make this query working in SCCM report?
    Do I need to add prompts, if yes please guide me on adding prompts.
    SELECT
    DISTINCT
    SYS.Name0
    AS [Server Name], SIS.SMS_Installed_Sites0 AS [Site Code], UCS.Status AS [Patch Status Code],
    CASE WHEN UCS.Status = '2' THEN 'Applicable' WHEN UCS.Status = '3' THEN 'Installed' ELSE '' END AS 'Patch Status', UI.BulletinID AS [Bulletin ID],
    UI
    .ArticleID AS [Article ID], UI.
    Title
    FROM
    v_R_System AS SYS LEFT OUTER
    JOIN
    v_Update_ComplianceStatusAll
    AS UCS ON SYS.ResourceID = UCS.ResourceID INNER
    JOIN
    v_UpdateInfo
    AS UI ON UCS.CI_ID = UI.CI_ID INNER
    JOIN
    v_RA_System_SMSInstalledSites
    AS SIS ON SYS.ResourceID = SIS.
    ResourceID
    WHERE
    (UCS.Status IN ('2', '3')) AND (UI.ArticleID IN ('972270', '974392', '973904', '969947')) AND (SYS.Name0
    IN
    (SELECT DISTINCT v_FullCollectionMembership.
    Name
    FROM v_FullCollectionMembership INNER
    JOIN
    v_R_System
    ON v_R_System.ResourceID = v_FullCollectionMembership.ResourceID AND v_R_System.Active0 = 1 AND
    v_FullCollectionMembership
    .CollectionID IN ('Collection ID'
    ORDER
    BY
    [Patch Status Code]

    Yes it can be done and please run the query which i have shared in the thread
    I again pasted the query for you below..
    SELECT DISTINCT
    SYS.Name0 AS [Server Name], CASE WHEN UCS.Status = '2' THEN 'Applicable' WHEN UCS.Status = '3' THEN 'Installed' ELSE '' END AS 'Patch Status',
    UI.BulletinID AS [Bulletin ID], UI.ArticleID AS [Article ID], UI.Title
    FROM         v_R_System AS SYS LEFT OUTER JOIN
                          v_Update_ComplianceStatusAll
    AS UCS ON SYS.ResourceID = UCS.ResourceID INNER JOIN
                          v_UpdateInfo AS UI ON UCS.CI_ID
    = UI.CI_ID
    WHERE     (UCS.Status IN ('2', '3')) AND (SYS.Name0 IN (SELECT DISTINCT v_FullCollectionMembership.Name
    FROM v_FullCollectionMembership INNER JOIN
         v_R_System ON v_R_System.ResourceID = v_FullCollectionMembership.ResourceID AND v_R_System.Active0 = 1 AND
                                                       v_FullCollectionMembership.CollectionID
    IN ('XXX00000')))
    Kamala kannan.c| Please remember to click “Mark as Answer” or Vote as Helpful if its helpful for you. |Disclaimer: This posting is provided with no warranties and confers no rights

  • Report won't print to the end of width in Oracle E-Business Suite

    Hello all,
    I desperately need help to setup Reports 6i layout. I created a report for a 8.3 x 11.69" and it seems fine when I print directly from Reports Developer but when I register it in Oracle E-Business Suite 11.5.10.2 it won't print to the end of page width. It always cut the print in about 3/4 of page width. I already setup the report as a text and pdf but still no success. Enlarge the width and height of the report won't help either. Anyone can suggest something to help? Thanks.

    Hi Clamarion,
    Login as those users and check the preferences, or you can check the value from the backend (through FND_USER_PREFERENCES table).
    About "Applications Start Page" profile option (Doc ID 729375.1)
    https://forums.oracle.com/thread/940401
    Thanks,
    Hussein

  • Calling report with no parameters from a form should report be a JSP file?

    Hi,
    I'm completely new to the Oracle environment and am having a few beginner problems all I want to find out is how to call a report from a form. I know this question has been asked before but I can't work it out from the answers because people seem to keep talking about rdf files:
    I am trying to call the report with the following code:
    Declare
         report_id REPORT_OBJECT;
         v_rep varchar2(100);
         rep_status varchar2(20);
    Begin
         report_id:= FIND_REPORT_OBJECT('EmployeeRep');
         v_rep := RUN_REPORT_OBJECT(report_id);
    END;
    My report is called 'EmployeeRep' but it saves it as a JSP file and there is no option to save as an rdf as is mentioned in other posts. I can understand the environments confusion because there is no directory information with the find_report_object command. Does the report have to be stored in a certain directory.
    All I have done with the report is created it from the emp table of the sample Scott database. Any help is appreciated and nothing is too obvious as I say I'm completely new to this.
    Thanks
    Dan

    Try to pinpoint what is going wrong:
    1. Run the report stand alone (from Reports Builder). If that doesn't work, then it won't work calling it from Forms either.
    2. Check if anything has run at all, or if there are report error messages with:
    http://localhost:port/reports/rwservlet/showjobs?
    For a standalone Report Server use:
    http://localhost:port/reports/rwservlet/showjobs?server=rep_server_name
    3. If it does work, call it from Forms. Is the report output file created (e.g. in the cache directory if destype=cache)? In your code you have run_report_object, but you won't see any output on your screen. To see the output add web.show_document(...) to your report. There are many examples in this forum if you search for run_report_object.

  • Report missing some data from dataset

    Hi
    I populate my report using a dataset and most of the time the report generation is successful.
    but after a while (3-5 reports) I start getting missing data in the report. Either the png blobs do not get printed or some other string fields. Usually the same strings are missing.
    If I continue generating reports after that I get "report could not be submitted for background processing" error or since I use some fields for formatting I get errors corresponding to those formulas where I try to use the missing fields.
    I have checked the dataset before SetDataSource and it is complete, images and all.
    Is there some way to restart the embedded crystal reports thread/process programmatically from c#? if the problem is because of memory fragmentation, this might solve the problem.
    I use crystal reports basic 2008 for visual studio 2008.
    Kind regards
    //Gunnar

    In a memory intensive environment like this, it is possible that we will run into these issues. The thing is - as I understand these tings, Microsoft does not let a 3rd party just go out and use the dataset. E.g.; the Crystal Reports engine is forced to make a copy of the dataset and use that. So, now you've chewed up more memory again. It would be interesting to do four things;
    1) monitor the memory and see if there is a particular value at which it is more likely to get the issue
    2) take out the report and dataset into another sample app that is not using these x-rays and see if you duplicate the issue there
    3) see if CR 2008 (12.x) handles the memory better. As these versions go, there are always improvements. I am not aware of a particular "thing" done to the report engine or database engine in this respect, but it may be worth trying. An eval of CR 2008 can be downloaded from here:
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    Once you have installed the above, check the version (Help | About). If the version is not 12.3.0.601, download SP 3 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    4) rather than using datasets, would it be possible to write the data into some database temp table and consume the data from there?
    Ludek

  • Print report to client printer from forms

    Hi,
    I need to print a report directly to a client printer.
    There is a utility called ORARRP - Oracle Reports Remote Printing Utility.
    But the document I saw was from Oct 2001 - so is this still the only and best option ?
    I'm using RUN_REPORT_OBJECT in forms to launch the report.
    This works fine when the DESTYPE is FILE and DESNAME = PDF
    The PDF-outputt is then successfully shown with WEB.SHOW_DOCUMENT
    When changing DESTYPE to PRINTER and DESNAME to clients printername then report won't run. "Report filed with error message TERMINATED_WITH_ ERROR".
    Is it possible to print directly to a client printer using RUN_REPORT_OBJECT ?
    (Our client printers are not networkprinters)
    Environment:
    Forms [32 Bit] version 9.0.4.0.19
    Report Builder 9.0.4.0.33
    Reportsserver on linux
    Thanks !
    Sam

    (Our client printers are not networkprinters)This means you cannot print from the server directly on the client printer with destype=printer, since the server cannot see the printer.
    So, a manual print command by the user from the browser or the orarrp utility are your options.

  • HP Officejet Pro 8600 N911g won't print from applications from IMac OS 10.7.5

    Just had a software update today, now it won't print from applications (Excel, Word, etc).  I've done all the troubleshooting in the exact orders and have also shut everything down, reinstalled, turned off router, etc.  Don't know what else to do.  Prints out printer status report, Wireless network test results shows that no problems found, congratulation on the successful setup of your wireless printer.  IP addresses on wireless and printer are similar.  Looked all over forum, but couldn't find a solution.  Printer is not even 2 months old.  Doesn't make sense.  Seemed to stop  printing after we used the scanner, not sure if that is an issue for any reason.  Any help would be appreciated, thanks.

    Just had a software update today, now it won't print from applications (Excel, Word, etc).  I've done all the troubleshooting in the exact orders and have also shut everything down, reinstalled, turned off router, etc.  Don't know what else to do.  Prints out printer status report, Wireless network test results shows that no problems found, congratulation on the successful setup of your wireless printer.  IP addresses on wireless and printer are similar.  Looked all over forum, but couldn't find a solution.  Printer is not even 2 months old.  Doesn't make sense.  Seemed to stop  printing after we used the scanner, not sure if that is an issue for any reason.  Any help would be appreciated, thanks.

  • Read characters from console.

    Hii
    I'm trying for 2 days to read characters from console on the fly, but it didn't work.
    I want to read each char that user press on line and without waiting for the Enter button. It's like an keyboard event but there is no GUI.
    I will appreciate any help.
    Thanks.

    I don't understund what you really want to do.it is possible mesure the time between each char type using the last code :
    char charPressed='\0';
    String line="";
    while(charPressed != '\n')
    try
    // start time
    charPressed =(char) System.in.read();
    line += charPressed;
    // end time
    // want to get out
    if(...) break;
    catch(IOException ioex) {ioex.printStackTrace();}
    Sorry, but your code doesn't measure the time between each char type.
    The function read waits for the "enter" key, and just after pressing enter your code will start to read all the chars you typed before "enter", so it won't do it.
    Read function will not help in this subject.

Maybe you are looking for