Run a report in reports server calling it from a client/server form

How can I run a report in reports server calling it from a client/server form ?
Thanks

In client server mode you can use RUN_PRODUCT built-in. Lookup help for this built-in for more details.
Best of luck!

Similar Messages

  • I want thunderbird to run in the background when i call the default email client

    I have software that sends emails out for reports. The software calls the default mail client (Thunderbird) and sends the email. However this opens Thunderbird and gets in the way. Is there anyway that this could send the email without opening Thunderbird? Can it run in the background like outlook express? It needs to close after email is sent.

    Try with "Minimize to Tray" Add-ons
    *https://addons.mozilla.org/en-US/thunderbird/search/?q=minimize+to+tray

  • Call OSB from java client

    Hi',
    I am trying to call OSB from java client,
    The OSB proxy Service type is "WSDL Web Service", I am able to get response from SOAP UI with below request, Please help me with Java code,
    I have been Googling a lot for this however didnt got enough.
    Thanks
    Yatan
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://core.xxx.com/schema/ServiceHeader/V1.0" xmlns:v11="http://core.xxx.com/schema/Customer/V1.0" xmlns:v12="http://core.xxx.com/schema/Customer/V1.0">
    <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken wsu:Id="UsernameToken-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>weblogic</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">welcome1</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <v1:GMWSHeader>
    <v1:SourceId>String</v1:SourceId>
    <v1:TransactionId>String</v1:TransactionId>
    <v1:TransactionTimeStamp>1967-08-13</v1:TransactionTimeStamp>
    <v1:ServiceVersion>LATEST</v1:ServiceVersion>
    </v1:GMWSHeader>
    </soapenv:Header>
    <soapenv:Body>
    <v11:GetDetailsRequest>
    <v11:Condition>
    <v12:SellingSource>?</v12:SellingSource>
    <v12:FulfillingFCNNbr>?</v12:FulfillingFCNNbr>
    </v11:Condition>
    </v11:GetDetailsRequest>
    </soapenv:Body>
    </soapenv:Envelope>

    Thanks Guys, I tried the ways you mentioned I am getting below error, this error is coming in both weblogic clientgen and webservice proxy from jdeveloper,
    I understand that this error has something to do with my process however not sure why is it coming, I will really appreciate if you can provide me some pointers.
    error:
    Buildfile: C:\JDeveloper\OSBClient\TestOSBClient\build.xml
    javaFromWSDL:
    [clientgen]
    *********** jax-ws clientgen attribute settings ***************
    wsdlURI: http://localhost:8001/xx/som/contracts/CustomerContract?wsdl
    packageName : com.osb.client
    destDir : C:\OSB
    *********** jax-ws clientgen attribute settings end ***************
    [clientgen] Consider using <depends>/<produces> so that wsimport won't do unnecessary compilation
    [clientgen] parsing WSDL...
    [clientgen]
    [clientgen]
    [clientgen] [ERROR] A class/interface with the same name "com.osb.client.SOMMessage" is already in use. Use a class customization to resolve this conflict.
    [clientgen] line 89 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] (Relevant to above error) another "SOMMessage" is generated from here.
    [clientgen] line 51 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] A class/interface with the same name "com.osb.client.TaskCompletionMessage" is already in use. Use a class customization to resolve this conflict.
    [clientgen] line 82 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] (Relevant to above error) another "TaskCompletionMessage" is generated from here.
    [clientgen] line 76 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] Two declarations cause a collision in the ObjectFactory class.
    [clientgen] line 89 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] (Related to above error) This is the other declaration.
    [clientgen] line 51 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] Two declarations cause a collision in the ObjectFactory class.
    [clientgen] line 82 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    [clientgen] [ERROR] (Related to above error) This is the other declaration.
    [clientgen] line 76 of http://localhost:8001/xx/som/contracts/CustomerContract?SCHEMA%2FSOMResources%2FXSD%2FSOMCommon
    [clientgen]
    BUILD FAILED
    weblogic.wsee.tools.WsBuildException: Error running JAX-WS clientgen: null
         at weblogic.wsee.tools.clientgen.jaxws.ClientGenImpl.execute(ClientGenImpl.java:175)
         at weblogic.wsee.tools.anttasks.ClientGenFacadeTask.execute(ClientGenFacadeTask.java:244)
         at weblogic.wsee.tools.anttasks.ClientGenTask.execute(ClientGenTask.java:365)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatinxxethodAccessorImpl.invoke(DelegatinxxethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.Main.runBuild(Main.java:758)
         at org.apache.tools.ant.Main.startAnt(Main.java:217)
         at org.apache.tools.ant.Main.start(Main.java:179)
         at org.apache.tools.ant.Main.main(Main.java:268)
    Caused by: Error starting wsimport:
         at com.sun.tools.ws.ant.WsImport2.execute(WsImport2.java:757)
         at weblogic.wsee.tools.clientgen.jaxws.ClientGenImpl.execute(ClientGenImpl.java:169)
         ... 19 more
    Caused by: com.sun.tools.ws.wscompile.AbortException
         at com.sun.tools.ws.processor.modeler.wsdl.JAXBModelBuilder.bind(JAXBModelBuilder.java:136)
         at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildJAXBModel(WSDLModeler.java:2255)
         at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.internalBuildModel(WSDLModeler.java:194)
         at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:140)
         at com.sun.tools.ws.wscompile.WsimportTool.buildWsdlModel(WsimportTool.java:261)
         at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:203)
         at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:188)
         at com.sun.tools.ws.ant.WsImport2.execute(WsImport2.java:738)
         ... 20 more
    Total time: 3 seconds

  • Calling EJB from app client

    Hello, everybody,
    I'm very new at EJB and I'm trying to learn it.
    I have created Enterprise Application using Netbeans IDE, I have EJB and APP client. What I want is to connect to my MySql database and get some info from table.
    For e.g. Login and Password.
    How can I call EJB from my client app which connects to my database and gets information I need?

    What server you are using?
    if you use jboss AS ,here is a simple Main class how to connect EJB and access ejb methods:
    package com.david.ejb.client;
    import java.util.Properties;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.rmi.PortableRemoteObject;
    import com.david.ejb.domain.Person;
    import com.david.ejb.domain.PersonRemote;
    public class Main {
         public static void main(String[] args) {
              try {
                   Context ctx = getInitialContext();
                   Object obj = ctx.lookup("PersonSessionRemote/remote");
                PersonRemote pr=(PersonRemote)PortableRemoteObject.narrow(obj, PersonRemote.class);
                Person p=new Person();
                p.setName("david");
                pr.addPerson(p);
                pr.findPerson(1);
                   // System.out.print(br.find(pk).getAuthor_name());
              } catch (Exception ex) {
                   ex.printStackTrace();
         private static Context getInitialContext() throws NamingException {
              Properties p = new Properties();
              p.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.NamingContextFactory");
              p.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
              p.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
              return new InitialContext(p);
    }Person is ant @Entity and PersonRemote is remote interfaces, to connect database you have to make datasource file at jboss-4.2.3.GA\server\default\deploy
    simle mysql-ds.xml looks like this:
    datasources>
       <local-tx-datasource>
          <jndi-name>some name</jndi-name>
          <connection-url>jdbc:mysql://localhost:3306/dbname</connection-url>
          <driver-class>com.mysql.jdbc.Driver</driver-class>
          <user-name>root</user-name>
          <password>root password</password>
          <min-pool-size>5</min-pool-size>
          <max-pool-size>100</max-pool-size>
          <idle-timeout-minutes>15</idle-timeout-minutes>
          <exception-sorter-class-name>com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter</exception-sorter-class-name>
          <valid-connection-checker-class-name>com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker</valid-connection-checker-class-name>
       </local-tx-datasource>
    </datasources>also at resources/META-INF directory you must have persistence.xml like this
    <persistence>
         <persistence-unit name="SimpleEjb">
              <jta-data-source>java:/some name</jta-data-source>
              <properties>
                   <property name="hibernate.hbm2ddl.auto" value="update" />
                   <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect" />
                   <property name="hibernate.show_sql" value="true"/>
                   <property name="hibernate.format_sql" value="true"/>
              </properties>
         </persistence-unit>
    </persistence>

  • Quering UCCX Call Centers from a linux server

    Hello,
         I would like to query the UCCX call center server in our environment from a linux server and am looking for some light guidance.  I work with MySQL and PHP and am quite comfortable with both, but most of my work in these areas are in web development.  UCCX run Informix, but as I understand, SQL queries are supported.  Do I need to download and install an ODBC or JDBC driver in order to do this?  How would I go about setting up a server to be able to query information from the UCCX server for rendering to a web page?  Any help is appreciated.

    Hi Anthony (how' it going)
         I'm looking to pull pretty standard stats and post them to a web page (so, a wallboard basically).  I can use PHP to authenticate to a mysql server and pass queries, then render the output however I need.  I'll like to see if I can do something like this for CUCCX, but I'm not sure how to connect from Linux to something that's not a MySQL server (I'll worry about the db schema after connectivity is sorted out).  Have you done any work in this regard?

  • How to call TRFC from diff SAP server?

    hi all,
            i have created one rfc enabled FM on a SAP server, and i am calling that FM from different SAP server using TRFC. I am calling using this statement,
    CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
      DESTINATION 'zmkv'
    But it doesnt show me any output neither showing any errors? suggest me step by step procedure to do this...i will reward points if i get the requried answer.

    hI Mayank..
    Note: RFC destinations are maintained in Tcode SM59. Test this RFC Destination. And one more thing these RFC Destination names are CASE SENSITIVE.
    So in this statement.
    CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
    DESTINATION 'zmkv'  "Check the CASE of the RFC Destination and give
    <b>REWARD IF HELPFUL.</b>

  • Server socket disconnection in a client-server setup.

    Hi all,
    is there any way of knowing when server side of the socket connection goes away?
    The scenario is like this, I have a client-server environment with sockets connection. The server can detect when the client socket closes or just goes away but, it is not happening the other way. The client socket remains unaware that the server has gone down and could still send messages across a PrintWriter stream. I guess I am missing something here.
    Any help is appreciated.
    Thanks in advance,
    Cyrus

    Fundamental lesson in Sockets:
    1) A socket is nothing more than an address and port to the programmer.
    2) When you create the socket, data flies then.
    3) If you cannot create the socket, your exception tells you the reason.
    4) If you are open and go to send data, you will can tell by exceptions whether it flew or not.
    5) If you are open and go to read data, you have a time out option which will allow you to go into error recovery mode. For example:
    read_data_and_wait_45_seconds
    if ( exception) then (See if port is still up do error checking) else (received the data)

  • New SCVMM Server - Migrate Database From Current SCVMM Server

    The hardware on which our current Virtual Manager 2012 R2/SQL Server environment resides is due for decommission.
    Consequently, we are deploying a new physical server on which VMM/SQL will be located.
    The new server will have a different host name from the original server.
    I need to retain all the configuration etc in our current VMM environment and migrate it to the new server.
    Can this be achieved by simply migrating the VMM database to the new server or are there any other steps required?

    Yes, you can move your VMM databse to another SQL server, and then use the existing databse option when installing VMM.
    You can look
    HERE for this technet article
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • How to generate a report to a file calling it from report client

    Hey there,
    I am pretty new to the whole Oracle world. I have found very little technical books about Report Builder or Report Designer (whichever you prefer to call). Therefore I am unable to figure this out. I know I can generate my report to a certain number of file types if I am running it from the Report Designer 6i, but my user are calling from a application trough the Report Client. I would like to know how I can let them choose whether to preview on screen or to send to a file (a .html file would do). If anybody out there can help me out I will really appreciate.
    Thanks a lot,
    Gleisson Silva

    Thanks a lot ! ! ! This was easy enough ! Now I only have a problem, when I run the report with the output file as a html file, my columns lost their default layout. For example, column which is 10 characters long becomes like 8 characters. As opposed to any other file type. Is there some configuration that I need to do?
    Once again thanks!
    Gleisson Silva

  • Unable to call HttpSevlet from java web server

    Hi , I have followed the tutorial given in jdeveloper,creating a Httpservlet. I followed the steps and tried calling the sevlet. I got 404 error. Can any one clarify how to view the web page outside Jdeveloper and how to configure JavaWebServer.

    U may require WindowsNT for this. Had similar problems with 98/95. Works well with NT.

  • Can't login to ML server network user from a client

    Hi,
    The computer name on my customer's ML server was changed post OD installation. Now I can't login with network user credentials from a MacBook.
    I also see the old server/hostname displayed in workgroup manager under "location" (see attached).
    I've tried destroying OD by deleting it in Server app then re-adding it again but it still shows the old name in WGM as shown in the screenshot above.
    I suspect this is related to authentication problems. Should I be running a utility like changeDirData.pl to update the old values? If so, what is the syntaxt?
    Old name was: server1.stmarys.lan
    New name is: server1.local
    I ran the following: sudo /Applications/Server.app/Contents/ServerRoot/usr/libexec/changeDirData.pl -i -s 192.168.2.2 -u diradmin -o server1.stmarys.lan -n server1.local
    But got an error: cant contact ldap server to get config info

    After contacting Apple server support, I was told there were two issues:
    1- ".local" cannot be used in a hostname due to conflict with Bonjour
    2- Hostnames must have three parts like "server.company.lan" & "server.lan" cannot be used
    I wish Apple would inform users with a pop-up about these rules before they waste a lot of time having to re-do everything from scrath. I was lucky enough to have an export of all users.
    If these rules are followed from the begining, DNS would auto-configure itself with the appropriate forward & reverse records.

  • Calling Webservices from Webservice client

    Hi Guyz,
    A RFC is published as a Webservice and I am trying to call the same thru a webservice cllient. I am using NWDS 7.1.1 for the same. I have generated the Java proxy classes and I developed a Main Java class with the following code -
    1) String wsdlURL = "http://localhost:8001/sap/bc/srt/rfc/sap/BAPIFlightList?sap-client=800&wsdl=1.1"
    2) String namespace = "urn:sap-com:document:sap:soap:functions:mc-style";
    3) String serviceName = "BAPIFlightList";
    4) QName serviceQN = new QName(namespace, serviceName);
    5) ServiceFactory serviceFactory = ServiceFactory.newInstance();
    6) Service service = serviceFactory.createService(new URL(wsdlURL), serviceQN);
    7) Service.createCall();
    At line# 6 i am getting following exception-:
    28 Jul, 2010 8:59:32 AM org.apache.axis.utils.JavaUtils isAttachmentSupported
    WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
    javax.xml.rpc.ServiceException: Error processing WSDL document: 
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8001/sap/bc/srt/rfc/sap/BAPIFlightList?sap-client=800&wsdl=1.1
         at org.apache.axis.client.Service.initService(Service.java:250)
         at org.apache.axis.client.Service.<init>(Service.java:165)
         at org.apache.axis.client.ServiceFactory.createService(ServiceFactory.java:198)
         at com.abhi.checksso.CheckSSO.main(CheckSSO.java:36)
    Can Any one have any idea about the above exception and how to correct the same.
    Also,  is my approach to call a webservice from Java correct or are there any other approach. I am trying this First time and open to all kinds of suggesstions.
    Thanks
    Abhinav Sharma

    He Shyam,
    I have passed the Login Credentials. But it is still not finding the service. Also , when I created the Standalone Proxy, ServiceFactory Implementation Class is not genereated
    Abhinav

  • ORA-01804 when calling function from java client

    Hi All,
    we changed a PL/SQL-function that is called from a java client from using sysdate to localtimestamp. The function works fine in TOAD, but when called from the java client ist throws an ora-01804: failure to initialize timezone information.
    Any suggestions?
    Alexander

    The change was only made to a local variable in a function that was called from the original function that got the parameters from the java client.
    I changed it from localtimestamp to systimestamp and it works fine.
    Do i have to make any settings about the time zone in the jdbc thin client ?

  • Accessing Sun App Server JNDI context from j2se client

    The following client's code snippet is raising javax.naming.NameNotFoundException.
    public static void main(String[] args)
         try
              Context jndiContex = getInitialContext();
              Object ref = jndiContex.lookup("java:comp/env/ejb/ru.srpu.jtest.service.UserRemote");
              UserRemote user = (UserRemote)PortableRemoteObject.narrow(ref,UserRemote.class);
              //logic goes here...
         catch (NamingException e)
              e.printStackTrace();
    public static Context getInitialContext( ) throws javax.naming.NamingException
         Properties p = new Properties( );
         p.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFactory");
         p.put(Context.PROVIDER_URL, "iiop://localhost:3700/");
         return new javax.naming.InitialContext(p);
    }Beans are packed into the ejb-jar module of the EAR and deployed successfully. EJB's jndi-name is correct as well.
    Help to find a bug, please!

    We have a number of FAQ entries that cover client JNDI access here :
    https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html
    -ken

  • Access https server on linux from a client on windows

    Dear all,
    I am trying to access a servlet on another computer through a Java Application. My code is working perfectly on HTTP but its gives "no trusted certificates found" error on HTTPS when i try to connect it through some other system but doesnot give the error when connecting from same system. Plz help its urgent.

    What version of java are you using?
    Check out this link:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert/57436

