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

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.

  • 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

  • How to find out the Referenced objects ?

    Hi all,
    I want to find out the referenced objects
    Example : Table Name is Customer
    I want to know what are the procedures,functions,packages used that customer table. Please provide that sql Query.
    Thanks and Regards

    If this is not what you want, please give us a test case with input and expected output:
    SQL>
    SQL> drop table cust;
    Table dropped.
    SQL> drop procedure proc1;
    Procedure dropped.
    SQL> drop procedure proc2;
    Procedure dropped.
    SQL> drop procedure proc3;
    Procedure dropped.
    SQL>
    SQL> create table cust(x int);
    Table created.
    SQL>
    SQL> create procedure proc1
      2  is
      3  begin
      4  update cust set x = x + 1;
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> create procedure proc2
      2  is
      3  begin
      4  delete cust;
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> create procedure proc3
      2  is
      3  begin
      4  insert into cust values(0);
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> select name, type
      2  from all_dependencies
      3  where
      4  type ='PROCEDURE'
      5  and referenced_name = 'CUST'
      6  and referenced_type = 'TABLE';
    NAME                           TYPE                                            
    PROC1                          PROCEDURE                                       
    PROC2                          PROCEDURE                                       
    PROC3                          PROCEDURE                                       
    SQL> exit

  • Load error.Could not find the referenced object

    Hi All,
    When I open my created .jws file and complie the project, it gives the error
    Load error.
    Object:xxlc.oracle.apps.okc.articles.lists.server
    Project:D:\JDevelop10g\jdevhome\jdev\myprojects\XXVariables.jpr
    The following object(s) reffered to objects that could not be found:
    xxlc.oracle.apps.okc.articles.lists.server.XXLCCreateListValueVO
    Could not find the following referenced object(s):
    xxlc.oracle.apps.okc.schema.articles.variables.server.XXLCVariableListValuesEO
    All files are present in respective folders,then why this error is coming?
    Please Help.
    Thanks ,
    SK

    Click on XXVariables.jpr first, then File --> open locate the file and click OK.
    Thanks
    --Anil                                                                                                                                                                                                   

  • Unable to delete User object in FIM Portal - Cannot find the object "#calculateRequestSetTransitionsAssembleStatementsPartition"

    Hi,
    ***Problem
    I encounter a problem with FIM (version 4.1.3441.0 and 4.1.3496.0) when I try to delete a User object (and only a User object) whatever if it is
    manually/Expiration Workflow/Powershell.
    Deleting a User object used to be perfectly functional and, without any product version modification, stopped working. I haven't neither deleted/modified or add a
    "Grant" MPR or any of the corresponding Sets since last time I saw it working.
    Displayed error is "Request could not be dispatched" in FIM Portal and is referencing a stored procedure in Event Viewer.
    ***Error details
    When I try to delete a User object, here is the output :
    Portal
    "Processing error" on submit
    with the following details 
    Request status is stuck at "Validating" until next restart of FIM Service (after what it becomes “Canceled”)
    Request’s “Applied Policy” tab does not contain any MPR where, at least, a “Grant” MPR is expected
    As SQL Timeout is relatively high and error happens quickly, I don’t think there is a Timeout problem under that.
    Logs
    « Application »
    The Portal cannot connect to the middle tier using the web service interface.  This failure prevents all portal scenarios from functioning correctly.
    The cause may be due to a missing or invalid server url, a downed server, or an invalid server firewall configuration.
    Ensure the portal configuration is present and points to the resource management service.
     « Forefront Identity Manager »
    Reraised Error 50000, Level 16, State 1, Procedure ReRaiseException, Line 37, Message: Reraised Error 1088, Level 16, State 12, Procedure CalculateRequestSetTransitionsAssembleStatements,
    Line 332, Message: Cannot find the object "#calculateRequestSetTransitionsAssembleStatementsPartition" because it does not exist or you do not have permissions.
    Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0.
    Microsoft.ResourceManagement.WebServices.Exceptions.UnwillingToPerformException: Other ---> System.Data.SqlClient.SqlException: Reraised Error 50000, Level 16, State
    1, Procedure ReRaiseException, Line 37, Message: Reraised Error 1088, Level 16, State 12, Procedure CalculateRequestSetTransitionsAssembleStatements, Line 332, Message: Cannot find the object "#calculateRequestSetTransitionsAssembleStatementsPartition"
    because it does not exist or you do not have permissions.
    Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0.
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
    TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult
    result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.ResourceManagement.Data.DataAccess.UpdateRequest(RequestType request, IEnumerable`1 updates)
       --- End of inner exception stack trace ---
    Requestor: urn:uuid:7fb2b853-24f0-4498-9534-4e10589723c4
    Correlation Identifier: e7209633-46d0-4f4b-a59e-807649ef71ea
    Microsoft.ResourceManagement.WebServices.Exceptions.UnwillingToPerformException: Other ---> System.InvalidCastException: Specified cast is not valid.
       at Microsoft.ResourceManagement.WebServices.RequestDispatcher.CreateRequest(UniqueIdentifier requestor, UniqueIdentifier targetIdentifier, OperationType
    operation, String businessJustification, List`1 requestParameters, CultureInfo locale, Boolean isChildRequest, Guid cause, Boolean doEvaluation, Nullable`1 serviceId, Nullable`1 servicePartitionId, UniqueId messageIdentifier, UniqueIdentifier requestContextIdentifier,
    Boolean maintenanceMode)
       at Microsoft.ResourceManagement.WebServices.RequestDispatcher.CreateRequest(UniqueIdentifier requestor, UniqueIdentifier targetIdentifier, OperationType
    operation, String businessJustification, List`1 requestParameters, CultureInfo locale, Boolean isChildRequest, Guid cause, Boolean doEvaluation, Nullable`1 serviceId, Nullable`1 servicePartitionId, UniqueId messageIdentifier)
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Delete(Message request)
       --- End of inner exception stack trace ---
    For information, a maintenance plan rebuild/reorganize indexes daily and this problem has occurred on servers with different performances.
    Is any of you has already encounter this problem ?
    Any help would be greatly appreciated,
    Thanks in advance for your help,
    Matthew

    While there are several SQL Agent jobs (FIM Temporal Events, Maintain Sets, and Maintain Groups among others)created by the FIM install only one of those is enabled and scheduled and it calls all of the same stored procedures that the other
    jobs do. Step 2 is Maintain sets and Step 3 is maintain groups. So the Maintain sets and groups jobs never need to get enabled and scheduled, but if you want them to be maintained more frequently then you can.
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

  • Referenced object is missing

    Hello,
    When I transport a bex-request I get an error message during import in the QA-system.
    It says that referenced object '427GIKGBBV0RKGXW99J8L1YYY' is missing and therefor the import is aborted.
    How can I check which object this is? I need to find it and transport this into the QA system and then re-import the first request again..
    Best regards,
    Fredrik

    Hello Oscar,
    How do I do create this empty tranport? In SE10? And how do I include the object into this? Also in SE10?
    This is the exact error message:
    Element 427GIKGBBV0RKGXW99J8L1YYY is missing in version M
    Message no. R9132
    Diagnosis
    Element &1 in version &2 is referenced but is not available.
    System response
    The action had to be terminated.
    Procedure
    Please supply the missing elements to the system by transport.
    Regards,
    Fredrik
    Message was edited by: Fredrik Carlsson

  • Task Sequence Error - Failed to find CCM_SoftwareDistribution object (0x80040104)

    Hi, we recently migrated packages and a DP to SCCM2012. now, when we checked OS Deployment, the TS fails with error Code 0x80040104.   . it has errors with a driver package.
    I Already updated the DP, i also deleted it on all DPs and resend it.. no luck.
    Someone a clue. in the forum i saw an entry about a corrupt driver package.. but no further infos or a link.

    SMSTS.LOG
    Adding URL location item 2 2 00000374 00000001 http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Prioritized locations:    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
      http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 content location:     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    BSS000B2 http content location: http://HAMI0372.Global.BDFGroup.net/SMS_DP_SMSPKG$/BSS000B2    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Getting policy for CCM_SoftwareDistribution[AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"]    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    FALSE, HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2506)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to find CCM_SoftwareDistribution object for AdvertID="BDF20002", PackageID="BSS000DE", ProgramID="*"    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    (*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040104 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,3341)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1480)  
     TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    Failed to resolve selected task sequence dependencies. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    hrReturn, HRESULT=80040104 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040104)    TSMBootstrap    20.07.2012 09:02:29    1356 (0x054C)
    ThreadToResolveAndExecuteTaskSequence returned code 0x80040104    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Setting wizard error: This task sequence cannot be run because a package referenced by the task sequence could not be found. For more information, contact your system administrator or helpdesk operator.    TSMBootstrap    20.07.2012
    09:02:29    1216 (0x04C0)
    ResolveProgressPage::OnWizardNext()    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Activating Finish Page.    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Loading bitmap    TSMBootstrap    20.07.2012 09:02:29    1216 (0x04C0)
    Executing command line: X:\windows\system32\cmd.exe /k    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    The command completed successfully.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Successfully launched command shell.    TSBootShell    20.07.2012 09:02:30    804 (0x0324)
    Exiting task sequence wizard.    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Exiting with return code 0x00000000    TSMBootstrap    20.07.2012 09:11:59    1216 (0x04C0)
    Execution complete.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logging from process 800    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Finalizing logs to root of first available drive    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Successfully finalized logs to C:\SMSTSLog    TSBootShell    20.07.2012 09:11:59    828 (0x033C)
    Cleaning up task sequencing logging configuration.    TSBootShell    20.07.2012 09:11:59    828 (0x033C)

  • Keeps finding a "Object" not the real type.. I am really lost.. :D

    The calls to other objects work fine, I have testing all of them.. but! when I compile I get a error about finding a "object" type and not a String type at
    for(String blackStone : blackUnits.keySet())
                   if( getSetLib(blackStone) == 0 ) { removeSet.add(blackStone); }
             }   this is the whole class
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Set;
    public class Stat
        private Token[][] board;
        private int bSize;
        private HashMap<String, HashSet> unitsWhite;
        private HashMap<String, HashSet> unitsBlack;
        double last;
        public Stat(Token[][] goBoard, int size)
            board = goBoard;
            bSize = size;
            unitsWhite = new HashMap< String , HashSet>();
            unitsBlack = new HashMap< String , HashSet>();
            last = bSize -1;
         * Delimiter is /
        public HashSet getLib(int x , int y)
            HashSet liberties = new HashSet<String>();
            //error catch
            if(board[x][y] == null){return liberties;}
            int tempX = x;
            int tempY = y;
            //error catch for out of rage if size ect..
            for(int i = 0 , liby = y ,libx = x ; i <= 3; i++)
                if(i == 0){libx = -1; liby = 0;}
                if(i == 1){libx = 0; liby = -1;}
                if(i == 2){libx = 1; liby = 0;}
                if(i == 3){libx = 0; liby = 1;}
                tempX = x+libx;
                tempY = y+liby;
                if(tempX >= 0 || tempY >= 0)
                    if( tempX <= last || tempY <= last )   
                         if( (tempX < 0 || tempY < 0) || ( tempX >= last || tempY >= last ) )
                           tempX = 0;
                           tempY = 0;
                         else
                            if( board[tempX][tempY] == null) { liberties.add(tempX+"/"+tempY); }
            return liberties;  
        public void getTer()
        public void checkForCaptured()
            Token black = null;
            Token white = null;
            HashMap blackUnits;
            HashMap whiteUnits; 
            HashSet removeSet ;
            removeSet = new HashSet<String>();
            //look for a Token on the board and if you find one look for any dead  Tokens
            //looks for a Token
            for(int x=0; x < bSize;x++)
              { for(int y=0 ; y < bSize   ;y++)
               { if(board[x][y] != null)
                   if (black == null)if( board[x][y].getColor().equals("black") ) black =  board[y][x];
                   if (white == null)if( board[x][y].getColor().equals("white") ) white =  board[y][x];
            System.out.println("this is black tokens color" +black.getColor());
            //looks for a dead unit
            if(black != null)
             { blackUnits = black.getUnits();
               System.out.println("black :" +blackUnits.keySet().size() ) ;
               for(String blackStone : blackUnits.keySet())
                   if( getSetLib(blackStone) == 0 ) { removeSet.add(blackStone); }
            if(white != null)
            { whiteUnits = white.getUnits();
                System.out.println(" white: "+whiteUnits.keySet().size() );
              for( String whiteStone : whiteUnits.keySet() )
               { if( getSetLib(whiteStone) == 0 ) { removeSet.add(whiteStone); } }
            board.removeUnitsSet(removeSet);    
         public int getSetLib(HashSet Units)
             return 0;
    }someone point me in the correct direction PLZ! I don't mind RTFM if you give me a FM and page/line to look at.
    THANKS!
    Message was edited by:
    monji112000

    The compiler doesn't know that you're only putting Strings in as keys. HashMap takes references to Object as keys and hence returns references to Object in keySet(). Note, however, that the object itself is still what you put in there. But the compiler only has the declared return type of the method to look at.
    // pre 1.5
    for (Iterator iter = set.iterator(); iter.hasNext();) {
        String key = (String)iter.next(); // cast Object to String. Only works if you actually put a String in
        // do stuff with key
    // 1.5, if you don't use generics
    for (Object obj : set) {
        String key = (String)obj;
        // do stuff with key
    // 1.5, with generics
    Set<String> set = ...;
    for (String key : set) {
        // do stuff with key
    }Since you have a Map, you'll have Map<String, SomeValueType>.
    http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
    http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf

  • 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.

  • Find Database Object gives error message in 3.2.20.09.87

    Since updating to SQL Developer 3.2.20.09.87 I've been getting error messages when running Find Database Object. The message on the logging page is: ORA-00942: table or view does not exist
    Followed by:
    select null name, -1 LINE, -1 COL, null USAGE,
    case when obj.object_type like 'JAVA%' then 'JAVA' else obj.object_type end TYPE,
    OWNER, case when obj.object_type like 'JAVA%' then 'JAVA' else obj.object_type end OBJECT_TYPE,
    obj.OBJECT_NAME
    from sys.dba_objects obj where rownum <= 500 and obj.object_type != 'TABLE PARTITION' and obj.object_type != 'TABLE SUBPARTITION' and obj.object_type != 'JAVA CLASS' and object_name like ?
    union all
    select null name, -1 LINE, -1 COL, null USAGE,
    'MATERIALIZED VIEW LOG' TYPE, log_owner OWNER,
    'MATERIALIZED VIEW LOG' OBJECT_TYPE, master OBJECT_NAME
    from all_snapshot_logs where master like ?
    union
    select null name, -1 LINE, -1 COL, null USAGE,
    'DATABASE LINK' TYPE, owner OWNER,
    'DATABASE LINK' OBJECT_TYPE, db_link OBJECT_NAME
    from all_db_links where rownum <= 500 and db_link like ?
    union all
    select c.column_name name, -1 LINE, -1 COL, null USAGE, o.object_type TYPE, c.OWNER, o.object_type OBJECT_TYPE, c.table_NAME OBJECT_NAME
    from sys.all_tab_columns c, all_objects o
    where c.table_name=o.object_name and c.owner = o.owner and rownum <= 500 and c.column_name like ?
    union all
    select name, LINE, COL, USAGE, TYPE, OWNER, OBJECT_TYPE, OBJECT_NAME
    from sys.all_identifiers where rownum <= 500 and name like ?
    My database version is: 10.2.0.4.0
    I'm grateful that SQL Developer peacefully coexists with earlier versions.
    Anything I can do?
    Thanks.

    Hi,
    I cannot seem to find a bug or forum reference for this issue at the moment, but I recall there was some problem on 10g connections where SQL Developer thinks you have DBA view privileges even when you don't. So, on 11g, a user with very basic privileges can do a Find DB Object without seeing the error you got on 10.2.0.4. On 10.2.0.x you should be able to workaround the problem if you can arrange to get grant select_catalog_role for that userid.
    Regards,
    Gary

  • Sap Script - Where to find "bipmap" objects.

    Hi All,
    In a window of the Sap Script I find this code:
    BITMAP EC_LG_0020 OBJECT GRAPHICS ID BMAP TYPE BMON
    INCLUDE EC_ST1_0020 OBJECT TEXT ID ST LANGUAGE IT PARAGRAPH H1
    My question: where can I find the objects saved on the Sap System, like EC_LG_0020?
    If I launch the tcode SO10 I can find only the object EC_ST1_0020.
    Any help will be well appreciated.
    Thanks in advance.
    Regards,
        Giovanni

    Hi
    All Images in SAP can be Found using SE78  Tcode , based on the whether it is Color or Blackn white image u can search in this Tcode.
    And all Standard texts can be found using SO10 tcode..
    for further information chk this link
    https://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript
    surya

  • Finding an Object named (thisStr)???

    Hi,
    Im trying to find an object (specifically a jscrollpane) with the name of a string variable.... for example...
    String[] array = {"myStr","another","andanother"};
    JComboBox fileList = new JComboBox(array);
    fileList.addActionListener(this);
    JScrollPane myStr = new JScrollPane();
    JScrollPane another= new JScrollPane();
    JScrollPane andanother= new JScrollPane();
    public void actionPerformed(ActionEvent evt) {
    if (evt.getSource() == fileList) {
    JComboBox cb = (JComboBox)evt.getSource(); 
    JScrollPane selItem = (JScrollPane)cb.getSelectedItem();  //won't cast here
    // sets other scrollpanes to not visible          
    for (int j=0;j<3;j++){
         JTable desItem = (JTable)cb.getItemAt(j);               desItem.setVisible(false);
    //makes selected scrollpane visible                    
    showTable(selItem);
    protected void showTable(JScrollPane selItem){
         selItem.setVisible(true);
    }I simply want to select a scrollpane with the combobox and make that one visible, and the other not visible... I currently have the list inside the combobox with the same names as the actual scrollpanes....
    How do I get it to work?? Now it gives me some cast error?

    I am unsure what you are doing exactly but I can only hope that the line
    where you attempt to cast a JTable as something which inside your
    combo box is just a silly error and not a true reflection of your GUI.

Maybe you are looking for

  • A server with the same hostname could not be found!

    Hi macusers, I saw that error on multiple threads but I found none related to my issue. So, before ignore it let's describe it: Two MAC Mini: one early 2009 and second late 2010. Both OS 10.9.1, MacKeeper installed, 6+Gb for RAM. Both uses the same r

  • How big of a hard drive will a DV7-1150us support?

    I have an HP Pavilion DV7-1150us that the hard drive failed in and needs to be replaced. How large of a hard drive will this PC support?

  • How can I make a COPY/duplicate of an Event in iPhoto11

    I need to make a copy of an 'event' I have in iPhoto on iMac.  I want the original event in tacked; I want to remove photos on the COPY. Thanks - Jose

  • Scrap of code for a JMemoryBar

    hi, thought i'd post this just because i've never seen anyone post it before and its quite useful..import javax.swing.*; import java.awt.*; import java.awt.event.*; public class JMemoryBar extends JComponent {    public JMemoryBar() {       super();

  • Diffrences Between SAP HR workflow and SAP Logistics workflow

    Hello All,                  Do we need to do any specific configuration settings to be done in the system to work on SAP HR workflow in ECC 6.0? I am using SWU3 for automatic workflow customizing?  But I am getting error indicator for u201CCheck Entr