Web document opening twice

Hi all,
I'm working ona Forms10g application which uses a treeview as navigation menu.
Most of the treeview nodes simply calls a new form, one of them, though, is a link to an external webpage on a separate server.
When I click on that link the web.show_document works just fine and opens one new browser window with the desired content. But if I then click over a "form-calling" node then a second new instance of the document is open although the called form is correctly open in the original browser window.
This unrequested behaviour just occur the very first time I click on a node after having called the web.show_document built-in.
TIA,
Luca

I guess you call the link in the WHEN-TREE-NODE-SELECTED-trigger? If so, you have to check the SYSTEM.TRIGGER_NODE_SELECTED in your code for TRUE, because the trigger fires both on selection and de-selection.

Similar Messages

  • How to hide prompts panel for WebI documents opened in PDF via openDocument

    I am linking to a WebI document via openDocument call with sOutputFormat=P. The report opens in PDF format but within another browser window with top panel and left prompts panel.  I tried to set different Web Intelligence Interactive settings in CMC to hide the left prompts panel but to no avail.  We are linking to this WebI report from an Xcelsius dashboard via openDocument and are passing parameters so that the user doesn't have to interact with the report.  Once the results are displayed, user should not be allowed to either Refresh the report or see the parameter panel in the left pane.  Is this possible either via CMC security settings or viewer customization?

    Thanks, posted. The forum was a bit hard to find

  • Web Document Opening as Attachment ALUI 6.5

    We are working through an upgrade from ALUI 6.0 to 6.5 but have run into one problem... We launch 'Handshake' applications using the remote document submission and a custom content source. In 6.0 this would gateway to the application landing page succesfully(.aspx), however with 6.5 it wants to open the item as an attachment. Just wondering if anyone has had the same issue(s) and how they fixed them. Let me know if you need me to explain more. Thanks!

    This is a feature of version 6.5. Can work around by manually updating database with full gateway.

  • TextEdit Zoom changes if document opened twice

    I enjoy using TextEdit for Word Processing. I have it set to Rich Text and Wrap to Page. However, when I save a document having Zoomed in, the next time it is opened it preserves the Zoomed in size, but if I open it a second time it reverts to Actual size. This is weird.
    I want to always open my saved documents zoomed, otherwise the text is too small.
    Nor do I want to change my font size.
    rari

    Have the exact same problem/issue!
    In much earlier versions of TextdEdit, there was a zoom button in the lower right-hand corner.  Set that, say to 150%, and save--and the next time, it would open up with the zoom you had set.
    Would like a solution, too, to this!
    In fact, just noticed that the window dimensions don't generally hold either.  So, the document re-opens with small text size and a large window size, too.  Neither of which is where I left it!
    Help!  Ayuda, por favor!

  • Can't open webi documents

    Hi,
    We can't open webi documents on BO XI 3.0. We have the following error message :
    com.businessobjects.wp.om.OMReportElementContainer
    (Error: INF)
    But we can open deski documents through infoview.
    Any ideas ?

    We are seeing this error now and it has happened again after restarting the SIA and Tomcat. We will try rebooting whole server tonight.
    SAP KB 1326991 suggests:
    Cause
    The CMSClusterMembers entry in the registry is not updated.
    Resolution
      WARNING   ***********
    The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system.
    Use the Registry Editor at your own risk. It is strongly recommended that you make a backup copy of the registry files before you edit the registry. For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    Make sure that the CMSClusterMembers entry is updated in the registry. Or you can edit it manually.
    The CMSClusterMembers entry can be modified from HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Enterprise\CMSClusterMembers.
    Restart Server Intelligence Agent (SIA).
    Has anyone tried this - what is meant by 'updating' the registry entry? Updating to what?
    thanks
    Keith
    XI 3.1 SP2

  • "Cannot open document. (Error: INF) Deski docs in WEBI not opening

    Our users are receiving the following error within WEBI when oppening DESKI documents. "Cannot open document. (Error: INF). WEBI files open fine, DESKI files do not.
    I want to break something.
    Any ideas? Many thanks

    We are also having the same issue - personal (i.e. my favorite) Webi documents saved prior to today cause the error: Value Cannot be Null (Error:INF). New Webi documents or documents in the corporate repository are functioning properly.
    Any ideas on how to fix issue is greatly appreciated.
    Thank you

  • Cannot open Webi documents from Sharepoint integration portal

    We have installed Sharepoint integration portal integration kit for BO. But when the web part is included into the page to a particular Webi document we are getting the page not found error! The document is not diaplayed.
    Also when we select a report / webi document from the report explorer web part, the opendoument method fails to display any document.
    Are we missing something here. Need some help.
    Thanks
    Edited by: Bhaswar Ghosh on Oct 22, 2008 8:00 PM

    Hi
    Did you receive any error message when you try to open the documents?
    We recommend you start your Internet Explorer in compatibality mode, and follow the advice in the article below:
    http://blogs.technet.com/b/asiasupp/archive/2011/06/13/error-message-quot-your-client-does-not-support-opening-this-list-with-windows-explorer-quot-when-you-try-to-quot-open-with-explorer-quot-on-a-sharepoint-document-library-in-office-365-site.aspx
    In addition here's a thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/3cbe6b22-e307-485b-a1af-1699cdf5ba86/office-2013-applications-are-not-able-to-open-sharepoint-2007
    Thanks,
    Tylor Wang
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here
     

  • Not able to open a webi document in java

    final String CMS = "pundl10492:6400";
              final String userID = "administrator";
              final String password = "";
              final String auth = "secEnterprise";
              IEnterpriseSession enterpriseSession = null;
              try
                   ISessionMgr mySessionMgr = CrystalEnterprise.getSessionMgr();
                   enterpriseSession = mySessionMgr.logon(userID, password, CMS,auth);
                   System.out.println("Session created : "+ enterpriseSession.toString());
                   if (enterpriseSession != null)
                        IInfoStore iStore = (IInfoStore)enterpriseSession.getService("InfoStore");
                        ReportEngine reportEngine = (ReportEngine)enterpriseSession.getService("WebiReportEngine");
                        final String query = "SELECT SI_ID, SI_NAME FROM CI_INFOOBJECTS WHERE SI_KIND = 'Webi' " +
                                                      "and SI_NAME like '%Least Accessed Documents%'";
                        IInfoObjects objInfoObjectsWIDs = (IInfoObjects) iStore.query(query);
                        IInfoObject objInfoObjectWID = (IInfoObject) objInfoObjectsWIDs.get(0);
                        int docId = objInfoObjectWID.getID();
                        System.out.println("docID : "+docId);
                        DocumentInstance doc = reportEngine.openDocument(docId);
                        FileOutputStream l_fos= null;
                        String fileName = "morcom" + "_" + userID+ "."+"xls";
                        l_fos = new FileOutputStream("D:\\_workarea\\MORCOM_POC\\reports\\"+fileName);
                        BinaryView docBinaryView = (BinaryView)doc.getView(OutputFormatType.XLS);
                        byte[] b = docBinaryView.getContent();
                        l_fos.write(b);
                        System.out.println("File created");
              catch(Exception e)
                   e.printStackTrace();
    I am trying to open a document and the code iam using is given above. I am using BO XIR3 and i get
    Exception in thread "main" java.lang.NoClassDefFoundError: com/crystaldecisions/celib/trace/h
         at com.businessobjects.sdk.plugin.desktop.webi.internal.d.<clinit>(Unknown Source)
         at com.businessobjects.sdk.plugin.desktop.webi.internal.WebiFactory.makePlugin(Unknown Source)
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(PluginMgr.java:291)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpack(InfoObjects.java:409)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.startUnpack(InfoObjects.java:361)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:712)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:566)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query(InfoStore.java:167)
         at BOTest.main(BOTest.java:42)
    error at this line:-
         IInfoObjects objInfoObjectsWIDs = (IInfoObjects) iStore.query(query);
    Can anyone give a code snippet for opening a webi document in release3. The same code works in release 2.
    Thanks
    Shruti

    You have a "NoClassDefFoundError", so a code snippet won't help.
    XI Release 2 -> XI 3, then jar files have been renamed and object files refactored.
    You've ended up with mixed XI Release 2 and XI 3 jars.  
    Remove your jars and re-add from XI 3.
    Sincerely,
    Ted Ueda

  • Unable to open a Webi document : 'alertDlg' is undefined

    Hi,
    Since few days, I have the following warning "alertDlg is undefined" when I try to open a Webi document.
    The only way to see my document is to see him in modification mode.
    My environnement : Bo Xi 3.1 SP3 + IIS 6.0
    Somebody has already had this probleme?
    Thanks

    Hi,
    For this, if the user is added in admin group the reports will open. Otherwise assign admnistrator privileges to the mentioned Id and check.
    If you don't like to do so try this 'move the report to another folder and then move it back, it works'.
    All the Best
    Madhu....

  • Webi OpenDocument "Opening Document"

    We are trying to run our report from our custom front end application.  We are using the OpenDoc syntax.  I am able to open the document successfully in the Web Intelligence Rich Client.  But, when I call it from the front end, I get the login screen for InfoView; I think I log in, then I get the "Opening Document" pop-up window and it never goes away.
    How can I see where the problem exists?  Are errors logged anywhere?
    Theoretically the error could be URL (constructed by the front end) or the database. 
    But we are using an ODBC connection to a SQL Server database.  I do not see any information in the ODBC trace log either.
    Any assistance greatly appreciated.
    Thank you!

    Hello
    If you are opening from a front end System, That system also contains the Java Virtual machine .
    Just check out that one.
    Just do one more try
    open the same link from the where the BO is installed or where JVM is available. then you observe the difference.
    And also you can by pass the user name like this
    You can try this
    OpenDocument app, here "C:\Program Files (x86)\Business Objects\Tomcat55\webapps\OpenDocument\WEB-INF\web.xml"
    Open it in notepad and search for the parameter opendoc.authentication.default
    And set it here.
    Then all open docs URL will use same authenticationu2026.
    Thanks
    Santhosh V

  • BI Launch pad - error opening WebI documents

    Hello,
    We have newly installed BusinessObjects Enterprise XI 4.0 with Client tools.
    When we are trying to open WebI documents from BI Launch Pad we are getting the following error message.
    (Error: RWI 00200) (Error: INF)
    Does anyone have any idea what does this mean?
    Thanks in advance.

    Hello Mark,
    Did you ever find the solution?  By the way, you should not concern yourself with the AIX system.  You should be able to connect with client tools from your local windows PC usng the corresponding DB 32 bit drivers.
    I am having the same problem only with webi.  Crystal reports work.  Issue was not present on BO4-SP2, but getting this issue on BO4-SP4.  BO4-SP4 webi worked with other clients; but not on this particular install.
    In the past, the issue was fixed by performing a re-install, since there are so many variables that I have seen on this issue.  In this case, I've ran out of options that I know to fix the issue.  It would be helpful to circumvent a new install.
    SAP Notes 1740500
    1740500 - Error "Illegal access to the viewer. Please use a valid URL" or "An error occurred while the applet was initializing" when trying to view or edit a Webi Report
    SAP Resolution
    At this time, the only resolution is to do a complete uninstall of SAP BusinessObjects Business Intelligence 4.0 and re-install.
    SAP Note 1741214 addresses the RWI 00200
    A different Java article informs of issues with stack tracing being envoke.
    Dennis Soriano

  • WIS 30902 Error when opening a webi document from Rich client

    Hi ,
    When I try to open a webi document from local folder or import from CMS in Webi Rich client, I get the following error message.
    "An error occured while checking the document security. (WIS 30902)"
    Has any one come across this issue?
    Thanks,
    KartheeK

    In our case, we could initialize Webi Rich Client (Webi RC) successfully , but later we found that any disruption in Webi RC client connection will corrupt the client ..\LocData files used by client to dock to the CMS, causing WIS 30902 error.
    At first we thought just deleting the ..\LocData Client .lsi files fixed it. Unfortunately, there are a collection of files and folders in ..\Loc Data involved in the authentication. We already found that complete deinstall of Webi RC didn't work. Now we know the problem is in the \My Business Objects Documents\LocData values.  Deinstall of Webi RC does not delete them.
    It sounds scary, but isn't. The Webi RC will download the refreshed files it needs automatically from the CMS. However, it won't overwrite the old bad ones, and you have to do that manually.
    Solution.
    1. Logout of Webi RC. Make sure it is not running in taskmgr.
    2. Go to the client ..\My Business Objects Documents\LocData folder.
    3. Delete all the files and folders, or rename by adding .bak extension.
    4. Logon with Webi RC
    5. Corrupt files will now be resynchronized to CMS
    -Doug Grant, Haworth BI / Business Objects Architect

  • Opening .pdf web documents with Acrobat XI Standard

    After installing Acrobat XI, when I click the hyperlink "view" for .pdf statements in either of my two brokerage company accounts, or click on a hyperlink to open a .pdf document in a web document, the .pdf gets downloaded but not opened.  So I have to view .pdf documents from my "Downloads" folder, rather than having them simply open in a new page or tab when I click on them.  (The new tab either quickly disappears or stays open, but is blank.  Only the Download location works to open the .pdf file.)  I don't know whether this is an Adobe issue with Acrobat XI or something else causing my computer not to open the .pdf files.  I am running Acrobat XI Standard in the Windows Vista Home Premium OS on a Gateway GT5678 PC.

    Many thanks for the quick response, Bill. On your hunch that the browser
    might make a difference,  I tried clicking on the same sites' .pdf files in
    Chrome and IE, rather than my normal Firefox browser. They opened on-screen
    without a problem.  Looks like I may have a Java plugin problem in Firefox,
    rather than an AA XI issue.  Also looks like Windows Vista supports AA XI
    without a problem.

  • How to open a webi document in deski

    Hello,
    I have several webi documents made but find out right now that in order to print them out I used the wrong tool. Instead of making them all over again I was wondering if there existed a tool to go back from webi do deski.
    I'm working on BO XI 3.0.
    thanks
    Thierry

    deski is deprecated and the tool that was made was done so to get customers off of deski. If you have XI 3.x you should be able to use webi rich client (the future alternative to deski) which allows you to view and print the report locally. Else you will need to recreate the report in deski
    Regards,
    Tim

  • Web links open Preview instead of Safari

    My mum has a Mac mini running 10.3.9 and it's developed this problem: when she clicks, a link to a web page (in an email for example), instead of the the page opening in Safari, the application Preview starts up (with no document open) instead.
    Here's what I've done, none of which has made any difference:
    Used Disk Utility to repair permissions (twice) and restarted.
    I opened Safari, went to a website then dragged the URL to the desktop to make a webloc file. When I double-clicked this file, Preview started up. I Got Info on the file and its default app was Finder. I changed this to Safari and checked 'Change all'. Get info on the file now shows Safari as its default app, but double-clicking the file still starts Preview, not Safari. If I CNTRL-click the file and choose 'Open with' and choose 'Safari (default)', the file does open with Safari. But if I double-click it - or click any link in any app. which should normally open a webpage in Safari - Safari is unaffected and Preview starts up instead.
    I'm stumped. Any ideas what I should do next?
    Thanks in advance,
    Steve = : ^ )

    Hi Steve,
    In addition to Niel's advice above, you might want to take this opportunity to download a more internet compatible browser for your mother to use such as Camino 1.6.10 (freeware). Make sure to download the 1.6.10 for 10.3.9 OS. Safari v1.3.2 for 10.3.9 cannot be upgraded any further whereas Camino was updated by it's developers further for 10.3.9 and will handle many more web features that Safari 1.3.2 can no longer handle.
    If your mother prefers Safari, for some reason, she will need to upgrade the OS to a later version, by purchasing a later retail version to handle newer web features and changes to internet sites. That will allow her to use a later version of the Safari browser.
    10.3.9 works fine, though, for most usage and Camino is an excellent browser. So if you don't see the need to upgrade the OS at this point Camino can be customized to look and feel almost identical to Safari 1.3.2 albeit with the addition of how it handles more modern internet features using 10.3.9.
    You likewise, as with Safari, can change the default web browser to Camino, similarly, once downloaded.
    Hope that helps some,
    LS

Maybe you are looking for