Maybe you are looking for

  • Nested outer join

    I need to select records, one for each index having a list of column pairs indicating column name and id. An index may have one or more columns (obviously). I'll need one record from user_indexes, at least one record from user_ind_columns for which I

  • Code for logoff button

    i have to create a logoff button in a web page which will redirect it back to the login page, but it is not redirecting it, instead it remains in the home page of a web page. CODE:--- @if (Request.IsAuthenticated)     string name = " ";     if (!Stri

  • TS1702 Safari has just stopped opening PDF docs, it shows the message that I get on my PC when the server is unavailable etc.  Foxbrowser opens them fine.  Thanks  I.M.

    Safari has just stopped opening PDF docs, it shows the message that I get on my PC when the server is unavailable etc.  Foxbrowser opens them fine.  Thanks  I.M.

  • Feature Request: Offer to uninstall old versions

    Not sure how I ended up like this but using CC I ended up with multiple version of software. Not just 64bit vs. 32bit version. But InDesign CS6, CC, and CC(2014). It'd be great to opt-in to just automagically uninstall all other versions if you're co

  • BW Queries/data sources

    Hello: I agree on the concept about 1 universe for 1 BW query as mentioned in earlier response.. In that case  wil we  have seperate connections while creating the universe for each query ? So 5 different connections for 5 Universe -> 5 BW queries? O