Build problem in JDev "Unable to find referenced object"

All of sudden I'm having problems building our application. Everything was going fine. I did a clean all, exited JDev (to backup files and release some memory) and restarted JDev. During the restart I received the messsages below and then I started getting a build errors when I compiled.
I'm getting the following errors even though I can clearly see each and every item.
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.AllChildrenRecursiveVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListVO.AggregationParent
Owner=oracle.apps.epm.fcc.model.view.link.AllChildrenRecursiveVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPredecessorVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPredecessorVO.PredecessorTaskId
Owner=oracle.apps.epm.fcc.model.view.link.GanttPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListRootVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.RootToFirstLevelVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskListVO.AggregationParent
Owner=oracle.apps.epm.fcc.model.view.link.RootToFirstLevelVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorRootVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.TaskId1
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.PredecessorTaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorVO.TaskId1
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelPredecessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelPredecessorRootVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.PredecessorTaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.TaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskPanelSuccessorVO.PredecessorTaskId
Owner=oracle.apps.epm.fcc.model.view.link.TaskPanelSuccessorVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.QuestionsVO.QuestionId
Owner=oracle.apps.epm.fcc.model.view.link.TaskQuestionToListValuesVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.QuestionListValuesVO.QuestionId
Owner=oracle.apps.epm.fcc.model.view.link.TaskQuestionToListValuesVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowRootVO.SourceId
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.ApproverOrderSeq1
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.ApproverOrderSeq
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.TaskWorkflowVO.SourceId
Owner=oracle.apps.epm.fcc.model.view.link.TaskWorkflowVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.UserAttributesVO.UdaId
Owner=oracle.apps.epm.fcc.model.view.link.UserAttributeToListValuesVL
Business Components: Unable to find referenced object.
Object=oracle.apps.epm.fcc.model.view.UserAttributeListValuesVO.UdaId
Owner=oracle.apps.epm.fcc.model.view.link.UserAttributeToListValuesVL
During compile:
Project: C:\HyperionCC\ptoukhan_fcc_view\fcc\model\FinancialCloseCalendarModel.jpr
C:\HyperionCC\ptoukhan_fcc_view\fcc\model\src\oracle\apps\epm\fcc\model\view\link\TaskWorkflowRootVL.xml
Error: oracle.apps.epm.fcc.model.view.link.TaskWorkflowRootVL: One or more attributes for one of the view link ends were not found. oracle.apps.epm.fcc.model.view.TaskWorkflowRootVO.SourceId
Yet when I look at the definition for TaskWorkflowRootVO, SourceId is clearly there. What is going on and how do I fix it?
None of these files was touched during the last edit session.

Hi,
Did you add the dependencies
http://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm
http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

