Open balance in oracle Discoverer 4

hi,
I have supplier statement in oracle discoverer and it works fine. I give from date / to date parameters and it return transactions summary per each supplier. I need to add the open balance amount for each supplier to have real statement. so can you provide me with any idea to do that in discoverer.
thanks
Oracle discoverer plus 4.1.37.00.0

Hi,
What you want to do is difficult to do in Discoverer, because you need to add the same amount into the report more than once to generate the open and close balances. Also Discoverer always returns a table of data so the columns must be the same for each row.
You can generate this report by creating a database view or custom folder that unions together the amounts for the open and closing balances.
For example, if your table was called inv_table then you can create a view or custom folder containing the following query which has some extra columns for selecting rows in your report:
select name, null inv_date, 0 num, amount, 'OPEN' sect, inv_date sdate, inv_date edate
from inv_table
union all
select name, inv_date, num, amount, 'STMT' sect, null sdate, inv_date edate
from inv_table
union all
select name, null inv_date, null num, amount, 'CLOSE' sect, null sdate, inv_date edate
from inv_tableThen you can create your report based on this folder selecting the name, inv_date, num, sect and SUM(Amount) from the folder. Create sdate and stmt_start and stmt_end date parameters for the report and then use the following conditions to select the rows you want:
(sdate < :stmt_start or sdate is null) and edate <= :stmt_end
and
(inv_date between :stmt_start and :stmt_end or inv_date is null)Rod West

