Workbooks in 7.0 Please Help

Hello,
I have created a Web Template and executed it.
Now i have to create a workbook which should be same as web template i created.
How can i do this?
Please help.
Regards
Syed

Hi,
You cannot insert a web template in workbook.
Insert the query that you have used in web template in the workbook. Do the Excel formatting.

Similar Messages

  • CODE - Adding Worksheets to a Workbook in EXCEL .. please help!!

    Hi
    Does anyone have any code that lets you add multiple worksheets to a workbook in Excel???
    I have tried everything!
    Help please
    Thanks

    Since you have tried everything I suppose there is no point in referring you to the Apache POI project:
    http://jakarta.apache.org/poi/
    You've already tried it, right?

  • Please HELP: save workbook with initial selection variables

    Hey folks,
    I'm very frustrated.
    I'd like to save a workbook without results and without any historical values in popup selection screen, but I'm not able to do.
    Does anyone knows an answer?
    I tried a lot, but haven't got any idea anymore.
    PLEASE HELP.
    I'm using the new SAP-BI 7.0 FrontEnd BEx-Analyzer.
    Hope you can help as soon as possible.
    Thanks in advance.
    Nico

    hey ottoman,
    I didn't get the last tip.
    Edit the variable I'm using and goto default tab?
    The possible variables are shown if I refresh and they were shown in a popup, where I can select the parameters. But if I clear the the results and want to run, an error occured, because it's an obligatory variable.
    As an alternative I tried to cancel. After it my workbook is cleared, but my formats are blown away
    That's why I haven't got any solution to save the workbook with an initial selection popup.
    Hope you have another idea?
    Thanks.
    Nico

  • Bex Query with Hierarchy on Workbook problem please help

    Hi all,
    I have a problem, Im trying to copy information from specific cells on a query that I opened using Analyser, heres the situation:
    Account            Amount    New Col
    22110200           15 dlls
    -22110201          4 dlls
    -22110202          5 dlls
    -22110204          6 dlls
    121101010000   1dlls          4 dlls
    121101020000   1dlls          5 dlls
    121101040000   1dlls          6 dlls
    4,5 and 6 dlls are amounts from the first 3 accounts, I tried simpy copying the information but for some reaseon when the report reloads the informacion is lost.
    Also I using Hierarchy to display the values so if I copy the value from cell Q700 the value will change is the levels on the Hierarchy are expanded.
    Is there anyway to do this? please help.
    Thanks in advance

    Hi,
    Thanks for the answer, Is it possible to call the Macro when the user Expands a node? or it needs to be called from a button or combination of keys?
    Thanks again

  • Excel Download of a Web SAP BW Report asks userid and password.please help

    Dear BW folks,
    Issue: When I run a specific SAP BW Report from Web and download the same into excel & csv.
    When I open the excel file downloaded, it asks me user name and password to enter. csv file downloaded doesn't ask.
    The report has 0cust_sales hierarchy and SBU hierarchy.
    Is there any thing to do with these hierarchies that the excel download is asking user name and password?
    Please help me out!!!!! This report needs to be downloaded into excel sent to my manager.....
    Regards
    Pavan

    Hi Pavan
    It is possible,please refer the below link
    Report execution without prompting user id
    Providing un-secured access to a web report.
    Also, for the time being, you can run the query and save a workbook and sent across
    These will resolve the issue
    Thanks
    Pavan Agarwal

  • Problem displaying an Excel File: Please Help

    Hello,
    I spent 3 hours this morning reading the forum on how to display an Excel file in the browser using JSP and I apologize in advance if the answer is in the forum.
    I cut and paste many examples: My goal is to display an excel file on the browser.
    Below is the code but the result is a disaster (please se after the code the result).
    My question is how can I display an excel file using the browser. What's wrong with my code. Apparently it worked for many people on the forum.
    Please help. I must do that by tomorrow and I had spent already so many hours.
    THANK YOU SO MUCH IN ADVANCE.
    So far the forum had helped me a lot.
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.xls");
    File fileName = new File(myfile);
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    // Set content type and other response header
    response.setContentType(getServletContext().getMimeType(fileName.getName()));
    //response.setContentType("application/excel-document");
    //response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition","attachment; filename=\"" + fileName.getName());
    response.setContentLength((int) fileName.length());
    // Read in the file from the correct place and stream it to the user
    int iRead;
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1)
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>
    RESULT:
    ������>�� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���@����\p Yahel Malkin B�a�=���=��@�7 �������Oh��+'��0p08 P \h� Yahel Malkinn@�|�$�+�@�|�$�+�������.��+,��0�HP X`hp x ��� competitivePricingReportSave Worksheets���� ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Root Entry�������� �F��T�+�����Workbook������������SummaryInformation(����DocumentSummaryInformation8������������

    For those who are having the same problem than me here the solution:
    In fact I was only interested in saving the file
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.csv");
    response.setContentType ("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "attachment; filename=\""+myfile+"\"");
    int iRead;
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1) {
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>

  • Important Microsoft Office 2011 Excel File isn't opening Please Help!

    Hello everyone,
    I'm having problems opening one single excel file. I've tried others and they open with no issue. This file I'm trying to open now opened 2 days ago as it's a project I've been working on and I desperately need to get back to working on it!
    I'm running OS X 10.8.4 on a Macbook Pro with Microsoft Office 2011. When I open the workbook it loads the progress bar, then doesn't show anything from excel apart from the top bar with file/edit/view... etc
    When I try and open it from this point it gives me a message
    'XXX.xlsx is already open.
    Reopening will cause any changes you made to be discarded. Do you want to reopen XXX.xlsx
    PLEASE HELP and don't hesistate to ask for anymore information if you need it. Thank you.

    Such instances are examples of why one should maintain good backups.  I suggest you consider using Time Macnine backups.  It would allow you to go back in time to earlier versions of the file if a later one is corrupted or if you save unwanted changes by mistake.
    You would need a $80 external disk drive for the Time Machine volume.  Your data is much more valuable than that $80 cost.  Disks can fail at any time, taking all of your data with them.
    Time Machine Basics: http://support.apple.com/kb/ht1427
    Most commonly used backup methods: 
    https://discussions.apple.com/docs/DOC-3045

  • URGENT!!! Java Gurus Please Help with adf issue!

    PLEASE SEE MY LATEST POST BELOW TIMO'S RESPONSE. THE REQUIREMENT HAS CHANGED. THAT IS THE ISSUE I AM LOOKING A SOLUTION FOR.
    Hello All,
    We have a requirement where our adf/jsf app needs to pick an EXCEL file from the server where the application is deployed. The sequence is :
    User comes to the page
    Clicks on "Open EXCEL" button
    EXCEL file located in the c:/ of the server opens up.
    How can this be done? I do not see any coding needed because the EXCEL file is being opened as is (and after user views it he closes the file) and the data is not being transferred to the jspx page.
    *We are totally flexible in how this is implemented - ie, using button, link , html etc etc. What ever works!!!!*
    Thanks,
    Edited by: user12054715 on Aug 17, 2010 8:54 PM
    Edited by: user12054715 on Aug 18, 2010 4:11 PM
    Edited by: user12054715 on Aug 18, 2010 4:13 PM

    Hello Timo,
    I am using 10.1.3g so your response is not going to help me.
    However, I have another question that I have already posted on the Forum. Please help me...
    Requirement:
    *1. Java application should be able to write "Hello World" in the excel file, when the user opens it.*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet sheet = wb.createSheet("newSheet");
    HSSFRow row = sheet.createRow(1);
    row.createCell(1).setCellValue("HelloWorld!!!!!!!!!");
    *2. A "Write To Excel" button on jsf page opens a dialog asking user to Save or Open the excel file. (user can save the file anywhere on his machine)*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    In jsf:
    <af:commandButton text="Download" action="#{myBackingBean.writeToExcel}" useWindow="true"/>
    In backing bean:
    public static void writeToExcel() throws IOException
    String filename = "workbook.xls";
    // //Setup the output
    String contentType = "application/vnd.ms-excel";
    FacesContext fc = FacesContext.getCurrentInstance();
    HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
    response.setHeader("Content-disposition", "attachment; filename=" + filename);
    response.setContentType(contentType);
    PrintWriter out = response.getWriter();
    BOTTLENECK: When the user opens the excel how do I show "HelloWorld!!!!!!!!!" ?

  • Snow Leopard causing Printer & Excel crashes PLEASE HELP!

    Original install from 10.5.8 to 10.6.0 - now at 10.6.1.
    The first install the system was freezing up and I couldn't get the printer to work. Internet was intermittent and slow as was the whole system and couldn't get Quicktime to work. Then the system hung up at the log in screen and went into a loop back to the log in screen effectively making the Mac Pro inoperable.
    I wiped the computer and re-loaded Snow Leopard and used a Time Machine back-up to get everything back. Everything I opened worked fine (including the printer). I had to re-install Office:mac 2008 and then the problems started.
    1.The printer would crash on anything I tried to print on any app, and the System Preference panel for printers would crash every time I tried to open it. I tried downloading the fix for HP Photosmart 3180 C All-In-One printer and got to a certain point and a warning resulted:
    "/system/library/extensions/pulsedriver.kext was installed improperly and cannot be used. Get update from HP" ????
    2. Excel will open about 5 workbooks with no data and the beach ball spins until it crashes.
    A complete wipe and re-install of Office did not fix it.
    I also fixed the permissions on my HD and repaired the disk and this did not help.
    Is there anything I can do to fix these two areas without wiping the HD and starting from scratch?
    The printer started to crash AFTER I installed Office:mac 2008. but wiping the program off the HD did not fix the printer.
    Please Help !!!

    I finished validating the fonts and used YUSA to clean up the caches but to no avail. I will look at an uninstall for the print driver and see what that does. My problem is that I can't even get into the print preferences because it fails to open.
    Though I agree with you on Office being a very stable program. I am not able to get Excel to open up... It starts up and opens the last 5 spreadsheets that were previously opened before the problem started. The sheet shell is there for all 5 workbooks but there is no data and nothing but a beach ball bouncing around. Summer is over and I am sick of playing with the beach ball LOL
    By the way - what All in one printer would you recommend for Mac. The HP printers I have are from my days when I used a (yuk) PC.
    Also, I have two other Macs - a 15 Macbook Pro and a recently purchased 17 Macbook Pro - I have not installed Snow Leopard on either one and probably will not based on all the issues I am having with my tower. they run great right now and no problems with Office or the HP printers.

  • Please help me in Query result.

    Hello Friends..
    Need some help .
    I have refreshed one workbook for one sales document , and it is showing me all the data.
    Could you please tell me how can i check all the key figure value , because in Query properties it is restricted to 0.
    Means , if all the Key figure value are 0 , then it will not show that Row in Report .
    I want to see the result of 0 value as well with out changing Query properties.
    Please help me and advice me , how can i do this.
    Regards

    Hi Jain,
    Without changing the query properties it will not be possible to view all values.
    If you want to view with changing the properties of query.
    Youcan do the following steps
    select each attributes right click >restrict->bring back the restricted value->and execute the query.
    all the rows will be dispalyed
    Hope this helps
    Cheers
    Sunil

  • Please help! Mackeeper ads won't stop.

    I've tried everything to stop these popups. I tried adwaremedic and it keeps saying "no adware found." I even wiped my hard drive and reinstalled osx lion to get it to factory settings. When I opened Safari the popups started immediately. They were also happening on chrome. I've gone through the forums and tried searching for files and found none of the usual problems. I have no extensions on either browser. Please help, this is driving me crazy.

    Linc Davis,
    PLEASE HELP ME! I did exactly what was mentioned in this post and here are my results:
    Start time: 12:59:57 01/10/15
    Model Identifier: MacBookPro9,2
    System Version: OS X 10.9.5 (13F34)
    Kernel Version: Darwin 13.4.0
    Time since boot: 2 days 20:42
    Battery
       Condition: Service Battery
    Diagnostic reports
       2014-12-22 cfbackd crash x6
       2014-12-31 Adobe Flash Player Install Manager crash
    Shutdowns
       Jan  7 16:18:48 Cause: -112
    Log
       Jan  7 21:52:24 com.google.GoogleContactSyncAgent: Job failed to exec(3) for weird reason: 2
       Jan  8 11:11:44 pci pause: SDXC
       Jan  8 12:14:25 pci pause: SDXC
       Jan  8 12:17:30 SLOWDOWN: client 0x7ff55a013400 (pid 67) sleeping due to too many errors (num usleeps 10)
       Jan  8 12:26:50 SLOWDOWN: client 0x7ff55a013400 (pid 67) sleeping due to too many errors (num usleeps 21)
       Jan  8 12:31:00 com.apple.appleseed.seedusaged: Throttling respawn: Will start in 9 seconds
       Jan  8 12:34:00 com.apple.appleseed.seedusaged: Throttling respawn: Will start in 8 seconds
       Jan  9 08:20:21 pci pause: SDXC
       Jan  9 09:37:39 pci pause: SDXC
       Jan  9 10:05:53 firefox (map: 0xffffff801390ff00) triggered DYLD shared region unnest for map: 0xffffff801390ff00, region 0x7fff89e00000->0x7fff8a000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Jan  9 10:05:55 firefox (map: 0xffffff80119b0780) triggered DYLD shared region unnest for map: 0xffffff80119b0780, region 0x7fff89e00000->0x7fff8a000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Jan  9 10:06:35 firefox (map: 0xffffff801390ff00) triggered DYLD shared region unnest for map: 0xffffff801390ff00, region 0x7fff89e00000->0x7fff8a000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Jan  9 10:21:36 pci pause: SDXC
       Jan  9 10:23:56 pci pause: SDXC
       Jan  9 11:15:14 com.apple.smb.preferences: Throttling respawn: Will start in 2 seconds
       Jan  9 11:15:43 pci pause: SDXC
       Jan  9 11:32:57 pci pause: SDXC
       Jan  9 12:47:34 pci pause: SDXC
       Jan  9 12:50:00 com.apple.appleseed.seedusaged: Throttling respawn: Will start in 10 seconds
       Jan  9 15:06:35 pci pause: SDXC
       Jan  9 17:37:46 pci pause: SDXC
       Jan  9 17:44:16 fff8c000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Jan  9 18:15:45 pci pause: SDXC
       Jan 10 12:41:36 pci pause: SDXC
       Jan 10 12:50:34 firefox (map: 0xffffff8014d43780) triggered DYLD shared region unnest for map: 0xffffff8014d43780, region 0x7fff89e00000->0x7fff8a000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    Daemons
       com.oracle.java.JavaUpdateHelper
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.v.helper
       com.cleverfiles.cfbackd
       com.adobe.fpsaud
    Agents
       com.apple.photostream-agent
       com.apple.AirPortBaseStationAgent
       com.google.keystone.system.agent
       com.v.agent
       com.divx.update.agent
       com.divx.dms.agent
       com.google.GoogleContactSyncAgent
    Bundles
       /Library/Application Support/Adobe/Shockwave 12/DirectorShockwave.bundle
       - com.adobe.director_12_0.shockwave.bundle
       /Library/Application Support/CleverFiles/BackService.app
       - com.cleverfiles.cfbackd
       /Library/Application Support/CleverFiles/SmartDaemon.app
       - com.cleverfiles.SmartDaemon
       /Library/Application Support/Coupons/Uninstall Coupon Printing Software.app
       - null
       /Library/Application Support/DivX/Codecs/CoreAudioDecode.bundle
       - com.divx.CoreAudioDecode
       /Library/Application Support/DivX/Codecs/CoreAudioOutput.bundle
       - com.divx.CoreAudioOutput
       /Library/Application Support/DivX/Codecs/DMFContainer.bundle
       - com.divx.DMFContainer
       /Library/Application Support/DivX/Codecs/DSE_Control.bundle
       - com.divx.DSE_Control
       /Library/Application Support/DivX/Codecs/DSE_Logging.bundle
       - com.divx.DSE_Logging
       /Library/Application Support/DivX/Codecs/DivXAACDecode.bundle
       - com.divx.DivXAACDecode
       /Library/Application Support/DivX/Codecs/DivXASPDecode.bundle
       - com.divx.DivXASPDecode
       /Library/Application Support/DivX/Codecs/DivXAVCDecodeWrapper.bundle
       - com.divx.DivXAVCDecodeWrapper
       /Library/Application Support/DivX/Codecs/DivXColorTransform.bundle
       - com.divx.DivXColorTransform
       /Library/Application Support/DivX/Codecs/DivXDeinterlaceFilter.bundle
       - com.divx.DivXDeinterlaceFilter
       /Library/Application Support/DivX/Codecs/DivXMP3Decode.bundle
       - com.divx.DivXMP3Decode
       /Library/Application Support/DivX/Codecs/DivXMP4Source.bundle
       - com.divx.DivXMP4Source
       /Library/Application Support/DivX/Codecs/DivXMPADecode.bundle
       - com.divx.DivXMPADecode
       /Library/Application Support/DivX/Codecs/DivXSUBDecode.bundle
       - com.divx.DivXSUBDecode
       /Library/Application Support/DivX/Codecs/DivXStreamingSplitter.bundle
       - com.divx.DivXStreamingSplitter
       /Library/Application Support/DivX/Codecs/MicroDVDParser.bundle
       - com.divx.MicroDVDParser
       /Library/Application Support/DivX/Codecs/OpenGLVideoOutput.bundle
       - com.divx.OpenGLVideoOutput
       /Library/Application Support/DivX/Codecs/SAMIParser.bundle
       - com.divx.SAMIParser
       /Library/Application Support/DivX/Codecs/SRTParser.bundle
       - com.divx.SRTParser
       /Library/Application Support/DivX/Codecs/SSADecode.bundle
       - com.divx.SSADecode
       /Library/Application Support/DivX/Codecs/SSAParser.bundle
       - com.divx.SSAParser
       /Library/Application Support/DivX/Codecs/SUBParser.bundle
       - com.divx.SUBParser
       /Library/Application Support/DivX/Codecs/XSRTRasterizer.bundle
       - com.divx.XSRTRasterizer
       /Library/Application Support/DivX/Codecs/XiphVorbisDecode.bundle
       - com.divx.XiphVorbisDecode
       /Library/Application Support/DivX/Codecs/mc_dec_avc.framework
       - com.mainconcept.mc.dec.avc
       /Library/Application Support/DivX/Codecs/mc_enc_avc.framework
       - com.mainconcept.mc.enc.avc
       /Library/Application Support/DivX/DivXEngineBundle.bundle
       - com.DivX.DivXEngineBundle
       /Library/Application Support/DivX/DivXMediaServer.app
       - com.divx.DivXMediaServer
       /Library/Application Support/DivX/DivXTransferWizard.app
       - com.divx.TransferWizard
       /Library/Application Support/DivX/DivXUpdate.app
       - com.divx.DivXUpdate
       /Library/Application Support/DivX/DivXUpdater.app
       - com.divx.DivXUpdater
       /Library/Application Support/DivX/Frameworks/DSE_Core.framework
       - null
       /Library/Application Support/DivX/Frameworks/DivXQtSupport.framework
       - com.yourcompany.DivXQtSupport
       /Library/Application Support/DivX/Frameworks/DivXToolkit.framework
       - com.divx.divxtoolkit
       /Library/Application Support/DivX/Frameworks/PlatformModule.framework
       - com.divx.PlatformModule
       /Library/Application Support/DivX/Frameworks/QtCore.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtGui.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtNetwork.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtScript.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtSql.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtSvg.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtWebKit.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtXml.framework
       - null
       /Library/Application Support/DivX/Frameworks/QtXmlPatterns.framework
       - null
       /Library/Application Support/Google/GoogleTalkPlugin.app
       - com.google.GoogleTalkPluginD
       /Library/Application Support/Google/GoogleVoiceAndVideoUninstaller.app
       - com.google.GoogleTalkPluginUninstaller
       /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
       - com.microsoft.autoupdate2
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
       - com.microsoft.error_reporting
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
       - com.microsoft.netlib.shipassertprocess
       /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
       - com.microsoft.silverlight.sllauncher
       /Library/Application Support/draw/Agent/agent.app
       - com.someproduct.agent
       /Library/Automator/Add Attachments to Outlook Messages.action
       - com.microsoft.Automator.Add_Attachments_to_Outlook_Messages
       /Library/Automator/Add Content to Word Documents.action
       - com.microsoft.Automator.Add_Content_to_Word_Documents
       /Library/Automator/Add Document Properties Page to Word Documents.action
       - com.microsoft.Automator.Add_Document_Properties_Page_to_Word_Documents
       /Library/Automator/Add New Sheet to Workbooks.action
       - com.microsoft.Automator.Add_New_Sheet_to_Workbooks
       /Library/Automator/Add Table of Contents to Word Documents.action
       - com.microsoft.Automator.Add_Table_of_Contents_to_Word_Documents
       /Library/Automator/Add Watermark to Word Documents.action
       - com.microsoft.Automator.Add_Watermark_to_Word_Documents
       /Library/Automator/Apply Animation to PowerPoint Slide Parts.action
       - com.microsoft.Automator.Apply_Animation_to_PowerPoint_Slide_Parts
       /Library/Automator/Apply Font Format Settings to Word Documents.action
       - com.microsoft.Automator.Apply_Font_Format_Settings_to_Word_Documents
       /Library/Automator/AutoFormat Data in Excel Workbooks.action
       - com.microsoft.Automator.AutoFormat_Data_in_Excel_Workbooks
       /Library/Automator/Bring Word Documents to Front.action
       - com.microsoft.Automator.Bring_Word_Documents_to_Front
       /Library/Automator/Close Excel Workbooks.action
       - com.microsoft.Automator.Close_Excel_Workbooks
       /Library/Automator/Close Outlook Items.action
       - com.microsoft.Automator.Close_Outlook_Items
       /Library/Automator/Close PowerPoint Presentations.action
       - com.microsoft.Automator.Close_PowerPoint_Presentations
       /Library/Automator/Close Word Documents.action
       - com.microsoft.Automator.Close_Word_Documents
       /Library/Automator/Combine Excel Files.action
       - com.microsoft.Automator.Combine_Excel_Files
       /Library/Automator/Combine PowerPoint Presentations.action
       - com.microsoft.Automator.Combine_PowerPoint_Presentations
       /Library/Automator/Combine Word Documents.action
       - com.microsoft.Automator.Combine_Word_Documents
       /Library/Automator/Compare Word Documents.action
       - com.microsoft.Automator.Compare_Word_Documents
       /Library/Automator/Convert Format of Excel Files.action
       - com.microsoft.Automator.Convert_Format_of_Excel_Files
       /Library/Automator/Convert Format of PowerPoint Presentations.action
       - com.microsoft.Automator.Convert_Format_of_PowerPoint_Presentations
       /Library/Automator/Convert PowerPoint Presentations to Movies.action
       - com.microsoft.Automator.Convert_PowerPoint_Presentations_to_Movies
       /Library/Automator/Convert Word Content Object to Text Object.caction
       - com.microsoft.Automator.Convert_Word_Content_Object_to_Text_Object
       /Library/Automator/Copy Excel Workbook Content to the Clipboard.action
       - com.microsoft.Automator.Copy_Excel_Workbook_Content_to_the_Clipboard
       /Library/Automator/Copy PowerPoint Slides to the Clipboard.action
       - com.microsoft.Automator.Copy_PowerPoint_Slides_to_the_Clipboard
       /Library/Automator/Copy Word Document Content to the Clipboard.action
       - com.microsoft.Automator.Copy_Word_Document_Content_to_the_Clipboard
       /Library/Automator/Create List from Data in Workbook.action
       - com.microsoft.Automator.Create_List_from_Data_in_Workbook
       /Library/Automator/Create New Excel Workbook.action
       - com.microsoft.Automator.Create_New_Excel_Workbook
       /Library/Automator/Create New Outlook Mail Message.action
       - com.microsoft.Automator.Create_New_Outlook_Mail_Message
       /Library/Automator/Create New PowerPoint Presentation.action
       - com.microsoft.Automator.Create_New_PowerPoint_Presentation
       /Library/Automator/Create New Word Document.action
       - com.microsoft.Automator.Create_New_Word_Document
       /Library/Automator/Create PowerPoint Picture Slide Shows.action
       - com.microsoft.Automator.Create_PowerPoint_Picture_Slide_Shows
       /Library/Automator/Create Table from Data in Workbook.action
       - null
       /Library/Automator/Delete Outlook Items.action
       - com.microsoft.Automator.Delete_Outlook_Items
       /Library/Automator/Find and Replace Text in Word Documents.action
       - com.microsoft.Automator.Find_and_Replace_Text_in_Word_Documents
       /Library/Automator/Flag Word Documents for Follow Up.action
       - com.microsoft.Automator.Flag_Word_Documents_for_Follow_Up
       /Library/Automator/Forward Outlook Mail Messages.action
       - com.microsoft.Automator.Forward_Outlook_Mail_Messages
       /Library/Automator/Get Content from Word Documents.action
       - com.microsoft.Automator.Get_Content_from_Word_Documents
       /Library/Automator/Get Images from PowerPoint Slides.action
       - com.microsoft.Automator.Get_Images_from_PowerPoint_Slides
       /Library/Automator/Get Images from Word Documents.action
       - com.microsoft.Automator.Get_Images_from_Word_Documents
       /Library/Automator/Get Parent Presentations of Slides.action
       - com.microsoft.Automator.Get_Parent_Presentations_of_Slides
       /Library/Automator/Get Parent Workbooks.action
       - com.microsoft.Automator.Get_Parent_Workbooks
       /Library/Automator/Get Selected Content from Excel Workbooks.action
       - com.microsoft.Automator.Get_Selected_Content_from_Excel_Workbooks
       /Library/Automator/Get Selected Content from Word Documents.action
       - com.microsoft.Automator.Get_Selected_Content_from_Word_Documents
       /Library/Automator/Get Selected Outlook Items.action
       - com.microsoft.Automator.Get_Selected_Outlook_Items
       /Library/Automator/Get Selected Text from Outlook Items.action
       - com.microsoft.Automator.Get_Selected_Text_from_Outlook_Items
       /Library/Automator/Get Text From Outlook Mail Messages.action
       - com.microsoft.Automator.Get_Text_from_Outlook_Mail_Messages
       /Library/Automator/Get Text from Word Documents.action
       - com.microsoft.Automator.Get_Text_from_Word_Documents
       /Library/Automator/Import Text Files to Excel Workbook.action
       - com.microsoft.Automator.Import_Text_Files_to_Excel_Workbook
       /Library/Automator/Insert Captions into Word Documents.action
       - com.microsoft.Automator.Insert_Captions_into_Word_Documents
       /Library/Automator/Insert Content into Outlook Mail Messages.action
       - com.microsoft.Automator.Insert_Content_into_Outlook_Mail_Messages
       /Library/Automator/Insert Content into Word Documents.action
       - com.microsoft.Automator.Insert_Content_into_Word_Documents
       /Library/Automator/Insert New PowerPoint Slides.action
       - com.microsoft.Automator.Insert_New_PowerPoint_Slides
       /Library/Automator/Mark Outlook Mail Message as a To Do Item.action
       - com.microsoft.Automator.Mark_Outlook_Mail_Message_as_a_To_Do_Item
       /Library/Automator/Office.definition
       - com.microsoft.Automator.OfficeDefinition
       /Library/Automator/Open Excel Workbooks.action
       - com.microsoft.Automator.Open_Excel_Workbooks
       /Library/Automator/Open Outlook Items.action
       - com.microsoft.Automator.Open_Outlook_Items
       /Library/Automator/Open PowerPoint Presentations.action
       - com.microsoft.Automator.Open_PowerPoint_Presentations
       /Library/Automator/Open Word Documents.action
       - com.microsoft.Automator.Open_Word_Documents
       /Library/Automator/Paste Clipboard Content into Excel Workbooks.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Excel_Workbooks
       /Library/Automator/Paste Clipboard Content into Outlook Items.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Outlook_Items
       /Library/Automator/Paste Clipboard Content into PowerPoint Presentations.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_PowerPoint_Presentations
       /Library/Automator/Paste Clipboard Content into Word Documents.action
       - com.microsoft.Automator.Paste_Clipboard_Content_into_Word_Documents
       /Library/Automator/Play PowerPoint Slide Shows.action
       - com.microsoft.Automator.Play_PowerPoint_Slideshows
       /Library/Automator/Print Excel Workbooks.action
       - com.microsoft.Automator.Print_Excel_Workbooks
       /Library/Automator/Print Outlook Messages.action
       - com.microsoft.Automator.Print_Outlook_Messages
       /Library/Automator/Print PowerPoint Presentations.action
       - com.microsoft.Automator.Print_PowerPoint_Presentations
       /Library/Automator/Print Word Documents.action
       - com.microsoft.Automator.Print_Word_Documents
       /Library/Automator/Protect Word Documents.action
       - com.microsoft.Automator.Protect_Word_Documents
       /Library/Automator/Quit Excel.action
       - com.microsoft.Automator.Quit_Excel
       /Library/Automator/Quit Outlook.action
       - com.microsoft.Automator.Quit_Outlook
       /Library/Automator/Quit PowerPoint.action
       - com.microsoft.Automator.Quit_PowerPoint
       /Library/Automator/Quit Word.action
       - com.microsoft.Automator.Quit_Word
       /Library/Automator/Reply to Outlook Mail Messages.action
       - com.microsoft.Automator.Reply_to_Outlook_Mail_Messages
       /Library/Automator/Save Excel Workbooks.action
       - com.microsoft.Automator.Save_Excel_Workbooks
       /Library/Automator/Save Outlook Draft Messages.action
       - com.microsoft.Automator.Save_Outlook_Draft_Messages
       /Library/Automator/Save Outlook Items as Files.action
       - com.microsoft.Automator.Save_Outlook_Items_as_Files
       /Library/Automator/Save Outlook Messages as Files.action
       - null
       /Library/Automator/Save PowerPoint Presentations.action
       - com.microsoft.Automator.Save_PowerPoint_Presentations
       /Library/Automator/Save Word Documents.action
       - com.microsoft.Automator.Save_Word_Documents
       /Library/Automator/Search Outlook Items.action
       - com.microsoft.Automator.Search_Outlook_Items
       /Library/Automator/Select Cells in Excel Workbooks.action
       - com.microsoft.Automator.Select_Cells_in_Excel_Workbooks
       /Library/Automator/Select PowerPoint Slides.action
       - com.microsoft.Automator.Select_PowerPoint_Slides
       /Library/Automator/Send Outgoing Outlook Mail Messages.action
       - com.microsoft.Automator.Send_Outgoing_Outlook_Mail_Messages
       /Library/Automator/Set Category of Outlook Items.action
       - com.microsoft.Automator.Set_Category_of_Outlook_Items
       /Library/Automator/Set Document Settings.action
       - com.microsoft.Automator.Set_Document_Settings
       /Library/Automator/Set Excel Workbook Properties.action
       - com.microsoft.Automator.Set_Excel_Workbook_Properties
       /Library/Automator/Set Footer for PowerPoint Slides.action
       - com.microsoft.Automator.Set_Footer_for_PowerPoint_Slides
       /Library/Automator/Set Outlook Contact Properties.action
       - com.microsoft.Automator.Set_Outlook_Contact_Properties
       /Library/Automator/Set PowerPoint Slide Layout.action
       - com.microsoft.Automator.Set_PowerPoint_Slide_Layout
       /Library/Automator/Set PowerPoint Slide Transition Settings.action
       - com.microsoft.Automator.Set_PowerPoint_Slide_Transition_Settings
       /Library/Automator/Set Security Options for Word Documents.action
       - com.microsoft.Automator.Set_Security_Options_for_Word_Documents
       /Library/Automator/Set Text Case in Word Documents.action
       - com.microsoft.Automator.Set_Text_Case_in_Word_Documents
       /Library/Automator/Set Word Document Properties.action
       - com.microsoft.Automator.Set_Word_Document_Properties
       /Library/Automator/Sort Data in Excel Workbooks.action
       - com.microsoft.Automator.Sort_Data_in_Excel_Workbooks
       /Library/Frameworks/DivX Toolkit.framework
       - com.divx.divxtoolkit
       /Library/Frameworks/DivXInstallerUtilities.framework
       - com.yourcompany.DivXInstallerUtilities
       /Library/Frameworks/OSXFUSE.framework
       - com.github.osxfuse.framework
       /Library/Frameworks/TSLicense.framework
       - net.telestream.license
       /Library/Frameworks/TSLicense.framework/Versions/A/Resources/EWSMac-GC.framewor k
       - com.eSellerate.EWSMac67108872
       /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle
       - com.google.Keystone
       /Library/Internet Plug-Ins/CouponPrinter-FireFox_v2.plugin
       - com.coupons.plugin.mozilla-plugin
       /Library/Internet Plug-Ins/CouponPrinter-Safari.webplugin
       - com.coupons.plugin.safari-plugin
       /Library/Internet Plug-Ins/DirectorShockwave.plugin
       - com.adobe.director_12_0.shockwave.pluginshim
       /Library/Internet Plug-Ins/DivX Web Player.plugin
       - com.divx.DivXWebPlayer
       /Library/Internet Plug-Ins/Flash Player.plugin
       - com.macromedia.Flash
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
       - net.telestream.wmv.plugin
       /Library/Internet Plug-Ins/OVSHelper.plugin
       - com.divx.OVSHelper
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/ASN/ASN.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/OID/OID.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/TrapReceiver/TrapRec eiver.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/agent/agent.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/agent/default_store/ default_store.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/NetSNMP/default_store/defaul t_store.bundle
       - null
       /Library/Perl/5.16/darwin-thread-multi-2level/auto/SNMP/SNMP.bundle
       - null
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
       - net.telestream.wmv.prefpane
       /Library/PreferencePanes/OSXFUSE.prefPane
       - com.github.osxfuse.OSXFUSEPrefPane
       /Library/Printers/Canon/BJPrinter/Frameworks/BJCommand2.framework
       - jp.co.canon.bsd.bjcommand2
       /Library/Printers/Canon/BJPrinter/Frameworks/BJEssential2.framework
       - jp.co.canon.bsd.bjessential2
       /Library/Printers/Canon/BJPrinter/Frameworks/BJExtDDI.framework
       - jp.co.canon.bj.bjextddi
       /Library/Printers/Canon/BJPrinter/Frameworks/BJPDELocalizedString2.framework
       - jp.co.canon.bj.bjpdelocalizedstring2
       /Library/Printers/Canon/BJPrinter/Frameworks/BJPrinterUtility2.framework
       - jp.co.canon.bj.print.BJPrinterUtility2
       /Library/Printers/Canon/BJPrinter/Frameworks/BJStatus2.framework
       - jp.co.canon.bj.print.bjstatus2.a
       /Library/Printers/Canon/BJPrinter/Plugins/BJNP/CIJNetworkIOM.plugin
       - jp.co.Canon.ij.print.iom.CIJNP
       /Library/Printers/Canon/BJPrinter/Plugins/BJNP/CIJNetworkPBM.plugin
       - jp.co.Canon.ij.print.pbm.CIJNP
       /Library/Printers/Canon/BJPrinter/Plugins/BJNP/canonijnetwork.bundle
       - jp.co.canon.ij.print.backend.canonijnetwork
       /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/BJUSBIOM.plugin
       - jp.co.canon.bj.print.bjusbiom
       /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/BJUSBPBM.plugin
       - jp.co.canon.bj.print.pbm.USB
       /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/CIJUSBClassDriver.plugin
       - jp.co.canon.ij.print.CIJUSBClassDriver
       /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/CIJUSBClassDriver2.plugin
       - jp.co.canon.ij.print.CIJUSBClassDriver2
       /Library/Printers/Canon/BJPrinter/Plugins/CIJUtility/CIJUtilityControl.bundle
       - jp.co.canon.ij.print.utility.control
       /Library/Printers/Canon/BJPrinter/Plugins/IJBluetooth/IJBluetoothIOM.plugin
       - jp.co.canon.ij.print.ijbluetoothiom
       /Library/Printers/Canon/BJPrinter/Utilities/BJPrinterUtility2.app
       - jp.co.canon.bj.print.app.bjprinterutility2
       /Library/Printers/Canon/BJPrinter/Utilities/CanonIJPrinterUtility.app
       - jp.co.canon.bj.print.app.canonijprinterutility
       /System/Library/BridgeSupport/ruby-2.0/bridgesupportparser.bundle
       - null
       /System/Library/Frameworks/v.framework
       - null
       /System/Library/Frameworks/v.framework/Versions/A/PlugIn/loader.bundle
       - com.someproduct.loader
       /System/Library/Frameworks/v.framework/Versions/A/PlugIn/plugIn.bundle
       - com.someproduct.plugIn
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/B/B.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Compress/Raw/Bzip2/Bz ip2.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zli b.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/DB_File/DB_File.bundl e
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Data/Dumper/Dumper.bu ndle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Devel/DProf/DProf.bun dle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Devel/PPPort/PPPort.b undle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Devel/Peek/Peek.bundl e
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Digest/MD5/MD5.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Digest/SHA/SHA.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/Byte/Byte.bund le
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/CN/CN.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/EBCDIC/EBCDIC. bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/Encode.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/JP/JP.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/KR/KR.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/Symbol/Symbol. bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/TW/TW.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Encode/Unicode/Unicod e.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Fcntl/Fcntl.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/File/Glob/Glob.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Filter/Util/Call/Call .bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Hash/Util/FieldHash/F ieldHash.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Hash/Util/Util.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/I18N/Langinfo/Langinf o.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/IO/IO.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/IPC/SysV/SysV.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/List/Util/Util.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/MIME/Base64/Base64.bu ndle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Math/BigInt/FastCalc/ FastCalc.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/NDBM_File/NDBM_File.b undle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Opcode/Opcode.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/POSIX/POSIX.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/PerlIO/encoding/encod ing.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/PerlIO/scalar/scalar. bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/PerlIO/via/via.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/SDBM_File/SDBM_File.b undle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Socket/Socket.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Storable/Storable.bun dle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Sys/Hostname/Hostname .bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Sys/Syslog/Syslog.bun dle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Text/Soundex/Soundex. bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Time/HiRes/HiRes.bund le
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Time/Piece/Piece.bund le
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Unicode/Normalize/Nor malize.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/attributes/attributes .bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/mro/mro.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/re/re.bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/threads/shared/shared .bundle
       - null
       /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/threads/threads.bundl e
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/B/B.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Compress/Raw/Bzip2/Bz ip2.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zli b.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/DB_File/DB_File.bundl e
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Data/Dumper/Dumper.bu ndle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Devel/PPPort/PPPort.b undle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Devel/Peek/Peek.bundl e
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Digest/MD5/MD5.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Digest/SHA/SHA.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/Byte/Byte.bund le
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/CN/CN.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/EBCDIC/EBCDIC. bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/Encode.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/JP/JP.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/KR/KR.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/Symbol/Symbol. bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/TW/TW.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Encode/Unicode/Unicod e.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Fcntl/Fcntl.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/File/Glob/Glob.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Filter/Util/Call/Call .bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Hash/Util/FieldHash/F ieldHash.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Hash/Util/Util.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/I18N/Langinfo/Langinf o.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/IO/IO.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/IPC/SysV/SysV.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/List/Util/Util.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/MIME/Base64/Base64.bu ndle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Math/BigInt/FastCalc/ FastCalc.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/NDBM_File/NDBM_File.b undle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Opcode/Opcode.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/POSIX/POSIX.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/PerlIO/encoding/encod ing.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/PerlIO/mmap/mmap.bund le
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/PerlIO/scalar/scalar. bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/PerlIO/via/via.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/SDBM_File/SDBM_File.b undle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Socket/Socket.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Storable/Storable.bun dle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Sys/Hostname/Hostname .bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Sys/Syslog/Syslog.bun dle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Text/Soundex/Soundex. bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Tie/Hash/NamedCapture /NamedCapture.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Time/HiRes/HiRes.bund le
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Time/Piece/Piece.bund le
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Unicode/Collate/Colla te.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/Unicode/Normalize/Nor malize.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/arybase/arybase.bundl e
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/attributes/attributes .bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/mro/mro.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/re/re.bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/threads/shared/shared .bundle
       - null
       /System/Library/Perl/5.16/darwin-thread-multi-2level/auto/threads/threads.bundl e
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/APR.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Base64/Bas e64.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Brigade/Br igade.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Bucket/Buc ket.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/BucketAllo c/BucketAlloc.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/BucketType /BucketType.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Const/Cons t.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Date/Date. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Error/Erro r.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Finfo/Finf o.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/IpSubnet/I pSubnet.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/OS/OS.bund le
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/PerlIO/Per lIO.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Pool/Pool. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/SockAddr/S ockAddr.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Socket/Soc ket.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Status/Sta tus.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/String/Str ing.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Table/Tabl e.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/ThreadMute x/ThreadMutex.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/ThreadRWLo ck/ThreadRWLock.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/URI/URI.bu ndle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/UUID/UUID. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/APR/Util/Util. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Access /Access.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/CmdPar ms/CmdParms.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Comman d/Command.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Connec tion/Connection.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Connec tionUtil/ConnectionUtil.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Const/ Const.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Direct ive/Directive.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Filter /Filter.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Filter Rec/FilterRec.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/HookRu n/HookRun.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Log/Lo g.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/MPM/MP M.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Module /Module.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Proces s/Process.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Reques tIO/RequestIO.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Reques tRec/RequestRec.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Reques tUtil/RequestUtil.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Respon se/Response.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Server Rec/ServerRec.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Server Util/ServerUtil.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/SubPro cess/SubProcess.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/SubReq uest/SubRequest.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/URI/UR I.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Apache2/Util/U til.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/B/Hooks/OP/Che ck/Check.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/BerkeleyDB/Ber keleyDB.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Bit/Vector/Vec tor.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Class/XSAccess or/XSAccessor.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Clone/Clone.bu ndle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Compress/Bzip2 /Bzip2.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Convert/UUlib/ UUlib.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/CoreFoundation /CoreFoundation.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Crypt/OpenSSL/ RSA/RSA.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Crypt/OpenSSL/ Random/Random.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBD/SQLite/SQL ite.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBI/DBI.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DateTime/DateT ime.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Devel/Caller/C aller.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Devel/Declare/ Declare.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Devel/GlobalDe struction/GlobalDestruction.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Digest/SHA1/SH A1.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Encode/Detect/ Detector/Detector.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Foundation/Fou ndation.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/GSSAPI/GSSAPI. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/HTML/Parser/Pa rser.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/IO/Tty/Tty.bun dle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Inline/Python/ Python.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Internals/Inte rnals.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/List/MoreUtils /MoreUtils.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/ModPerl/Const/ Const.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/ModPerl/Global /Global.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/ModPerl/Util/U til.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Moose/Moose.bu ndle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Net/DNS/DNS.bu ndle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Net/SSLeay/SSL eay.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/NetAddr/IP/Uti l/Util.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Package/Stash/ XS/XS.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/PadWalker/PadW alker.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Params/Classif y/Classify.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Params/Util/Ut il.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Params/Validat e/Validate.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/PerlIO/eol/eol .bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/PerlIO/gzip/gz ip.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/PerlObjCBridge /PerlObjCBridge.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Socket6/Socket 6.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Sub/Name/Name. bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Term/ReadKey/R eadKey.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Unix/Syslog/Sy slog.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Variable/Magic /Magic.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/XML/LibXML/Lib XML.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/XML/LibXSLT/Li bXSLT.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/XML/Parser/Exp at/Expat.bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/YAML/Syck/Syck .bundle
       - null
       /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/autobox/autobo x.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/APR.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Base64/Bas e64.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Brigade/Br igade.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Bucket/Buc ket.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/BucketAllo c/BucketAlloc.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/BucketType /BucketType.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Const/Cons t.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Date/Date. bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Error/Erro r.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Finfo/Finf o.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/IpSubnet/I pSubnet.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/OS/OS.bund le
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/PerlIO/Per lIO.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Pool/Pool. bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/SockAddr/S ockAddr.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Socket/Soc ket.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Status/Sta tus.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/String/Str ing.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Table/Tabl e.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/ThreadMute x/ThreadMutex.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/ThreadRWLo ck/ThreadRWLock.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/URI/URI.bu ndle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/UUID/UUID. bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/APR/Util/Util. bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Access /Access.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/CmdPar ms/CmdParms.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Comman d/Command.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Connec tion/Connection.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Connec tionUtil/ConnectionUtil.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Const/ Const.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Direct ive/Directive.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Filter /Filter.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Filter Rec/FilterRec.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/HookRu n/HookRun.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Log/Lo g.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/MPM/MP M.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Module /Module.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Proces s/Process.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Reques tIO/RequestIO.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Reques tRec/RequestRec.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Reques tUtil/RequestUtil.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Respon se/Response.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Server Rec/ServerRec.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Server Util/ServerUtil.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/SubPro cess/SubProcess.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/SubReq uest/SubRequest.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/URI/UR I.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Apache2/Util/U til.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/B/Hooks/OP/Che ck/Check.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/BerkeleyDB/Ber keleyDB.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Bit/Vector/Vec tor.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Class/Load/XS/ XS.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Class/XSAccess or/XSAccessor.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Clone/Clone.bu ndle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Compress/Bzip2 /Bzip2.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Convert/UUlib/ UUlib.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/CoreFoundation /CoreFoundation.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Crypt/OpenSSL/ RSA/RSA.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Crypt/OpenSSL/ Random/Random.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/DBD/SQLite/SQL ite.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/DBI/DBI.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/DateTime/DateT ime.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Devel/Caller/C aller.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Devel/Declare/ Declare.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Digest/SHA1/SH A1.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Encode/Detect/ Detector/Detector.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Foundation/Fou ndation.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/GSSAPI/GSSAPI. bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/HTML/Parser/Pa rser.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/IO/Tty/Tty.bun dle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Inline/Python/ Python.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Internals/Inte rnals.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/List/MoreUtils /MoreUtils.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/ModPerl/Const/ Const.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/ModPerl/Global /Global.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/ModPerl/Util/U til.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Moose/Moose.bu ndle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Net/DNS/DNS.bu ndle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Net/SSLeay/SSL eay.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/NetAddr/IP/Uti l/Util.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Package/Stash/ XS/XS.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PadWalker/PadW alker.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Params/Classif y/Classify.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Params/Util/Ut il.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/Params/Validat e/XS/XS.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PerlIO/eol/eol .bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level/auto/PerlIO/gzip/gz ip.bundle
       - null
       /System/Library/Perl/Extras/5.16/darwin-thread-multi-2lev

  • Problem with threads and simulation: please help

    please help me figure this out..
    i have something like this:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DrawShapes extends JApplet{
         private JButton choices[];
         private String names[]={"line", "square", "oval"};
         private JPanel buttonPanel;
         private DrawPanel drawingArea;
         private int width=300, height=200;
         public void init(){
              drawingArea=new DrawPanel(width, height);
              choices=new JButton[names.length];
              buttonPanel=new JPanel();
              buttonPanel.setLayout(new GridLayout(1, choices.length));
              ButtonHandler handler=new ButtonHandler();
              for(int i=0; i<choices.length; i++){
                   choices=new JButton(names[i]);
                   buttonPanel.add(choices[i]);
                   choices[i].addActionListener(handler);
              Container c=getContentPane();
              c.add(buttonPanel, BorderLayout.NORTH);
              c.add(drawingArea, BorderLayout.CENTER);
         }//end init
         public void setWidth(int w){
              width=(w>=0 ? w : 300);
         public void setHeight(int h){
              height=(h>=0 ? h : 200);
         /*public static void main(String args[]){
              int width, height;
              if(args.length!=2){
                   height=200; width=300;
              else{
                        width=Integer.parseInt(args[0]);
                        height=Integer.parseInt(args[1]);
              JFrame appWindow=new JFrame("An applet running as an application");
              appWindow.addWindowListener(
                   new WindowAdapter(){
                        public void windowClosing(WindowEvent e){
                             System.exit(0);
              DrawShapes appObj=new DrawShapes();
              appObj.setWidth(width);
              appObj.setHeight(height);
              appObj.init();          
              appObj.start();
              appWindow.getContentPane().add(appObj);
              appWindow.setSize(width, height);
              appWindow.show();
         }//end main*/
         private class ButtonHandler implements ActionListener{
              public void actionPerformed(ActionEvent e){
                   for(int i=0; i<choices.length; i++){
                        if(e.getSource()==choices[i]){
                             drawingArea.setCurrentChoice(i);
                             break;
    }//end class DrawShapes
    class DrawPanel extends JPanel{
         private int currentChoice=-1;
         private int width=100, height=100;
         public DrawPanel(int w, int h){
              width=(w>=0 ? w : 100);
              height=(h>=0 ? h : 100);
         public void paintComponent(Graphics g){
              super.paintComponent(g);
              switch(currentChoice){
                   case 0:     g.drawLine(randomX(), randomY(), randomX(), randomY());
                             break;
                   case 1: g.drawRect(randomX(), randomY(), randomX(), randomY());
                             break;
                   case 2: g.drawOval(randomX(), randomY(), randomX(), randomY());
                             break;
         public void setCurrentChoice(int c){
              currentChoice=c;
              repaint();          
         private int randomX(){
              return (int) (Math.random()*width);
         private int randomY(){
              return (int) (Math.random()*height);
    }//end class drawPanel
    That one's from a book. I used that code to start with my applet. Mine calls different merthod from the switch cases. Say I have:
    case 0: drawStart(g); break;
    public void drawStart(Graphics g){
      /* something here */
    drawMain(g);
    public void drawMain(graphics g){
    g.drawString("test", x, y);
    //here's where i'm trying to pause
    //i've tried placing Thread.sleep between these lines
    g.drawLine(x, y, a, b);
    //Thread.sleep here
    g.drawRect(x, y, 50, 70);
    }I also need to put delays between method calls but I need to synchronize them. Am I doing it all wrong? The application pauses or sleeps but afterwards, it still drew everything all at once. Thanks a lot!

    It is. Sorry about that. Just answer any if you want to. I'd appreciate your help. Sorry again if it caused you anything or whatever. .n_n.

  • Apple Mini DVI to Video Adapter is not working. Please Help...

    I bought an Apple Mini DVI to Video Adapter to connect my Macbook to a TV using normal video cable. When I connect the cable, my Laptop DIsplay gives a flickr once and then it shows nothing. I checked Display in the system preference where I don't get a secondary monitor option. My TV is panasonic and it's an old one. I work on Final Cut Pro and it's very very important to see my videos on a TV. What am I doing wrong with the connection? Anyone Please Please help...

    Your probably not doing anything wrong. There are thousands of users with Similar issues and it seems to be with many different adapters.
    We have Mini DP to VGA (3 different brands) and they all fail most of the time. This seems more prevalent with LCD Projectors. I've tested some (50+) with VGA Monitor (HP) and they all worked, LCD Projector (Epson, Hitachi, and Sanyo) and they all fail, DLP Projector (Sanyo) and one worked.
    My Apple Mini DP to DVi works most of the time. My Mini DP to HDMI (Generic non Apple) works every time.
    The general consensus is that Apple broke something in the OS around 10.6.4 or 10.6.5 and its not yet fixed. As we are a school we have logged a case with the EDU Support group so will see what happens.
    Dicko

  • PSE icons instead of the photo. I need to view photos at a glance. Please help me????

    Please help, this is driving me crazy.  I have downloaded my free PSE #9, it came with my Leica Camera.  I cannot view at a glance any of my photos.  There is only an icon that reads, PSE.  To view any of my photos, I must click select and then preview.  This gets old, and I am doing 4 times the work. I am having to use the dates to guess where my photos might be.  I hate this!  My old Photo Shop #5 didn't do this.  When you went to my pictures, you could see every photo.
    I have tried the right click and open as any program.  What ever program I choose, that is the icon that appears.  No photo. Still no good.
    Please help.
    Thanking anyone in advance,
    Leica

    Hi,
    Are you using Windows Explorer to view the files?
    If so, load Explorer, go to the Tools menu and select Folder Options.
    Click on the View tab and make sure the first option (Always show icons, never thumbnails) is not checked.
    Click on OK and see if that is any better.
    Brian

  • Error Log during logon of RAR 5.3 Portal - please help

    Hi Experts,
    We are unable to login into the CC portal [GRC RAR 5.3]. The login screen is appearing again and again without logging into the CC portal
    Below is the log file which we are getting and we understand that the product is not responding properly to the application
    Can somebody please help us in resolving this at the earliest
    Thanks in Advance
    Best Regagards,
    Srihari.K
    Date : 12/05/2008
    Time : 2:38:16:008
    Message : Exception of type com.sap.sql.log.OpenSQLException caught: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?"..
    [EXCEPTION]
    com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Severity : Error
    Category : /System/Database/sql/jdbc/common
    Location : com.sap.sql.jdbc.common.CommonPreparedStatement
    Application : sap.com/tcwddispwda
    Thread : SAPEngine_Application_Thread[impl:3]_32
    Datasource : 1666450:/apps/usr/sap/HLG/JC00/j2ee/cluster/server0/log/defaultTrace.trc
    Message ID : 0003BAF96A51006E0000001F0000265200045D4A46588084
    Source Name : com.sap.sql.jdbc.common.CommonPreparedStatement
    Argument Objs : com.sap.sql.log.OpenSQLException,Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".,com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Arguments : com.sap.sql.log.OpenSQLException,Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".,com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Dsr Component : n/a
    Dsr Transaction : d2d9c100c2b811dd9eb60003baf96a51
    Dsr User :
    Indent : 0
    Level : 0
    Message Code : com.sap.sql_0019
    Message Type : 1
    Relatives : /System/Database/sql/jdbc/common
    Resource Bundlename :
    Session : 92
    Source : com.sap.sql.jdbc.common.CommonPreparedStatement
    ThreadObject : SAPEngine_Application_Thread[impl:3]_32
    Transaction :
    User : ac_admin

    Hi,
    The shear length  of your post is frightening - this would keep many potential replies away !!
    What i woudl recommend is --> Open an OSS messgae ! This would resolve your problem !!
    Thanks

Maybe you are looking for

  • Merge two rows & show in a single row in table results

    Hi, I need to merge 2 rows having 3 columns in a single row in table view The cols are currently shown as : Project NO-------(Current_Month) Revenue----------(Prior_Month) Revenue 123123 10000 20000 Revenue is a single column with revenue for diffree

  • HR-ABAP basic questions

    1) What is the reason for using infotypes with different way(not the same way as in ABAP) of saving the records the database is used in the ABAP-HR Programming? 2) What is the some reason for using Logical Database more ABAP-HR? 3) What is the reason

  • How to get Lightroom 5.7 to display in full screen mode on Mac Yosemite?

    How can I get Lightroom 5.7 to display in full screen mode in Yosemite (Mac OS X 10.10.1)? Of course, that old full screen button at the top right of the window is gone now in Yosemite, but the third button in the top left of the window (the one that

  • Material transfer from one plant to another

    Hi expert i am transfer material from one plant to another , for the same i have  created a vendor in that i have assigned supplying plant, and in the Purchase order, i am need to use inventoried tax code. For the same i have done transfer with 351 a

  • Super drive not working

    super drive not working