Similar Messages

  • Unable to find referenced  object  problem

    Hi ,
    when i made compile for Adf BC Application Jdeveloper version ( 11.1.2.3 ) , it result compile error
    Error : ************ unable to find referenced object Object=************** Owner= ********************
    Notes :- this application contains view objects that depend upon jar file for the Entity Object

    Hi,
    Did you add the dependencies
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm
    http://andrejusb.blogspot.com/2011/04/strange-day-adf-library-profile.html
    http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html

  • Business components : unable to find referenced object

    Hi,
    i work on Jdev Studio Edition Version 11.1.1.1.0.
    I often have this message in the message-log window :
    Business Components: Unable to find referenced object
    Object: easyges.monActivite.mesInfos.MonSuperieur.
    Owner: easyges.crah.AppModuleCRAH
    BC Project: easyges.view.ViewController
    What do i have to do with that?
    Thanks for your answer ?
    David

    i am moving to views current way.hi this is my error.
    Error: jeg.adf.pm.setworkbench.model.views.ImportProjectVO: Unable to find referenced object.
    Object=model.Entity.ImportProjectEO
    Owner=jeg.adf.pm.setworkbench.model.views.ImportProjectVO
    BC Project: model.JacobsModel

  • BC: Unable to find referenced object

    Hi OTN,
    while working on my ADF BC application I oftenly see a following message at JDev start:
    Business Components: Unable to find referenced object
         Object=...
         Owner=...I usally check those business components and can't see any malfunction in their definition.
    Yesterday I encountered strange behaviour while inserting new rows in linked view objects. It seemed that there was no entity association (key cascade update didn't work) and new row in linked VO wasn't commited at all.
    Today at JDev startup I see two messages with "Unable to find referenced object" and "Owner" in the messages is pointing to ViewLink based on the strangely-working association. "Objects" in the messages are pointing to attributes on which association is built.
    What does this message mean and could this issue be concerned to framework unexpected behavior while inserting new rows?
    Business Components comes from compiled jar library.
    Thanks.
    Jdev 11.1.1.3

    its a good practice in my opinion to close your project before shutting down the JDEV so next time when you open you will not able to see strange behaviors.

  • D3L "produce" error: unable to find attribute object for top node

    Hi
    I'm new to this forum, hope someone can help me with this because it's really been causing a headache for a few days now.
    I'm trying to deliver a flat file message with an interconnect standard ftp adapter. All the transformations go well but then i get this error message:
    oracle.oai.agent.adapter.technology.D3LException: [SmartQueueDispatcher] <struct id="GallupData" name="" comment="" ...>: unable to find attribute object for top node, got `[  stationId: 01
    startDate: 040801
    (messsage truncated)
    emission: 1
    ]' instead
         at oracle.oai.agent.adapter.technology.D3L.produce(D3L.java:391)
         at oracle.oai.agent.adapter.technology.TechBridge.messageReceived(TechBridge.java:876)
         at oracle.oai.agent.client.SmartQueueDispatcher.run(SmartQueueDispatcher.java:451)
         at java.lang.Thread.run(Unknown Source)
    The message is exactly 65570 bytes (in the format written to the log).
    Any help appreciated.
    Leon Simonsen

    I finally solved the problem: The name of the d3l xml file must be named with the name of the data type. Just thought i'd let anyone know.

  • Unable to find generated objects in repository - Activating BE

    Hi,
    I´m  trying to migrate MAM from Mobile 7.0 to Mobile 7.1.
    I got to import the syncbos as data objects successfully. However, when I try to activate a Backend Adapter, the error: "Unable to find generated objects in repository" comes up.
    I applied the note number 1408036, which is to correct the issue, but it didn´t work (I´ve already re-started the server).  We working on Mobile 7.1 - SP08.
    Anyone has some clue for this problem?
    Thanks.

    Hi,
    have you done the [DOE inital setup|http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/17a790d8000064e10000000a1553f7/frameset.htm]?
    have you activate the data object?
    if dont,please do that,
    than try to activate the backend adapter.
    regards,
    lakshman balanagu
    Edited by: lakshman balanagu on Dec 4, 2009 12:13 PM

  • The creation of device local data objects - Unable to find generated object

    Hi all,
    I get an error when I try to generate an ESDMA containing a "Device Local" data object.
    I have created a "Device Local" data object containing a very simple node structure. The object is "active" and everything seems to work fine, until I generate the ESDMA. The following error is shown : Unable to find generated objects in repository.
    The esdma is generated without problems, when I remove the device local data object.
    I hope you have some ideas of what the issue might be.
    Best regards,
    Nima

    Hi Siva
    Actually i am working on this problem together with Nima and the problem is not related to SAP Basis objects.
    The problem is in SDOE_WB, with the SWCV. Creating a Data object of type LOCAL DEVICE and a NODE. If you add a field/s and then activate, and look in Generated objects The Table object is not generated (only the structure and the table type).  At this point there are no syntax/error messages.
    If we try to generate an esdma using the ESDMA design time, using this SWCV, it fails, with the message, Unable to find generated objects, in the repository. That is it is looking for the Table object that was not generated in sdoe_wb. This is only a problem with creating a data object of type DEVICE LOCAL, every other type of DO is fine.. I assume it is an SAP error.

  • EJB 3.0: java.io.IOException: Unable to find session object ...

    Hello,
    We have an EJB3 application deployed to an Oracle AS 10.1.3.1.0 instance.
    Our main point of entry to the application is a stateful session bean (that controls access), that has injected several other stateful session beans.
    Like this:
    +@Stateful(name = "TstreamUserSession")+
    +public class TstreamUserSessionBean extends UserSessionBean implements TstreamUserSession {+
    +@EJB(name = "ContactSession")+
    private ContactSessionLocal contactSession;
    +@EJB(name = "GuestSession")+
    private GuestSessionLocal guestSession;
    +@EJB(name = "TechCustomerSession")+
    private TechCustomerSessionLocal techCustomerSession;
    +@EJB(name = "PmSession")+
    private PmSessionLocal pmSession;
    +@EJB(name = "CustomerSession")+
    private CustomerSessionLocal customerSession;
    +@EJB(name = "PartnerSession")+
    private PartnerSessionLocal partnerSession;
    +@EJB(name = "AdminSession")+
    private AdminSessionLocal adminSession;
    +@EJB(name = "SuperAdminSession")+
    private SuperAdminSessionLocal superAdminSession;
    +@EJB(name = "VmSession")+
    private VmSessionLocal vmSession;
    +public TstreamUserSessionBean() {+
    +}+
    +...+
    In this class, we also look up these sessions, because we need several instances of these, in this manner:
    +private synchronized Object getSessionInstance(String sessionName) throws AccessDeniedException {+
              +try {+
                   InitialContext ic = new InitialContext();
                   return ic.lookup("java:comp/env/" sessionName);+
              +} catch (NamingException e) {+
              +}+
         +}+
    However, we keep getting the following messages after a certain period.
    java.io.IOException: Unable to find session object 2816103596632839360 for location 'AdminSession'
    +10/01/12 11:50:04 at com.evermind.server.ejb.EJBInternalInputStream.resolveObject(EJBInternalInputStream.java:70)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1346)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.activateBean(StatefulSessionEJBObject.java:581)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.remove_X(StatefulSessionEJBObject.java:213)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.remove_X(StatefulSessionEJBObject.java:159)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBHome.processTimedOutSessions(StatefulSessionEJBHome.java:371)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBHome.cleanUpMaintenance(StatefulSessionEJBHome.java:306)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.EJBTask.run(EJBTask.java:47)+
    +10/01/12 11:50:04 at com.evermind.util.Task.schedule(Task.java:51)+
    +10/01/12 11:50:04 at com.evermind.util.TaskManager.run(TaskManager.java:221)+
    +10/01/12 11:50:04 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)+
    +10/01/12 11:50:04 at java.lang.Thread.run(Thread.java:595)+
    I guess this occurs when the stateful session TstreamUserSession is reactivated?
    Or when the ones being injected are passivated?
    Any idea why this occurs, or how to suppress it, because it really spams our logs...
    Thanks.

    Hello,
    We have an EJB3 application deployed to an Oracle AS 10.1.3.1.0 instance.
    Our main point of entry to the application is a stateful session bean (that controls access), that has injected several other stateful session beans.
    Like this:
    +@Stateful(name = "TstreamUserSession")+
    +public class TstreamUserSessionBean extends UserSessionBean implements TstreamUserSession {+
    +@EJB(name = "ContactSession")+
    private ContactSessionLocal contactSession;
    +@EJB(name = "GuestSession")+
    private GuestSessionLocal guestSession;
    +@EJB(name = "TechCustomerSession")+
    private TechCustomerSessionLocal techCustomerSession;
    +@EJB(name = "PmSession")+
    private PmSessionLocal pmSession;
    +@EJB(name = "CustomerSession")+
    private CustomerSessionLocal customerSession;
    +@EJB(name = "PartnerSession")+
    private PartnerSessionLocal partnerSession;
    +@EJB(name = "AdminSession")+
    private AdminSessionLocal adminSession;
    +@EJB(name = "SuperAdminSession")+
    private SuperAdminSessionLocal superAdminSession;
    +@EJB(name = "VmSession")+
    private VmSessionLocal vmSession;
    +public TstreamUserSessionBean() {+
    +}+
    +...+
    In this class, we also look up these sessions, because we need several instances of these, in this manner:
    +private synchronized Object getSessionInstance(String sessionName) throws AccessDeniedException {+
              +try {+
                   InitialContext ic = new InitialContext();
                   return ic.lookup("java:comp/env/" sessionName);+
              +} catch (NamingException e) {+
              +}+
         +}+
    However, we keep getting the following messages after a certain period.
    java.io.IOException: Unable to find session object 2816103596632839360 for location 'AdminSession'
    +10/01/12 11:50:04 at com.evermind.server.ejb.EJBInternalInputStream.resolveObject(EJBInternalInputStream.java:70)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1346)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)+
    +10/01/12 11:50:04 at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.activateBean(StatefulSessionEJBObject.java:581)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.remove_X(StatefulSessionEJBObject.java:213)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBObject.remove_X(StatefulSessionEJBObject.java:159)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBHome.processTimedOutSessions(StatefulSessionEJBHome.java:371)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.StatefulSessionEJBHome.cleanUpMaintenance(StatefulSessionEJBHome.java:306)+
    +10/01/12 11:50:04 at com.evermind.server.ejb.EJBTask.run(EJBTask.java:47)+
    +10/01/12 11:50:04 at com.evermind.util.Task.schedule(Task.java:51)+
    +10/01/12 11:50:04 at com.evermind.util.TaskManager.run(TaskManager.java:221)+
    +10/01/12 11:50:04 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)+
    +10/01/12 11:50:04 at java.lang.Thread.run(Thread.java:595)+
    I guess this occurs when the stateful session TstreamUserSession is reactivated?
    Or when the ones being injected are passivated?
    Any idea why this occurs, or how to suppress it, because it really spams our logs...
    Thanks.

  • SPEED DIALS = unable to find specified object

    Hi All,
    Glad to join this lovely forum.
    I'm facing this message when trying to use speed dials !!
    System
    unable to find specified object
    Any hints ?
    Thanks in advance
    Model: 9300i

    Hi,
    Try to update the firmware version (contact ur nearest Nokia Service Center). Please take a full backup before doing upgrade. After firmware update please restore only the contacts (partial restoring recommended). If u do a full restore the probelm (error) may occure again.
    BR,
    sanju

  • Finding Referenced Objects recursively

    Hi,
    I have some views. I would like to find out all the referenced table, functions, views inside those views. In case the views references another view then I would like to know the objects referenced inside the child view and so on. Can someone provide me the SQL for this? Would be nice if the output is nicely formatted.
    Also, I want to drill down to further level only in case the referenced object is a view.
    Message was edited by: user10566312

    I have written the below SQL. However, the SYS_CONNECT_BY_PATH is not showing the leaf node  child node in output. I have considered object name as parent and referenced objects as children. For example for the first row the PATH should have been /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL as per the SYS_CONNECT_BY_PATH functionality.
    SELECT level,  
      type||' '||owner||'.'||name ASparent_object,
      LPAD(' ', 2*(LEVEL - 1)) || referenced_type ||' '||referenced_owner||'.'||referenced_name ASunderlying_object,
      SYS_CONNECT_BY_PATH( name, '/') ASPath
    FROMall_dependencies
    WHERE REFERENCED_OWNER      <> 'SYS'
    START WITH NAME                          IN ('BK_LOTVSCT_SUM_VW')
    ANDOWNER                                   = 'ADMIN
    CONNECT BY nocycle priorreferenced_owner = owner
    AND prior referenced_name                = name
    AND priorreferenced_type                  = type
    ORDER SIBLINGS BY referenced_name;
    1
    VIEW admin.BK_LOTVSCT_SUM_VW
    VIEW admin.MTD_BK_LOTVSCT_DTL
    /BK_LOTVSCT_SUM_VW
    2
    VIEW admin.MTD_BK_LOTVSCT_DTL
      VIEW admin.MTD_BK_CTVSCT_VW
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL
    3
    VIEW admin.MTD_BK_CTVSCT_VW
        VIEW admin.MTD_BK_CT_VW
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW
    4
    VIEW admin.MTD_BK_CT_VW
          VIEW admin.MTD_CT_VW
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW/MTD_BK_CT_VW
    5
    VIEW admin.MTD_CT_VW
            TABLE admin.LOT
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW/MTD_BK_CT_VW/MTD_CT_VW
    5
    VIEW admin.MTD_CT_VW
            TABLE admin.LOTRUN
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW/MTD_BK_CT_VW/MTD_CT_VW
    5
    VIEW admin.MTD_CT_VW
            TABLE admin.LOTRUN_HOLD_RELS
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW/MTD_BK_CT_VW/MTD_CT_VW
    5
    VIEW admin.MTD_CT_VW
            TABLE admin.PROD_CUR_PART_PRCD
    /BK_LOTVSCT_SUM_VW/MTD_BK_LOTVSCT_DTL/MTD_BK_CTVSCT_VW/MTD_BK_CT_VW/MTD_CT_VW
    Message was edited by: user10566312

  • Forms demos problem / bigraph form unable to find javabean

    hi there,
    i've installed the developer suite 10g and the forms-demos with patches.
    i can call 127.0.0.1:8889/forms/formsdemos/demo.html, everything loads fine... beans, images (regering to the bigraph demo).
    but when i open the graph.fmb with forms developer, navigate to the PJC_canvas (second tab) ill get an error (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph).
    nevertheless i can compile the form and run it (adding ?config=bigraph solves image related problems).
    to get rid of that error i tried to add the FormsGraph.jar to $ORACLE_HOME/forms/server/formsdemo.env (CLASSPATH) - didnt work.
    where are the parameters for forms-developer defining where to look for java-code?
    thanks in advance, cam.

    hi,
    sorry francois, that didnt solve the problem. while i'm now able to navigate the oracle.forms.demos.bigraph javapath in the <program>|<import java classes> dialog i still get the same error. (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph)
    i've then tried to import the FormsGraph bean in said java tree - again an error (java.lang.NoClassDefFoundError: oracle/forms/ui/VBean).
    to my surprise another bean is visible in that tree: FormsGraph$1 - importing is successfull but useless regarding to the first error.

  • Unable to find info object for J_3ASTAT

    hello,
       can some one help me find the info object name for the field J_3ASTAT  for table  J_3ABDBS.

    Hi Akash,
    To find the BW fields for the corresponding R/3 fields on the BW side use the table RSOSFIELDMAP and also use the table RSOLTPSOURCE.
    Hope this helps.
    Bye
    Dinesh
    (Do not forget to assign points!!) ...

  • Ant Build Error - Unable to find a javac compiler

    I downloaded and installed the Sun Java Toolkit 1.0 for CDC. I can build and run the examples with no problem.
    When I create my own project -- either by using the Create from Example option or the Create a New Project from Scratch option, I consistently receive this error message:
    C:\CDCTK10\apps\JillianGolfHandset\nbproject\build-impl.xml:295: The following error occurred while executing this line:
    C:\CDCTK10\apps\JillianGolfHandset\nbproject\build-impl.xml:148: Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    BUILD FAILED (total time: 0 seconds)
    Unfortunately, I'm not an Ant jock.
    I'd like to go fiddling with the JAVA_HOME environmental variable on my system, but something tells me I shouldn't have to touch it; why would the examples work if JAVA_HOME weren't set properly?
    Any ideas?

    I had the JDK installed and the JAVA_HOME set correctly to point to the JDK but it still gave the same error.
    As I'm using Windows, I thought the problem may have been the spaces in the JAVA_HOME path, so I changed it to the old DOS style path e.g with the ~1. But that didn't work
    Someone else suggested adding the JDK bin to the PATH, so I did that, but it didn't fix the problem.
    Doing a search on the web, someone else using ANT had a similar problem, though not with the CDC, and added the tools.jar to the classpath
    So I tried adding tool.jar to the classpath, and it worked !!
    There is probably a better solution, but I couldn't find it, so I'll stick with this one until someone comes up with a better fix

  • Unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...

    I am fairly new to Measurement studio and am having an issue.I am running visual studio 2010 SP1 and measurement studio 2013. my project runs fine in the developement environment. But when I try to make an installer package I am getting these errors when I try to build the setup project.
    unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...
    Two or more objects have the same target location('[policydir]\9.0.30729.1.cat')
    two or more objects have the same target location ('[payload_ul]9.030729.1.policy')
    when looking at all of the detected dependencies module dependencies I found that mstudiocommon2010.msm and mstudioui.msm
    had microsoft_VC100_CRT_x86.AFA... as a dependancy but the current merge module had the DF495 signature.
    After reading some of the posts I saw that if you were running Visual studio SP1 you may need to goto the pre SP1 files.
    I did this and the warnings for msstudiocommon2010.msm and mstudioui.msm went away.
    now I have the problem MStudiodaqmx.2010.msm has a dependency on microsoft_vc100_crt_x86.DF495
    but that got replaced when i went back to the older versions. I am at aloss as to what to do at this point.
    As for the policy and payload error I was hoping these would disappear when the other issue is cleared up but I may be wrong.
    Any help would be greatly appreciated

    Hi vmrak,
    Just to clarify, have you been following the steps in the Deploying Measurement Studio Applications KB article and using the files posted in the Problems building InstallShield installer after upgrading to MS 2010 forum post?  Also, where are you seeing that MStudiodaqmx.2010.msm is dependent on microsoft_vc100_crt_x86.DF495?  If you're receiving an error that says this, would you mind posting a screenshot of it?
    You could try keeping both the old and the new versions of the merge modules in the same directory on your computer to see if all the correct references are made this way.
    -Myriam

  • Unable to find the Transfer Rules in Transport Connection

    Hi Guys,
    I am on BW 3.5.
    I am unable to find the Transfer Rules created in transport Connection. I need to Transport these changes. I was able to Transport Communication structure and the Infosource.
    I tried activating the Transfer Rules and also replicated the datasources but it does'nt prompt me for a Transport request.
    Hence I need to explicitly Transport by going into Transport Connection where I am unable to find the object.
    Please help me on how to include this object in the Transport request created.
    Thanks in advance.
    Regards,
    Tyson

    Another way is to go the transfer rules or update rules or any object which you want to transport->extras on top>Object direct entry>change the package from $temp>rest you know
    Cheers,
    shana
    Assigning pts is the way of saying thanks in SDN

Maybe you are looking for