Uploadfile

Hello all,
I am using jdeveloper 11.1.2.3.0
I am using a train of 3 steps to add a new row to a table in the database.
In the last step, I have to upload a file and save the path of the uploaded file to the database. I am uploading the file correctly but i want to save it is path to the database.
I got the path but what should I do next ?
I am thinking of dragging the attribute (CVPATH) as an ADF input text to my jspx page and set it is value as the path from my bean.
Is it correct to do that ? any tips ?
Thank s in advance
FARAJ

You can find here technical explanation about uploading files, a very useful Filter and basic use example how to use it: http://balusc.blogspot.com/2007/11/multipartfilter.html

Similar Messages

  • UploadFile Demo error - Urgent

    I tried to run the demo example UploadFile, but it gives me error "FRM-40735 when button pressed, trigger raised unhandled exception ORA-105100". I have set the path and classpath as per the install instructions.
    When I compile the forms and pll(after removing the pll and adding the pll), it compiles properly. But when I press Open Form Builder ->Layout Editor->Program menu->Import Java Classes it gives me error "PDEUI0001".
    The certificate was imported in the client machine.
    I have also tried settting path and class path in FORMS60/server/default.env. I have set the path and classpath similar to the one in the control Panel->System-> Environment. I am attaching the path and classpath in the server for your reference. (
    classpath
    D:\OraHome1\FServer\FORMS60\java;D:\OraHome1\FServer\FORMS60\java\UploadServer.jar;C:\jdk1.3\jre\bin\classic;C:\jdk1.3\jre\lib;D:\OraHome1\orb\classes\yoj.jar;D:\OraHome1\orb\classes\share.zip;D:\OraHome1\FServer\TOOLS\COMMON60\JAVA\IMPORTER.JAR;.
    Path
    D:\OraHome1\orb\bin;D:\OraHome1\FServer\bin;D:\OraHome1\FServer\FORMS60\java;C:\jdk1.3\bin;C:\jdk1.3\jre\bin;C:\jdk1.3\jre\bin\classic%SystemRoot%\system32;%SystemRoot%;C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx\;C:\Program Files\Oracle\JInitiator1.1.8.16\bin;)
    Our Environment is:
    1) Our o/s is windows NT Server Pentium 4.
    2) Oracle 8.1.7
    3) We have FOrms 6i Release 2. Applied patch set 9 on this. Forms Server and Database Server are on different machine.
    4) Jinitiator is 1.1.8.16.
    5) JDK 1.3

    The Path and Classpath are best set in the Default.env
    A good test is to run the Demo Form, but press the Key-Listval key - this will pop up an alert with the current classpath in it - if that key fails as well then it's because Forms cannot find Java at all so it is a problem of not having the Java /bin in the path, or not having the Java Runtime Jar (rt.jar) in the classpath. Looking at your post you appear to be missing that.

  • Xdb_utilities.UploadFiles erroring on 10G NT

    Hi,
    I have a 10G database installed and I am trying to call the xdb_utilities.UploadFiles procedure.
    I have executed the following sql
    create or replace directory WARD as 'D:\temp';
    grant read on directory WARD to public;
    call xdb_utilities.UploadFiles('schemaFileList.xml','WARD','/home/WARD/xsd');
    I am getting the error
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 281
    ORA-06512: at "XDB.XDB_UTILITIES", line 296
    The schemaFileList.xml does exist in the D:\temp directory and this is a single machine install on NT.
    Any pointers appreciated.
    Joel.

    Mark,
    Thanks for the response.
    The schemaFileList.xml resides in d:\temp and looks like
    <upload>
    <directories>
    <directory>/xsd</directory>
    </directories>
    <files>
    <file>ward.xsd</file>
    </files>
    </upload>
    and d:\temp\xsd does exist on my machine with a ward.xsd in the folder.
    It still seems to fail with "The system cannot find the path specified"
    Should the directory path be /xsd or \xsd for a windows machine?
    Thanks agin
    Joel.

  • Powershell $webclient.UploadFile

    Hello Community!
    I am new to powershell and i have been playing around with getting files to upload using FTP.
    I have got it working and i am happy with the results but i would like to get the script to exit if the upload fails and to only move the file if its successful. 
    #Files to Send
    $Dir="C:\test\Output"
    #ftp server
    $ftp = "ftp://xxx.xxx.xxx.xxx/"
    $user = "User"
    $pass = "Password"
    $webclient = New-Object System.Net.WebClient
    $webclient.Credentials = New-Object System.Net.NetworkCredential($user,$pass)
    foreach($item in (dir $Dir "*.csv")){
    "Uploading $item..."
    $uri = New-Object System.Uri($ftp+$item.Name)
    $webclient.UploadFile($uri, $item.FullName)
    Move-Item c:\test\Output\*.csv c:\test\Output\copied
    can anyone assist please?
    Many Thanks in advance :-)
    Kallum

    Hi Kallum,
    To use try and catch in script, please refer to the script below, please note I haven't tested this script, which can only move files if the .csv has been uploaded via FTP successfully.
    In addition, in case of deleting the files by mistake, I have added the "-whatif" to display the files name without deleting the file:
    #Files to Send
    $Dir="C:\test\Output"
    #ftp server
    $ftp = "ftp://xxx.xxx.xxx.xxx/"
    $user = "User"
    $pass = "Password"
    $webclient = New-Object System.Net.WebClient
    $webclient.Credentials = New-Object System.Net.NetworkCredential($user,$pass)
    foreach($item in (dir $Dir"*.csv")){
    "Uploading $item..."
    try{
    $uri = New-Object System.Uri($ftp+$item.Name)
    $webclient.UploadFile($uri, $item.FullName)}#end try
    catch{
    $err=$_
    Write-Host $error.exception.message
    continue} # using the "continue" to turn to the next loop and ignore the move-item cmdlet
    Move-Item $item.fullname c:\test\Output\copied -whatif}
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Safari 8.0.2 shutdown when browsing for uploadfile

    Since latest update of safari to version 8.0.2 I can not browse for files to upload anymore. System is a MacBook Air running on OS X 10.10.1
    For example trying to add a picture to my profile in this community will go as far as opening the select file dialog an then do an unexpected shutdown of safari.
    Unfortunately this is an absolute show stopper when it comes to order prints (like business-cards) online, want to update your homepage with a web tool, or simply submit any kind of picture to social media.
    Allowed the system to send multiple software shutdown reports to apple but feel like I can not wait for the next safari update to rectify this.
    Are others facing the same trouble? Can anyone help on how to convert back to an older safari version or recommend a working web-browser?
    THX

    User Diagnostic Report:
    Process:               Safari [12707]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [12707]
    User ID:               501
    Date/Time:             2014-12-24 16:20:36.632 +0100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        this info was manually deleted
    Sleep/Wake UUID:       5B33E37C-86BB-4C0F-987C-63A46918B7B1
    Time Awake Since Boot: 320000 seconds
    Time Since Wake:       6300 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000bbadbeef
    VM Regions Near 0xbbadbeef:
    -->
        __TEXT                 000000010862c000-000000010862d000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Invalid WebProcess IPC Message:
    Message "WebPageProxy.DecidePolicyForNavigationAction"
    Application Specific Signatures:
    Invalid Web Process IPC Message ID "WebPageProxy.DecidePolicyForNavigationAction"
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore       0x000000010961cf6e WTFCrash + 62
    1   com.apple.Safari.framework     0x00000001086540a4 Safari::invalidMessageFunction(OpaqueWKString const*) + 293
    2   com.apple.WebKit               0x0000000109bfbe54 WebKit::WebContext::didReceiveInvalidMessage(IPC::StringReference const&, IPC::StringReference const&) + 176
    3   com.apple.WebKit               0x0000000109c873cf WebKit::WebProcessProxy::didReceiveInvalidMessage(IPC::Connection*, IPC::StringReference, IPC::StringReference) + 175
    4   com.apple.WebKit               0x0000000109b3c175 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 169
    5   com.apple.WebKit               0x0000000109b3e2a2 IPC::Connection::dispatchOneMessage() + 114
    6   com.apple.JavaScriptCore       0x00000001098d2357 ***::RunLoop::performWork() + 423
    7   com.apple.JavaScriptCore       0x00000001098d2a22 ***::RunLoop::performWork(void*) + 34
    8   com.apple.CoreFoundation       0x00007fff8fe11661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    9   com.apple.CoreFoundation       0x00007fff8fe037ed __CFRunLoopDoSources0 + 269
    10  com.apple.CoreFoundation       0x00007fff8fe02e1f __CFRunLoopRun + 927
    11  com.apple.CoreFoundation       0x00007fff8fe02838 CFRunLoopRunSpecific + 296
    12  com.apple.HIToolbox           0x00007fff964ab43f RunCurrentEventLoopInMode + 235
    13  com.apple.HIToolbox           0x00007fff964ab1ba ReceiveNextEventCommon + 431
    14  com.apple.HIToolbox           0x00007fff964aaffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    15  com.apple.AppKit               0x00007fff8e29f6d1 _DPSNextEvent + 964
    16  com.apple.AppKit               0x00007fff8e29ee80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    17  com.apple.Safari.framework     0x00000001086aead0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    18  com.apple.AppKit               0x00007fff8e292e23 -[NSApplication run] + 594
    19  com.apple.AppKit               0x00007fff8e27e2d4 NSApplicationMain + 1832
    20  libdyld.dylib                 0x00007fff905435c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9a23622e kevent64 + 10
    1   libdispatch.dylib             0x00007fff94f51a6a _dispatch_mgr_thread + 52
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib         0x00007fff9a235132 __psynch_cvwait + 10
    1   com.apple.WebCore             0x000000010a26388b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore             0x000000010a2609d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore       0x000000010941da9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   com.apple.QuartzCore           0x00007fff93d37d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore           0x00007fff93d37c96 thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fe03b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fe02fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fe02838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff9a7b1d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff97d23b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff9a2353f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fe03b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fe02fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fe02838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8e4027a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 7:: Safari: WBSParsecSearchClient location
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fe03b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fe02fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fe02838 CFRunLoopRunSpecific + 296
    5   com.apple.Safari.framework     0x0000000108c2705e -[WBSParsecSearchClient _locationThread] + 43
    6   com.apple.Foundation           0x00007fff97d23b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 8:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fe03b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fe02fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fe02838 CFRunLoopRunSpecific + 296
    5   com.apple.Safari.framework     0x00000001088addc7 Safari::MessageRunLoop::threadBody() + 147
    6   com.apple.Safari.framework     0x00000001088adf65 void* std::__1::__thread_proxy<std::__1::tuple<Safari::MessageRunLoop::createThreadIf Needed()::$_0> >(void*) + 90
    7   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff9a235946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9589c4a1 start_wqthread + 13
    Thread 17:
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff9a23052e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9a22f69f mach_msg + 55
    2   libsystem_kernel.dylib         0x00007fff9a22fc68 mach_msg_server_once + 324
    3   com.apple.QuickLookFramework   0x00007fff963e5644 _QLThumbnailWaitForCompletion + 79
    4   com.apple.QuickLookFramework   0x00007fff963e2c6b QLThumbnailCopyImage + 59
    5   com.apple.imageKit             0x00007fff938bff57 IKQuickLookImageWithPath + 274
    6   com.apple.imageKit             0x00007fff939b5cbe +[IKDatasourceProxy _thumbnailWithRepresentation:type:uti:quickLookOptions:proxySource:size:antiali ased:quality:] + 161
    7   com.apple.imageKit             0x00007fff939b669b -[IKDatasourceProxy thumbnailWithSize:antialiased:quality:] + 104
    8   com.apple.imageKit             0x00007fff938b934d -[IKImageWrapper _thumbnailWithSize:antialiased:quality:] + 521
    9   com.apple.imageKit             0x00007fff938b9913 -[IKImageWrapper thumbnailWithSize:antialiased:quality:] + 105
    10  com.apple.imageKit             0x00007fff939afe03 -[IKThumbnailBuilder computeThumbnail] + 220
    11  com.apple.imageKit             0x00007fff939bb2b4 -[IKImageFlowView(tasks) startPrefetchThumbnails] + 464
    12  com.apple.imageKit             0x00007fff93982ca4 -[IKTaskManager taskLoop] + 2552
    13  com.apple.Foundation           0x00007fff97d23b7a __NSThread__main__ + 1345
    14  libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    15  libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    16  libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff9a235132 __psynch_cvwait + 10
    1   com.apple.FinderKit           0x00007fff9365e60f TConditionVariable::WaitWithTimeout(TMutex&, unsigned long long, bool&) + 69
    2   com.apple.FinderKit           0x00007fff93688fc4 TThumbnailExtractorThread::Main() + 462
    3   com.apple.FinderKit           0x00007fff9365ea2e TThread::GlueImpl(TThread*, std::__1::function<void ()> const&) + 20
    4   com.apple.FinderKit           0x00007fff9365e866 TThread::MainGlue(void*) + 58
    5   libsystem_pthread.dylib       0x00007fff9589e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff9589e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff9589c4b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000bbadbeef  rbx: 0x0000608000e24ca0  rcx: 0x0000000000000000  rdx: 0x00007fff7de371f8
      rdi: 0x0000000000000000  rsi: 0x0000160000001600  rbp: 0x00007fff575d21a0  rsp: 0x00007fff575d2090
       r8: 0x00007fff575d1e80   r9: 0x00007fff7e139300  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x0000000108653f7f  r13: 0x00007fff575d2340  r14: 0x000060800166d500  r15: 0x00006080006d4cf0
      rip: 0x000000010961cf6e  rfl: 0x0000000000010202  cr2: 0x00000000bbadbeef
    Logical CPU:     2
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
           0x10862c000 -        0x10862cfff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
           0x108638000 -        0x108f71ff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x109413000 -        0x109926ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x109a8e000 -        0x109d42fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x10a01d000 -        0x10a01dfff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x10a028000 -        0x10a164ffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x10a25c000 -        0x10b201ff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x10bca6000 -        0x10bca6ffe +cl_kernels (???) <442334E4-ACC0-494F-AEEF-CFA2565D9508> cl_kernels
           0x10bcaa000 -        0x10bcaafef +cl_kernels (???) <6EFF3658-CA9C-4854-B641-8C355E0A930A> cl_kernels
           0x10bda8000 -        0x10bda9fff  com.apple.AddressBook.LocalSourceBundle (9.0 - 1499) <36F3EC7D-1569-36D7-8A7D-33656C5BFD02> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10f272000 -        0x10f277ff7  libgermantok.dylib (17) <47EF3D93-B111-3218-AF60-E33F506D57E8> /usr/lib/libgermantok.dylib
           0x10f2ab000 -        0x10f2adfff  com.apple.addressbook.POIPlugin (9.0 - 1499) <30012F8D-659F-382E-8BF3-CA57CF73A272> /System/Library/Address Book Plug-Ins/POIPlugin.sourcebundle/Contents/MacOS/POIPlugin
           0x10f366000 -        0x10f36cfff  com.apple.CacheDelete (1.0 - 1) <3F50437C-8B4F-3407-91FA-C0DF1131CD7B> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
           0x10f5a0000 -        0x10f5a0ff5 +cl_kernels (???) <EBD8C2EA-8F05-418B-B6E7-6BDD9BAB82F0> cl_kernels
           0x1107ca000 -        0x110a72ff7  com.apple.RawCamera.bundle (6.02 - 768) <3156D0F8-335C-3380-A849-D47ED4163D3A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x110ad2000 -        0x110afaffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x111583000 -        0x111669fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1116bb000 -        0x1116bbfef +cl_kernels (???) <6EFF3658-CA9C-4854-B641-8C355E0A930A> cl_kernels
           0x11183b000 -        0x11183fff7  com.apple.DirectoryServicesSource (9.0 - 1499) <C37D57B0-7769-39A2-B511-94F17143D3A7> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x11188a000 -        0x11188dfff  com.apple.FileProvider (1.0 - 1) <E5C8FF01-5BC4-3986-86F9-892FB81EF078> /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
           0x11197e000 -        0x11197fff3  com.apple.SafariServices.framework (10600 - 10600.2.5) <89DE6381-DA12-39B3-96BE-6DDF5F7D3E78> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x111985000 -        0x11198dfff  com.apple.SyncedDefaults (2.0 - 212) <F74E6622-CD11-3714-848A-47A12A002930> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x111dd2000 -        0x111dd2ffe +cl_kernels (???) <442334E4-ACC0-494F-AEEF-CFA2565D9508> cl_kernels
           0x113f8b000 -        0x113fd8ff3  com.apple.AddressBook.CardDAVPlugin (10.9 - 434) <6D55FFA7-05B4-34CE-ACB9-85109CC2E94F> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x115ac6000 -        0x115ae1ff3  com.apple.security.csparser (3.0 - 57031.1.35) <DECC32B7-4150-34CF-9D94-98A791B83CAC> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
           0x11d6d4000 -        0x11d6dffff  com.apple.qldisplay.Web2 (5.0 - 675) <01DA614E-6EEE-3F99-BFBB-EA50FCB7E553> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/PlugIns/Web2.qldisplay/Contents/MacOS/Web2
           0x11d745000 -        0x11d825ff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
        0x123400000000 -     0x1234004f7ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.0.86 - 10.0.0) <03454F0A-EEE2-3B25-8DB2-A32FA24CE699> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff5fda1000 -     0x7fff5fdd7837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff8cd06000 -     0x7fff8cd6bfff  com.apple.framework.internetaccounts (2.1 - 210) <DC8D9230-B7C8-3100-8B2F-399B51A4483A> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8cd6c000 -     0x7fff8cd97ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff8cd98000 -     0x7fff8cd9dfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8cd9e000 -     0x7fff8cdeafff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8cdeb000 -     0x7fff8cdf4ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8ce97000 -     0x7fff8ce98fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8cf17000 -     0x7fff8cf3ffff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8cf40000 -     0x7fff8cf45ff7  com.apple.ServerInformation (2.0 - 1) <020F4A0E-F1A2-38AE-8F2B-22200CF1FC82> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8cf88000 -     0x7fff8d019ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff8d01a000 -     0x7fff8d08efff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d130000 -     0x7fff8d141ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8d167000 -     0x7fff8d192fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8d19c000 -     0x7fff8d1efffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8d1f0000 -     0x7fff8d5c7fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8d5c8000 -     0x7fff8d5ecff7  com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8d5ed000 -     0x7fff8d657ff7  com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8d6ab000 -     0x7fff8d83afff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8d83b000 -     0x7fff8db6eff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8db6f000 -     0x7fff8db80ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff8ddec000 -     0x7fff8ddecfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8dded000 -     0x7fff8de7efff  com.apple.SoftwareUpdate.framework (6 - 744) <4EBCE244-C676-3228-BF4B-645B143C1B97> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
        0x7fff8df80000 -     0x7fff8df8cfff  com.apple.CloudPhotoServicesConfiguration (0.9 - 201.48.0) <4EB3363D-D216-3630-AAFC-8E3136AA3734> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration
        0x7fff8df8d000 -     0x7fff8dfcdff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8dfce000 -     0x7fff8e27afff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8e27b000 -     0x7fff8edbcfff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8f06a000 -     0x7fff8f080ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8f097000 -     0x7fff8f0f3fff  com.apple.coredav (1.0.1 - 261) <6FDDD736-DF1C-3D2B-82D7-D6D15C67F269> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8f0f4000 -     0x7fff8f109fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff8f10a000 -     0x7fff8f13bfff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8f146000 -     0x7fff8f14effb  com.apple.CloudServices (1.0 - 1) <D278BECB-AEC3-3D32-BEC8-E949EB89D66B> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
        0x7fff8f14f000 -     0x7fff8f15dff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8f15e000 -     0x7fff8f168fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8f197000 -     0x7fff8f1adff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff8f1ae000 -     0x7fff8f1e9fff  com.apple.AOSAccounts (1.3.1 - 1.8.19) <1EF4B780-3474-331E-9104-6CE796D8C930> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff8f327000 -     0x7fff8f335ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff8fc0f000 -     0x7fff8fc18ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8fc19000 -     0x7fff8fd09fef  libJP2.dylib (1231) <FEAF6F38-736E-35A8-A983-F4531C8A821C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8fd89000 -     0x7fff8fd90fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff8fd91000 -     0x7fff90127fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90128000 -     0x7fff9012cff7  libGIF.dylib (1231) <B3D2DF96-A67D-31EA-9A1B-E870B54855EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff9012f000 -     0x7fff9053cff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9053d000 -     0x7fff9053ffff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff90540000 -     0x7fff90543ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff90544000 -     0x7fff9054fff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff90550000 -     0x7fff9055efff  libIASAuthReboot.dylib (920) <B165E345-197F-3DC7-A52B-64C34FD95D0A> /usr/lib/libIASAuthReboot.dylib
        0x7fff9055f000 -     0x7fff905d0ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff905d1000 -     0x7fff90617ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff90618000 -     0x7fff90640fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff90641000 -     0x7fff90668fff  com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff90669000 -     0x7fff9075dff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9075e000 -     0x7fff907bcfff  com.apple.StoreFoundation (1.0 - 1) <50F9E283-FCE4-306C-AF5D-D0AEA434C04E> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou ndation
        0x7fff907bd000 -     0x7fff907c0ff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff907c1000 -     0x7fff907c3fff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff907c4000 -     0x7fff907d3fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff907d4000 -     0x7fff9083bff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff9083c000 -     0x7fff9086cfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff9086d000 -     0x7fff90a52ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff90aae000 -     0x7fff90afbfff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff90afc000 -     0x7fff90e17fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff90e18000 -     0x7fff90e20fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff90e46000 -     0x7fff90e64ff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff90e65000 -     0x7fff914ccfff  com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff914cd000 -     0x7fff91638ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff91639000 -     0x7fff916d7fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916d8000 -     0x7fff916feff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff916ff000 -     0x7fff91737ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff91738000 -     0x7fff91740ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff91741000 -     0x7fff91743fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91744000 -     0x7fff91750ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff91751000 -     0x7fff91756ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff91757000 -     0x7fff9175ffff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff91760000 -     0x7fff9176dfff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff9176e000 -     0x7fff9176fff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff91770000 -     0x7fff9178cfff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9178d000 -     0x7fff91794fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff91795000 -     0x7fff919fdffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff919fe000 -     0x7fff919fefff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff919ff000 -     0x7fff91a6efff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff91ae8000 -     0x7fff91b42ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff91b43000 -     0x7fff91c5bffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff91c5c000 -     0x7fff91c81fff  libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91c8d000 -     0x7fff91d80ff7  com.apple.MapKit (1.0 - 1464.4.13) <C63F5437-0706-37F4-8FD5-384CE592808F> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff91d81000 -     0x7fff91d9aff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff91d9b000 -     0x7fff91ee1fef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
        0x7fff91f9b000 -     0x7fff92282ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff92283000 -     0x7fff92abcff3  com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92abd000 -     0x7fff92d8cff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff92d8d000 -     0x7fff92dadfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff92dae000 -     0x7fff92ddcfff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff92dec000 -     0x7fff92edeff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff92f07000 -     0x7fff92f22ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff92f81000 -     0x7fff92f8dff7  libGPUSupportMercury.dylib (11.0.7) <C04F6E18-3043-3096-A6E6-F6431ADC41D3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff92f8e000 -     0x7fff92fa2ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff92fa3000 -     0x7fff92fa4fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff934b9000 -     0x7fff934bafff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
        0x7fff934d4000 -     0x7fff934dfff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff934e0000 -     0x7fff934f2ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff934f3000 -     0x7fff93589ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff9358a000 -     0x7fff938b1ff7  com.apple.FinderKit (1.3.1 - 1.3.1) <A5625503-616F-3382-8F27-D963113098B5> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
        0x7fff938b2000 -     0x7fff93b1cff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff93b1d000 -     0x7fff93b2efff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff93b42000 -     0x7fff93b4aff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff93b4b000 -     0x7fff93bf3ff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff93bf4000 -     0x7fff93c0ffff  com.apple.PackageKit.PackageUIKit (3.0 - 434) <BE4B6C6F-4A32-3DB1-B81B-EF9ADD70E6EA> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit
        0x7fff93c17000 -     0x7fff93c36fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff93c3a000 -     0x7fff93caefff  com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff93caf000 -     0x7fff93caffff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff93cb0000 -     0x7fff93d0fff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff93d10000 -     0x7fff93ec0ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff93ee9000 -     0x7fff93f0cff7  com.apple.idsfoundation (10.0 - 1000) <D0C0714F-B1B0-3D86-BAA8-DACC76121118> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff93f0e000 -     0x7fff93faddf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff93fae000 -     0x7fff93fb1ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff940d2000 -     0x7fff940edff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff940f2000 -     0x7fff942a1fff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff942a2000 -     0x7fff942a3fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff942a4000 -     0x7fff9460ffff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff94610000 -     0x7fff948a6ff7  com.apple.AOSKit (1.06 - 215) <432B31DE-50F3-3258-A462-A777C3B8184A> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff948a7000 -     0x7fff948e7fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff94a01000 -     0x7fff94a2efff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff94a2f000 -     0x7fff94abbfff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff94abc000 -     0x7fff94ac8ff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities
        0x7fff94ac9000 -     0x7fff94ad4ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff94b04000 -     0x7fff94b06fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff94b07000 -     0x7fff94b20fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff94b21000 -     0x7fff94b35feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff94b36000 -     0x7fff94b87ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff94b88000 -     0x7fff94bb1ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff94bb2000 -     0x7fff94cd4ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff94cd5000 -     0x7fff94ce2ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff94d0f000 -     0x7fff94e01fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff94e5a000 -     0x7fff94e65fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff94e66000 -     0x7fff94ea1fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff94ee3000 -     0x7fff94f0efff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff94f0f000 -     0x7fff94f3dff7  com.apple.CommerceKit (1.2.0 - 376.0.5) <651BD237-2055-3D9D-8B12-8A4474D26AC1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff94f3e000 -     0x7fff94f42fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff94f43000 -     0x7fff94f4bff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff94f4c000 -     0x7fff94f4cff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff94f4d000 -     0x7fff94f77ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff94f78000 -     0x7fff94f83fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff94f84000 -     0x7fff950b4fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff9512e000 -     0x7fff951bcff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff951bd000 -     0x7fff9520cff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff9520d000 -     0x7fff95211fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff95212000 -     0x7fff952a6fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff952a7000 -     0x7fff952d7ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff952d8000 -     0x7fff952f5ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff952f6000 -     0x7fff95351fef  libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff95352000 -     0x7fff9535dfff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff9535e000 -     0x7fff953abff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff953ac000 -     0x7fff955ecff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff955ed000 -     0x7fff95623ffb  com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff95624000 -     0x7fff9565ffff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9568f000 -     0x7fff95692fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff95693000 -     0x7fff956dfff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff956e0000 -     0x7fff956f5ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff956f6000 -     0x7fff956f6fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff956f7000 -     0x7fff9574bfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff9574c000 -     0x7fff9574cfff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff95828000 -     0x7fff9582aff7  com.apple.diagnosticlogcollection (10.0 - 1000) <D7516965-DB40-3235-9D00-C724F7D2BC02> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff95835000 -     0x7fff9589aff7  com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff9589b000 -     0x7fff958a4fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff958a5000 -     0x7fff958bfff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff958c0000 -     0x7fff95de9ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff95dfe000 -     0x7fff95e58fff  com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff95e59000 -     0x7fff95e85fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff95e86000 -     0x7fff95f08fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff95f09000 -     0x7fff95f0eff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff95f0f000 -     0x7fff95f22ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff95f23000 -     0x7fff95f5affb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff95f5b000 -     0x7fff95f69fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff95fb9000 -     0x7fff95fe8fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff95fe9000 -     0x7fff9605dff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff9605e000 -     0x7fff960acfff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff9616a000 -     0x7fff9620bff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff9620c000 -     0x7fff96223fff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff96224000 -     0x7fff96226ffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff96227000 -     0x7fff96304ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff96335000 -     0x7fff9636efff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff9636f000 -     0x7fff96379ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff963a8000 -     0x7fff963e0fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff963e1000 -     0x7fff9643cfff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9643d000 -     0x7fff96445ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff96446000 -     0x7fff96446fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <21D4673A-52C7-391D-AF7C-F77D368D34AE> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff9647d000 -     0x7fff9677ffff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff96780000 -     0x7fff96792ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff967c6000 -     0x7fff967d3fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff967d4000 -     0x7fff967dbff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff967dc000 -     0x7fff967dcfff  com.apple.AOSMigrate (1.0 - 1) <6893B495-188D-3F88-81E7-8FAFDD53323D> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff967dd000 -     0x7fff967e3fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff967e4000 -     0x7fff96865ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff96866000 -     0x7fff96883fff  com.apple.DistributionKit (700 - 920) <079B0A4A-97CD-34D6-B50D-AB5D656B2A38&gt

  • Error while installing J2EE Add- In to the ABAP system

    Error while installing J2EE Add-In to the ABAP system 
    We are installing J2EE Add-In to the ECC5 System in the new hardware.
    When are getting Error while installing J2EE Add-In to the ABAP system.
    Transaction Begin*****************************
    ERROR 2005-08-10 14:58:28
    CJSlibModule::writeLogEntry()
    CJS-20011 J2EE engine configuration error. DIAGNOSIS: Error when
    configuring J2EE Engine. See output of
    logfile /usr/sap/QSS/install/batchconfig.log: 'My Library Path
    is: /usr/j2se/jre/lib/sparcv9/server:/usr/j2se/jre/lib/sparcv9:/usr/j2se/jre/../lib/sparcv9:/tmp/sapinst_exe.13084.1123702275:/usr/lib::/usr/openwin/lib:/usr/sap/QSS/SYS/exe/run:/oracle/QSS/920_64/lib:/oracle/QSS/920_64/lib32:/usr/lib
    ElementInfoTask has finished successfully on dispatcher
    ConsoleLogsTask has finished successfully on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on dispatcher
    ElementInfoTask has finished successfully on server
    ConsoleLogsTask has finished successfully on server
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on server
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on server
    ChangeServicePropsTask has finished successfully. Service: dbpool on
    server
    ChangePasswordsTask finished successfully.
    Error occured while connecting to database (UploadFile). Msg: No such
    algorithm: DESede
    Transaction end***********************************
    We tried twice clean installation, after removing j2ee dir, SCS and
    resp profiles and droping PSAPQSSDB tablespace and SAPQSSDB user.
    I have also confirmed the passwords in ABAP system/000 for SAPJSF, DDIC, J2EE_ADMIN, J2EE_GUEST.
    We are getting the same error in both tries.
    Kindly advice us to resolve the problem.
    Thanks and Regards,
    Srinivas

    Ananda,
    you saved my day!  I've been banging my head against the wall with this same problem during a J2EE add-in installation for SRM 4.0 on Windows, in preparation of an LAC 2.0 installation.  I had tried deleting the schema first, but that didn't work.  After I removed the sys\global\security folder as well, it worked perfectly.
    Thank you.

  • Error on publishing workflow from sharepoint designer

    when I try to publish my workflow created with Workflow Designer I get this error message
    System.ServiceModel.ServerTooBusyException: The HTTP service located at http://serversp:32843/a5bd4fa831174777a536161331fdf118/AppMng.svc is
    unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.
    ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse()
    workflow 2013 is already connected to sharepoint server i get this error on the final step of publishing a workflow

    Hi,
    As I understand, when you published the workflow in SharePoint Designer you encountered the error.
    I suggest you follow the steps below to troubleshoot this issue:
    1. You could check if the App Management Service is started.  (Go to CA -> System Settings -> Services on server -> check if the App Management Service is started.) If not, start the App Management Service, then perform iisreset.
    2. If the issue still exists, you could click start->click “run”->type in “services.msc” ->restart "SharePoint Search Host Service". This is because there is not enough space to start the service. Note that the "SharePoint Search
    Host Service" consumes a lot of memory.
    The article below is about Error: The Requested Service, AppMng.svc Could Not be Activated.
    http://www.c-sharpcorner.com/UploadFile/anavijai/error-the-requested-service-appmng-svc-could-not-be-activa/
    There is a similar case:
    https://social.msdn.microsoft.com/Forums/en-US/b07e842e-71b8-4e66-a5d3-208a8ba28523/error-occurred-in-deployment-step-install-app-for-sharepoint?forum=appsforsharepoint
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Upload multiple files WITH correct pairs of form fields into Database

    In my form page, I would like to allow 3 files upload and 3 corresponding text fields, so that the filename and text description can be saved in database table in correct pair. Like this:
    INSERT INTO table1 (filename,desc) VALUES('photo1.jpg','happy day');
    INSERT INTO table1 (filename,desc) VALUES('photo2.jpg','fire camp');
    INSERT INTO table1 (filename,desc) VALUES('photo3.jpg','christmas night');
    However, using the commons fileupload, http://commons.apache.org/fileupload/, I don't know how to reconstruct my codes so that I can acheieve this result.
    if(item.isFormField()){
    }else{
    }I seems to be restricted from this structure.
    The jsp form page
    <input type="text" name="description1" value="" />
    <input type="file" name="sourcefile" value="" />
    <input type="text" name="description2" value="" />
    <input type="file" name="sourcefile" value="" />The Servlet file
    package Upload;
    import sql.*;
    import user.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Date;
    import java.util.List;
    import java.util.Iterator;
    import java.io.File;
    import java.io.PrintWriter;
    import java.io.IOException;
    import java.text.SimpleDateFormat;
    import org.apache.commons.fileupload.servlet.ServletFileUpload;
    import org.apache.commons.fileupload.disk.DiskFileItemFactory;
    import org.apache.commons.fileupload.*;
    public class UploadFile extends HttpServlet {
    private String fs;
    private String category = null;
    private String realpath = null;
    public String imagepath = null;
    public PrintWriter out;
    private Map<String, String> formfield = new HashMap<String, String>();
      //Initialize global variables
      public void init(ServletConfig config, ServletContext context) throws ServletException {
        super.init(config);
      //Process the HTTP Post request
      public void doPost(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException {
        request.setCharacterEncoding("utf-8");
        response.setCharacterEncoding("utf-8");
        response.setContentType("text/html");
        PrintWriter out = response.getWriter();
        Thumbnail thumb = new Thumbnail();
        fs = System.getProperty("file.separator");
        this.SetImagePath();
         boolean isMultipart = ServletFileUpload.isMultipartContent(request);
         if(!isMultipart){
          out.print("not multiple part.");
         }else{
             FileItemFactory factory = new DiskFileItemFactory();
             ServletFileUpload upload = new ServletFileUpload(factory);
             List items = null;
             try{
                items = upload.parseRequest(request);
             } catch (FileUploadException e) {
                e.printStackTrace();
             Iterator itr = items.iterator();
             while (itr.hasNext()) {
               FileItem item = (FileItem) itr.next();
               if(item.isFormField()){
                  String formvalue = new String(item.getString().getBytes("ISO-8859-1"), "utf-8");
                  formfield.put(item.getFieldName(),formvalue);
                  out.println("Normal Form Field, ParaName:" + item.getFieldName() + ", ParaValue: " + formvalue + "<br/>");
               }else{
                 String itemName = item.getName();
                 String filename = GetTodayDate() + "-" + itemName;
                 try{
                   new File(this.imagepath + formfield.get("category")).mkdirs();
                   new File(this.imagepath + formfield.get("category")+fs+"thumbnails").mkdirs();
                   //Save the file to the destination path
                   File savedFile = new File(this.imagepath + formfield.get("category") + fs + filename);
                   item.write(savedFile);
                   thumb.Process(this.imagepath + formfield.get("category") +fs+ filename,this.imagepath + formfield.get("category") +fs+ "thumbnails" +fs+ filename, 25, 100);
                   DBConnection db = new DBConnection();
                   String sql = "SELECT id from category where name = '"+formfield.get("category")+"'";
                   db.SelectQuery(sql);
                    while(db.rs.next()){
                      int cat_id = db.rs.getInt("id");
                      sql = "INSERT INTO file (cat_id,filename,description) VALUES ("+cat_id+",'"+filename+"','"+formfield.get("description")+"')";
                      out.println(sql);
                      db.RunQuery(sql);
                 } catch (Exception e){
                    e.printStackTrace();
            HttpSession session = request.getSession();
            UserData k = (UserData)session.getAttribute("userdata");
            k.setMessage("File Upload successfully");
            response.sendRedirect("./Upload.jsp");
      //Get today date, it is a test, actually the current date can be retrieved from SQL
      public String GetTodayDate(){
        SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd");
        String today = format.format(new Date());
        return today;
      //Set the current RealPath which the file calls for this file
      public void SetRealPath(){
        this.realpath = getServletConfig().getServletContext().getRealPath("/");
      public void SetImagePath(){
        this.SetRealPath();
        this.imagepath = this.realpath + "images" +fs;
    }Can anyone give me some code suggestion? Thx.

    When one hits the submit button - I then get a 404 page error.What is the apaches(?) error log saying? Mostly you get very useful information when looking into the error log!
    In any case you may look at how you are Uploading Multiple Files with mod_plsql.

  • Trying to get lighttpd to upload a file through perl cgi

    Hi, I'm quite new in these things, so I might be doing something obvious wrong, but I'd like some help on this.
    I'm trying to make a webpage where people can upload files, this is the html page (located at /srv/html/index.html):
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>lighttpd Test Page</title>
    </head>
    <body>
    <div style="text-align:center; font: 12px sans-serif;">
    <span style="font-weight: bold; font-size: 20px;">
    Arch Linux
    </span>
    <br><br>
    This is a test page for the lighttpd Web Server.<br>
    <form action="/cgi-bin/upload.pl" method="post" enctype="multipart/form-data">
    <input type="file" name="fileName" size="40">
    <input type="submit" value="Send">
    <input type="reset">
    </form>
    </div>
    </body>
    </html>
    And the backend (in /srv/html/cgi-bin/upload.pl):
    #!/usr/bin/perl -wT
    use strict;
    use CGI;
    use CGI::Carp qw ( fatalsToBrowser );
    use File::Basename;
    $CGI::POST_MAX = 1024 * 1024 * 5000; # 5GB filesize limit
    my $safe_filename_characters = "a-zA-Z0-9_.-";
    my $upload_dir = "/srv/jail/";
    my $query = new CGI;
    my $filename = $query->param("fileName");
    if ( !$filename )
    print $query->header ( );
    print "There was a problem uploading your file (filesize limit may be exceeded).";
    exit;
    my ( $name, $path, $extension ) = fileparse ( $filename, '\..*' );
    $filename = $name . $extension;
    $filename =~ tr/ /_/;
    $filename =~ s/[^$safe_filename_characters]//g;
    if ( $filename =~ /^([$safe_filename_characters]+)$/ )
    $filename = $1;
    else
    die "Filename contains invalid characters";
    my $upload_filehandle = $query->upload("fileName");
    open ( UPLOADFILE, ">$upload_dir/$filename" ) or die "$!";
    binmode UPLOADFILE;
    while ( <$upload_filehandle> )
    print UPLOADFILE;
    close UPLOADFILE;
    print $query->header ( );
    print <<END_HTML;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Done!</title>
    </head>
    <body>
    <p>Uploading done!</p>
    </body>
    </html>
    END_HTML
    My server config:
    # lighttpd configuration file
    # use it as a base for lighttpd 1.0.0 and above
    # $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
    ############ Options you really have to take care of ####################
    ## modules to load
    # at least mod_access and mod_accesslog should be loaded
    # all other module should only be loaded if really neccesary
    # - saves some time
    # - saves memory
    server.modules = (
    # "mod_rewrite",
    # "mod_redirect",
    # "mod_alias",
    "mod_access",
    # "mod_cml",
    # "mod_trigger_b4_dl",
    # "mod_auth",
    # "mod_status",
    # "mod_setenv",
    # "mod_fastcgi",
    # "mod_proxy",
    # "mod_simple_vhost",
    # "mod_evhost",
    # "mod_userdir",
    "mod_cgi",
    # "mod_compress",
    # "mod_ssi",
    # "mod_usertrack",
    # "mod_expire",
    # "mod_secdownload",
    # "mod_rrdtool",
    "mod_accesslog" )
    ## a static document-root, for virtual-hosting take look at the
    ## server.virtual-* options
    server.document-root = "/srv/http/"
    ## where to send error-messages to
    server.errorlog = "/var/log/lighttpd/error.log"
    # files to check for if .../ is requested
    index-file.names = ( "index.php", "index.html",
    "index.htm", "default.htm" )
    ## set the event-handler (read the performance section in the manual)
    # server.event-handler = "freebsd-kqueue" # needed on OS X
    # mimetype mapping
    mimetype.assign = (
    ".pdf" => "application/pdf",
    ".sig" => "application/pgp-signature",
    ".spl" => "application/futuresplash",
    ".class" => "application/octet-stream",
    ".ps" => "application/postscript",
    ".torrent" => "application/x-bittorrent",
    ".dvi" => "application/x-dvi",
    ".gz" => "application/x-gzip",
    ".pac" => "application/x-ns-proxy-autoconfig",
    ".swf" => "application/x-shockwave-flash",
    ".tar.gz" => "application/x-tgz",
    ".tgz" => "application/x-tgz",
    ".tar" => "application/x-tar",
    ".zip" => "application/zip",
    ".mp3" => "audio/mpeg",
    ".m3u" => "audio/x-mpegurl",
    ".wma" => "audio/x-ms-wma",
    ".wax" => "audio/x-ms-wax",
    ".ogg" => "application/ogg",
    ".wav" => "audio/x-wav",
    ".gif" => "image/gif",
    ".jar" => "application/x-java-archive",
    ".jpg" => "image/jpeg",
    ".jpeg" => "image/jpeg",
    ".png" => "image/png",
    ".xbm" => "image/x-xbitmap",
    ".xpm" => "image/x-xpixmap",
    ".xwd" => "image/x-xwindowdump",
    ".css" => "text/css",
    ".html" => "text/html",
    ".htm" => "text/html",
    ".js" => "text/javascript",
    ".asc" => "text/plain",
    ".c" => "text/plain",
    ".cpp" => "text/plain",
    ".log" => "text/plain",
    ".conf" => "text/plain",
    ".text" => "text/plain",
    ".txt" => "text/plain",
    ".dtd" => "text/xml",
    ".xml" => "text/xml",
    ".mpeg" => "video/mpeg",
    ".mpg" => "video/mpeg",
    ".mov" => "video/quicktime",
    ".qt" => "video/quicktime",
    ".avi" => "video/x-msvideo",
    ".asf" => "video/x-ms-asf",
    ".asx" => "video/x-ms-asf",
    ".wmv" => "video/x-ms-wmv",
    ".bz2" => "application/x-bzip",
    ".tbz" => "application/x-bzip-compressed-tar",
    ".tar.bz2" => "application/x-bzip-compressed-tar",
    # default mime type
    "" => "application/octet-stream",
    # Use the "Content-Type" extended attribute to obtain mime type if possible
    #mimetype.use-xattr = "enable"
    ## send a different Server: header
    ## be nice and keep it at lighttpd
    # server.tag = "lighttpd"
    #### accesslog module
    accesslog.filename = "/var/log/lighttpd/access.log"
    ## deny access the file-extensions
    # ~ is for backupfiles from vi, emacs, joe, ...
    # .inc is often used for code includes which should in general not be part
    # of the document-root
    url.access-deny = ( "~", ".inc" )
    $HTTP["url"] =~ "\.pdf$" {
    server.range-requests = "disable"
    # which extensions should not be handle via static-file transfer
    # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
    ######### Options that are good to be but not neccesary to be changed #######
    ## bind to port (default: 80)
    server.port = ###
    ## bind to localhost (default: all interfaces)
    #server.bind = "127.0.0.1"
    ## error-handler for status 404
    #server.error-handler-404 = "/error-handler.html"
    #server.error-handler-404 = "/error-handler.php"
    ## to help the rc.scripts
    server.pid-file = "/var/run/lighttpd/lighttpd.pid"
    ###### virtual hosts
    ## If you want name-based virtual hosting add the next three settings and load
    ## mod_simple_vhost
    ## document-root =
    ## virtual-server-root + virtual-server-default-host + virtual-server-docroot
    ## or
    ## virtual-server-root + http-host + virtual-server-docroot
    #simple-vhost.server-root = "/srv/http/vhosts/"
    #simple-vhost.default-host = "www.example.org"
    #simple-vhost.document-root = "/htdocs/"
    ## Format: <errorfile-prefix><status-code>.html
    ## -> ..../status-404.html for 'File not found'
    #server.errorfile-prefix = "/usr/share/lighttpd/errors/status-"
    #server.errorfile-prefix = "/srv/http/errors/status-"
    ## virtual directory listings
    #dir-listing.activate = "enable"
    ## enable debugging
    #debug.log-request-header = "enable"
    #debug.log-response-header = "enable"
    #debug.log-request-handling = "enable"
    #debug.log-file-not-found = "enable"
    ### only root can use these options
    # chroot() to directory (default: no chroot() )
    #server.chroot = "/"
    ## change uid to <uid> (default: don't care)
    server.username = "http"
    ## change uid to <uid> (default: don't care)
    server.groupname = "http"
    #### compress module
    #compress.cache-dir = "/var/cache/lighttpd/compress/"
    #compress.filetype = ("text/plain", "text/html")
    #### proxy module
    ## read proxy.txt for more info
    #proxy.server = ( ".php" =>
    # ( "localhost" =>
    # "host" => "192.168.0.101",
    # "port" => 80
    #### fastcgi module
    ## read fastcgi.txt for more info
    ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
    #fastcgi.server = ( ".php" =>
    # ( "localhost" =>
    # "socket" => "/var/run/lighttpd/php-fastcgi.socket",
    # "bin-path" => "/usr/bin/php-cgi"
    #### CGI module
    cgi.assign = ( ".pl" => "/usr/bin/perl",
    ".cgi" => "/usr/bin/perl" )
    #### SSL engine
    #$SERVER["socket"] == "0.0.0.0:443" {
    ssl.engine = "enable"
    ssl.pemfile = "/etc/ssl/private/lighttpd.pem"
    # server.errorlog = "/var/log/lighttpd/error-ssl.log"
    # accesslog.filename = "/var/log/lighttpd/access-ssl.log"
    # server.document-root = "/home/lighttpd/html-ssl"
    #### status module
    #status.status-url = "/server-status"
    #status.config-url = "/server-config"
    #### auth module
    ## read authentication.txt for more info
    #auth.backend = "plain"
    #auth.backend.plain.userfile = "lighttpd.user"
    #auth.backend.plain.groupfile = "lighttpd.group"
    #auth.backend.ldap.hostname = "localhost"
    #auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
    #auth.backend.ldap.filter = "(uid=$)"
    #auth.require = ( "/server-status" =>
    # "method" => "digest",
    # "realm" => "download archiv",
    # "require" => "user=jan"
    # "/server-config" =>
    # "method" => "digest",
    # "realm" => "download archiv",
    # "require" => "valid-user"
    #### url handling modules (rewrite, redirect, access)
    #url.rewrite = ( "^/$" => "/server-status" )
    #url.redirect = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
    #### both rewrite/redirect support back reference to regex conditional using %n
    #$HTTP["host"] =~ "^www\.(.*)" {
    # url.redirect = ( "^/(.*)" => "http://%1/$1" )
    # define a pattern for the host url finding
    # %% => % sign
    # %0 => domain name + tld
    # %1 => tld
    # %2 => domain name without tld
    # %3 => subdomain 1 name
    # %4 => subdomain 2 name
    #evhost.path-pattern = "/srv/http/vhosts/%3/htdocs/"
    #### expire module
    #expire.url = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
    #### ssi
    #ssi.extension = ( ".shtml" )
    #### rrdtool
    #rrdtool.binary = "/usr/bin/rrdtool"
    #rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
    #### setenv
    #setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
    #setenv.add-response-header = ( "X-Secret-Message" => "42" )
    ## for mod_trigger_b4_dl
    # trigger-before-download.gdbm-filename = "/var/lib/lighttpd/trigger.db"
    # trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )
    # trigger-before-download.trigger-url = "^/trigger/"
    # trigger-before-download.download-url = "^/download/"
    # trigger-before-download.deny-url = "http://127.0.0.1/index.html"
    # trigger-before-download.trigger-timeout = 10
    ## for mod_cml
    ## don't forget to add index.cml to server.indexfiles
    # cml.extension = ".cml"
    # cml.memcache-hosts = ( "127.0.0.1:11211" )
    #### variable usage:
    ## variable name without "." is auto prefixed by "var." and becomes "var.bar"
    #bar = 1
    #var.mystring = "foo"
    ## integer add
    #bar += 1
    ## string concat, with integer cast as string, result: "www.foo1.com"
    #server.name = "www." + mystring + var.bar + ".com"
    ## array merge
    #index-file.names = (foo + ".php") + index-file.names
    #index-file.names += (foo + ".php")
    #### include
    #include /etc/lighttpd/lighttpd-inc.conf
    ## same as above if you run: "lighttpd -f /etc/lighttpd/lighttpd.conf"
    #include "lighttpd-inc.conf"
    #### include_shell
    #include_shell "echo var.a=1"
    ## the above is same as:
    #var.a=1
    The site is running over https with a self signed ssl-cert, if that matters. If I try to upload a file, the browser just quickly reloades the page, the filename still in the input field. The file isn't uploaded and the page that the script should display when completed doesn't show neither.
    Does anyone know how to troubleshoot this? I'm not getting any errors, it just doesn't work..

    I haven't used Websphere before so I can't say much about that. Try putting <%@ page language="Java" %> at the top of your jsp page.
    Try putting your java files into a package and see if that helps. I read somewhere that Tomcat once had issues with running classes that weren't in a package. Make sure to put the package statement at the top of your Java files if you do.
    Websphere says it caught an unhandled exception. Instead of having your method throw and Exception put your code in a try-catch block and then print a stack trace to see if it says anything when it trys to read and write data.
    Try{
        PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter("doUpload.txt")));
        ServletInputStream in = request.getInputStream();
        int a=0;
        a=in.read();
        while (a!= -1){
            pw.print((char) a);
            a=in.read();
        pw.close();
    }catch(Exception e){
      e.printStackTrace();
    }Sorry I can't really give you more help.
    -S-

  • Upload document to Temp Folder using Rest API not working

    I am using Poster in Firefox to upload an xml document to document Temporary Folder. Response I'm getting is 400 Bad Request. Is this a problem with Poster not supporting file upload to UCCX or are there parameters i'm missing for this?
    Url=http://<uccx fqdn>/adminapi/document/uploadFile
    User Auth=Administrator user
    File=xml file stored on my computer
    Content Type=multipart/form-data
    Action=POST
    Everything else is blank.
    Response
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><apiErrors><apiError><errorData>Bad Request</errorData><errorMessage>The request could not be understood by the server due to malformed syntax</errorMessage><errorType>400</errorType></apiError></apiErrors>
    Finnur

    query = "Select SI_ID,SI_NAME FROM CI_INFOOBJECTS "                             
                                   + " where SI_ID='" + SelectedReportDetails.Rows[i]["ID"].ToString() + "'";
    Change this to a Select *...     Since your only bringing back Si_ID and Si_Name..  your not bringing back other properties it needs to make a successful copy..

  • MBAM web site configuration failure

    I've set up MBAM 2.5 on my ConfigMgr 2012 server. Its integrated with Configuration Manager and created the two data bases on the same box with Windows Server 2012 R2 and SQL 2012 with reporting services. (I've configured a working OSD windows 7 task
    sequence that uses MBAM to encrypt and store the recovery key.)
    Now I'm trying to install the two web sites on a second windows 2012 server that is also acting as a deployment point with pxe server.
    I can connect to my reporting server with a browser from the local server without being prompted for credentials. The MBAM reports are configured and visible. I'm using the same service account for SCCM reporting services and web service application
    pool domain account. I've been working this for several days and am running out of ideas.
    Next I'm going to set up a new 2012 test server to act as the MBAM web server only. Maybe that will simplify things and I don't have to worry about breaking my Distribution Point. Anyone have any ideas or suggestions?
    Configurator information:
    Description:
    Invoking feature provider to validate the parameters of the administration web portal.
    The configure web applications wizard keeps failing with the same single event log error message from hell:
    Log Name:      Microsoft-Windows-MBAM-Server/Admin
    Source:        Microsoft-Windows-MBAM-Setup
    Date:          3/21/2015 10:54:09 AM
    Event ID:      401
    Task Category: MBAM Configurator
    Level:         Error
    Keywords:      MBAM Configurator
    User:          domain\username
    Computer:      MBAMwebServer.dc.state.fl.us
    Description:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-MBAM-Setup" Guid="{C00827E6-3AE0-4F0A-8B45-08D05CD8424A}" />
        <EventID>401</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>4</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000080</Keywords>
        <TimeCreated SystemTime="2015-03-21T14:54:09.870728300Z" />
        <EventRecordID>89</EventRecordID>
        <Correlation />
        <Execution ProcessID="2476" ThreadID="2804" />
        <Channel>Microsoft-Windows-MBAM-Server/Admin</Channel>
        <Computer>WSCOC5039DP.dc.state.fl.us</Computer>
        <Security UserID="S-1-5-21-2100957022-532704775-253168949-48346" />
      </System>
      <EventData>
        <Data Name="Message">Exception thrown from feature provider.</Data>
        <Data Name="StackTrace">System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &gt;
    &lt;HTML&gt;
    &lt;HEAD lang="en-US"&gt;
     &lt;META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=5"&gt;
     &lt;script language="JScript" type="text/Javascript" src="/Reports/js/ReportingServices.js"&gt;&lt;/script&gt;
     &lt;TITLE&gt;en-us - Report Manager&lt;/TITLE&gt;
     &lt;link href="/Reports/styles/ReportingServices.css"type="text/css" rel="stylesheet"&gt;
     &lt;META Name="Report Server" CONTENT="http://SCCMserver:80/ReportServer"&gt;
    &lt;/HEAD&gt;
    &lt;BODY style="margin:0px;" class="msrs-normal" onload="InitContextMenu('contextMenuCollection','contextMenuCollection__selectedItemIdHiddenField',new Array('contextMenuCollection_ReportContextMenuIdDiv'),'S_searchTextBoxID','Search');ControlConditionalEnable10(true);"&gt;&lt;form
    name="ui_form" method="POST" action="Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;ViewMode=List%2fReportService2005.asmx" id="ui_form" enctype="multipart/form-data"&gt;
    &lt;div&gt;
    &lt;input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /&gt;
    &lt;input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /&gt;
    &lt;input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ8WAh4RUGFnZVZpZXdTdGF0ZVRpbWUoKVlTeXN0ZW0uSW50NjQsIG1zY29ybGliLCBWZXJzaW9uPTIuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4ORI2MzU2MjU0NjQ0OTgwNjM4NTQWAgIBD2QWAgIDDxYCHgZvbmxvYWQFsgFJbml0Q29udGV4dE1lbnUoJ2NvbnRleHRNZW51Q29sbGVjdGlvbicsJ2NvbnRleHRNZW51Q29sbGVjdGlvbl9fc2VsZWN0ZWRJdGVtSWRIaWRkZW5GaWVsZCcsbmV3IEFycmF5KCdjb250ZXh0TWVudUNvbGxlY3Rpb25fUmVwb3J0Q29udGV4dE1lbnVJZERpdicpLCdTX3NlYXJjaFRleHRCb3hJRCcsJ1NlYXJjaCcpFgJmD2QWAmYPZBYCZg9kFgZmDxYCHgdWaXNpYmxlaGQCAQ9kFgJmD2QWAmYPZBYCZg8WCB4GdmFsaWduBQN0b3AeBmhlaWdodAUCMzAeB2NvbHNwYW4FATQeBWNsYXNzBRRtc3JzLXZhbGlkYXRpb25lcnJvcmQCAg9kFgRmD2QWAmYPZBYCZg9kFgICAQ9kFgJmD2QWAgIBD2QWAmYPFgIeCWlubmVyaHRtbAUdU1FMIFNlcnZlciBSZXBvcnRpbmcgU2VydmljZXNkAgEPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYEZg8WAh8CaGQCAQ9kFgJmD2QWAmYPZBYCZg9kFgZmDxYGHghsYW5ndWFnZQUKSmF2YXNjcmlwdB4EdHlwZQUPdGV4dC9KYXZhc2NyaXB0HwcFUGZ1bmN0aW9uIENvbnRyb2xDb25kaXRpb25hbEVuYWJsZTEwKHRvcExldmVsRW5hYmxlKSB7RW5hYmxlTXVsdGlCdXR0b25zKCd1aV8nKTt9ZAICDxYCHwJoZAIDD2QWAmYPZBYGZg8WAh4Fd2lkdGgFAjEwZAIBDxYCHwoFBDEwMCUWAmYPFgQeC2NlbGxwYWRkaW5nBQEwHgtjZWxsc3BhY2luZwUBMBYCZg9kFgJmDxYCHwQFAzVweGQCAg8WAh8KBQIxMGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFHGN0bDE4JGN0bDI0JFNfc2VhcmNoQnV0dG9uSUSAjRh+aj7PwliVb+R+WxpyPL1NeA=="
    /&gt;
    &lt;/div&gt;
    &lt;script type="text/javascript"&gt;
    //&lt;![CDATA[
    var theForm = document.forms['ui_form'];
    if (!theForm) {
        theForm = document.ui_form;
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
    //]]&gt;
    &lt;/script&gt;
    &lt;div&gt;
     &lt;input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A08DB298" /&gt;
    &lt;/div&gt;&lt;span&gt;&lt;noscript&gt;&lt;table width="100%" class="msrs-normal"&gt;
     &lt;tr&gt;
      &lt;td valign="top" height="30" colspan="4" class="msrs-validationerror"&gt;&lt;img src="/Reports/images/blank.gif" height="1" width="24" border="0" /&gt;&lt;img
    src="/Reports/images/line_err1.gif" height="16" width="16" alt="Error" /&gt;&lt;img src="/Reports/images/blank.gif" height="1" width="12" border="0" /&gt;This page
    might not function correctly because either your browser does not support scripts or active scripting is disabled.&lt;/td&gt;
     &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/noscript&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" height="100%"&gt;
     &lt;tr&gt;
      &lt;td valign="top"&gt;&lt;div&gt;
       &lt;table class="msrs-topBreadcrumb" cellpadding="0" cellspacing="0" border="0" width="100%"&gt;
        &lt;tr&gt;
         &lt;td&gt;&lt;span&gt;&lt;div&gt;
          &lt;a href="/Reports/Pages/Folder.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Home&lt;/a&gt; &gt; &lt;a href="/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring&amp;ViewMode=List%2fReportService2005.asmx"&gt;Microsoft
    BitLocker Administration and Monitoring&lt;/a&gt;
         &lt;/div&gt;&lt;/span&gt;&lt;/td&gt;
         &lt;td align="right"&gt;&lt;span&gt;&lt;a href="/Reports/Pages/Folder.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Home&lt;/a&gt; | &lt;a href="/Reports/Pages/Subscriptions.aspx?ViewMode=List%2fReportService2005.asmx"&gt;My Subscriptions&lt;/a&gt; |
    &lt;a href="/Reports/Pages/Settings.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Site Settings&lt;/a&gt; | &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223508"
    target="MicrosoftReportingServicesHelp"&gt;Help&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table class="msrs-header" cellpadding="0" cellspacing="0" border="0" width="100%"&gt;
        &lt;tr&gt;
         &lt;td class="msrs-logo" width="36"&gt;&lt;img src="/Reports/images/folder_32.gif" alt="Folder" style="height:32px;width:32px;border-width:0px;" /&gt;&lt;/td&gt;
         &lt;td&gt;&lt;P class="msrs-site_title"&gt;SQL Server Reporting Services&lt;/P&gt;&lt;P class="msrs-page_title"&gt;en-us&lt;/P&gt;&lt;/td&gt;
         &lt;td class="msrs-searchContainer" align="right" valign="bottom"&gt;&lt;table class="msrs-searchBar" cellpadding="0" cellspacing="0" onfocus="document.getElementById('S_searchButtonID').disabled
    = false" onblur="document.getElementById('S_searchButtonID').disabled = true" onmouseover="document.getElementById('S_searchButtonID').disabled = false" onmouseout="document.getElementById('S_searchButtonID').disabled = true"&gt;
          &lt;tr&gt;
           &lt;td style="padding:0px;"&gt;&lt;input name="ctl18$ctl24$S_searchTextBoxID" type="text" value="Search" id="S_searchTextBoxID" class="msrs-searchDefaultFont"
    onclick="SearchBarClicked('S_searchTextBoxID', 'Search', 'msrs-searchBarNoBorder' );" onblur="SearchBarBlured('S_searchTextBoxID','Search', 'msrs-searchDefaultFont');" onkeypress="
    if ((event.which &amp;&amp; event.which == 13) || (event.keyCode &amp;&amp; event.keyCode == 13))
        var searchButton = document.getElementById('S_searchButtonID');
        searchButton.disabled = false;
        searchButton.click();
        event.cancelBubble = true;
        return false;
    else
        return true;
    " /&gt;&lt;/td&gt;
           &lt;td style="padding:0px;"&gt;&lt;input type="image" name="ctl18$ctl24$S_searchButtonID" id="S_searchButtonID" class="msrs-searchButton" disabled="true"
    src="/Reports/images/search_21x.gif" alt="Go" style="border-width:0px;" /&gt;&lt;/td&gt;
          &lt;/tr&gt;
         &lt;/table&gt;&lt;/td&gt;
        &lt;/tr&gt;
       &lt;/table&gt;
      &lt;/div&gt;&lt;/td&gt;
     &lt;/tr&gt;
     &lt;tr height="100%"&gt;
      &lt;td valign="top"&gt;&lt;table width="100%" class="msrs-contentFrame" cellpadding="0" cellspacing="0" height="100%"&gt;
       &lt;tr&gt;
        &lt;td valign="top" height="100%"&gt;&lt;span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" height="100%"&gt;
         &lt;tr&gt;
          &lt;td valign="top"&gt;&lt;span style="display:inline-block;height:100%;"&gt;&lt;script language="Javascript" type="text/Javascript"&gt;function ControlConditionalEnable10(topLevelEnable)
    {EnableMultiButtons('ui_');}&lt;/script&gt;&lt;span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0"&gt;
           &lt;tr class="msrs-toolbar_top" height="6"&gt;
            &lt;td valign="top"&gt;&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr class="msrs-tool"&gt;
            &lt;td valign="top"&gt;&lt;table width="100%" cellpadding="0" cellspacing="0"&gt;
             &lt;tr&gt;
              &lt;td valign="top" width="5"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="5" /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewFold" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="New Folder" href="/Reports/Pages/FolderProperties.aspx?CreateNew=True&amp;ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fNew+Folder&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="New Folder" src="/Reports/images/16newfolder.gif" alt="New Folder" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;New Folder&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewDataSource" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="New Data Source" href="/Reports/Pages/DataSource.aspx?CreateNew=True&amp;ItemsParentPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="New Data Source" src="/Reports/images/16newdatasource.gif" alt="New Data Source" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;New Data
    Source&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewReport" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Report Builder" href="http://SCCMserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Report Builder" src="/Reports/images/new_RB_report.gif" alt="Report Builder" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Report Builder&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnSettings" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Folder Settings" href="/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;SelectedTabId=PropertiesTab"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Folder Settings" src="/Reports/images/edit_folder.gif" alt="Folder Settings" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Folder Settings&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnUpload" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Upload File" href="/Reports/Pages/Import.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Upload File" src="/Reports/images/UploadFile.gif" alt="Upload File" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Upload File&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" width="3"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="3" /&gt;&lt;/td&gt;
              &lt;td width="100%"&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnSwitchView" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Details View" href="http://SCCMserver:80/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;ViewMode=Detail"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-top:2px;padding-bottom:2px;padding-left:5px;padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Details View" src="/Reports/images/view_detail.gif" alt="Details View" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Details View&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" width="5"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="5" /&gt;&lt;/td&gt;
              &lt;td valign="top"&gt; &lt;/td&gt;
             &lt;/tr&gt;
            &lt;/table&gt;
            &lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr class="msrs-toolbar_bottom" height="6"&gt;
            &lt;td valign="top"&gt;&lt;/td&gt;
           &lt;/tr&gt;
          &lt;/table&gt;
          &lt;/span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" TITLE="Items in en-us"&gt;
           &lt;tr&gt;
            &lt;td valign="top" width="10"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="10" /&gt;&lt;/td&gt;
            &lt;td valign="top" width="100%"&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0"&gt;
             &lt;tr&gt;
              &lt;td valign="top" height="5px"&gt;&lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
              &lt;td valign="top"&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a0" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Computer Compliance Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fComputer+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fComputer+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Computer Compliance Report"&gt;Computer Compliance Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a1" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Enterprise Compliance Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fEnterprise+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fEnterprise+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Enterprise Compliance Report"&gt;Enterprise Compliance Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a2" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Recovery Audit Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fRecovery+Audit+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fRecovery+Audit+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Recovery Audit Report"&gt;Recovery Audit Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a3" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Volume Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fVolume+Report" onmouseover="OnLink()"
    onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;" /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fVolume+Report" onmouseover="OnLink()"
    onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" class="msrs-itemName" title="Volume
    Report"&gt;Volume Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;/td&gt;
             &lt;/tr&gt;
            &lt;/table&gt;
            &lt;/td&gt;
            &lt;td valign="top" width="10"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="10" /&gt;&lt;/td&gt;
           &lt;/tr&gt;
          &lt;/table&gt;
          &lt;script language="Javascript" type="text/Javascript"&gt;var multiButtonList = [];&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
         &lt;/tr&gt;
        &lt;/table&gt;
        &lt;/span&gt;&lt;/td&gt;
       &lt;/tr&gt;
      &lt;/table&gt;
      &lt;/td&gt;
     &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/span&gt;&lt;div id="contextMenuCollection" class="msrs-MenuUIPopupBody" style="display:none;;"&gt;
     &lt;input name="contextMenuCollection$_selectedItemIdHiddenField" type="hidden" id="contextMenuCollection__selectedItemIdHiddenField" /&gt;&lt;div id="contextMenuCollection_ReportContextMenuIdDiv" onkeydown="NavigateMenuKeyPress(event)"&gt;
      &lt;table cellpadding="0" cellspacing="0" class="msrs-MenuUI"&gt;
       &lt;tr&gt;
        &lt;td&gt;&lt;img class="msrs-MenuUIMinWidth" src="/Reports/images/blank.gif" style="border-width:0px;" /&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmmove" class="msrs-MenuUIItemTableCell" group="0" underline="OGUL:0ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmmove','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmmove','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmmove','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl05','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Move&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmdelete" class="msrs-MenuUIItemTableCell" group="0" onmouseover="FocusContextMenuItem('ui_rcmdelete','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmdelete','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmdelete','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();return ShouldDelete('Are you sure you want to delete \u0022{0}\u0022?');" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl09','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/delitem.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Delete&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:0ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmmansub" class="msrs-MenuUIItemTableCell" group="1" underline="OGUL:1ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmmansub','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmmansub','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmmansub','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl16','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/subscription_report.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Subscribe...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmclr" class="msrs-MenuUIItemTableCell" group="1" onmouseover="FocusContextMenuItem('ui_rcmclr','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmclr','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmclr','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl21','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;img
    alt="" src="/Reports/images/16linked.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Create Linked Report...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmviewrh" class="msrs-MenuUIItemTableCell" group="1" onmouseover="FocusContextMenuItem('ui_rcmviewrh','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmviewrh','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmviewrh','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl26','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span
    class="msrs-menuItemLabelContainer"&gt;View Report History&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:1ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmsec" class="msrs-MenuUIItemTableCell" group="2" underline="OGUL:2ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmsec','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmsec','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmsec','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl32','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/security16.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Security&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmedit" class="msrs-MenuUIItemTableCell" group="2" onmouseover="FocusContextMenuItem('ui_rcmedit','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmedit','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmedit','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl37','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span
    class="msrs-menuItemLabelContainer"&gt;Manage&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmdownload" class="msrs-MenuUIItemTableCell" group="2" onmouseover="FocusContextMenuItem('ui_rcmdownload','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmdownload','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmdownload','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl41','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;img
    alt="" src="/Reports/images/DownloadFile.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Download...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:2ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmeditrb" class="msrs-MenuUIItemTableCell" group="3" underline="OGUL:2ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmeditrb','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmeditrb','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmeditrb','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl48','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/report_edit_01.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Edit
    in Report Builder&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
      &lt;/table&gt;
     &lt;/div&gt;
    &lt;/div&gt;&lt;/form&gt;&lt;/BODY&gt;&lt;/HTML&gt;
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices.ReportService2005.ReportingService2005.ListChildren(String Item, Boolean Recursive)
       at Microsoft.Mbam.Setup.Common.ParameterValidation.IsValidSsrsUrlToMbamReports(Uri uri, Boolean testUri)
       at Microsoft.Mbam.Setup.WebAdministration.HelpDeskProvider.CheckReportsUrl()
       at Microsoft.Mbam.Setup.Common.ActionItemQueue.Run()
       at Microsoft.Mbam.Setup.WebAdministration.WebProviderBase`1.CheckPrereqs(IProgress`1 progress, CancellationToken cancellationToken, T configuration)
       at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.&lt;&gt;c__DisplayClass34`1.&lt;InvokeAsync&gt;b__33()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.&lt;InvokeAsync&gt;d__36`1.MoveNext()</Data>
      </EventData>
    </Event>

    I finally found the problem.
    I had the reporting services url wrong. 
    http://sccmserver/Reports (this connects successfully but is wrong.)
    The wizard would say the path was wrong so I changed it by drilling further into the report server.
    By selecting the Bitlocker folder.
    Then the wizard stopped  showing the red error wrong path but it turns out it was still the wrong path.
    A bit misleading. I noticed on my SCCM server in the Reporting Services Configuration Manager under Report manager URL,
    http://sccmserver/ReportServer  Typed this in and finished the wizard for the first time.  :)

  • Display data from multiple document Libraries in List View Webpart

    Hi All,
    I want to display data from multiple document libraries into one list view webpart(custom i have created)
    I went through the following link http://blogs.msdn.com/b/ramg/archive/2009/04/22/implementing-a-simple-cross-site-collection-list-view-webpart.aspx
    but it tells to display only from one document library.
    My motive behind displaying data in the list view webpart is to achieve the functionality of Check In ,Check Out and other OOB features.
    With Regards,
    Jaskaran Singh

    Hi,
    As there is no such OOTB feature, a workaround is to create a visual web part to gather items from libraries and implement functionalities like Check in, Check out files
    in different libraries.
    The links below will provide more details:
    Create Visual Web Parts in SharePoint
    2010
    A demo about displaying list items in visual web part:
    http://www.dotnetcodesg.com/Article/UploadFile/2/217/Web%20Part%20in%20SharePoint%20To%20Show%20All%20List%20and%20List%20Items.aspx
    About the Check In and Check Out:
    How to Check In a document programmatically
    SPFile.CheckIn method
    and SPFile.CheckOut method
    Best regards
    Patrick Liang
    TechNet Community Support

  • Excel Service With info path

    hello every body ,
    i have a vacation list in sharepoint 2013   i need to calculate the difference between start date and end date excluding the
    holidays but no such a way to do it in infopath list so i found an article to use an excel service instead with networkholiday function as follows in this link
    http://www.bizsupportonline.net/infopath2007/calculate-date-difference-infopath-rules-excel-services.htm
    i followed the step by step but i got the below error every time i try opening the Excel feel via info path to send dates to it
    "The query cannot be run for the following DataObject: OpenWorkbook
    InfoPath cannot run the specified query.
    The SOAP response indicates that an error occurred on the server:
    This workbook cannot be opened because it is not stored in a trusted location."
    and i have added the library which contains the pubished excel file to trusted location ..thank you 

    Hi,
    With
    Calculated Formula, here is a similar thread about calculating the difference between start date and end date excluding weekends for your reference:
    http://social.technet.microsoft.com/Forums/en-US/e97579f0-7f55-4263-b064-de36dc594d6e/number-of-days-between-to-dates-excluding-weekends-help-with-existing-formula?forum=sharepointgeneralprevious
    More details about this formula can be found in the article below:
    http://social.technet.microsoft.com/Forums/en-US/f978790b-af9f-4238-b64f-c6e2b8a24dbc/forum-faq-using-calculated-column-to-calculate-days-between-two-dates-excluding-weekends?forum=sharepointgeneral
    Or we can do it via
    JavaScript.
    Here is a thread with code demos:
    http://stackoverflow.com/questions/3464268/find-day-difference-between-two-dates-excluding-weekend-days
    If you need to exclude some specific holidays, it is recommended to create an Event Receiver for this list and do the calculation in this Event Receiver.
    You can take a look at the two links below about
    Counting Calendar dates by excluding Holidays or Weekends using C#:
    http://www.c-sharpcorner.com/UploadFile/tirthacs/difference-between-two-dates-excluding-weekends/
    http://revdoniv.wordpress.com/2010/09/29/counting-calendar-dates-by-excluding-holidays-or-weekends/
    Here is a step by step sample on creating a simple Item added
    event receiver for Custom List in SharePoint 2010:
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    More information on Event Receiver for your reference:
    http://msdn.microsoft.com/en-us/library/gg749858(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/ff408183(v=office.14).aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • Get attribute name from VO returns null.

    Hello,
    I'm using JDeveloper 11.1.1.3. I have an af:inputfile component in which i set a ValueChangeListener. I'm using the attribute "Filename" from the form view to set the name of the file before saving it to a directory. At first, i had a different layout for my jspx page (very similar in design) and everything was working perfectly. When i redesigned the page, i'm now getting "null" as the filename. I'm not able to get the attribute! Although i didn't change anything in the code! I tried writing a simple method to output the attribute:
          public String justOutput(){
            BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
            AttributeBinding attr = (AttributeBinding) bindings.getControlBinding("Filename");
            if (attr == null)
                return null;
            String filename = (String) attr.getInputValue();
            System.out.print(filename);
            return null;
          }It was able to output the attribute. But in my original method i'm getting "null".
    ******Another important observation*******
    If i pressed upload another time at runtime and uploaded another file it works again!
    Here is my code:
         public void uploadFile(ValueChangeEvent valueChangeEvent)  {
              InputStream in;
              FileOutputStream out;   
              ExternalContext context = FacesContext.getCurrentInstance().getExternalContext();
              String fileLoc = context.getInitParameter("DATA_DIR");                 
              UploadedFile file= (UploadedFile)valueChangeEvent.getNewValue();                           
              boolean exists = (new File(fileLoc)).exists();
              if(!exists){
                (new File(fileLoc)).mkdirs();
              if(file != null && file.getLength() > 0){
                FacesContext context2 = FacesContext.getCurrentInstance();
                FacesMessage message = new FacesMessage("File Uploaded" + file.getFilename() +
                                                        "(" + file.getLength() + "bytes)");
                //context2.addMessage(valueChangeEvent.getComponent().getClientId(context2), message);
                BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
                AttributeBinding attr = (AttributeBinding) bindings.getControlBinding("Filename");
                if (attr == null)
                    return;
                String filename = (String) attr.getInputValue();
                try {
                         out = new FileOutputStream("C:\\demos\\" + filename + ".pdf");
                         in = file.getInputStream();
                         for (int bytes=0; bytes < file.getLength(); bytes++) {
                             out.write(in.read());
                         in.close();
                         out.close();
                     } catch (IOException e) {
                     e.printStackTrace();
              else {
                  String filename = file != null ? file.getFilename():null;
                  String byteLength = file != null ? "" + file.getLength():"0";
          }I don't think the code is wrong because it worked before. But why is this happening?
    Can anyone please help!?
    Mohamed.

    Sorry for the late reply Frank,
    Thanks for your reply, no i didn't! But it worked when i set the 'autosubmit' property to true... Like you said:
    the name field hasn't updated the model to the time you try and access itThanks again.
    Mohamed

  • Request in a SessionBean

    Hello all !!!
    I am developing an application with File Upload, using the Java Creator ONE based in servelet.com. In the example below, the archive is moved successfully, but I would like to have the name of the archive in a SessionBean for use in another page.
    Somebody has an idea of as can make this?
    They follow the codes:
    Anexar.jsp
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view><![CDATA[
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ]]><html
    lang="pt-BR" xml:lang="pt-BR">
    <head>
    <meta content="no-cache" http-equiv="Cache-Control"/>
    <meta content="no-cache" http-equiv="Pragma"/>
    <title>ANEXAR</title>
    <link href="resources/stylesheet.css" rel="stylesheet" type="text/css"/>
    </head>
    <body style="-rave-layout: grid">
    <f:verbatim>
    <form action="./pagina2" enctype="multipart/form-data" method="post">
    Documento 1 <input name="file1" type="file"/>
    <input type="submit"/>
    </form>
    </f:verbatim>
    <h:form binding="#{Anexar.form1}" id="form1"/>
    </body>
    </html>
    </f:view>
    </jsp:root>
    pagina2.Java
    import java.io.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import com.oreilly.servlet.*;
    public class pagina2 extends HttpServlet {
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>UploadFile</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<H1>UploadFile</H1>");
    // Parameters can now be read the same way for both
    // application/x-www-form-urlencoded and multipart/form-data requests!
    out.println("<H3>Request Parameters:</H3><PRE>");
    Enumeration enum = req.getParameterNames();
    while (enum.hasMoreElements()) {
    String name = (String) enum.nextElement();
    String values[] = req.getParameterValues(name);
    if (values != null) {
    for (int i = 0; i < values.length; i++) {
    out.println(name + " (" + i + "): " + values);
    out.println("</PRE>");
    // Files can be read if the request class is MultipartWrapper
    // Init params to MultipartWrapper control the upload handling
    if (req instanceof MultipartWrapper) {
    try {
    // Cast the request to a MultipartWrapper
    MultipartWrapper multi = (MultipartWrapper) req;
    // Show which files we received
    Enumeration files = multi.getFileNames();
    while (files.hasMoreElements()) {
    String name = (String)files.nextElement();
    String filename = multi.getFilesystemName(name);
    String type = multi.getContentType(name);
    File f = multi.getFile(name);
    out.println("name: " + name);
    out.println("filename: " + filename);
    out.println("type: " + type);
    if (f != null) {
    out.println(" | length: " + f.length()+"\r");
    out.println("File Uploaded Successfully");
    out.println();
    catch (Exception e) {
    out.println("Could not upload file/files");
    out.print(e.getMessage());
    //out.println("<PRE>");
    e.printStackTrace(out);
    //out.println("</PRE>");
    out.println("</BODY></HTML>");
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <!--
    Copyright 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
    -->
    <web-app>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml</param-value>
    </context-param>
    <context-param>
    <param-name>com.sun.faces.validateXml</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>com.sun.faces.verifyObjects</param-name>
    <param-value>true</param-value>
    </context-param>
    <filter>
    <filter-name>multipartFilter</filter-name>
    <filter-class>com.oreilly.servlet.MultipartFilter</filter-class>
    <init-param>
    <param-name>uploadDir</param-name>
    <param-value>/tmp</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>multipartFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup> 1 </load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>uploadFile</servlet-name>
    <servlet-class>pagina2</servlet-class>
    </servlet>
    <!-- Error Handler Servlet -->
    <servlet>
    <servlet-name>ExceptionHandlerServlet</servlet-name>
    <servlet-class>com.sun.errorhandler.ExceptionHandler</servlet-class>
    <init-param>
    <param-name>errorHost</param-name>
    <param-value>localhost</param-value>
    </init-param>
    <init-param>
    <param-name>errorPort</param-name>
    <param-value>4444</param-value>
    </init-param>
    </servlet>
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    <!-- <url-pattern>*.faces</url-pattern> -->
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>uploadFile</servlet-name>
    <url-pattern>/pagina2</url-pattern>
    </servlet-mapping>
    <!-- Error Handler Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>ExceptionHandlerServlet</servlet-name>
    <url-pattern>/error/ExceptionHandler</url-pattern>
    </servlet-mapping>
    <!-- Welcome File List -->
    <welcome-file-list>
    <welcome-file>faces/Anexar.jsp</welcome-file>
    </welcome-file-list>
    <!-- Catch ServletException -->
    <error-page>
    <exception-type>javax.servlet.ServletException</exception-type>
    <location>/error/ExceptionHandler</location>
    </error-page>
    <!-- Catch IOException -->
    <error-page>
    <exception-type>java.io.IOException</exception-type>
    <location>/error/ExceptionHandler</location>
    </error-page>
    <!-- Catch FacesException -->
    <error-page>
    <exception-type>javax.faces.FacesException</exception-type>
    <location>/error/ExceptionHandler</location>
    </error-page>
    <resource-ref>
    <description>Rave generated DataSource Reference</description>
    <res-ref-name>jdbc/Intranet</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    Regards
    Alexandre Araujo

    Hi,
    See the below threads might helps
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=47982
    http://swforum.sun.com/jive/thread.jspa?threadID=64621&tstart=0
    MJ

Maybe you are looking for

  • Withholing tax

    Hi experts, In my client site the users go to t.code F-43 for direct billing for the vendor. I am following the same process but the TDS tax codes in vendor master (at the time of payment) is attached.and I have to pay the vendor through Automatic Ou

  • 20 inch G5 iMac displaying 1/4 inch blotchy line across bottom of screen

    I just noticed a 1/4 inch thick blotchy, somewhat transparent line near the bottom of my screen. A year ago, right after I purchased this computer, I had to have some things replaced because of a thick white line that appeared across the bottom. Is t

  • Serial Port Overrun

    Hello All, I am developing Teststand sequences which run Labview code. I use 1 labview vi to configure and drive the serial port, the first call configures the serial port. The second call writes a message and reads the response, the last call releas

  • Help!! Reinstalling OS X 10.5 on MacBook Air - (Remote Install)

    I've been trying for days to remote install OS X 10.5 to my MacBook Air and I keep getting "Install Failed - Mac OS X could not be installed on your computer - The Installer could not validate the contents of the 'BaseSystem' package". Why? Im using

  • Clone a Database

    Machine One: Oracle11g r2 on SUSE Linux 11 standalone server. Created a database db1 on a file system. Database files are backed up in FULL to the hard drive such as /u01/oradata/backup. Machine Two: Oracle 11g r2 on SUSE Linux 11 standalone server.