Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Calator

  1. Calator

    ERROR : missing specialization ('OF') for variable

    new custom RDL run-time error: utils.Transcoder logInfo SEVERE: 0068[Error] %/tmp/compile/cbl.src/enr145.cob(1146)%- ERROR : missing specialization ('OF') for variable : W80-CHO-UNCL-UPD-KEY83 Failure while transcoding enr145.cob : ASSERT Unbound reference/identity : W80-CHO-UNCL-UPD-KEY83...
  2. Calator

    Ellipse 8 reports ad customisations architecture

    Hi Kes & everyone Would you be able to confirm which is true with Ellipse 8: • RDL remains a Cobol pre-compiler used exclusively by ABB who deliver the reports in binary code format; customers are not able to clone /customize RDL report • or RDL has been translated to be a pre-compiler for...
  3. Calator

    Ellipse 8 reports ad customisations architecture

    Hi Kes, Thanks a lot for your contribution. I wander if you could pls shed some light on the following: In your experience, is Jasper used as a direct replacement for the operational, canned reports previously supplied by RDL, or it is used in a novel fashion and to what extent is it used for...
  4. Calator

    Ellipse 8 FocalPoint

    What is FocalPoint, does anyone use it and what is your experience?
  5. Calator

    Ellipse 8 Enhanced BI Reports

    Does 'Enhanced BU reporting" refer to the Power Pivot plugin & Star Schema bundle from ABB? Is anyone using this and what is your experience?
  6. Calator

    Ellipse 8 Jasper

    I would like some information from technical people working on Ellipse 8: what is the architecture around Jasper reporting, what tools are available for Jasper, are the Jasper reports generated or coded, how. Thanks!
  7. Calator

    Ellipse 8 reports ad customisations architecture

    I am interested in the technical details of Ellipse 8 reporting and customisations architecture, in the context of upgrading from Ellipse 6.3.1: what does Ellipse 8 out-of-the box have in terms of reporting and customization tools? We know that the standard reports are Jasper, what else? Is RDL...
  8. Calator

    Ellipse in virtual Windows environment

    in response to thread725-1730792: we are running Ellipse 6.3.1 in a virtual Windows XP professional environment, using a product called VMware Horizon. Our desktops run on Windows 7. No major issues. Only at running Connector apps: need to remember to open them in the Ellipse environment and...
  9. Calator

    copy entire report tab from document A to document B design

    BO version 6.5. We have two faily complex Maintenance Job Card reports and we need to add the same Cover Sheet and Hazard Checklist report tabs in both document designs, using Webi. The two tabs will be purely formatted text, no data, but they involve a lot of manual effor in setting up. Once we...
  10. Calator

    sqlplus - how to see compilation errors

    Thank - that works ok - however what I would need is ther errros to be logged into the spool file that documents the process of creating views and functions form an automated script. there are hundreds of functions/views created, the output is spooled, then I need to check if there were any...
  11. Calator

    sqlplus - how to see compilation errors

    I get a "function created with compilation errors" message but don't get the errors displayed - how can I see what the errors were? SQL> CREATE OR REPLACE FUNCTION "MERUSER"."BB_GET_SUPPLIER_NAME" (I_SUPPLIER_NO IN CHAR) RETURN CHAR AS V_SUPPLIER_NAME meruser.MSV200.SUPPLIER_NAME%TYPE;SELECT...
  12. Calator

    column names misformat at exporting view to text file

    tHAT SOLVED MY PROBLEM - FANTASTIC - MANY THANKS
  13. Calator

    column names misformat at exporting view to text file

    I support a system that has a v.large schema with thousands of views. Occasionally I have to apply patches to the views delivered by the software's vendor. Some of the patches will prove incorrect and will need to be rolled back. I "export" the schema prior to change, however I don't have the...
  14. Calator

    openDocument Prompts

    BO webi 6.5 allows to link two reports (parent and target) using the openDocument syntax in a cell formula's. I have following 2 issues while trying it: 1. Problem: The prompted values are not passed into the target document. The target (called document) opens by displaying the prompts screen...
  15. Calator

    Duplication of Amounts in report based on One-many joins

    re: Blom You correctly describe my problem. I would think this is a very generic problem that has an easy solution. I tried 'max', wether at report level or at Universe level, and none appeared to work for me. In particular, none returned a correct amount in the reports's grand totals. what...

Part and Inventory Search

Back
Top