JMS1.1 Domain Unification sample using OC4J 10g

I am trying to run the JMS1.1 Domain Unification sample using OC4J 10g
I am not sure why I get the Invalid provider URL exception at run time when trying to run AsyncClient using listenTopic in Ant. The code prints out the provider URL accurately from my ConnectionParam.java file but exception happens after that. I am running the J2EE container using OC4J and can access http://localhost:8888/adminoc4j as an admin user.
++++++++++++++++++++++++++++++++
C:\JMS1.1>c:\apache-ant-1.6.1\bin\ant listenTopic
Buildfile: build.xml
listenTopic:
[java] local url...
[java] http://localhost:8888/adminoc4j
[java] env Hashtable populated...
[java] javax.naming.NamingException: Invalid provider URL
[java] at com.evermind.server.rmi.RMILocation.parseURL(RMILocation.java
:83)
++++++++++++++++++++++++++
This is the initialize method from AsyncClient.java.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
public void initialize() throws Exception{
Hashtable env = new Hashtable();
// set the environment properties
env.put(Context.INITIAL_CONTEXT_FACTORY,
     "com.evermind.server.rmi.RMIInitialContextFactory");
System.out.println("local url...");
System.out.println(ConnectionParams.PROVIDER_URL);
env.put(Context.PROVIDER_URL, ConnectionParams.PROVIDER_URL);
env.put(Context.SECURITY_PRINCIPAL, ConnectionParams.USERNAME);
env.put(Context.SECURITY_CREDENTIALS, ConnectionParams.PASSWORD);
     System.out.println("env Hashtable populated...");
// get the initial context
InitialContext ctx = new InitialContext(env);
     System.out.println("got context...");
// lookup the queue and topic objects
Destination topic = (Destination) ctx.lookup("jms/sampleTopic");
     System.out.println("looked up topic...");
// lookup a connection factory
ConnectionFactory factory = (ConnectionFactory) ctx.lookup("jms/sampleConnectionFactory");
// create a connection
Connection connection = factory.createConnection();

Sorted out the answer myself.
+++++++++++++++++++++++++++++
The URL in ConnectionParams should use ormi protocol as given in the sample example.
Good example and it all works! Thanks.
+++++++++++++++++++++++++++++++++++++++++++++
public class ConnectionParams{
// variable for OC4J Provider URL
public static String PROVIDER_URL="ormi://localhost:23791";
+++++++++++++++++++++++++++++++++++++++++++++

Similar Messages

  • JMS1.1 Domain Unification Sample

    I have this sample setup in JDev 1013 preview and on the command line. When I run ant listenTopic, I get a class not found exception for this class:
    oracle/oc4j/admin/jmx/model/ManagementModelMBeanProvider
    Well, after looking all over the 1013 installation jar set, I cannot find this class anywhere (jar search would be nice). Can anyone give a clue as to what jar I need to be using? I am probably overlooking something obvious but a hint at this point would be helpful.
    Thanks in advance.
    Bryan

    I am also running across this issue right now in JDev 10.13 preview. Instead I'm trying to connect to an OC4J JMS Queue. I looked and I couldn't find the missing class anywhere. Does anyone know how to solve this? Bryan, did you get around it at all?
    Thanks,
    Bill

  • Oracle 10g - Creating a new Application Server using standalone OC4J 10g

    I have some issues in creating a new app. server using standalone oc4j 10g 10.1.3 instance. After I created the app. server instance, I tested the connection and it says connection refused. I used the userid as oc4jadmin and the password as welcome. I am getting a message connection refused. For connection, I used the default hostname "localhost" and I didn't mention anything in the URL path.

    Thanks Steve..
    Here is what I am trying to do.. I want to create a new app server instance (i.e.) stand alone oc4j server, where I can deploy my web service and run a test.
    Oracle JDeveloper 10g:
    Under Connection Navigator, Application Server --
    1) Right click to 'Create New Application Server Connection'
    2) Connection type as 'Standalone OC4J 10 g 10.1.3',
    3) Username ==> oc4jadmin, Password ==>welcome, checked the Deploy password.
    4) Hostname: localhost RMI Port: 23791
    URL path: <<blank>>
    5) Test Connection ==> getting a error message...
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Any input you can provide would be of great help.

  • How to run a 10g Report from form in client using OC4J

    Hi,
    Every time we make a report, in order to test it we have to deploy in application server.
    In our application we make the report is written as a PDF in the server and shown in the client browser using WEB.SHOW_DOCUMENT.
    Is there a way we can do this in the development environment?
    Like this: I create a report (i.e. RDF). Now in my development machine I want the form (we use a Oracle Form as a parameter form, not the Reports para form) to have a button, and when I press this button the report has to run, create the PDF in my machine and show it my client browser.
    How to do it using OC4J??

    Steps to take.
    (1.) In command prompt type RWSERVER SERVER=repserver1 to star the rep server.
    (2.) If you get "Javaw.exe The procedure entry point psoasyn could not be located in the dynamic link library orapls10.dll." error do one of the following
            (a.) Type the full name for the server. D:\OracleDevR2\bin\rwserver SERVER=repserver1
                   or, if it does not work
            (b.) Add D:\OracleDevR2\bin to the system env. variable PATH
    (3.) Start OC4j
    (4.) Now you can access the jobs using URL like:
        http://192.161.11.143:8890/reports/rwservlet/showjobs?server=repserver1
          where 192.161.11.143 is your machine's IP address.

  • Unknown site error while deploying web services using OC4J

    Hi,
    I have been testing the deploying webservices examples using demo.zip on OTN site.
    I have trouble in binding the web application name to stand alone OC4J.
    I am running stand alone OC4J server fine. I verified the website http://localhost:8888, which is running fine.
    If I issue the command
    java -jar admin.jar ormi://localhost:23791 admin password1 -bindwebapp demo_ejb_web_service HelloService_web http://localhost:8888/ sejb_webservices
    I get error
    oracle.oc4j.admin.internal.DeployerException: Unknown site: http://localhost:8888/
    What is the http-web-site address that needs to be given for binding web app, if I am running local standalone OC4J with no default port changes?
    Thanks,
    Mohan

    Eric,
    Thanks for the response. But, still I am not able to bind web-application to OC4J.
    Here is how my server.xml has defined the web-site tag:
    <web-site default="true" path="./http-web-site.xml" />
    My http-web-site.xml has following web-site tag:
    <web-site port="8888" display-name="OC4J 10g (10.0.2) HTTP Web Site">
    <default-web-app application="default" name="defaultWebApp"/>
    <web-app application="default" name="dms0" root="/dms0" access-log="false" />
    <web-app application="default" name="dms0" root="/dmsoc4j" access-log="false" />
    <web-app application="default" name="admin_web" root="/adminoc4j"/>
    <access-log path="../log/http-web-access.log"/>
    </web-site>
    I used the following command to bind the example web service:
    java -jar c:\XtendTools\oc4j\j2ee\home\admin.jar ormi://localhost admin password1 -bindWebApp demo_ejb_service HelloService_web default-web-site /sejb_services
    I get "oracle.oc4j.admin.internal.DeployerException: Unknown site: default-web-site" error.
    I tried to use following names as http-web-site, but nothing works.
    "http://localhost:8888"
    "dms0"
    "adminoc4j"
    I downloaded stand alone OC4J 10.1.2 from OTN and tried these samples.
    Your help will be appreciated.
    Thanks,
    Mohan

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    If the PLX is not generated, the Webutil.pll library would have to be attached with
    full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
    Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
    There is no need to Subclass the WebutilConfig object.
    Attach the Webutil.pll Library, and remove the path.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a WHEN-BUTTON-PRESSED trigger.
    Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
    the "Application Server URL" is empty.
    Then append "?config=webutil" at the end, so you end up with a URL of the form
    http://server:port/forms/frmservlet?config=webutil
    12) Run your form.

  • OC4J 10g (10.1.3) shut down problems..

    hi all,
    i am using the latest version oc4j 10g (hopefully). i can start it without problems and run our application.
    but i issue command to shutdown, it fails to be, the command prompt always stay at "shutting down ..." line without exit.
    i use the following to shutdown and my jdk 1.4.2_06 under windows xp
    oc4j -shutdown -port 23791 -password admin admin
    anyone has the same experience? Because of it, under eclipse, it can't restart smoothly. i have to use force exit to close the oc4j.
    thx

    The OC4J script is not the cause of this -- if the message is shown "shutting down OC4J' then the call has been made to OC4J and its in the process of shutting down.
    If you execute "set verbose=on" before executing oc4j.cmd, then you'll see the command that oc4j uses when -shutdown is performed is exactly that command you suggest:
    oc4j -shutdown -port 23791 -password welcome1Executing: D:\java\jdk150_11\bin\java -jar "d:\java\oc4j-10133-prod\j2ee\home\admin.jar" ormi://localhost:23791 oc4jadmin welcome1 -shutdown
    But as you are suggesting there are manual ways to shutdown OC4J that are equally valid to use; it's a matter of choice.
    What you could try is using the -force extra switch with the -shutdown command to force it to shutdown:
    java -jar admin.jar ormi://localhost:23791 oc4jadmin welcome1 -shutdown force
    If that fails, ctrl+c the process. It doesn't do any damage to it.
    A thread-dump (ctrl+break) on the hung process can help to identify any deadlock issues.
    oc4j.cmd is limited certainly, but it provides a simpler entry point IMHO for new users. And we still fully support/endorse the direct startup path using the runnable JAR file.
    -steve-

  • JDev 9.0.3.1 deployment to OC4J 10g standalone possible

    Hello,
    we have problems using JDev 9.0.3.1 to deploy a simple test-servlet to OC4J 10g 9.0.4 (PDK-prebundled) standalone.
    So is the question is, wether this should be in principle possible?
    When yes, how must I configure the deployment descriptor resp. what modificatios must i apply to the "OC4J Deployment command line". I have noticed that the admin.jar files on PC and OC4J-server are NOT identical:
    -------from the Manifest from JDev9031-----------------
    Manifest-Version: 1.0
    Created-By: 1.3.1 (Sun Microsystems, Inc. )
    Main-Class: com.evermind.client.orion.Oc4jAdminConsole
    Class-Path: oc4j.jar
    Name: "Oracle Console-based Admin"
    Implementation-Title: "com.evermind.client"
    Implementation-Version: "9.0.4.0.0"
    Implementation-Vendor: "Oracle Corporation, Inc."
    -------form the Manifest from OC4J---------------------
    Manifest-Version: 1.0
    Created-By: 1.3.1 (Sun Microsystems, Inc. )
    Main-Class: com.evermind.client.orion.Oc4jAdminConsole
    Class-Path: oc4j.jar
    Name: "Oracle Console-based Admin"
    Implementation-Title: "com.evermind.client"
    Implementation-Version: "9.0.4.0.0"
    Implementation-Vendor: "Oracle Corporation, Inc."
    So I have tried several combinations with the admin.jar and oc4j.jar from the
    OC4J-server in the PC for use with the JDeveloper, but I got only error messages.
    This problem might also be an issue with the JDKs:
    The Jdeveloper is running on a Windows2000-PC; java version "1.3.1_02". The OC4J 10g is running on a Sun Sparc with Solaris 8, On this server /usr/local/jdk/j2sdk1.4.1_07/bin/java shows a version "1.4.1_07".
    Regards
    Michael

    Thany you Steve,
    I think you are right. I have had created a new directory under JDeveloper and copied admin.jar and oc4j.jar (because admin.jar consist only of an MF-File, that points to the class com.evermind.client.orion.Oc4jAdminConsole which is included in oc4j.jar) from OC4J 10g. The new connection points to this directory.
    But I am not able to include this oc4j.jar-version of OC4J in the classpath of the JDeveloper. This should be possible in the deployment descriptor. Under Platform/OC4J Standalone, there is a tab. "Deploying EAR" with the entry "OC4J Deployment command line"
    ${java} ${jvm.max.heap.size} -jar ${admin.jar}
    ${oc4j.url} ${username} ${password}
    -deploy -file ${ear.file}
    -deploymentName ${j2ee.app.name}
    Still I got the following error message from the log-window of JDev 9031
    ----------8<------------------8<-------------------
    Invoking OC4J admin tool...
    C:\Programme\Oracle\JDeveloper9031\jdk\jre\bin\javaw.exe -jar C:\Programme\Oracle\JDeveloper9031\Condor\admin.jar ormi://c3po.isae.condor-versicherungen.de:23791 admin **** -deploy -file C:\Programme\Oracle\JDeveloper9031\jdev\mywork\244_19_Aktion\TestDeploy\deploy\C3PO_OC4J_9_0_4-PDK3.ear -deploymentName 2ndC3PO_OC4J_9_0_4-PDK
    Error: javax.management.NotCompliantMBeanException
    java.lang.NoClassDefFoundError: javax.management.NotCompliantMBeanException
         com.evermind.server.ThreadState com.evermind.server.ThreadState.getCurrentState()
              ThreadState.java:206
         void com.evermind.server.rmi.RMIConnection.checkServletCaller()
              RMIConnection.java:3441
    ........and so on................................
    ----------8<------------------8<-------------------
    Has someone an idea. Otherwise, I must "upgrade" to JDev 9.0.4 as suggested by METALINK....
    Best Regards
    Michael

  • [ANN] OC4J 10g (10.1.3) Developer Preview is now available

    OC4J 10g (10.1.3) Developer Preview 3 is now available for download.This Developer Preview is J2EE 1.4 compatible and provides significant new features covering Web Services, general infrastructure services such as classloading, and the first glimpse of Enterprise Manager Application Server Control console to manage, deploy and monitor.
    http://www.oracle.com/technology/tech/java/oc4j/1013/index.html

    I am very sorry .Bu i found so many errors after i tried
    Oracle Jdeveloper 10g(10.1.3)
    I am using a machine with cou 3.0G, 1G DDrR memeory and an chinese windows 2000.I am enjoy using jdeloper9.0.5.2.But when I was trying 10.1.3,I created a normal jsp and made it.I get erros as follows :Error(1,44): [][][][][][][][]。
    I tried to lauch the oc4j server ,got the following errors:Error compiling D:\jdevj2ee1013\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\applications\admin_ejb.jar: Syntax error in source or compilation failed
    04/12/04 21:48:31 Error in application default: Error loading package at file:/D:/jdevj2ee1013/jdev/system/oracle.j2ee.10.1.3.3.51/oc4j-config/applications/admin_ejb.jar, Compile error: Syntax error in source or compilation failed
    04/12/04 21:48:31 done.
    04/12/04 21:48:31 Error initializing server: Error initializing ejb-module; Exception Compile error: Syntax error in source or compilation failed
    04/12/04 21:48:32 Fatal error: server exiting
    And i found all the buttons in this version 10.1.3 that show chinese are all [][][][][]........
    after these annoying errors ,I cant use it at all.Maybe I should wait for the production version.

  • Samples using CMP2.0

    Where can we find working samples for OC4J which uses the CMP2.0 features?

    http://otn.oracle.com/tech/java/oc4j/htdocs/oc4j-how-to.html
    There are couple of samples for CMP 2.0
    regards
    Debu Panda
    Oracle

  • New OC4J 10g (10.1.3.1) Developer Preview now available for download!

    A Developer Preview of the new OC4J 10g (10.1.3.1) release is now available for download.
    This developer preview release is fully J2EE 1.4 compatible and offers numerous enhancments, including full support for the final EJB 3.0/JPA specifications and Common Annotations (JSR-250) support in the Web container. It also provides a complete Web Services stack with support of JAX-RPC, annotations based development using JSR-181, and attachment support including MIME, DIME and MTOM with support of streaming for large documents.
    See http://www.oracle.com/technology/tech/java/oc4j/10131/index.html for details.

    I've tried http://localhost:8888, but I get a "connection refused."
    I have since found the answer. The site http://localhost:8888/ will indeed work. The problem was that the java_home for oc4j was pointing to a Java Runtime Edition of 1.5.0, and so oc4j was not starting, since oc4j only works with 1.4.x.
    Still have the missing info from the readme, though.

  • OHW 5.0 will work in Tomcat and OC4J 10G?

    Hi,
    I have successfully deployed and executed OHW (2.0.11) in OC4J 10G and Apache Tomcat Server 6.X.
    I would like to know, Whether OHW (5.0) will work on OC4J 10G and Apache Tomcat Server?
    Thanks in advance. Waiting for your reply
    Regards
    Balaji S

    Has anyone had any luck getting this to run or run into this problem? It fails even with a fresh JBoss install using tomcat 5.0.16.

  • I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't

    I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't use.  This month my daughter comes home from College and she accidentally uses 24G.....14 over get blind sided with $140.00 in overages.  I called Verizon today......stopped in to the store today......My neighbor told me they waved charges for her one time.  Lots of charges.....But I'm am getting no help.  Not even an offer of a payment plan to help me out.  I went back just 6 months and I have over paid for 19G.....Seems like they would like to help out their loyal customers!!!!     Does anybody have any suggestions on how to deal with them?   We are not wealthy....or I would just pay this and walk away......

    There is a big misconception in what customers believe a cell carrier is obligated to do.
    You pay a set price to use up to that amount of xx data. It makes no difference if you use it to the paid limit or way under. Its like peace of mind when you don't have to worry about a data counter.
    Your daughter used the data, your plan is quite clear of what overage charges are. Why should or would Verizon wireless just forgive the charges because you are a customer? Your daughter used the data, get the money from her. That is the responsible thing to do.
    There is no "I have been a loyal customer so please remove the $120, or $250, or $2,000.00 since I did not mean to use it"
    Your electric company, or gas company or any other company does not remove valid charges. Why should Verizon wireless?
    Just pay the invoice and don't think you are being mistreated because Verizon is a business and not a charity.
    Good Luck

  • Not able to deploy axis2 web service on oc4j 10g server

    Not able to deploy axis2 web service on oc4j 10g server, getting internal server every time I click on services link....
    Edited by: 974237 on Nov 30, 2012 4:17 AM

    Not able to deploy axis2 web service on oc4j 10g server, getting internal server every time I click on services link....
    Edited by: 974237 on Nov 30, 2012 4:17 AM

  • How GET Output to Excel with Oracle9i Report using OC4J

    how GET Output to Excel with Oracle9i Report using OC4J.
    I FINISHED THE SETPS CONCIDERING THE JSP CODE NEEDED TO GET THE EXCEL OUTPUT ON LOCAL MACHINE.
    I NEED TO PUBLISH THIS REPORT THROUGH APPLICATION SERVER.
    THE QUESTION IS:
    1- HOW TO START AN OC4J INSTANCE FROM ORACLE 9I DS FOR THIS REPORT?
    2- WHERE (PATH) TO PUBLISH THE REPORT ON THE APPLICATION SERVER?
    3- WHAT IS THE DEFAULT URL TO RUN THIS REPORT AND WHERE TO PUT IT?
    4- HOW TO MAKE MAPPING FOR DIRECOTRY PATH TO TRANSLATED AS URL FOR THIS REPORT?
    5- IF ANY ONE CAN GIVE ME THE FULL CODE TO RUN AND CALL SIMPLE JSP REPORT TO BE VIED IN INTERNET EXPLORER.
    THANK YOU

    Hi,
    I can't answer to all your questions, however I can tell you that:
    2) The directory where to put the report file is specifiend in a file named
    <serverName>.conf
    in the sourceDire property
    <property name="sourceDir" value="/directory/dove/mettere/i/report"/>
    that you can find under ORACLE_HOME/reports/conf
    3) The URL is
    http://<server IAS address>:<port number>/<jsp file path>/<repName>.jsp?server=<report server name>&userid=<user>/<pwd>@<DB conn string>[&<param>=<valore>[&...]]
    5) In IE you have only to set the previous URL in the address bar.
    Hope this helps you
    Bye
    Raffy

Maybe you are looking for