Cmc rights to use Security Query Export functionalities

In Cmc when I create a Security Query  it shows the list of rights a user has on Business Objects objects, and that's fine, however when I try to export those results I get a message like this:
You don't have rights to 'Schedule document to run' (id:21) for Security Query Export (ID: 1074)
On which folder or object in Cmc should I set that right? I have no idea! I'm using the Admiistrator account so I don't understand why I don't have rights to export the results of the query. I'm using BusinessObjects xi r3.
Edited by: PadawanGirl on Feb 1, 2012 5:09 PM

Hello Erika,
In your CMC > Folders > Administration Tools, make sure Administrators group has Full Control, in particular make sure that the right "schedule Document to run" is granted. If it looks fine, check the same right on Security Query Export object itself.
Frederique

Similar Messages

  • Use of QUERY option in 9iRel2 Export utility

    Hi All,
    Is it possible to use a query option to the export utility of the form below assuming I am exporting a table called test1:
    query="(test1.col1,test1/col2) not in (select test2.col1,test2.col2 from test2)"
    I am not sure if it is allowed to reference another table in the query clause, test2 in the example above....?
    Thanks

    I don't have a 9iR2 environment with me right now but this works on 10gR2. And I have no reason to believe that it would not work in 9iR2.
    SQL> select * from a;
            ID
             1
             2
    SQL> select * from b;
            ID
             2
    SQL> $
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\>exp sysadm/itbagain@qo810 tables=(A) query='where id not in (select id from b)'
    Export: Release 10.2.0.4.0 - Production on Wed Sep 8 14:17:49 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.4.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table                              A          1 rows exported
    Export terminated successfully without warnings.
    C:\>

  • How to use power query with sitecatalyst

    Hello,
    I need to use power query to import a table from sitecatalyst. Doing some tests I found that If remove the session from the url that has the report parameters, the app will redirect me to the login page, after entering the company, username and password
    it will load the report page with the data according to my filters.
    When I add the report url on the From Web option, excel does not allow me to add credentials. If I add the login+redirect url it allows me to add user/password but does not load the tables that appear on a regular browser.
    Is it possible to consume sitecatalyst without using Report Builder? If not, how you access the security info after you added the url.
    Thanks.

    To the best of my ability to tell, the right way to use this product from within Power Query would be to use its API. Unfortunately, we don't currently support either of the methods needed to be able to authenticate with the service (OAuth 2.0 and a relatively-custom
    digest-based method). Adding a mechanism to allow use of arbitrary OAuth-protected resources is a fairly high priority for us, and I hope we'll be able to deliver something before mid-2015.
    Scraping the website is very hard to do well -- both from an authentication and from a data discovery perspective.

  • Data pump using table query

    I am trying to perform a data pump export on a table using a query within a parfile and I am getting some odd behaviour. The database version is 10.2.0.4.3 and the OS is AIX 5.3. The query looks like this.
    QUERY="POSDECLARATIONQUEUE:where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' and 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252')"
    This works but gets 0 rows. If I run the query against the instance in an SQLPlus session as below then I get 0 rows returned.
    select * from POSDECLARATIONQUEUE where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' AND 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252');
    If I take out the single quotes from around the columns within the query against the instance within SQLPlus, I get over 2000 rows returned.
    SQL> select count(*) from POSDECLARATIONQUEUE where SESSIONID in (select B.SESSIONID from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where B.SESSIONID = C.ID and C.ACCOUNTID = A.ID and A.SITE = 10252);
    COUNT(*)
    2098
    If I remove the single quotes from the parfile query then I get the following error within the data pump export.
    UDE-00014: invalid value for parameter, 'schemas'.
    The SCHEMAS option is not specified within the parfile and the TABLES option only specifies the table POSDECLARATIONQUEUE.
    Can someone assist with this, I just can't seem to be able to get the syntax right for it to work within data pump.
    Kind Regards.
    Graeme.
    Edited by: user12219844 on Apr 14, 2010 3:34 AM

    It looks like your query might be a little wrong:
    This is what you have:
    QUERY="POSDECLARATIONQUEUE:where SESSIONID in (select 'B.SESSIONID' from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where 'B.SESSIONID' = 'C.ID' and 'C.ACCOUNTID' = 'A.ID' and 'A.SITE' = '10252')"
    This is what I would have thought it should look like:
    QUERY=POSDECLARATIONQUEUE:"where SESSIONID in (select B.SESSIONID from POSACCOUNT A, POSDECLARATIONQUEUE B, POSDECLARATIONSESSION C where B.SESSIONID = C.ID and C.ACCOUNTID = A.ID and A.SITE = 10252)"
    You want double " arount the complete query, and you don't need the single ' around all of the =. The single ' are treating those values as strings and it says
    'B.SESSIONID' = 'C.ID'
    is the string B.SESSIONID equal to the string C.ID
    In your query that you used in sql was
    B.SESSIONID = C.ID
    which says is the value stored B.SESSIONID equal to the value stored at C.ID
    Which is what you want.
    Dean

  • Folder Security Query

    BOE XI R2
    I need help extracting rights information on folders.  I have an Excel spreadsheet that I currently get a list of folders in the system.  I need to extend this to show which groups have access rights to each folder.  Can this be done using a Query that I can replicate in the Query Builder?  If not, how do I accomplish it?  I am not a full time programmer so more detailed explanations are better.  I do have extensive experience administering BOE, so I understand the how it all works.
    Thanks
    Brian

    Hi Brian,
    I suggest reading the BusinessObjects Enterprise SDK Documentation.
    The SDK documentation is found on the following site:
    https://www.sdn.sap.com/irj/boc/sdklibrary
    For XI R2, please scroll down to the bottom of this page.
    The "Developer Guide" contains several tutorials that may help you with understanding how to use the SDK.
    I do not have a COM based sample but below is a Java based sample.
    The workflow is basically the same.
    Hope this helps.
    Regards,
    Dan
    <%@ page import = "java.util.*"%>
    <%@ page import = "com.crystaldecisions.sdk.framework.*"%>
    <%@ page import = "com.crystaldecisions.sdk.occa.infostore.*"%>
    <%@ page import = "com.crystaldecisions.sdk.occa.security.*"%>
    <%@ page import = "com.crystaldecisions.sdk.exception.*"%>
    <%@ page import = "com.crystaldecisions.sdk.properties.*"%>
    <%@ page import = "com.crystaldecisions.sdk.plugin.*"%>
    <%@ page import = "com.crystaldecisions.sdk.plugin.desktop.user.*"%>
    <%
    IEnterpriseSession es = null;
    //Get html form values
    String user = request.getParameter("username");
    String password = request.getParameter("password");
    String apsName = request.getParameter("apsname");
    String apsAuthType = request.getParameter("authType");
    //Logon and get the iStore back
    es = CrystalEnterprise.getSessionMgr().logon( user, password, apsName, apsAuthType );
    IInfoStore boInfoStore = (IInfoStore) es.getService("", "InfoStore" );
    out.println("<TABLE BORDER='1'>");
    out.println("<TR WIDTH='300' ALIGN=CENTER BGCOLOR=KHAKI><TD COLSPAN=2>Folder</TD><TD COLSPAN=4>Rights</TD></TR>");
    out.println("<TR ALIGN=CENTER BGCOLOR=KHAKI><TD>ID</TD><TD>Folder Name</TD><TD>ID</TD><TD>Principal</TD><TD>Inherited</TD><TD>Role</TD></TR>");
    out.println(getFolders(boInfoStore, 0, 0));
    out.println("</TABLE>");
    %>
    <%!
    String getFolders(IInfoStore boInfoStore, int parentId, int level) throws SDKException {
         String output = "";
         String query_folder = "Select * From CI_INFOOBJECTS Where SI_KIND = '" + CeKind.FOLDER + "' AND SI_PARENTID=" + parentId + " ORDER BY SI_NAME";
         IInfoObjects boInfoObjects_folder = (IInfoObjects) boInfoStore.query( query_folder );
         IInfoObject boInfoObject_folder = null;
         IObjectPrincipals boObjectPrincipals = null;
         int iPrincipalCount = 0;
         String levelPad = "";
         for ( int i = 0; i < level; i++ ) {
              levelPad += "     ";
         for ( int i = 0; i < boInfoObjects_folder.size(); i++ ) {
              boInfoObject_folder = (IInfoObject) boInfoObjects_folder.get(i);
              boObjectPrincipals = boInfoObject_folder.getSecurityInfo().getObjectPrincipals();
              iPrincipalCount = boObjectPrincipals.size();
              output += "<TR><TD ROWSPAN=" + iPrincipalCount + ">" + boInfoObject_folder.getID() + "</td>";
              output += "<TD ROWSPAN=" + iPrincipalCount + ">" + levelPad + boInfoObject_folder.getTitle() + "</td>";
              if (iPrincipalCount > 0) {
                   output += getPrincipals(boObjectPrincipals);
              } else {
                   output += "<TD COLSPAN=2>No rights associated with this folder.</td></TR>";
              output += getFolders(boInfoStore, boInfoObject_folder.getID(), (level+1));
         return output;
    String getPrincipals(IObjectPrincipals boObjectPrincipals) throws SDKException {
         String output = "";
         IObjectPrincipal boObjectPrincipal = null;
         Iterator iterator_principals = null;
         boolean firstPrincipal = true;
         iterator_principals = boObjectPrincipals.iterator();
         firstPrincipal = true;
         while (iterator_principals.hasNext()) {
              boObjectPrincipal = (IObjectPrincipal) iterator_principals.next();
              if (firstPrincipal) {
                   firstPrincipal = false;
              } else {
                   output += "<TR>";
              output += "<TD>" + boObjectPrincipal.getID() + "</td>";
              output += "<TD>" + boObjectPrincipal.getName() + "</td>";
              output += "<TD>" + boObjectPrincipal.isInherited() + "</td>";
              output += "<TD>" + boObjectPrincipal.getRole().getDescription(Locale.ENGLISH) + "</td>";
              output += "</TR>";
         return output;
    %>

  • Help Required -- Can we use SQL Query to READ data from SAP MDM Tables

    Hi All,
    Please help.........
    Can we use SQL Query to READ(No Creation/Updation/Deletion  just Read) Data from SAP MDM tables directly, without using MDM Syndicator.
    Or direct SQL access to SAP MDM tables is not possible. Only through MDM Syndicator can we export data.
    Thanks in Advance
    Regards

    All the tables you create in Repository comes under A2i_CM_Tables in Database named as your repository name. So the tables names are fields of table A2i_CM_Tables. Now i tried it but cant make it.
    Now, I dont think its possible to extract all fields in tables and there values using select query. May be pure sql guy can do that or not.
    But there is no relation of data extraction and syndicator. Data is viewed in Data Manager. and you can also store data in a file from DM also.
    BR,
    Alok

  • How to use Power Query to load data from a single source into multiple tables

    Hi all,
    I have a requirement to load my data into three different data models using Power Query. Is that possible?
    My source is a SharePoint survey list, with similar questions like:
    1) Course lecturer - John Doe
    1a) The course was useful (rate 1 to 5)
    1b) The lecturer displayed good knowledge of topic (rate 1 to 5)
    2) Course Lecturer - Mary Brown
    2a) The course was useful (rate 1 to 5)
    2b) The lecturer displayed good knowledge of topic (rate 1 to 5)
    I would like to split the data into separate data models (one for John Doe; another for Mary Brown), so that I can compare the different lecturers. Other than running separate surveys for each of them, I thought of using Power Query to transform the data.
    Is it possible?
    Thanks.
    Regards
    GM

    Yes, this is possible.
    Start with a single query that returns you the data for all lecturers.
    Right-click on the "all lecturers" query in the queries pane, and choose Reference, once for each lecturer. This will create a query for each lecturer.
    Open the query for each lecturer and filter the data so that only that lecturer's results are visible.
    Click "Close & Load To..." for each lecturer's query  to load the data into the data model. This will create a data model table for each lecturer.
    If your question is more about how to transform such a survey list into a table that can be easily filtered, please provide an example of how the list shows up in Power Query.
    Ehren

  • Problems in creation of workbook using Change query local view.

    Hi Experts,
    I have created a Multiprovider by using union of two infocubes and created a Query based on Multiprovider.  I want to restrict one infocube in Change Query local view for creating new workbooks.  In Query global view we drag and drop the Infocube under Filters, but in the Query local view Filter panel is in disable mode. (My requirement is to create the workbooks using change query local view only)
    How can I restrict the one Infocube values in the workbooks by using Change query local view? 
    Thanks in advance.
    Venkat.

    Hi Venkat Prasad
    As you told that the query is on multi provider and the view is not allowing to declare/define filter value
    Just drag the infoprovider info object avilable under packet dimension to rows and right click on it restrict by selecting the name of the info provider when u right click it will show you the option of restrict once u click on it,it will takes to u a pop up where you can able to see the name of info providers and you specify according to it and finally in the display of results if you dont want to to display the info provider name then just right click on the 0infoprovider object under rows go to properties then choose hide option under display.
    Hope its clear a little..!
    Thanks
    K M R
    **Assigning points is the only way of saying thanks in SDN***
    >
    venkata prasad wrote:
    > Hi K M R,
    >
    > Thanks for ur quick response.  Most of the Infoobjects are common for both infocubes. I didn't understand this sentense "retrict the value with the infoprovider which values you are trying to view".
    > Please explian elaborately how to restrict the values speicfic to infoprovider under rows.

  • Is it possible to use certutil to export multiple certificates from a local client machine store, to a .p7b file?

    Is it possible to use certutil to export multiple certificates from a local client machine store, to a .p7b file?
    Scenario: We have a few legacy certificates based on some legacy templates (2012 R2). Some belong to an old SubCA (2008 R2).
    I’ve can manually export them using certmgr mmc on the local machine to a single .p7b e.g.
    cert_backupNEW.p7b. But this is not a practical solution for me and I want to achieve this remotely via certutil or some other util that comes with Windows 7 machines.
    I’ve already worked out how to run a certutil command to add the certs back into the store e.g.
    certutil.exe -addstore -f my cert_backupNEW.p7b
    Is there a way to export multiple certs to a single backup cert, or is what I’m trying to do not possible with multiple certs?
    TC

    Something like this:
    $store = New-Object Security.Cryptography.X509Certificates.X509Store "my","localmachine"
    $store.Open("ReadOnly")
    Set-Content -Path exportedcerts.pfx -Value $store.Certificates.Export("pfx","password")
    $store.Close()
    note that this command will fail, if there are certificates with non-exportable keys. You cannot export certificates with non-exportable keys.
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell FCIV tool.

  • How to use SQL Query in OBIEE Reports

    Hi all,
    I need to use direct sql query in report function column.. How can I implement that.
    For example
    Our report name is /shared/Automotive/Vehicle Services/Most Serviced Vehicle Models
    we have to eliminate /shared/Automotive/Vehicle Services/ part from above report name.. I have done this in sql using the Query SUBSTR(COL,INSTR(COL,'/',1,4)+1).
    So kindly help how to implement above sql query in Obiee.. Urgent.
    Thanx in advance

    796797 wrote:
    Hi all,
    I need to use direct sql query in report function column.. How can I implement that.
    For example
    Our report name is /shared/Automotive/Vehicle Services/Most Serviced Vehicle Models
    we have to eliminate /shared/Automotive/Vehicle Services/ part from above report name.. I have done this in sql using the Query SUBSTR(COL,INSTR(COL,'/',1,4)+1).
    So kindly help how to implement above sql query in Obiee.. Urgent.
    Thanx in advanceArrggh. I wish people wouldn't just answer a question without taking the time to actually think about what the user is asking for and if it makes sense. I like Diney's response best: Why not use the Title View? (i.e., asking questions until it is clear what is needed.) So along those lines, why are you trying to put the name of your report in a column of your report?? And why do you need to use direct sql to do this??
    Kindly or not, urgent or not, state what you are trying to achieve and why you need it (if the obvious answer like "using the Title View" doesn't work for you), instead of simply assuming your method is right and you need to know how to do what envision. Your method may not be correct or necessary.

  • Using Quicktime's "Export for Web" feature in iWeb?

    Greetings,
    Does anyone know if this is possible within iWeb, that is, to use movies created using Quicktime's "Export to Web" feature, which really seems to deliver superior movie quality?
    Much appreciated,
    DaveB

    Thanks, good stuff, though I'm still having a small problem with this. I'm getting a gray line around the top and left of my movie and the right side of the player is getting cut off. When I try to make the width larger, it just moves the gray line further to the left.
    Any ideas?
    http://www.brianderr.com/brianderr/copythis3.html
    *This is the script that I added to the html snippet in iWeb.* I changed the height to 505px because it was cutting off the bottom of the player at 496.
    <iframe src="http://idisk.me.com/brianderr/Public/KANYE%20PT%201/kanye1.html"
    style="width:720px; height:505px";
    scrolling="no">
    </iframe>
    *This is the script from my read me file that I kept:*
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title>QuickTime Pro - Export for Web - KANYE PT 1</title>
    <script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script>
    <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
    <link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" />
    </head>
    <body><script type="text/javascript"><!--
    QTWritePosterXHTML('Click to Play', 'KANYE%20PT%201-poster.jpg',
    'KANYE%20PT%201.mov',
    '720', '496', '',
    'controller', 'true',
    'autoplay', 'true',
    'bgcolor', 'black',
    'scale', 'aspect');
    //-->
    </script>
    <noscript></body>
    </html>

  • Security in Export/ Import

    Hello all of you.
    i am using Oracle 9i and i Export the data daily. but that Oracle export.dmp file import in any user. mean if i export file in D: drive, anyone pickup that file and create a new user and import it easily. he can view all the record..
    so plz help me and tell me how can i apple security on export file..
    thanks

    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1004767
    You can do an import even if you did not create the export file. However, keep in mind that if the export file was created by a user with EXP_FULL_DATABASE privilege, then you must have IMP_FULL_DATABASE privilege to import it. Both of these privileges are typically assigned to DBAs.
    Why anyone can create a new user in your database? That's also a DBA privs.

  • Using PIVOT query in ViewObject

    I was wondering if it's possible to create a ViewObject based on a query with PIVOT. The query looks like
    SELECT * FROM myTable
    PIVOT ( SUM(myTable.VALUE) FOR TIME IN ('2010', '2011'));
    And I get the following error:
    ORA-00907: missing right parenthesis.
    The query works in SQL Developer.
    JDev 11.1.1.6.0

    My working query in SQL Developer is
    SELECT * FROM (
      SELECT TIME, VALUE
      FROM MYTABLE
      WHERE CODE = :pCode
    PIVOT (
      SUM(VALUE) FOR TIME IN (2009)
    with TIME as NUMBER.
    But if I copy it in a ViewObject I get the right parenthesis error. The '^' points to the T of PIVOT, not sure the location is accurate. My goal is then to use that VO with getEstimatedRowCount, executeQuery and also apply some ViewCriteria on it. I never worked with PIVOT query, so I am not sure if it makes a difference on what I can do with the VO.

  • Use "wlconfig"/"query" to get multiple mbeans and iterate

    The WebLogic documentation on the "wlconfig" Ant task shows how to use the "query" subelement to get an mbean based on the domain, type, and name. However, in the documentation, I see that the "name" attribute is optional.
    I tried writing a little test using this that queries the "Server" type (with no name) and prints out the resulting variable in an "echo" element right after the query. I tried this on a domain with a single server (just the admin server), and on a domain with an admin server and a cluster. When I print out the variable, it prints out the conventional JMX name format. When I ran this on the domain with multiple servers, it separate each mbean name with a semicolon.
    So, it's clear that it retrieved all the "Server" mbeans, but how do I iterate through the mbeans that I found? The wlconfig documentation doesn't mention the possibility of returning multiple mbeans.

    Hi
    I am trying to do this exact same thing, in order to read resources configured in a WebLogic Server domain and clone it into another domain through Ant scripting.
    Did you find any way to iterate through MBeans?

  • Using SQL query directly in DI

    Hi,
    I have a five long SQL query that extracts columns from 2 tables based on conditions and creates 5 new tables with new columns. The query looks some thing like this:
    select a.num_1, b.unid, c.tycod, min(b.csec) - min(a.csec) turnout into
    #tab1
    from un_hi a
    left join un_hi b on a.num_1 = b.num_1
    and ((a.unid = b.unid and left(b.unid,1) not in ('E','Q') and
    left(a.unid,1) not in ('E','Q'))
    or (right(a.unid,len(a.unid)-1) = right(b.unid,len(b.unid)-1)
    and left(b.unid,1) in ('E','Q') and left(a.unid,1) in ('E','Q')))
    and b.unit_status = 'ER'
    left join aeven c on a.num_1 = c.num_1 and c.rev_num = 1
    where a.num_1 like 'F011%' and a.unit_status in ('DP','XE')
    group by a.num_1, b.unid, c.tycod;
    Is there any way i can directly incorporate the above query in DI and run? The source file is excel sheet and output is SQL server.
    Should i use the script in the work flow to execute the query?
    Appreciate your inputs.
    Thanks,
    Arun

    I am not sure if BODI can execute SQL directly from Excel sheet as source...
    Though, you may try to create a File Format for your excel sheet (& multiple tabs), set it as source then use the Query Transform to apply your SQL?
    As stated in the Designer Guide:
    The Query transform can perform the following operations:
    u2022 Choose (filter) the data to extract from sources
    u2022 Join data from multiple sources
    u2022 Map columns from input to output schemas
    u2022 Perform transformations and functions on the data
    u2022 Perform data nesting and unnesting
    u2022 Add new columns, nested schemas, and function results to the output
    schema
    u2022 Assign primary keys to output columns
    Hope this helps!

Maybe you are looking for

  • Payables Open Interface Program Source Problem

    Hello All, I am trying to import invoice using "Payable Open Interface Program". I have two Sources from which I am uploading invoices. Lets say the Sources be A and B. (in the lookup code i have added A and B under Source lookup type). Now the probl

  • How can I stop iTunes from changing tags in Widows 8?

    So, this is not new to Windows 8, I've also had this problem for years with Windows 7 also. However it seems to have gotten worse with Windows 8. I've been hoping Apple would fix this but it has been an ongoing nagging problem with iTunes for as long

  • How to change default selection in compensation planning

    Hi experts, We have upgraded our portal to EHP1 sp04. I need to change the default selection which it currently shows in "Employee Selection" under Compensation Planning-->Compensation Planning. When a user clicks on Compensation Planning>Compensatio

  • I am not able to change any fonts when i add in titles

    I just loaded the 10.0.1 to my MACBOOK PRO and started trying to edit a move.  I pulled a standard title over a photo, but when i tried to change fonts and sizes, no luck.  there is also a red diagional on thw color box and I don't get any alignment

  • NoClassDefFoundError Exception when i run my applet in IE 5.5

    hi, i have written an applet which work witn UTF-8 files. i compile it with jdk 1.4 and i can run it with JRE2 but it doesn't start in computers with IE 5.5 with it's default JRE. i want to use it in a website so how can i change it or what can i do