Similar Messages

  • How to calculate Beginning , Current & To date opening Balances

    Hi to all
    Anybody know that How to calculate Beginning , Current & To date opening Balances in Oracle Payable
    Thanks
    Zulqarnain

    sorry igonore above one
    i don't want last day of the month
    i want last working day of the current month
    please solve this
    urgent

  • AR Open Balances ~java.sql.SQLException: No corresponding LOB data found

    Dear all,
    Please gudie me to solve this error..
    OPP.log file
    [10/24/12 12:16:18 PM] [UNEXPECTED] [82244:RT2787964] java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA,DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ))
    at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:403)
    at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:236)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:1164)
    Regards
    Dharma

    what you can't understand?
    OPP.log tell you what no lob for template (layout as rtf, pdf) in tables XDO_LOBS and XDO_TEMPLATES_B
    so you have the query for checking
    >
    Please gudie me to solve this error..
    >
    for AR Open Balances get appl_short_name
    find template by query from opp.log or by xml publisher resp
    check existing of template file

  • Customized responsibility not run " Supplier Open Balance Letter Report"

    I have customized standard Responsibility from " Payable Manager " , this Responsibility run the " Supplier Open Balance Letter Report" with completed Error Status . ?
    Even it has same Request Group " All Reports " and " Payables " Application.
    The Error Message in the log is =
    ERR REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    needs help urgently.
    Message was edited by:
    alihaddawi

    Dear,
    I have Enabled the parameters ( Debug Flag , Trace Flag) with checking Display of both , ran the Report got that from LOG this one:
    Payables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APXSOBLX module: Supplier Open Balance Letter
    Current system time is 23-SEP-2007 09:46:02
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_AS_OF_DATE='2007/09/01 00:00:00'
    P_SUPPLIER_NAME_FROM='BABYLON Eagles Security Co.'
    P_SUPPLIER_NAME_TO='BABYLON Eagles Security Co.'
    P_CURRENCY='USD'
    P_INCLUDE_PREPAYMENTS='Y'
    P_MIN_INVOICE_BALANCE='0'
    P_MIN_OPEN_BALANCE='0'
    P_DEBUG_FLAG='y'
    P_TRACE_FLAG='y'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    LOG :
    Report: F:\oracle\prodappl\ap\11.5.0\reports\US\APXSOBLX.rdf
    Logged onto server:
    Username:
    LOG :
    Logged onto server:
    Username: APPS
    ERR REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 268930.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 23-SEP-2007 09:46:03
    ---------------------------------------------------------------------------

  • Oracle Discoverer Desktop Report output showing unicode characters

    Hi,
    Oracle Discoverer Desktop 4i version Report output showing the below unicode characters.
    kara¿ah L¿MAK HOLD¿NG A.¿
    We ran the same query in sql at that time the data showing correctly.
    Please let me know, is there any language settings/ NLS settings are need to set
    Thanks in Advance.

    Hi
    Let me give you some background. In the Windows registy, every Oracle Home has a setting called NLS_LANG. This is the variable that controls, among other things, the numeric characters and the language used. The variable is made up of 3 parts. These are:
    language_territory.characterset
    Notice how there is an underscore character between the first two variables and a period between the last two. This is very important and must not be changed.
    So, for example, most American settings look like this: AMERICAN_AMERICA.WE8MSWIN1252
    The second variable, the territory, controls the default date, monetary, and numeric formats and must correspond to the name of a country. So if I wanted to use the Greek settings for numeric formatting, editing the NLS_LANG for Discoverer Desktop to this setting will do the trick:
    AMERICAN_GREECE.WE8MSWIN1252
    Can you please check your settings? Here's a workflow:
    a) Open up your registry by running Regedit
    b) Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    c) Look for the Oracle Home corresponding to where Discoverer Desktop is installed. It's probably called KEY_BIToolsHome_1
    d) Clicking on the Oracle Home will display all of the variables
    e) Take a look at the variable called NLS_LANG - if it is correct Exit the registry
    f) If its not correct please right-click on it and from the pop-up select Modify
    f) Change the variable to the right setting
    g) Click the OK button to save your change
    h) Exit the registry
    Best wishes
    Michael

  • Error of access denied opening a workbook in discoverer viewer 10.1.2

    When I open a workbook in discoverere viewer in the html page shows this message:
    OracleBI Discoverer Viewer no ha encontrado los datos necesarios para mostrar los resultados de este evento. Corrija los errores y vuelva a intentarlo.
    - access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    However data seems correct, but I don't know how to delete this message.
    Thanks,
    Carlos

    Hi Carlos,
    Metalink has some information regarding what sounds like a solution to your problem under Doc Id : 265228.1. Have a read and let us know if this is for you and whether you get it working in a development environment.
    Symptoms
    Discoverer 10g (9.0.4) Plus and Viewer throws 'page cannot be displayed'
    Other symptoms
    A.) Discoverer Plus shows a file download dialog with virus warning "Some files can harm your computer. If the file information below looks suspicious, or you do not fully trust the source,do not open or save the file."
    Opening or cancelling will again throw "page cannot be displayed"
    B.) Plus throws a blank page and Viewer throws 500 internal server error
    Cause
    Installation failure on configuring discoverer in OC4J_BI_Forms may caused the problem.
    Using pre-production / beta code (M16b shiphome) will cause the problem.
    Fix
    1.) Edit the file $ORACLE_HOME(midtier)/j2ee/OC4J_BI_Forms/config/java2.policy
    2.) Add the below lines at the end of the file
    ================================
    grant codebase "file:${oracle.home}/discoverer/lib/discoverer5.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/j2ee/home/-" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/pdkjava.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/ptlshare.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    ===========================
    3.) Restart OPMN.
    4.) Invoke Discoverer Plus or Viewer.
    Let us know how you get on.
    Lance

  • Differences between  Oracle Discoverer 10g and 11g (EBS & Desktop)

    We are in the process of upgrading from Oracle Discoverer 10g testing to Oracle Discoverer 11g.
    We have had several requests (from functional users) for documentation that might reflect the changes in this release level. Does anyone have relevant documentation that might help explain what has changed so that they can be better prepared.

    We are in the process of going from 10 desktop to 11 plus. I do not like it as other end-users I have talked to don't either. In desktop, I could have multiple reports open at one time, move tabs from one report to another so I wouldn't have to rebuild the report again. Also, there are times I have 3 or more sessions of desktop running with multiple reports running in them. In plus, I am limited to one session and one report. That slows down productivity big time. In desktop, exporting crosstabs to excel is more user friendly than plus. For desktop, it will fill in the cells below with the data above it if it changes. In plus, it looks like a pivot table. I have read other posts on how to work around that, but not always functional. Using Dense_Rank() works sometimes depending on how the report is written. IT is researching another way but haven't heard back from the consultants. Or, I will have to modify all my excel files with formulas to do that for me. Also in desktop, I can select all and copy paste the results into excel and all data comes in. The row and column headers, page items and even the title section will paste into excel. Plus only gives you the data, no row or column headers. So I have to export it every time I need the data. I have formatted excel files that all I need to do is copy paste and data flows beautifully. As for organizing and saving reports, desktop is much better. I can save reports out on our network under different folders so I can find them faster by topic. Granted, if that directory is an open one, anyone can change/delete it. In plus, the only advantage of saving it on the database is I can sort and search for reports or users. If you make any changes in plus and then walk away from your desk, plus will shut down after a certain time period. If you didn't save it, you have to start over. Don't know if this is something IT can fix???
    As we see it, plus is a step back in technology. I hope someone can change that opinion. Don't know if we are not getting the best support from whoever is working with us (Oracle or 3rd party) or we are missing something???? If so, please share.
    Thanks.

  • How can I set the Corporate Logo instead of Oracle Discoverer logo in 10g

    Hi,
    How can I set the corporate logo/corporate welcom html file instead of oracle discoverer logo in oracle discoverer plus for olap reports version 10.1.2.48.18. while loading the d4o sessions.
    Exactly what are all the steps that I need to follow .
    Thanks,
    Natarajan.U

    Hi Lance,
    Thanks for the documents. Its really helpful to me.
    I am able to change the look and feel of my reports. But I am unable to change the corporate logo.
    The steps that I followed.
    1.Goto discoverer Plus configruation.
    2.Goto Logo change the option button from None to File and Choosed the .jpg file from C:\Logos.
    3.Restarted the application server.
    4.Open the BI plus reports in IE. But still I am seeing the same Oracle Logo only.
    5.But whatever the look and feel like plastic/system/oracle I changed I am able to see the changes.
    6.The logo change is not as simple as I thought??. I need to create Jar on this logo and I need to put the jar file in java /j2ee directory???.
    Thanks,
    Nats

  • How get runing total but opening balance pass from form through parameter

    Sir I have tow table in accbal have opening balance and in voudetail have daily transaction I need ledger report with opening balance
    My report get opening balance from accbal and get befor given date balance from voudetail
    Such as
    For opening balance
    Selelect case when dr>cr then dr-cr
    When cr>dr then cr-dr
    End opbal from accbal
    For get balance form daily transaction
    Select case when sum(debit)-sum(credit)> sum(credit)-sum(debit) then
    sum(debit)-sum(credit)
    when sum(credit)-sum(debit)>sum(debit)-sum(credit) then
    sum(credit)-sum(debit)
    end trbalance from voudetail
    where date <givendate
    cal acute both balance in variable
    total =opbal+trbal
    and send this total in report as opening balance on top of report and add this amount asper condition in amount report amount is debit and totalbal is debit then
    placeholdercolumn=totalbal+reportdebit
    or credit then
    placeholdercolumn=totalbal-reportdebit
    sir I need this type of calculation in report
    or
    if you give me idea n query is best for me I calculate with over function and use report only for output
    please sir give me idea urgent
    thank
    aamir

    Meilan (guest) wrote:
    : I wrote a Report called by a Form and pass a parameter from the
    : Form to the Report, successfully! But I imported a Graphic in
    : the Report, and the Graphic could not get the parameter...(the
    : parameter in the Report and Graphic should both pass from the
    : Form).
    : I call the Report by " Run_Product( REPORTS, :V_PRTNAME,
    : SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id,NULL); " in the Form.
    : and I imported the image from file for the Graphic in the
    Report.
    : Thanks for your help!
    Meilan,
    This forum is for Headstart related questions and experiences
    only. Please go to metalink.oracle.com to get more information on
    your problem.
    Regards,
    Ton
    null

  • Difference between Oracle Discoverer and ReportsBuilder

    Hi Everybody,
    I have a question concerning the differences between the two reporting solutions offered by Oracle : Oracle Discoverer Desktop and Oracle Reports Developer.
    I am wondering if both of them support OLAP data, if they allow reports publishing (through a web server) and if they have an SDK kit.
    Should we prefer one solution over another or each one has its own domain of use
    Thanks for your answer

    hi lee,
    discoverer is an end-user based tool for querying data. basically
    an administrator prepares an environment that the end-user can
    easily select his query without knowing anything about the technologies.
    discoverer is available on the web (iAS) as well as on client/server (iDS).
    reports is a powerful enterprise reporting tool which provides the
    end-user a ready to use reports. basically a reports developer can
    base a report on any datasource and you can get the output in any format
    you like. report has open api's and powerfurl frameworks to extend the
    out of the box functionality. you can design reports for paper based
    reporting to produce output or you can design reports for the web.
    reports is capable of dealing with mass data and for that fully scalable.
    this was just a high level introduction.
    find much more information about the product on OTN
    http://otn.oracle.com/products/reports/content.html
    regards,
    christian

  • What is the future of Oracle Discoverer?

    I posted some of my thoughts on this one http://www.appsbi.com/2007/03/19/what-is-the-future-of-oracle-discoverer-freeware/
    and thought who could be better to answer other than Discoverer users themselves. Do you think it makes sense to release Discoverer as a freeware tool or best as an Open source tool?
    regards
    Nilesh
    http://www.infocaptor.com

    Hi Bob
    You mustn't believe everything you hear from an Oracle sales person. The sales reps have a vested interest in making you believe that OBI SE, which includes Discoverer, will not be here because they earn a lot more commission if they can get you to use EE.
    They are right though in that Oracle is developing a tool that will migrate the Discoverer metadata into the Siebel metadata but this is only aimed at making you upgrade to Siebel - which is about 4 to 5 times the cost of Discoverer by the way. Siebel won't be replacing Discoverer, it will be an alternative. A nice, sexy looking, powerful alternative, yet an alternative nevertheless.
    Discoverer will still be here and you will then have a choice as to whether you stay with standard edition or migrate to enterprise edition. Now of course if you have plenty of money there is nothing stopping you from upgrading, but for most people that option is out of the question right now. Oracle would need to reduce the price for EE if it is to tempt most of the Discoverer organizations into EE. Heck, there are hundred of companies still using 3.1 never mind 10g Release 2. And how many folks who have 10.1.2 have upgraded to 10.1.2.2, even though its been out a few months now and fixes all those GUI issues that they have?
    From what I know, Oracle never makes claims for a product more than 2 releases out and Discoverer certainly has 2 releases in the pipework. There's a release 10.1.2.3 due out in a couple of months and a major 11g release next year. After that it would have a support life of a minimum of 5 years, even if they stopped it after 11g, during which time anything can happen. As you know, 5 years in IT is an absolute age.
    Your posting certainly makes for interesting reading though and I'm sure there will be plenty of commets. If you hear any other interesting snippets I'd love to hear.
    Best wishes
    Michael

  • ORacle discoverer patch upgrade 5983622 error

    Hi,
    I have OS:RHEL 4 Oracle DB:10.2.0.4 ORacle Apps;R12 12.0.6
    I have installed Oracle discoverer 10.1.2.0.2 and we are upgrading the discoverer with patch 5983622
    I have encounterd the error as follows:
    ADMN-100001
    Error initializing oracle.ias.sysmgmt.utility.RepositoryContext.
    Resolution:
    Please make sure the file is in the correct location.
    Base Exception:
    java.io.FileNotFoundException
    /u01/R12_UAT/inst/apps/UAT_idfctest/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
    java.io.FileNotFoundException: /u01/R12_UAT/inst/apps/UAT_idfctest/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.ias.sysmgmt.utility.RepositoryContext.<init>(Unknown Source)
         at oracle.ias.sysmgmt.utility.RepositoryContext.getInstance(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
         at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
         at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    End output from spawned process.
    Configuration assistant "DCM Repository Update Assistant" failed
    Your help is appreciated,
    Regards,
    Milan Rathod

    Hi;
    Please check patch read me part 9 Known Issues, if those issue is not publish there and also if you dont have this file on your system than i suggest rise a Sr for your issue while waiting other forum user response here. Coz i cant see any related issue on metalink
    Also check those below thread which is mention similar error message like yours:
    Re: EBS Application Server Backup
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=646556
    Regard
    Helios

  • Match of Oracle Discoverer Handbook w/ 9i version of Discoverer?

    Hi.
    How does Armstrong-Smith's Oracle Discoverer Handbook (http://www.amazon.com/exec/obidos/tg/detail/-/0072126353/qid=1042581573/sr=1-1/ref=sr_1_1/102-8595244-9204917?v=glance&s=books) match up with the newest version? Is it still useable, or has the UI or architecture changed in such a way that the book is obsolete?
    John
    [email protected]

    Hi Lance,
    Thanks for the documents. Its really helpful to me.
    I am able to change the look and feel of my reports. But I am unable to change the corporate logo.
    The steps that I followed.
    1.Goto discoverer Plus configruation.
    2.Goto Logo change the option button from None to File and Choosed the .jpg file from C:\Logos.
    3.Restarted the application server.
    4.Open the BI plus reports in IE. But still I am seeing the same Oracle Logo only.
    5.But whatever the look and feel like plastic/system/oracle I changed I am able to see the changes.
    6.The logo change is not as simple as I thought??. I need to create Jar on this logo and I need to put the jar file in java /j2ee directory???.
    Thanks,
    Nats

  • Actual Cost Opening Balance Variation

    During deployment time rough opening balance amount given(Actual Cost)...now need to add the variation..if it is addition, v can use pre-approved expenditure(PAE) batches and pass the respective task value....but in case of negative values...how to go about it...
    Is it possible to pass negative amount via PAE batches??(violation occurred)
    i can find 1 reverse button on the main page of PAE..how can i utilize it?????...could any 1 help me with 1 e.g Plzzzzzzzzzzzzzzzzzz..
    Thanks a lot in advance...

    Hi
    Reviewing the Project Costing User Guide you can find the following:
    Reversing an Expenditure Batch_
    The Reverse button is enabled only if the current batch is released. In addition, an
    expenditure batch can be reversed only if the transaction source of the batch allows
    adjustments.
    When you reverse an expenditure batch, all the expenditure items are reversed except
    the following:
    • Related items
    • Expenditure items that have already been reversed
    • Reversing items (net zero adjusted items)
    • Expenditure items that were created as a result of a transfer adjustment
    To reverse an expenditure batch:
    1. Navigate to the Find Expenditure Batches window.
    2. Find the batch that you want to reverse.
    3. In the Expenditure Batches window, choose Reverse.
    4. In the Reverse an Expenditure Batch window, enter the name of the new reversing
    batch and choose OK .
    When the reversal is complete, Oracle Projects displays the number of items that
    were adjusted and the number of items that were rejected.
    end of text.
    Dina

  • Wrong Stock Opening Balance

    Dear Experts,
      After 15 days of going live and uploading materials opening balance from "MIGO" transaction and "561" movement type and after the production department makes process orders and sales department  makes sales orders on a specific material, the inventory department discovers that they give me a wrong opening balance for this material in quantity but right in amount of money. Please, advise.
    Magdy.

    When you cancel the all good issue..
    Then check the MAP and stock and stock value for material..
    It will as per initial...
    Total Stock = 22.740
    Total Value = 12507.
    MAP = 550.00
    Check this is correct or not...
    If its matched
    Then no need to cancel the initial stock..
    Just go to MB1C, use movement type 511.
    Give the material and give the quantity = 22717.26
    Save the entry..
    Then you can see in material master - accounting 1 tab.
    Total stock = 22740
    Total Value = 12507.
    MAP = 0.55
    Here you can see the total value will stock remain and stock will increase and MAP for material will change..
    Test this and revert back if any issue..

Maybe you are looking for

  • Enterprise or Standalone CA for Windows and linux computers

    Hi i plan to deploy a certificate architecture mainly for our internal web server and no more receive the certificate warning pop up So first i will install an offline Root CA Then i will setup a subordinate CA My question is about the type : standal

  • Attaching USB drive with iTunes library to TC

    Ok, so I've gotten Time Capsule working properly and I'm ready to move my USB drive, which contains my iTunes library, to TC. I tried it this morning, mounted the drive from my MacBook Pro, changed my library location in iTunes preferences, and iTune

  • Cracking/Popping/Beeping when movement on scr

    I've got a Dell XPS Gen 5 with the Audigy that came with it installed. I have been running Vista for over a year with few problems with my sound. Over the last week, I seem have to developed a problem with sound and any 'movement' on the screen. If I

  • How to password protect a directory in Tomcat?

    Hi there, My configuration is as follows. Apache2 + mod_jk + Tomcat 5 I have enabled the CGI processing servlet (org.apache.catalina.servlets.CGIServlet) in $CATALINA_HOME/conf/web.xml file. Now I can successfully run my perl CGI scripts. All my CGI

  • Mouse fault

    Mouse draws grey on screen after standby following Lion installation, Lion re installed but fault returned Can anyone Help