Using Application View controls in Workshop

How can I access a JCA resource adapter in Workshop? The documentation suggests that
I create an Application View in WLI, then create a Workshop control that is associated
with it. However, the Workshop documentation says the following about using Application
View controls:
Note: In this release, the Application View control is supported only in the sample
workshop domain. In future versions, support will be provided for enabling the Application
View control in other domains.
What does this mean for support of this functionality in this release?

Thanks very much Raj.
It solved the problem, and a related one (that I wanted to clean up under "Recent
Applications" menu item.
The file is attached.
"Raj Alagumalai" <[email protected]> wrote:
Glenn,
Deleting .workshop.pref file found in c:\doc settings\username will reset
the view. But before you do that , can you attach the current .workshop.pref
file ?
Thanks
Raj Alagumalai
Backline Workshop Support
"Glenn Li" <[email protected]> wrote in message
news:[email protected]..
Clicked "View" from menu, then "Application", but the window showsup
empty, pls
see attached image.
Please let me know how to fix if it's known issue. Thanks.
[previous.workshop.pref]

Similar Messages

  • Error testing my Business Process using Application View Control

    Hi there
    i'm using WLS 8.1 SP 4 and Sap Adapter 8.1
    I already could build my app view in app integration design console I can testing and everything works fine.
    I'm using adpater to sap and i able to see the results from SAP
    Now,,, i alreade created my app view control in order to use it in my business process but i get the following error:
    <Mar 3, 2006 10:34:53 AM CST> <Warning> <WLW> <000000> <Id=appViewControlTPA:0;
    Method=jpd.TPAAppView.serviceTPACompanyList(); Failure=com.bea.wlai.client.Appli
    cationViewException: Error invoking service 'serviceTPACompanyList' on Applicati
    onView 'TPAAppView': com.bea.xml.XmlException: Top level QName: {wlai/TPAAppView
    serviceTPACompanyListBAPI_COMPANYCODE_GETLIST_request}CompanyCode.GetList.Resp
    onse does not match the expected top level qname: {wlai/TPAAppView_serviceTPACom
    panyList_BAPI_COMPANYCODE_GETLIST_response}CompanyCode.GetList.Response in schem
    a type
    com.bea.xml.XmlException: Top level QName: {wlai/TPAAppView_serviceTPACompanyLis
    t_BAPI_COMPANYCODE_GETLIST_request}CompanyCode.GetList.Response does not match t
    he expected top level qname: {wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANY
    CODE_GETLIST_response}CompanyCode.GetList.Response in schema type
    at com.bea.wli.variables.XmlObjectVariableFactory.createProxy(Lcom.bea.w
    li.variables.ProcessXML;Ljava.lang.Class;Z)Lcom.bea.xml.XmlObject;(XmlObjectVari
    ableFactory.java:137)
    at com.bea.wli.variables.XmlObjectVariableFactory.createProxy(Lcom.bea.w
    li.variables.ProcessXML;Ljava.lang.Class;)Lcom.bea.xml.XmlObject;(XmlObjectVaria
    bleFactory.java:199).............
    these are my schemas:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema elementFormDefault="unqualified"
    targetNamespace="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_request"
    xmlns="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_request"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType name="BAPI0002_1">
    <xsd:sequence>
    <xsd:element name="COMP_CODE">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="4"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="COMP_NAME">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="25"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="CompanyCode.GetList">
    <xsd:complexType>
    <xsd:all>
    <xsd:element minOccurs="0"
    name="COMPANYCODE_LIST">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element maxOccurs="unbounded"
    minOccurs="0"
    name="item"
    type="BAPI0002_1"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:all>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema elementFormDefault="unqualified"
    targetNamespace="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_response"
    xmlns="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_response"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType name="BAPIRETURN">
    <xsd:sequence>
    <xsd:element name="TYPE">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="1"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="CODE">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="5"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="MESSAGE">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="220"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="LOG_NO">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="LOG_MSG_NO">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="6"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="MESSAGE_V1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="50"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="MESSAGE_V2">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="50"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="MESSAGE_V3">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="50"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="MESSAGE_V4">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="50"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="BAPI0002_1">
    <xsd:sequence>
    <xsd:element name="COMP_CODE">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="4"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="COMP_NAME">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="25"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="CompanyCode.GetList.Response">
    <xsd:complexType>
    <xsd:all>
    <xsd:element minOccurs="0"
    name="RETURN"
    type="BAPIRETURN"/>
    <xsd:element minOccurs="0"
    name="COMPANYCODE_LIST">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element maxOccurs="unbounded"
    minOccurs="0"
    name="item"
    type="BAPI0002_1"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:all>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    and this is my xml i'm using as a request:
    <?xml version="1.0" encoding="UTF-8"?>
    <n1:CompanyCode.GetList xmlns:n1="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_request" xmlns:xsi="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="wlai/TPAAppView_serviceTPACompanyList_BAPI_COMPANYCODE_GETLIST_request">
         <COMPANYCODE_LIST>
              <item>
                   <COMP_CODE/>
                   <COMP_NAME/>
              </item>
         </COMPANYCODE_LIST>
    </n1:CompanyCode.GetList>
    i do not what it is wrong and i don't understand why i can test my app view since app int desing console succesfully but i get an error running my business process using workshop
    any idea?

    Try to send some valid data in COMP_CODE.
    It seems that SAP is returning some reply which is not fitting your response Schema.
    SAP Call is made and problem is in generating response document.
    Use the design console to test the view again. and try to see the XML resquest document and response document. Compare your request xml with that in design console.

  • I can not create a Application View Control

    Hi there
    I'm using wli 8.1 y workshop 8.1.4
    I already created my app view using application integration design console,I tested i everything worked fine.
    According to the tutorial steps I published my app view and I got a *-ejb.jar .
    But my problem is when I try to create an Application View Control using Workshop: Add Control > Integration Controls > ApplicationView
    Then I enter the control's name (step 1), Select radio button Create a New ApplicationView control to use, I enter the name but in the step 3, I click in Browse button but I do not see any applciatioin view.
    It suppose my published appview should appear on thet list in order i can create my appview control...
    any idea?
    thx

    I have tried to create an account via ePrintCenter and it seems that the published application has several flaws in interpreting the provided input.
    1) In the Filed for last Name I enter my last name, which consist of only Alph Characters. The form however thinks that there is some sort of special character and rejects my Input.
    2) E-Mail address. is not identical; OK, so I do a quick OCR on the E-Mail and guess what they are identical. Again the form Fails to recognize this.
    3) Enter a password (2 Fields) and a third is displayed which is marked as "*required" but is not labeled as to what the required info could possibly be. Or is it a 3 password confirmation box, who knows.
    All I know is that a simple registration is a major pain with this HP site.
    Any Help as to how to alleviate this would of course be greatly appreciated.

  • Problems in using html Viewer control

    Hi,
    I am using a html viewer control .Depending on the organization, I have to display different pages of the same web application in the html viewer control .Now my problem is
    if I display one page in my html viewer control ,its showing the same page again in the html viewer control ,even if i give different url in the show_url method of the html viewer control.
    Any body knows how to solve this problem ?

    Have you tried testing this with the SAPHTML_DEMO1 demo program and just keying in the URLs you want to display?... this demo uses the html_control->show_url method and if you run in debug you'll see it subsequently does a "call method cl_gui_cfw=>dispatch." to trigger the display of the new URL.
    Jonathan

  • How to write the CORRECT code to use Application View in WLI8.1

    Hi, guys,
    I try to use the WLI 8.1 released version now. and I deploy a Weblogic MQSeries
    dapter 8.1 on WLI 8.1. And have create a Application view which detail is like
    this:
    ID demo_testadapter_conn110
    Name conn110
    Description connect to MQServer 110 machine
    State Deployed
    Adapter Instance mqdemo_testadapter_conn110__Default
    And I create send/get message services in the defined Application view, and
    they are work because I test the services in WLAI design console.
    Then I try to write client code to use the deployed application view referenced
    by aiuser(adapter).pdf document. And my code is like this :
    Hashtable props = new Hashtable();
    // set the properties
    props.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    props.put(Context.PROVIDER_URL, "t3://localhost:7001");
    props.put(Context.SECURITY_PRINCIPAL, "mqadmin");
    props.put(Context.SECURITY_CREDENTIALS, "weblogic");
    InitialContext initialContext = new InitialContext(props);
    com.bea.wlai.client.ApplicationView appView = new ApplicationView(initialContext,"testadapter_conn110");
    //com.bea.wlai.client.ApplicationView appView = new ApplicationView(initialContext,"mqdemo_testadapter_conn110__Default");
    ConnectionRequestInfoMap map = new ConnectionRequestInfoMap();
    //add ConnectionSpec properties
    //map.put("prop_name","prop_value");
    //put the connectionspec to a EIS
    //appView.setConnectionSpec(map);
    // Create a request document using the definition stored for this
    // Application View at deployment time.
    IDocumentDefinition requestDocumentDef = appView.getRequestDocumentDefinition("sendmsg");
    SOMSchema requestSchema = requestDocumentDef.getDocumentSchema();
    DefaultDocumentOptions options = new DefaultDocumentOptions();
    options.setForceMinOccurs(1);
    options.setRootName("ROOTNAME");
    options.setTargetDocument(DocumentFactory.createDocument());
    IDocument requestDocument = requestSchema.createDefaultDocument(options);
    // Fill in the request with some data. What you fill in depends on
    // the definition of the request document (i.e. its schema)
    requestDocument.setStringInFirst("//ROOT/data/Format","value");
    requestDocument.setStringInFirst("//ROOT/data/Content","this is a test");
    // Invoke the service and retrieve the response document
    IDocument responseDocument = appView.invokeService("sendmsg", requestDocument);
    // Dump the response document out as XML
    //System.out.println("GetSomeData: " + responseDocument.toXML());
    But when I run this code, a jndi exception occured:
    <2003-8-4 ÏÂÎç14ʱ43·Ö20Ãë CST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=8732241,name=rootapp
    ,context-path=/rootapp)] Root cause of ServletException.
    javax.naming.NameNotFoundException: Unable to resolve 'AI_GLOBAL_testadapter_conn110_ApplicationView
    ' Resolved ; remaining name 'AI_GLOBAL_testadapter_conn110_ApplicationView'
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:186)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    and you can see I set the application view name like "testadapter_conn110" in
    my code, I use "conn110" and also applicaiton ID to try, also occur this excption.
    In the JDK document, the constructor of com.bea.wlai.client.ApplicationView
    showed I should use the 'Name' of the Application View to create a object, but
    it also throw a jndi exception.
    What's the problem ? Hope you guys can help me!!
    Regards,
    shannon

    Shannon,
    Obviously the stack-trace says that u r having some jndi lookup problems...
    just curious check if the JNDI tree of the hosting server (You can check it using
    the admin console) to see if u have your application view is binded.. maybe the
    app view is not binded properly..
    +arvind
    "Shannon Lee" <[email protected]> wrote:
    >
    Hi, guys,
    I try to use the WLI 8.1 released version now. and I deploy a Weblogic
    MQSeries
    dapter 8.1 on WLI 8.1. And have create a Application view which detail
    is like
    this:
    ID demo_testadapter_conn110
    Name conn110
    Description connect to MQServer 110 machine
    State Deployed
    Adapter Instance mqdemo_testadapter_conn110__Default
    And I create send/get message services in the defined Application view,
    and
    they are work because I test the services in WLAI design console.
    Then I try to write client code to use the deployed application view
    referenced
    by aiuser(adapter).pdf document. And my code is like this :
    Hashtable props = new Hashtable();
    // set the properties
    props.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    props.put(Context.PROVIDER_URL, "t3://localhost:7001");
    props.put(Context.SECURITY_PRINCIPAL, "mqadmin");
    props.put(Context.SECURITY_CREDENTIALS, "weblogic");
    InitialContext initialContext = new InitialContext(props);
    com.bea.wlai.client.ApplicationView appView = new ApplicationView(initialContext,"testadapter_conn110");
    //com.bea.wlai.client.ApplicationView appView = new ApplicationView(initialContext,"mqdemo_testadapter_conn110__Default");
    ConnectionRequestInfoMap map = new ConnectionRequestInfoMap();
    //add ConnectionSpec properties
    //map.put("prop_name","prop_value");
    //put the connectionspec to a EIS
    //appView.setConnectionSpec(map);
    // Create a request document using the definition stored for this
    // Application View at deployment time.
    IDocumentDefinition requestDocumentDef = appView.getRequestDocumentDefinition("sendmsg");
    SOMSchema requestSchema = requestDocumentDef.getDocumentSchema();
    DefaultDocumentOptions options = new DefaultDocumentOptions();
    options.setForceMinOccurs(1);
    options.setRootName("ROOTNAME");
    options.setTargetDocument(DocumentFactory.createDocument());
    IDocument requestDocument = requestSchema.createDefaultDocument(options);
    // Fill in the request with some data. What you fill in depends
    on
    // the definition of the request document (i.e. its schema)
    requestDocument.setStringInFirst("//ROOT/data/Format","value");
    requestDocument.setStringInFirst("//ROOT/data/Content","this is a
    test");
    // Invoke the service and retrieve the response document
    IDocument responseDocument = appView.invokeService("sendmsg", requestDocument);
    // Dump the response document out as XML
    //System.out.println("GetSomeData: " + responseDocument.toXML());
    But when I run this code, a jndi exception occured:
    <2003-8-4 ÏÂÎç14ʱ43·Ö20Ãë CST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=8732241,name=rootapp
    ,context-path=/rootapp)] Root cause of ServletException.
    javax.naming.NameNotFoundException: Unable to resolve 'AI_GLOBAL_testadapter_conn110_ApplicationView
    ' Resolved ; remaining name 'AI_GLOBAL_testadapter_conn110_ApplicationView'
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:186)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    and you can see I set the application view name like "testadapter_conn110"
    in
    my code, I use "conn110" and also applicaiton ID to try, also occur this
    excption.
    In the JDK document, the constructor of com.bea.wlai.client.ApplicationView
    showed I should use the 'Name' of the Application View to create a object,
    but
    it also throw a jndi exception.
    What's the problem ? Hope you guys can help me!!
    Regards,
    shannon

  • Remote access database using Application Server Control Console

    When I install the Oracle Application Server 10g, it gives me a web-based tool, i.e., to use the Application Server Control Console to manager/monitor the server.
    Now If the Application Server is installed in a remote location, and there is no LAN connection to it, can I still access it via the Application Server Control Console? (i.e., via the HTTP protocol). (I believe that I can only use the Console to manage the AS which is physically located in the same machine).
    Thanks
    Scott

    Hi Scott!
    The ASC will allow you only to manage its own installation. So if you have 10 AS instances you will have 10 ASC's to manage it.
    If you want to remotely manage your installations you need the Grid Control.
    Otherwise you will need a connection to the machine.
    I do not understand the issue about the "no LAN connection"? How do you want to access the machine if there is no network connectivity anyway?
    cu
    Andreas

  • The 'application view' window in workshop is empty

    Clicked "View" from menu, then "Application", but the window shows up empty, pls
    see attached image.
    Please let me know how to fix if it's known issue. Thanks.
    [workshop_screen.bmp]

    Thanks very much Raj.
    It solved the problem, and a related one (that I wanted to clean up under "Recent
    Applications" menu item.
    The file is attached.
    "Raj Alagumalai" <[email protected]> wrote:
    Glenn,
    Deleting .workshop.pref file found in c:\doc settings\username will reset
    the view. But before you do that , can you attach the current .workshop.pref
    file ?
    Thanks
    Raj Alagumalai
    Backline Workshop Support
    "Glenn Li" <[email protected]> wrote in message
    news:[email protected]..
    Clicked "View" from menu, then "Application", but the window showsup
    empty, pls
    see attached image.
    Please let me know how to fix if it's known issue. Thanks.
    [previous.workshop.pref]

  • Confusing Service Control in Workshop Tutorial

    When you are adding a Service Control, Workshop Tutorial recommends to drug-and-drop
    the control descriptor – the .ctrl file from another project – onto your Service
    Component in the Design View. This operation confuses me because it contradicts
    the Web Services principles. If the author of this tutorial intended to demonstrate
    an ability of the tool to accept pre-built 3-rd party control descriptors, I think,
    it would be better to demonstrate this for an Application View Control.
    For Web Services, an application/user, who wants to establish communication with
    a Web Service, is assumed to obtain ( find in UDDI or on a Web Site or in a Repository
    ) related WSDL and, then, create/build appropriate helpers to support this communication.
    So, for the tutorial purposes, I suggest, the right scenario has to
    1)     find the WSDL
    2)     create local ( for the current project ) control descriptor, not a control
    descriptor packaged into another project as it appears in existing Tutorial implementation
    3)     automatically generate helper components for SOAP marshalling/unmarshalling
    I have tested this scenario by copying the WSDL - CreditCardReportContract.wsdl
    - into my “financialservices” project, performed WSDL-to-CTRL conversion and successfully
    run it in the debugger.
    I do invite your opinions on this subject!
    - Michael Poulin

    Since Workshop is recommended by BEA as a Web Services development tool, I think,
    this topic may be shared between Web Services and Workshop newsgroups.
    Point in my comment is not about ability or disability of Workshop of copying
    CTRL files into your project. I tried to explain that this feature is inadequate
    to Web Services in general if it substitutes WSDL.
    I would certainly agree with and appreciate a feature that allows me, as a developer,
    to reuse already existing Control Descriptor available in MY environment. However,
    the Tutorial does not teach “to copy the control's CTRL file to a common folder”.
    Instead, it follows the statement: “If the control will be used only by a single
    web service in your project, you may choose to copy the CTRL file to the same
    folder as your web service”. I doubt that the statement represents Best Practices
    – it couples projects by a derivative, not by the resource. That is, if WSDL has
    been changed, the 3-rd project can re-build CTRL file for itself, you project
    gets into troubles ( it is obvious, right ? ).
    Using Workshop, I am trying to understand how BEA recommends working with Web
    Services. I recognize the power of Connector architecture and common approach
    to resources accessibility represented by CTRL files. At the same time, I see
    that a repository of CTRL files for Web Services can shield developers from Web
    Services in WebLogic environment. If this is an accidental consequence, it has
    to be clearly explained, if not fixed; if it is an intention, I would like to
    hear the BEA comments on how this relates to known WSDL repositories, other standards,
    and reliability of Web Services in the enterprise environment, at least.
    Thank you,
    - Michael
    "Anurag Pareek" <[email protected]> wrote:
    Michael,
    For questions regarding Workshop, I will suggest you to post to the
    'weblogic.developer.interest.workshop' newsgroup.
    Regarding this query, the docs do state explicitly the following, which
    I
    guess addresses your concern:
    If the CTRL file for the control you wish to use is not in your project,
    you
    must copy it to your project. The destination to which you copy the control
    depends on your expected usage. If the control will be used only by a
    single
    web service in your project, you may choose to copy the CTRL file to
    the
    same folder as your web service. If multiple web services in different
    folders in your project may use the control, you may wish to copy the
    control's CTRL file to a common folder. Remember that the CTRL file must
    be
    in your WebLogic Workshop project.
    Wherever you decide to place the control's CTRL file, it must be in your
    WebLogic Workshop project.
    Do let me know if you have further inputs.
    Regards,
    Anurag
    "Michael Poulin" <[email protected]> wrote in message
    news:[email protected]...
    When you are adding a Service Control, Workshop Tutorial recommendsto
    drug-and-drop
    the control descriptor - the .ctrl file from another project - ontoyour
    Service
    Component in the Design View. This operation confuses me because itcontradicts
    the Web Services principles. If the author of this tutorial intendedto
    demonstrate
    an ability of the tool to accept pre-built 3-rd party control descriptors,I think,
    it would be better to demonstrate this for an Application View Control.
    For Web Services, an application/user, who wants to establishcommunication with
    a Web Service, is assumed to obtain ( find in UDDI or on a Web Siteor in
    a Repository
    ) related WSDL and, then, create/build appropriate helpers to supportthis
    communication.
    So, for the tutorial purposes, I suggest, the right scenario has to
    1) find the WSDL
    2) create local ( for the current project ) control descriptor, nota
    control
    descriptor packaged into another project as it appears in existingTutorial implementation
    3) automatically generate helper components for SOAPmarshalling/unmarshalling
    I have tested this scenario by copying the WSDL -CreditCardReportContract.wsdl
    - into my "financialservices" project, performed WSDL-to-CTRL conversionand successfully
    run it in the debugger.
    I do invite your opinions on this subject!
    - Michael Poulin

  • Report Viewer control in sharepoint 2013 provider hosted app

    sharepointSite/_vti_bin/ReportServer
    We are migrating sp 2010 site to SP 2013 provider hosted app. we are using Report viewer control (version 10.0.0) in .net application app server, And the reporting service is configured in sharepoint site and report is uploaded in the document
    library. We are using claims based authentication
    ReportViewer1.ServerReport.ReportServerUrl =
    newUri("sharepointSite/_vti_bin/ReportServer");
    ReportViewer1.ServerReport.ReportPath = @"sharepointSite/_vti_bin/ReportServer?sharepointSite/Reports/Report1.rdl";
    and am getting an error
    ReportServerException: For more information about this error navigate to the report server on the local server machine, or enable remote errors]
    [ReportServerException: The user does not exist or is not unique.]
    [ReportServerException: Report Server has encountered a SharePoint error. (rsSharePointError)]
       Microsoft.Reporting.WebForms.ServerReportSoapProxy.OnSoapException(SoapException e) +82
       Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ProxyMethodInvocation.Execute(RSExecutionConnection connection, ProxyMethod`1 initialMethod,
    ProxyMethod`1 retryMethod) +770
       Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession() +105
       Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters) +163
       BP.SDC.eXPP.UIAppsWeb.UserControls.Baseline.ProgressDashboard.RefreshDashboardReport(Int32 userRoadMapDisciplineId, String roadmapSection)
    System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
    Can you please help me to solve this issue

    Hi,
    According to your post, my understanding is that you had issues about the provider hosted app.
    Per the error, the issue may be related to the permission issue.
    For a better troubleshooting, we can check with the following steps.
    To norrow down the issue, please create a new and clean app to test whether it has the same issue.
    You can check the ULS log to see if anything unexpected occurred when you deploy the app and open the site page.
    For SharePoint 2013, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • No 'Connection' link in Application Server Control

    Hi,
    Using Application server control(OEM 10g) to create public/private connection so that the discoverer viewer will be able to us this connection to connect to multidimensional data source(OLAP).
    As a discoverer administrator When i browse... discoverer &gt; administration&gt;.. i can see only 'services logging' link but no 'connection' link to create a link.
    An help is greatly appreciated.
    Thanks
    SA

    Resolved the issue.
    There are 2 types of installation.
    1. BI standalone installation (i.e. installed from an Oracle Business Intelligence standalone CD with no associated OracleAS infrastructure)
    2. BI associated installation (i.e. installed from an Oracle Business Intelligence standalone CD and associated with an OracleAS infrastructure)
    with the first installation the connection link is not available.
    You can associate a Discoverer instance with an existing OracleAS Infrastructure during the post-install process.
    Thanks

  • SSRS Report Viewer control not displaying images properly

    Hi All,
    when i execute the report in Report Manager i am able to see the report with out any issue,but when i am running the report using report viewer control images getting chopped or Croped like below screen
    shot.
    i am using VS.net 2012 and Sql server 2012 and calling server reports in the asp.net application using Report Viewer control version 11.0
    One interesting thing is some times i am able to see the images some times not (like below screen).
    Any help will be greatly appreciated.
    Thank you.
    Using Report View Control

    Hi siva9000,
    As per my understanding, there is a report with image. When you run the report in report manager, it works fine. When you run the report using report viewer control, the image could not be displayed properly.
    I tried to reproduce this issue on my local machine. However, the report works fine for me when configure a ReportViewer control for remote or local processing. According to your description, the report itself has no problem. The issue may be caused by browser
    or third-party plug-in. To troubleshooting the problem, please refer to the following steps:
    Please run the report using IE, since other browsers may have compatibility problems.
    Open the Internet options of the IE and add the web site into trusted site in the Security tab.
    Please check if you installed third-party plug-in to the browser.
    For more information about Configuring ReportViewer for Remote Processing, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms252075(v=vs.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • SSRS reports are not fitting properly in Report Viewer Control

    Hi All,
    We are using Report Viewer Control to render SSRS reports & show it on SharePoint web page. In .aspx page we are putting Report Viewer Control as follows:
    The zoom percent of Report we are getting from Report Server is 100%. We are making it as 50% to show it on our page. On one page, we are showing 2 reports.
    <rsweb:ReportViewer ID="rpv2Chart1" runat="server" Font-Names="Verdana" Font-Size="8pt" ProcessingMode="Remote" Height="211px" Width="813px" ZoomPercent="50"></rsweb:ReportViewer >
    The reports are coming. But the reports which we are getting inside the control are not readable & 25% of Report Viewer Control on our right hand side is blank.
    As you can see it's not readable. For readability we want to use that white space also & want to utilize full controls's space. But if we try to increase percentage from our report viewer tag, then the graph is zooming in with both, height & width
    so it's going out of control.
    Client don't want scroll bars on Report Viewer control. We just want to utilize the entire Report Viewer Control space.
    Can anyone suggest us how to do that?
    Thanks,
    Sanjay

    Hi Sanjay,
    I'm afraid that it is not the correct forum for this issue.
    If it is the SSRS issue, you could post this issue here:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    If it is the VS report control issue, maybe you would get better response here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SSRS Report Viewer Control Parameter alignment

    I am having problem aligning parameters in ssrs report viewer control ,is there any way i can control the display of the parameters in left side alignment or right side alignment. please see the below pic for more details.
    I am using vs.net 2012 and sql server 2012 and calling this server report in a asp.net page using report viewer control and report viewer process mode is "Remote"
    http://social.msdn.microsoft.com/Forums/getfile/514664

    Hi siva9000,
    In Reporting Services, we cannot customize the parameter pane like the ways you have mentioned above. We can refer to the following link, vote it is as important and hope Microsoft improve this feature in the next service pack or product release. Allow
    SSRS Parameter Panel to be formatted:
    https://connect.microsoft.com/SQLServer/feedback/details/545893/allow-ssrs-parameter-panel-to-be-formatted
    In addition, as Olaf suggested, we can hide the parameter prompt area, then create a custom parameter prompt area in the web page to achieve the goal. Please refer to the following blog:
    http://www.mssqltips.com/sqlservertip/1751/custom-control-and-setup-of-ssrs-report-parameters-from-a-web-page/
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Application View - Dynamic

    The application views in the context of using as Service in DBMS Adapter, have static
    SQL definitions including the where clause.
    At runtime, the input schema data is filled in.
    This technique wont work for dynamic queries in which case, the where clause is filled
    dynamically based on which input parameters the data was entered - typical case is
    a parametric search from web.
    Is it possible to implement this using Application Views ?

    In article <[email protected]>, "Praby says...
    >
    >
    The application views in the context of using as Service in DBMS Adapter, have
    static
    SQL definitions including the where clause.
    At runtime, the input schema data is filled in.
    This technique wont work for dynamic queries in which case, the where clause is
    filled
    dynamically based on which input parameters the data was entered - typical case
    is
    a parametric search from web.
    Is it possible to implement this using Application Views ?Yes, you will need to redefine the application view interaction such that the
    schema of the document it expects supports parameters such as you describe. How
    much you do in the workflow and how much you do in the adapter is up to you, it
    may be you pass the entire SQL statement from the workflow or perhaps just a
    query type and some parameters. Not being familiar with the DBMS adapter its
    hard to say where the changes need to be made but InteractionImpl is a good
    place to start as this is where the workflow meets the adapter.
    HTH

  • How to Install Application Server Control on top of AS J2EE Installation.

    Hi,
    I just installed AS 10g 10.1.2, upgraded it to 10.1.2.3 and applied Jul2008 CPU.
    It was initially a simple J2EE install (with only J2EE and OC4J).
    It seems there is no EM Application Server Control component since all attempts below failed:
    http://host.domain:1156
    http://host.domain:1156/em
    http://IP:1156/
    http://IP:1156/em
    portlist.ini
    Oracle Management Agent Port = 1157
    Application Server Control RMI port = 1850
    Application Server Control port = 1156
    I am accessing the system (unix servers, etc) via vpn.
    Question:
    1) How do I verify if Application server control is installed or not installed.
    2) How do I install Application server control if the component has not been installed
    on top of AS 10.1.2.3 (base 10.1.2 install with 10.1.2.3 upgrade Jul2008 cpu)
    Thanks.
    Our intent is to use Application Server Control to access Workflow manager
    Tried

    AS Control gets installed with every install type so it should be there. Refer this for details:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/tools.htm#sthref110
    If http://host.domain:1156 doesn't work, AS Control might not be up. Start it using "$OH/bin/emctl start iasconsole". Refer below (mainly point #3 below) for details on what and how to start a mid-tier instance:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/tools.htm#sthref110
    Thanks
    Shail

