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 TouchToneTommy 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 slinc

  1. slinc

    HTML interactive not working with New Customized Skin

    I've created a new skin, edited the skinManager.jsp. However, when I choose the skin from options within InfoView, and select HTML (interactive), when I attempt to right-click to slice and dice within Infoview the menu does not appear, and error on page appears in the bottom left hand corner of...
  2. slinc

    Check In something someone else checked out

    As administrator, you should be able to use the undo checkout option even if someone else has the files checked out. However, if he/she's made local modifications these files these will not be included in the checked in files.
  3. slinc

    Outer Join Problem

    You're a star! Changed OUTERJOIN_GENERATION from USUAL to FULL, and removed LEFT_OUTER and RIGHT_OUTER parameters and it works! Thanks
  4. slinc

    Outer Join Problem

    The SQL created by BO is : SELECT CALLS.CALLID, SLA_LOOKUP.NAME FROM CALLS, SLA_LOOKUP WHERE CALLS.SLA_ID*=SLA_LOOKUP.SLA_ID AND SLA_LOOKUP.NAME = '20 Day'
  5. slinc

    Outer Join Problem

    I'm using SQL Server
  6. slinc

    Outer Join Problem

    Thanks for the feedback. I can easily get around this problem with free-hand sql, but I'm creating a universe for the report writers to use with a dimension called 'SLA_NAME'. If I leave the outer join on, if they use this dimension in the where clause they get calls with no SLAs. However, if...
  7. slinc

    Slow Login Time

    Managed to resolve the slow login problem by linking and unlinking resources in Supervisor. I had previously linked all documents, and then just disabled/enabled for different users and groups of users. This appears to have been the cause of the slow login time. I've now rationalised the...
  8. slinc

    Outer Join Problem

    I have two tables joined on SLA_ID. One called 'CALLS' which contains all call information, and one called 'SLA_LOOKUP' which resolves the SLA_ID into a SLA_NAME. I join the two tables on SLA_ID, and create an outer join as some calls do not have an SLA. The problem is when I create a query...
  9. slinc

    Publish Reports to Other Groups

    Hello, We have a couple of report writers who are in their own group in Supervisor. The problem is when they try to publish a report, they are only able to publish the report to their own group. I've enabled the command restriction on their accounts to be able to view all users but this made...
  10. slinc

    Slow Login Time

    Thanks for the feedback. I've tried capturing the SQL as suggested to no avail. I'm starting to think that it is not the Oracle database (repository) which is causing the problem. Does anyone know the recommended size of the bomain.lsi files please? Ours are around 130KB, so I'm wondering...
  11. slinc

    Slow Login Time

    Hello, We've been experiencing problems with slow login times to Business Objects. We've applied the necessary repository indexes, removed any non-users from Supervisor, removed the timestamp option from Supervisor, and run the scan/repair/compact utility on the document and security domains...
  12. slinc

    Unable to start Samba

    I am new to Samba and I am trying to get it working on a Tru64 Unix platform. I have installed Samba 2.2.7 and followed the instrustions on how to set it up. However, when I attempt to start samba, I get the following error : 912:/usr/local/samba/bin/smbd: /sbin/loader: Error: Unresolved...
  13. slinc

    BO report viewed through the WEB

    Try going to Options > View Documents and set the format to 'Standard HTML' instead of optimized for browser. This seemed to work for us. Hope this helps
  14. slinc

    Exporting Data into Excel Query

    Many thanks for the feedback. Managed to export as .txt, and then open in Excel which keeps all the static data.
  15. slinc

    Exporting Data into Excel Query

    We use Business Objects InfoView / Web Intelligence. The problem is when we download to Excel, any static labels on the report do not get transferred into Excel, only the contents of the data providers. Does anyone know a way of getting Business Objects to export all the data (including static...

Part and Inventory Search

Back
Top