Unable to find data visualization component in JDEV 11g Preview 4

we have installed jdev11g preview 4 and we are unable to find ADF data visualization component.
Is there anyway we could add this component.
Thanks in Advance
Sabir

Hi,
in the component palette (while having an ADF Faces page open), right click and then choose "Edit Libraries" from the context menu. Choose the DVT libraries and toggle them to the selected libraries. The DVT components should show now
Frank

Similar Messages

  • Unable to find data source null [Caused by: jdbc/Apps1DataSource not found]

    Hi,
    I am using OA Adapter which listens to an EBiz HRMS event, and I am encountering the following error in $Home\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml while registering the ESB service.
    Error details:
    <MSG_TEXT>Failed to process control event for Service "DefaultSystem.SyncWorkerPartyEbizOAAdapter" due to an error while adding the Service! Reason : oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: An unhandled exception has been thrown in the ESB system. The exception reported is: "ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{MessageSelectorRule=tab.user_data.event_name = 'oracle.apps.per.api.person.update_person', QueueName=WF_BPEL_Q, Consumer=ORA_6krj2dpn70s36c1g6h1k8dhi8h, DatabaseSchema=APPS, AppsEventSchema=ANY_SCHEMA} due to the following reason: javax.resource.ResourceException: Unable to find data source null Caused by: jdbc/Apps1DataSource not found
    Please correct the reported issue and redeploy the BPEL process.
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateInboundJcaEndpoint(ESBActivationAgent.java:390)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.performEndpointActivation(ESBActivationAgent.java:306)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:236)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:209)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateEndpoint(InboundAdapterService.java:177)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateService(InboundAdapterService.java:119)
         at oracle.tip.esb.server.service.EsbServiceFactory.activateEsbService(EsbServiceFactory.java:222)
         at oracle.tip.esb.server.service.EsbServiceFactory.addEsbService(EsbServiceFactory.java:240)
         at oracle.tip.esb.server.common.RuntimeESBSystem.addService(RuntimeESBSystem.java:211)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:72)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Unable to find data source null
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:411)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getConnection(AppsManagedConnectionFactory.java:288)
         at oracle.tip.adapter.apps.AppsManagedConnection.getConnection(AppsManagedConnection.java:85)
         at oracle.tip.adapter.apps.AppsConnection.getJdbcConnection(AppsConnection.java:70)
         at oracle_tip_adapter_apps_AppsConnection_Proxy.getJdbcConnection()
         at oracle.tip.adapter.aq.database.MessageReader.establishDBconnection(MessageReader.java:358)
         at oracle.tip.adapter.aq.database.MessageReader.&lt;init>(MessageReader.java:265)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.init(AQActivationSpecDequeuer.java:142)
         at oracle.tip.adapter.aq.AQEndpoint.&lt;init>(AQEndpoint.java:99)
         at oracle.tip.adapter.aq.AQResourceAdapter.endpointActivation(AQResourceAdapter.java:73)
         at oracle.tip.adapter.apps.AppsResourceAdapter.endpointActivation(AppsResourceAdapter.java:147)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)
         ... 20 more
    Caused by: javax.naming.NameNotFoundException: jdbc/Apps1DataSource not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:408)
         ... 31 more
    </MSG_TEXT>
    I have added the connection properties in $Home\j2ee\oc4j_soa\application-deployments\defaul\oc4j-ra.xml as follows:
    <connector-factory location="eis/Apps/apps1" connector-name="Oracle Applications Adapter">
         <config-property name="xADataSourceName" value="jdbc/AIADataSource"/>
         <config-property name="dataSourceName" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    Please correct me if the connection properties are wrong.
    I tried AppsEventSchema with 'NO-SCHEMA' and 'ANY-SCHEMA' also.
    If I use File Adapter I was able to register the ESB and instances were created successfully.
    My versions:
    JDEV:      10.1.3.3.0
    SOA:     10.1.3.3.0
    I have done a lot of research on this but in vain. Is there any patch for rectifying this error?
    Help me on this issue pl.
    Regards
    RK

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • Three levels hierarachy - hierarchy viewer data visualization component

    I am not getting the third level when i am using the hierarchy viewer....any pointers will be a great help
    Edited by: Deepak Subramanian on Jan 22, 2010 5:34 AM

    oops sorry if i sounded vague....
    using jdev version 11g
    well I am trying to use the hierarchy viewer data visualization component to create a hierarchy which shows the managers and employees below them.
    am using a single query based VO which has two columns manager and employee.
    then created a self view link with that vo
    the data control looks something like
    manager(first level)
    ----manager or employee(first level)
    ---------employee(third level)
    I am dragging entire data control on the page so that the create hierarchy viewer option appears.
    from there I am stuck...
    when I am running the page, I am getting just two levels...the last level is not showing up :(.....
    Edited by: Deepak Subramanian on Jan 22, 2010 5:35 AM

  • Unable to find data in RSA3 for particular fields2lis_04_p_arbpl datasource

    I am working with datasource 2lis_04_p_arbpl to construct Yield Report. I have a field GAMNG(Target Quantity) in the table AFKO, so I added it to the communication structure and activated it. I also want the field IGMNG(confirmed quantity) which is available in the table AFKO but not appearing in the pool tables of ARBPL datasource, so I have done datasource enhancement and obtained the field in the datasource. When I am checking for the data in RSA3, unable to find data(zero values) for both the fields.
    Edited by: bhagav on Jan 5, 2012 1:20 PM

    Hi ,
    Please make sure that you are doing the extractor check in Update mode 'Full' .If the setup tables are filled then this should pick the data for the 2 newly added fields .
    check and update accordingly later .
    Thanks
    Kamal Mehta

  • SBL-SRQ-00103: Unable to find definition for component WfProcMgr

    Hi,
    When I start the Siebel server, all the Workflow components active except the Workflow Process Manager with the error in WfProcMgr_.log:
    SBL-SRQ-00103: Unable to find definition for component WfProcMgr
    Have you experienced with this error?
    Thanks,
    Liem.

    TanteKaethe,
    Thank you for replying. The Workflow component group was enabled during the installation process. I have not manually synchronized the Workflow components . I wonder why all other components of Workflow are running except the Workflow Process Manager. When I try to synchonize, it gave me an error (SBL-SCM-00028: Key not found) when going to Server Configuration screen and select Enterprises.
    Thanks.

  • Error -2000 unable to find data reference

    Hi
    Ive just recently installed the SP2 Windows update and I suddenly cant run mov files in Quicktime. When I do run them I get an error "error -2000 unable to find data reference" . These mov files used to work . Ive uninstalled QT and reinstalled but it did not change the problem - Im running the latest QT available which I think is 7.5.5. When I unistalled QT I did not unistall Itunes
    It has been a while since I ran these files but the Windows SP update is the most recent change I can think of
    Any ideas on how to fix this would be appreciated

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • Sapinst unable to find DATA/SAPSTR.LST

    Hello ALL,
    Please suggest as to how could this error be resolved.
    "sapinst unable to find DATA/SAPSTR>LST"
    Thanks and Regards,
    Ankit Mishra

    Hi,
    Did you already check the export location and existence of the file SAPSTR.LST?
    If exists, perhaps a permission issue. If not then various reasons could be applicable.
    Check this thread too http://forums.sdn.sap.com/thread.jspa?threadID=2043214. Are you doing a heterogeneous copy?
    Regards,
    Srikishan

  • Unable to find data source

    Hi All,
    we have installed standard cubes and ODS from Business content. Now we want to load standard ODS but we are unable to identify standard data source.
    0CPR_C03 -  Infocube.
    We have already checked in BI Content and help.sap.com but it doesnot display any data source name.
    Kindly give input to find data source.
    Regards,
    Sathvik

    Hi,
    Now you got some clue, i.e. some datasource names supports the cube.So in that you need to analyze what feilds you want to and in which datasource you have all that feilds in that way you need to use the DS. For any other information you need to check in sap help sites, here I'm giving some tables in BW, so it will help you.
    RSISOSMAP Mapping Between InfoSources and DataSources (=OLTP Sources)
    RSOSFIELDMAP Mapping Between DataSource Fields and InfoObjects
    RSTS Transfer Structure in SAP BW
    ROOSGEN Generated Objects for a DataSource
    ROOSOURCE Header Table for SAP BW DataSources (SAP Source System/BW System)
    RODELTAM BW Delta Procedure (SAP Source System)
    RSOLTPSOURCE Replication Table for DataSources in BW
    Thanks
    Reddy

  • Unable to find data in s677 table

    Hi I had maintained planned data in md63 for month 1-5 of 2012 but unable to find it in table s677, help.

    Hi Allen,
    Referring to replies:
    1. You entered values directly in MD63
    2. No updates in table-S677 or PBIM.
    Let me clarify few things.
    SIS-S677 is custom info structure (Not a standard SIS) designed to your requirement. That means you're working on S&OP Flexible Planning module.
    So as a prerequisite to this module you must maintain below mix of Config & master data:
    1. Sales Info Structure i.e. S677 with update groups & rules. To capture any sales history.
    2. Planning Type: It's config and Planning type defines the content and the layout of the lines in the planning table.
    3. Planning hierarchy: It's a Master data and is a combination of characteristic values based on the characteristics of one information structure.
    4. Planning Table: It's the place where a Planning is done.
    After all above set-up, you would be able to enter in Planning Table for planning the products.
    Steps for Planning/Forecasting:
    1. Based on your SIS Update groups & Rules, a S677 will be updated with sales quantities with Version-00 and same will be used to calculate forecast.
    2. Using forecast model setup, a forecasting can be run in Planning Table for a particular product.
    3. Forecast/planning values then will be saved in Planning Table. Once you save these values & come out of Planning Table, these values will be updated in S677 with version-A00.
    4. Then you need to transfer Forecast/Planning values to Demand Management from Planning Table.
    5. Check if values can be seen in Demand Management (MD63). If yes, a seperate SAP standard table-PBIM, PBHI etc. will be updated. These values in MD63 are called as Planned Ind Requirement (PIR).
    6. Once PIR can be seen in MD63, you can run MRP Run.
    7. Once MRP finished, you can go-ahead with further processing.
    This is how the complete scenario is. Check if it's okay and then revert if any further issue.
    Regards,
    Anup

  • Unable to implement Programmatic ADF Faces Tree component in jdev 11g

    I have referred to the posts " [Back to programming: Programmatic ADF Faces Tree component|http://one-size-doesnt-fit-all.blogspot.com/2007/05/back-to-programming-programmatic-adf.html] " and " [Follow-up: Programmatic ADF Faces Tree in JDev 11g|http://one-size-doesnt-fit-all.blogspot.com/2007/05/follow-up-programmatic-adf-faces-tree.html] ",
    The first post showed how to construct the elements in the tree programmatically rather than relying on bindings (in JDeveloper 10.1.3)
    and the second post tells the only difference in 11g .
    I am trying to implement the elements of the tree programatically in Jdev 11g(specifically 11.1.1.0.2) but no result is coming .
    There is no compilation/run time error , its just that the tree is not visible.
    Can anyone suggest any key points which should be focussed during this implementation?

    Hi,
    follow the description
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html
    to install the ADF Faces RC component demo in JDeveloper. It has a tree example. Have a look at their implementation and dapt it to your needs
    Frank

  • Unable to find analytics reports in bi publisher 11g

    Hi,
    Want to create a report based on Oracle BI Analysis in BIPublisher.
    Trying to create a datamodel by selecting Oracle BI Analysis as data source. But unable to find analytics reports.
    Thanks.

    Hi Surya,
    How are you collecting the BI content.
    In BI content select the datasource and collect data flow afterwards. You will get update rule in it.
    Regards,
    Viren

  • Where is the data source configuration in Jdev 11g?

    Does anybody know where is the data source configuration in JDeveloper 11g? I want to create a JNDI data source using the database connection. Do I have to login the Integrated WLS to create the data source? Thanks.

    Hi Chris,
    Configuring the data source in Integrated WLS works for me. Thanks for your help!
    Looks 11g didn't create the data source automatically in the App Navigator. I checked the deployed application directory - "Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestDS\adf\META-INF" and "Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestDS\META-INF". I didn't find the data source file - data-sources.xml. Then I started the web application and checked the Context, I can only find the data source which I defined in the Integrated WLS. It is interesting that 11g removed the JNDI list from the RMI bindings.
    Also thanks to Nick for the information. We are migrating a Spring Framework application to Oracle and don't use ADF Business Components in this project.
    Huaichen

  • JDev 11g Preview: Create asynchronous Webserivce....?

    Hi,
    is there any example/tutorial for building asynchronous webserivces with jdev 11g?
    On 10g this was not supported..
    Thanks

    Hi,
    in JDeveloper 10g this wasn't supported because asynchronous WS is a JavaEE 5 feature that we support in JDeveloper 11. When you create a WebService from a Pojo using the right mouse context menu in JDeveloper 11 (Create J2EE Web Service) and create a JavaEE 5 Web Service, then one of the checkboxes you see is the one for making the Webb Service asynchronous.
    Frank

  • Unable to find data source in bw server

    Hai Experts,
    Iam novice to bw,got a problem in co-pa extraction,
    created data source in R/3 n generated,in bw to assign data source to infosource n create info package.But i dont find the infosource or replicated data in bw,could any one suggest how to get that n suggest more about it...please
    Thanks in advance
    cheers,
    Vijay

    Welcome to SDN Vijay!
    I would perform the following steps;
    1) Replicate the DataSource from your source system. Steps Tcode RSA1 -> Click on source system -> Find your source system and right click -> click on replicate DataSource
    2) To find your infosource, Tcode RSA1 -> Click on infosource -> Find (The binocular or CTLF-F) -> Type in the infosource name.
    Cheers! Bill
    Here is a link on how to create infosource
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

  • Unable To Find Data Entry Form Template

    Is this option still available? User Interface Attributes under the Region Definition only gives the following options:
    No Template
    Blue Title
    Gray Title
    Open Gray Title

    Hi ,
    Please make sure that you are doing the extractor check in Update mode 'Full' .If the setup tables are filled then this should pick the data for the 2 newly added fields .
    check and update accordingly later .
    Thanks
    Kamal Mehta

Maybe you are looking for

  • Home directory is full problem

    My Mac at work gets the following message now whenever I try to use Mail - "Mail cannot update your mailboxes because your home directory is full. You must free up space in your home folder before using Mail. Delete unneeded documents or move documen

  • Re-installed SL then to Lion again and now I can't get my backups from Time Machine!

    Here is the problem. One day I booted up my mac with lion, and it wouldn't go through to booting up. It did this more than once, so I decided to re-install the whole  thing ( I checked the drive first, and tried all the tricks plus utility before doi

  • BPM message is being sent

    Hi, i put two receive step in fork step and two send step. two receive step has start point, when both two step are received, one receive step will be sent to legacy and then another receive step wil be sent to legacy. if one of receive step is not r

  • Advanced settings

    Hallo, I´m Using Adobe Acrobat X pro and i tried to set the save-possibility for reader-user. But I can´t find the menu "advanced" to make this settings. Can anybody help me ?

  • Documentation on item import R12 PIM

    Does anyone have any documentation on the R12 PIM item import through excel? I neeed to figure out how the tables are populated when the New Item Request and Change order functionality is setup. I'm not finding much info on metalink, maybe I'm not se