Scripting issue - web page / external application

Hello,
I'm creating url in my script and I would like to open webpage in CAD.
How to do it?
I see two possibilites, first one is to run external application, like iexplorer + url, and it should run Internet Explorer with this opened this particular page.
I tried some java code: Runtime.getRuntime().exec("notepad.exe")
Of course "notepad.exe" is only for example. But it doesn't work, I have error during debuggin:
"Connot run program "notepad.exe" : java.io.IOException: error-13, Permission denied;"
Second possibility is to open page internal in CAD, but I have not idea how to do this.
Regards
Przemek

Thank you for reply.
Maybe I should write little more detailed explanation.
I have a String in script, String url = "http://1.1.1.1/something?=arg1,arg2"
I have all parts of url, base and arguments.
I need to run web browser with this page, e.g. iexplorer.exe http://1.1.1.1/something?=variable1,variable2
If it is possible, I can show this page in CAD.
Regards.

Similar Messages

  • Can i invoke Photoshop Scripting in web page?

    Can i invoke Photoshop Scripting in web page?

    hmmm...
    On the page in admin,we should have a button to export the  item to Photoshop.  A PSD of the entire should be assembled from the elements of the XML. This means that the text leading and tracking will need to be translated from server settings to Photoshop settings. Font sizes should also match.

  • To create a web page which application should I use?

    I'm a graphic designer who works with illustrator, indesign and photoshop. To create a web page which application should I use?

    Muse (aimed at novices) or Dreamweaver (aimed at web professionals familiar with web code)

  • [SOLVED] Epiphany web pages as applications

    One of the new features of Epiphany in Gnome 3.2 is that you can save web pages as native applications, so that they can be accessed by the general search. But I coudn't find anywhere how can I "unsave" or delete these applications. Does someone know how to do that?
    Last edited by Dielson Sales (2011-10-09 20:03:20)

    Thanks for the answer, that was exactly what I was searching for!

  • Cannot save script generated web page

    I found that safari cannot save a script generated page by (File -> Save as). I've written a simple test page as follow:
    <html>
    <body>
    <script>
    function OpenPopUpWin()
    var generator=window.open('','save_win', 'width=645,height=600,resizable=yes,menubar=yes,toolbar=no,directories=no,locat ion=no,scrollbars=yes,status=yes');
    generator.document.write('testing');
    generator.document.close();
    </script>
    test (<-this link call the OpenPopUpWin() function)<br>
    </body>
    </html>
    Does anyone have similar problem before? Is it a bug in safari? Are there any workarounds if I want to save the page?

    I guess I'm still not understanding your problem. I took your original script, made the one change as mentioned in my earlier post, and it worked.
    It's quite likely/possible that Apple filter javascript embedded in posts - all sorts of nasty things could happen if they didn't, but you're not using Safaro to create your pages, are you?
    Just as an example, this seems to do what you describe - copy and paste it into a new text document and see what happens:
    <pre class=command><html>
    <body>
    <script>
    function OpenPopUpWin()
    var generator=window.open('','save_win', 'width=645,height=600,resizable=yes,menubar=yes,toolbar=no,directories=no,locat ion=no,scrollbars=yes,status=yes');
    generator.document.write('testing');
    generator.document.close();
    </script>
    <a href="#" OnClick="OpenPopUpWin()'>test</a> (<-this link call the OpenPopUpWin() function)
    </body>
    </html>
    </pre>

  • Calling external applications from within a script.

    Whenever I write scripts that require some external application for functionality, I try to open a pipe or start a server so that I only have to start the external application once. I expect that to reduce overhead and consider it good form. However, sometimes there just isn't any way to avoid calling an external application multiple times and when that happens, I try to find some other workaround if I think it's going to get called repeatedly.
    What I'm wondering is how much it really matters for very small and simple programs. The one I have in mind right now is "du". I need to use it in a Perl script because Perl's operators to get file sizes return the apparent size which, in this case, is much larger than the actual size reported back by "du". I'm monitoring the size of files in real-time and I need to call "du" during each iteration of the status updater. Even though I'm passing all the file paths at once, "du" may be called a few times every second (well, I could limit it to once a second).
    Could this possibly make any noticeable different on older machines? In general, what external apps can you get away with calling repeatedly?

    I'm not sure, but I thing that overhead caused by calling du cannot be big enough to matter even on older machines.
    But, when calling du from Perl script you are also invoking shell, and this can be a little bit more 'heavy'.

  • Permissions Issue with displaying WPC web page

    Hi All (and Eric Heilers!)
    I created and published a web page using web page composer. I added the web page to an iView and in turn the iView to a role. I assigned the role to myself and I was successfully able to see the Web Page....all was well.
    Next I created a new test user and assigned a bunch of roles to a user group (one of the roles contained the web page iview). The role doesn't render the web page inside of the iView for the test user. I have given the test user Read/Write and also resorted to giving the user Owner permissions in almost everything but still I cannot render the web page!! I have tried permission in Security Zones in page builder (no_safety, and medium_safety), i have tried in, Portal Content Directory and also tried adding the test user full control permission from within the Web Page Composer role at the web site owner level. Still nothing. At best I was able to render the little toolbar which contains 'Edit" and 'RSS Feed' options on the top right, but not the web page itself.
    Any helpful hints, suggestions, tips greatly welcome.
    Kind regards,
    Tony.

    Thanks for your reply Eric,
    So I'm just going to step thru this with you,
    Prerequisites:
    URL generator service -> I do not want to make the web pages externally accessible yet.
    MIME handler service -> Is active.
    Procedure
    1) CM Repository Manager (this is optional so I didnt do it)
    2) Folder Structure (Check)
    3) Global Entry Points (this is optional so I didnt do it)
    4) Configuring Entry Points for iViews (this is optional so I didnt do it)
    5) I have created iViews to display the Web Pages
    6) I have given relevant permission in security zones. (This is also where you advised me to do it for com.sap.nw.wpc -> wpc)
    7) Although optional I am using this strategy to create group for roles and iViews created in Step 5 above.
    8) I have assigned the relevant roles and group to users.
    9) I have defined permissions in the web content repository.
    10) I haven't configured search for web pages
    11) I haven't configured localisation for languages and regions.
    12) I haven't done any performance optimizing.
    Now, from this you can see why I feel like I have done all that is necessary so far.
    Any further suggestions?
    Also, is there a way to upload a html page to the Web Pages folder and just publish that instead of using the WPC layout? As I want to keep all the javascript and stylesheet information? *
    Kind regards,
    Tony.

  • I keep getting an intermittent error on web pages where a blue box with a question mark appears instead of pictures.  For example Facebook and Zappos would load normally on one visit, but if I visit other websites and return I get the blue box.

    I keep getting an intermittent error on web pages where a blue box with a question mark appears instead of pictures.  For example Facebook and Zappos would load normally on one visit, but if I visit other websites and return I get the blue box instead of pictures. If I restart the problem will go away temporarly. However, normally returnes in time.

    HI,
    From the Safari Menu Bar click Safari/Preferences then select the Appearance tab. Tick the box next to: Display images when the page opens.
    If that box is already ticked, from the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset. Relaunch Safari. If you still have problems loading images, go here for trouble shooting 3rd party plugins or input managers which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Web pages now include a small icon or 'favicon' which is visible in the address bar and next to bookmarks. These icons take up disk space and slow Safari down. It is possible to erase the icons from your computer and start fresh. *To delete Safari's icon cache using the Finder, open your user folder, navigate to ~/Library/Safari/ and move this file "webpageIcons.db to the Trash.*
    Make sure Safari is not running in Rosetta. Right or control click the Safari icon in your Applications folder then click Get Info. In the Get Info window click the black disclosure triangle so it faces down. Where you see Open using Rosetta... make sure that is NOT selected.
    If you still have problems, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop. Relaunch Safari. If it's a successful launch, then that .plist file needs to be moved to the Trash.
    Carolyn

  • Web pages don't render properly no matter which Web browser I'm using

    I've run across a very curious issue - Web pages do not render correctly in either Internet Explorer (version 8, 9, 10, 11 - I've tried them all) or Firefox (latest version).
    If I visit a Web page that contains a commenting system (Disqus, Facebook, etc.) none of the comments are displayed. Moreover, I've noticed that none of the Greasemonkey extensions (all JavaScript) that I've installed in Firefox run, either. I don't expect
    an answer to the Greasemonkey extensions issue, but I think it helps to shed light on the overarching issue. Something seems to be blocking JavaScript but I can't figure out what it might be.
    I've a Windows 7 Pro box with both IE and Firefox as well, and everything works fine on it - all Web pages render correctly.
    I'd greatly appreciate any suggestions.
    Thanks.

    Hi,
    The suggestion provided by Dan Randolph is worthy to try.
    I also suspect this could be css conflict issue.
    Would you please try the compatible mode or lower document mode in IE 11 for testing?
    Manage Internet Explorer 11 compatibility using document modes
    http://technet.microsoft.com/library/dn321432.aspx
    Try F12 IE developer tool to debug the part of load CSS.
    In addition, you may try to create a new user account for test. If it works, please refer to fix a corrupted user profile.
    Fix a corrupted user profile
    http://windows.microsoft.com/en-US/windows7/fix-a-corrupted-user-profile
    If creating a new profile doesn't help, it's probably an issue with that browser, you may check the Add-ons and IE Security zone settings.
    Meanwhile, I would like to share the link below with you:
    Why are so many web pages not rendering correctly for me?
    http://blogs.msdn.com/b/theolddog/archive/2011/12/01/why-are-so-many-web-pages-not-rendering-correctly-for-me.aspx
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Html file in web page composer

    hi expert,
    i have create one html file. the html file contain jsp script. the output is very well when i run it on my pc but when i put it in container of web page composer, the output is not display. why its happen?how can i use the html file that contain jsp script in web page composer?
    thanx in advance,
    faeza

    Hi
    You can create a new layout with width and height as per your requirements and use the layout in WPC.
    For creating new layouts, check the help link below
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/d2970be57f4ebbe10000000a11466f/content.htm
    Regards,
    Yoga

  • Help in retrieveing Blob from Oracle db and display it on a web page

    I am using Sun Studio creator2 and this is what I want to achieve:
    When I click on "Load" button, the image is displayed on the web page(the application is a web application)
    I have dropped the "image" object from the pallette
    Having the database image displayed in the image field, when I enter the image ?Id? and click on the ?Load? button.
    Here is my piece of code:
    public String loadButton_action() {
    HttpServletRequest request = null;
    HttpServletResponse response = null;
    String connectionURL = "jdbc:oracle:thin:@//localhost:1521/cdecentre1";;
    /*declare a resultSet that works as a table resulted by execute a specified
    sql query. */
    ResultSet rs = null;
    // Declare statement.
    PreparedStatement psmnt = null;
    // declare InputStream object to store binary stream of given image.
    InputStream sImage;
    Connection connection = null;
    String driverName = "oracle.jdbc.driver.OracleDriver";
    String dbName = "cdecentre1";
    String userName = "christian";
    String password = "cc";
    String theid = (String)idField.getValue(); //reading the image id
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    connection = DriverManager.getConnection(connectionURL, userName, password);
    /* prepareStatement() is used for create statement object that is
    used for sending sql statements to the specified database. */
    psmnt = connection.prepareStatement("SELECT image FROM CHRISTIAN.PICTURES WHERE id = ?");
    psmnt.setString(1, theid);
    rs = psmnt.executeQuery();
    if(rs.next()) {
    byte[] bytearray = new byte[1048576];
    int size=0;
    sImage = rs.getBinaryStream(1);
    //response.reset();
    response.setContentType("image/jpeg");
    while((size=sImage.read(bytearray))!= -1 ){
    response.getOutputStream().write(bytearray,0,size);
    rs.close();
    psmnt.close();
    connection.close(); } }
    } catch(Exception ex){
    System.out.println("error :"+ex);
    return null; }
    At the moment, when I click on the ?Load? button, the image is not present in the image field.
    I am only obtaining a message inside the message component.
    What should I do to have the image displayed in on the web page?
    Your help will be highly appreciated.

    A comprehensive dissertation from Javaworld: http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html
    Published 05/05/2000, ergo Java 1.0/1 era... still a valid explanation of the problem and the fundamental solution, but take the code (esp ImageIO) from here
    http://blog.codebeach.com/2008/02/creating-images-in-java-servlet.html
       1. package com.codebeach.servlet; 
       2.  
       3. import java.io.*; 
       4. import javax.servlet.*; 
       5. import javax.servlet.http.*; 
       6. import java.awt.*; 
       7. import java.awt.image.*; 
       8. import javax.imageio.*; 
       9.  
      10. public class ImageServlet extends HttpServlet 
      11. { 
      12.     public void doGet(HttpServletRequest req, HttpServletResponse res) 
      13.     { 
      14.         //Set the mime type of the image 
      15.         res.setContentType("image/jpeg"); 
      16.  
      17.         try 
      18.         { 
      19.             Create an image 200 x 200 
      20.             BufferedImage bufferedImage = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB); 
      21.  
      22.             //Draw an oval 
      23.             Graphics g = bufferedImage.getGraphics(); 
      24.             g.setColor(Color.blue); 
      25.             g.fillOval(0, 0, 199,199); 
      26.  
      27.             Free graphic resources 
      28.             g.dispose(); 
      29.  
      30.             //Write the image as a jpg 
      31.             ImageIO.write(bufferedImage, "jpg", res.getOutputStream()); 
                        ////////////// NICE !!!! //////////////
      32.         } 
      33.         catch (IOException ioe) 
      34.         { 
      35.            e.printStackTrace();
      36.         } 
      37.     } 
      38. }  Edited by: corlettk on 19/01/2009 23:22 ~~ {color:#FF0000}Never{color} eat an exception!

  • Safari slow to open up web page

    When I open safari, it takes a while (20 to 30 secs) to load it's first website (the home page). Once it opens, I have no problem navigating the web. My internet speed is around 6 mps, so that's not the problem. Help!!

    You're welcome.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Web pages now include a small icon or 'favicon' which is visible in the address bar and next to bookmarks. These icons take up disk space and *slow Safari down*. It is possible to erase the icons from your computer and start fresh. *To delete Safari's icon cache using the Finder, open your user folder, navigate to ~/Library/Safari/ and move this file "webpageIcons.db to the Trash.*
    Relaunch Safari. If it's not a third party plugin issue, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop. Relaunch Safari.
    If it's ok... the move that .plist file to the Trash.

  • Displaying OBIEE content inside a Div (part of HTML) of an external application/Web page

    We are able  get the particular catalog item say a Report/ Chart when a OBIEE go URL launched in a browser.
    But what is the way to displaying the same chart/report content in my external application. I want display the OBIEE chart/report content as a part of my application web page on load?
    How can i achieve that?
    loading the content in an IFrame using Go URL didn't work? Im also  dont want to that.
    I tried sending request to the GO URL via jQuery AJAX. But it didnt Help.
    I have tried also sending request to GO URL via Apache HTTP client to get the response content. But OBIEE server returned the following response
    "Your browser is not supported by Oracle BI Presentation Services"
    Any Help in this is appreciated?

    The service WCM_PLACEHOLDER can not use JSPX templates (because it can only evaluate them as UCM can evaluate and UCM cannot evaluate the JSPX version SSXA is using).
    WCM_PLACEHOLDER can work if you create an HCSP template but then you only have access to Idoc Script and not JSPX.
    This is my understanding. Someone please correct me if I am wrong.
    Jonathan

  • Editing a Web page in External Application

    I am using Macromedia Contribute 3 and trying to edit the HTML code on a page by using the "Edit Page Source in External Application" option under File>Actions. It has worked in the past but now the "Edit Page Source in External Application" is grayed out. Any solutions? I know that I am connected to the website. Thanks.

    Hi There,
    Greetings from Adobe.
    To make that option is available, make sure the role to which you're assigned allows it. If you can't update this setting, ask the person who is assigned as website administrator.
    You will find that option under Edit > Administer Websites > Edit Role Settings > Editing > Allow users to edit a web page source in an external application.
    Regards,
    Ajit

  • Executing SAP GUI Script From a Web Page

    I have an issue when trying to execute some javascript (sap gui script) from a webpage. 
    When the javascript is executed I get the message:
    automation server unable to create object. 
    However, this exact same javascript when placed in a text file and double-clicked executes just fine through the windows scripting host. 
    Does anyone have an example of gui script code executing from a webpage?  Or any ideas on why it isn't working from the webpage?  Both scenarios should be executing the code on the local machine through WSH.
    Below is the javascript as well as the webpage executing the javascript:
    SAPGUI SCRIPT
    if (typeof(application) == "undefined")
       sapgui      = GetObject("SAPGUI");
       application = sapgui.GetScriptingEngine;
    if (typeof(connection) == "undefined")
       connection = application.children(0);
    if (typeof(session) == "undefined")
       session = connection.children(0);
    if (typeof(WScript) != "undefined")
       WScript.connectObject(session, "on");
       WScript.connectObject(application, "on");
    session.findById("wnd[0]").maximize();
    session.findById("wnd[0]/tbar[0]/okcd").text = "/nzsd1067";
    session.findById("wnd[0]").sendVKey(0);
    session.findById("wnd[0]/usr/ctxtVBAK-KUNNR").text = "6343";
    session.findById("wnd[0]").sendVKey(0);
    WEBPAGE
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
         <head>
              <title></title>
              <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
              <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
              <! INPUT PARAMETER SETTINGS:
              To Push data to Siebel or SAP the appropriate
              field below must be set = TRUE.
              Pop_SAP
              Pop_Siebel
              SIEBEL INPUT PARAMETER: When
              Pushing data to a Siebel screen the Query_Type should be set based on the type
              of lookup that is requested.
              Query_Type = 'SAP' -presents a screen based on a customer SAP Id.
              Query_Type = 'SR' -presents a screen based on a Service Request.
              Query_Type = '' or null -presents a search screen to locate the proper contact in Siebel
              APP_SAP_ID -SAP customer Id
              APP_SR_NUM -Siebel Service Request Number
              >
    <SCRIPT LANGUAGE="VBScript">
    Sub LoadContact()
            'Siebel Application Object
            Dim siebApp 'As SIEBELHTMLLib.ISiebelHTMLApplication
            Dim siebSvcs 'As SIEBELHTMLLib.ISiebelService
            Dim siebOutputPropSet 'As SIEBELHTMLLib.ISiebelPropertySet
            Dim siebInputPropSet 'As SIEBELHTMLLib.ISiebelPropertySet
            Dim bool 'As Boolean
            Dim errCode 'As Integer
            Dim errText 'As String
            Dim QueryType 'As String
         Dim PopSAP 'As String
         PopSiebel = "TRUE"
         If PopSiebel = "TRUE" Then
              QueryType = "SAP"
              If QueryType = "null" Then
                   QueryType = ""
              End If
                 'Create The SiebelHTML Object      
                 set siebApp = CreateObject("SiebelHTML.SiebelHTMLApplication.1")  
                 If Not siebApp Is Nothing Then
                     'Create A New Property Set
                     set siebInputPropSet = siebApp.NewPropertySet
                     set siebOutputPropSet = siebApp.NewPropertySet
                     If Not siebInputPropSet Is Nothing Then
                         siebInputPropSet.SetProperty "ANI", "9738986011"
                         siebInputPropSet.SetProperty "SAP_ID", "0000516616"
                         siebInputPropSet.SetProperty "SR_NUM", "null"
                         siebInputPropSet.SetProperty "Interaction_ID", "168608840053"
                         siebInputPropSet.SetProperty "Query_Type", QueryType
                     Else
                         errCode = siebApp.GetLastErrCode
                         errText = siebApp.GetLastErrText
                             MsgBox "Could not Create Siebel Property Set: " & errCode & "::" & errText
                     End If
                     'Get A Siebel Service
                     set siebSvcs = siebApp.GetService ("TAWBS")
                     If Not siebSvcs Is Nothing Then
                         siebSvcs.InvokeMethod "TAWPresentAccount", siebInputPropSet, siebOutputPropSet
                  Else
                         errCode = siebApp.GetLastErrCode
                         errText = siebApp.GetLastErrText
                   MsgBox "Could not Get Siebel Service: " & errCode & "::" & errText
                         End If
                     set siebApp = Nothing
                 End If
                 set siebInputPropSet = Nothing
                 set siebOutputPropSet = Nothing
                 set siebSvcs = Nothing
         End If 
    End Sub
    </SCRIPT>
    <SCRIPT LANGUAGE="javascript">
    function loadSAP()
         if (typeof(application) == "undefined")
              sapgui      = GetObject("SAPGUI");
              application = sapgui.GetScriptingEngine;
         if (typeof(connection) == "undefined")
              connection = application.children(0);
         if (typeof(session) == "undefined")
              session = connection.children(0);
         if (typeof(WScript) != "undefined")
              WScript.connectObject(session, "on");
              WScript.connectObject(application, "on");
         session.findById("wnd[0]").maximize();
         session.findById("wnd[0]/tbar[0]/okcd").text = "/nzsd1067";
         session.findById("wnd[0]").sendVKey(0);
         session.findById("wnd[0]/usr/ctxtVBAK-KUNNR").text = "0000516616";
         session.findById("wnd[0]").sendVKey(0);
    } // end
    </SCRIPT>
    </head>
         <body onload="loadSAP()">
              <H3><FONT face="Arial" size="5">Raytheon Integration Screen</FONT></H3>
              <HR style="WIDTH: 882px; HEIGHT: 8px" color="#3366cc" SIZE="8">
              <form id="ValidForm" onsubmit="LoadContact(); return false;" language="jscript">
                   <FONT face="Arial">Load Siebel Screen</FONT> <! <input name="Text1" TYPE="TEXT"
                   SIZE="10" ID="Text1"> <input name="Submit" TYPE="submit" VALUE="Submit" ID="Submit1">
              </form>
              <form id="Form1" onsubmit="loadSAP(); return false;" language="javascript">
                   <FONT face="Arial">Load SAP Screen</FONT>    <! <input
                   name="Text2" TYPE="TEXT" SIZE="10" ID="Text2"> <input name="Submit" TYPE="submit" VALUE="Submit" ID="Submit2">
              </form>
         </body>
    </html>

    Hi Bernd,
    the following code works in VBS. If you run saplogon.exe you'll get a message box saying '/app'.
    Set Wrp = CreateObject ("SapROTWr.SapROTWrapper")
    Set SapGui = Wrp.GetROTEntry ("SAPGUI")
    Set application = sapgui.GetScriptingEngine
    MsgBox application.id
    I haven't tried it on a web page, but I don't see why it shouldn't work there. Ok, maybe the MsgBox is command is not available.
    Best regards,
    Christian

Maybe you are looking for

  • Standard Component in CRM that will call RFC Function Module

    HI all, Is there any Standard Component in CRM that will call RFC Function Module from ECC and that called RFC FM should Fetch the data from ECC.

  • Obsolete parameters in pfile

    Hi, We have Oracle 10.2.0.3 database on AIX platform.For long ,our database has been running on pfile.We wanted our database to run on spfile and in that process,when we tried to "create spfile from pfile " we are getting the following errors. SQL> c

  • I need to store a schema in mds in soa 10g.

    Hi Gurus, Kindly help out with the present situation. i need to store the schema which is used in different process in the mds in soa 10g. can any one provide some steps or docs related to setting up of mds in soa 10g? Help is greatly appreciated. Re

  • What's New in Snow Leopard (10.6)..?

    Hello guys, I am using OS Leopard 10.5. Can you plz tell me what's new in Snow Leopard..? Is necessary for me to buy it..? Thanks in advance Message was edited by: Yannis Pavlou

  • How to preset the BusinessObjects Enterprise logon with Live Office

    Is there a way to define the enterprise logon information including password within an Xcelsius Dashboard that is using a Live Office Connector? My scneario is that I have a spread sheet that is using Live Office to connect to a WebI report.  I need