Maybe you are looking for

  • Dont know what graphic cards to get for 790xt-g45

    Hey everyone. Im new around here and had a question. I have a computer with a 790xt-g45 motherboad was was going to upgrade my graphics card. I wanted to get 2 1gb cards but cant deside if i want to go with ATI or Nivida. I have a Nivida card now but

  • Too low phone memory

    I have 0.00 bytes left in my internal storage memory though i have 12 gb space left in my sd card.i have uninstalled all the un necessary apps from my phone but still there is not enough free space.im not able to update any of my apps as there is min

  • Expand row in JTable

    Hi, I have a table with some data. I want to allow the user to click on a row, and when they click on it show more rows beneath the "clicked" row. These newly shown rows would contain more specific data, etc. Any suggestions or references on how to d

  • How to Bring "Division" field into PCA form to create Report?

    Hi, I need to create Balance sheet reports -Division wise in profit center accounting.Kindly advise me how to bring Division field in to FORM of PCA.Once i get the Division field in to FORM of PCA then i can full fill the requirement. Kindly advise m

  • How do I transfer my Wordperfect files to something compatible with an iMac

    I am considering getting an iMac for our office, but I have hundreds of wordperfect and quatropro files that I will still need to access. Since the Corel software is no longer available to run on iMacs, how do I open and save the files into whatever