Inspecting unknown objects

My Flash program loads external swf files not created by me,
and I need to access the properties inside them. Iterating through
the loaded mc clip:
for( var item:String in myLoadedClip_mc ) {
trace( item + " :: " +
myLoadedClip_mc.item + "\n" );
gives a series of propertie names - for
"item", however, all values using myLoadedClip_mc
are undefined.
When I use toString() with the code above:
trace( item + " :: " + toString(
myLoadedClip_mc.item ) + "\n" );
the output is [object Object]
and when I use valueOf
trace( item + " :: " + vvalueOf(
myLoadedClip_mc.item ) + "\n" );
the output is _level0
What I need is to determine what is in each of those
properties (or objects, as it were) of the swf I am inspecting; I
am presently only getting top-level names, if you will.
I have tried assigning the item to a new object, and then
iterate through that, with no luck.
Anyone help?
Thank you very much.

use attach code to display code in this forum. and use array
notation to resolve strings into object/values.

Similar Messages

  • Getting error in DB02 after checking Consistency check Unknown objects in A

    Dear All,
    I have getting error in DB02 after checking Consistency check.
    Please find the details.
    I have queries.
    How to correct the Unknown objects in ABAP Dictionary and Optional index is also we have to create please suggest step by step process.    
    Missing in R/3 DDIC      1              11
    Consistency check of 07.04.2009 10:14:24                   
    -- Objects missing in the database          
    Primary indexes                  0
    Secondary indexes                0
    Tables                           0
    Views                            0
    -- Unknown objects in ABAP Dictionary       
      |   |-- DB tables                        1
          |-- DB indexes                      11
         |-- DB views                        12
    -- DB tables without unique index   1
    -- Optional indexes                         
    Too many indexes created         0
    -- Indexes not created            145
    Regards,

    Hi
    Check this may help you
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/e4ff3e65b66976e10000000a1553f6/content.htm
    Regards
    Uday

  • DB02 = Missing Tables and Indexes = Unknown objects in ABAP Dictionary = DB views

    Hi SAP Gurus,
    on our SAP NetWeaver 7.x BW (based on AIX/Oracle) I find via transaction DB02 (path = Diagnostics => Missing Tables and Indexes) under "Unknown objects in ABAP Dictionary" under DB views a BW object /BI0/.....
    When I make a double click on the object, I am getting the popup window "Display not possible for this object":
    How can I identify the object and clarify with the BW application expert, if needed, how to resolve this object?
    I searched already via RSA1 for the object, but I wasn't able to find anything so far ...
    Thanks for your help and ideas.
    Best regards
    Carlos

    Hello Carlos
    The database view in question is a temporary database object created during a query execution.
    Please read this SAP note 449891 - Temporary database objects in BW 3.x to understand what that view is all about and impact if those views are removed.
    The SAP notes 449891 and 1139396 suggests to run the report SAP_DROP_TMPTABLES to drop these temporary objects. Whether the objects are still required or not is a question to be put across to the BW team. If the temporary objects are removed when they are used by a query, then the query will fail.
    Have a nice day
    RB

  • Unknown Objects in ABAP Dictionary

    Hello Everyone,
    I am getting a few objects that come up when running the Missing tables and Indexes command in the DBCOCKPIT. Under Unknown Objects in ABAP Dictionary I have the following objects appear:
    sap_tabstats
    V_MSSDWDLLS
    sap_tabstats_V_newest
    sap_tabstats_V_oldest
    I cannot find anything referencing how to correct this issue. Can anyone be of any assistance? I would greatly appreciate it. Thanks!

    Hi:
    for  sap_tabstats, sap_tabstats_V_oldest and sap_tabstats_V_newest you can find in note 1027512 :
    4.  IMPORTANT CHANGES IN DATA COLLECTION AND HISTORY                                                                               
    o  Applying SP12 on a SQL Server system will introduce a new method
            for collecting database and table size histories.  This new    
            methode relies on t-sql objects sap_tabstats,                  
            sap_tabstats_V_newest, and sap_tabstats_V_oldest.  These items 
            aren't in the data dictionary and should be ignored in any     
            discrepancy reports.  They are added to an exception table for 
            SP13.                                                          
    For V_MSSDWDLLS you should read note 1020865. The view can be ignored.
    Regards
      Clas

  • Unknown object in ABAP Dictionary

    Hello
    In st04 in  "Missing tables and indexes" are many  indexes have reported unknown "Unknown object in ABAP Dictionary".
    This is because indexex are created directly in DB. Is there a way to solve this problem?
    We have db : oracle 10.2.04 and sap SAP ECC 6.0 (Pkg. lvl. 254).

    Hi,
    In ST04, If you click Missing tables and indexes then next to "Unknown object in ABAP Dictionary"  there is a information button which says as below, kindly go through it which could help you.
    " Here objects which were found on the database but which are not defined
    in the ABAP Dictionary are displayed. These objects are displayed for
    information only, since they generally do not belong to the SAP System.
    These objects normally do not cause problems.
    The objects are generally created directly with database means. If the
    author is unknown, the purpose of the table can sometimes be determined
    using the display function. Any data can only be displayed with database
    means since the SAP tools for displaying data are based on the
    definition in the ABAP Dictionary.
    In some cases, such objects were already overlooked by SAP at delivery
    or occurred during upgrading. To check this, search in OSS using the
    keyword DB02 and the Release level for a corresponding Note.
    Customer tables, views and indexes should always be created with the
    ABAP Dictionary. This is the only way to ensure that the objects are
    recognized by the SAP System and that for example collisions can be
    avoided during an upgrade."
    Regards,
    Sharath

  • BW - Unknown objects in ABAP Dictionary - DB Tables

    Hello gurus,
    As a result of the consistency check in DB02 transaction, our BW System is showing a high number of "DB Tables" and "DB Tables withouth unique index" as unknown objects in the ABAP dictionary.
    Is there any way to solve these consistency issues detected in DB02?
    Thanks
    Regards

    Hi Dibya,
    I checked the SAP note 33814 and it tooke me to the SAP note 449891 - Temporary database objects in BW 3.X
    According to the recommendations, I executed the report SAP_UPDATE_DBDIFF, and I got as result 579 secondary indexes missing in the DB from the and still the 5 DB Tables unknown in the ABAP dictionary and 2 DB Tables withouth unique index,
    I executed the report SAP_INFOCUBE_INDEXES_REPAIR in order to try to repair the secondary missing indexes that were shwon but withouth getting any results.
    Do you have any recommendation to solve this situation?  In the original scenario the DB02 transaction wasn't reporting any missing index.
    Thanks and regards,

  • Unknown object in ABAP dictionary- TADIR^SRCDEP

    Hi,
    I found an entry in unknown object in ABAP dictionary while monitoring the system.
    This this the location I found this entry DBACOCKPIT-> Diagnostics-> missing table and indexes-> unknown object in ABAP dictionary.
    Could you please help to figure out how to solve this?
    Thanks in advance.
    Regards,
    Pradeep

    Hello,
    You can ignore the index TADIR^SRCDEP in transaction DB2.
    The installation creates the index TADIR^SRCDEP to avoid hanging
    situations on the database while executing reports. When the
    installation is finished you can delete this index.
    Drop the index TADIR^SRCDEP on the database:
        o  start SQL Server Management Studio
        o  connect to your SQL Server
        o  open a query window and execute the following command (replace
           SID by the uppercase system name, sid by the lowercase system
           name):
           drop index [TADIR^SRCDEP] on SID.sid.TADIR
    Best regards
      Clas

  • Error "No status object is available for Unknown Object " in Shopping Cart

    Hi all,
    We are getting error "No status object is available for <Unknown Object>" while creating shopping carts of any type .
    Please suggest if any configuration setting needs to be done.
    Thanks and Regards,
    Navdeep Malik

    Dear Navdeep
    The error is likely caused by one or more entries in table BBP_DOCUMENT_TAB that are without objkey or guid.
    did you delete some entries from SRM transaction tables?
    Check table BBP_DOCUMENT_TAB entries to see any GUID which is not present in the system.
    You can verify this by checking whether there is an entry in CRMD_ORDERADM_H (header) table
    with GUID = <guid stored in bbp_document_tab>
    Regards
    Lauren

  • "Unknown Object :unexpected AST node" prompt error when translating T-SQL

    Hi,All
    We are using Oracle SQL Developer 2.1 to do a migration from Sybase ASE to Oracle.
    When we use Scratch Editor to translate one of Sybase T-SQL stored procedures,it failed.
    In the migration log ,we just get the following error:
    "Unknown Object :unexpected AST node: PROCEDURE: Line -1 Column -1 "
    But other T-SQL SPs can be translated smoothly Scratch Editor.
    Anyone has met this error before?
    Hope for your advice.

    Hi Mary,
    what is your version of Sybase ASE? Only versions 12 and 15 can be migrated using SQL Developer.
    I found no source that reported the same issue. To be able to find the cause of the problem it would be helpful if you post here a T-SQL SP that shows up the error.
    I suppose you have read the "Oracle® Database SQL Developer Supplementary Information for Microsoft SQL Server and Sybase Adaptive Server Migrations" manual, available at http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156.pdf ?
    Best regards
    Wolfgang

  • ORA-4031 [512024] [large pool] [unknown object] [large pool] [PX msg pool]

    Hello Friends,
    I am frequently getting error in alert.log file.
    ORA-4031 [512024] [large pool] [unknown object] [large pool] [PX msg pool]
    Database version: 11gR2
    OS : Solaris 10
    SGA Size 4gb
    SGA Target 4112mb
    I am unable to identify the cause for above error.
    Some time database become hang.
    I can also see many wait events "latch: parallel query alloc buffer"
    Please guide me what could be the cause of this problem

    Hi
    Please check below which could be helpful for your issue:
    Master Note for Diagnosing ORA-4031 [ID 1088239.1]
    https://support.oracle.com/CSP/ui/flash.html#tab=Dashboard%28page=GRHome&id=gkzpuq90%28domainId=ORA4031%29%29
    Regard
    Helios

  • Unknown objects in when i do slect * from tab;

    Hi
    When i select all info from tab; as
    select * from tab ;
    it gives me some unknown objects of tabletype. can somebody please help me to identify what are they, I am Oracle 10g on Windows Box.
    select * from t;
    o/p:
    TNAME TABTYPE CLUSTERID
    T TABLE
    BIN$nAv3rsz5QK6/4/0xNVShRg==$0 TABLE
    BIN$dsEEmLBkTha4vFwwYC8mug==$0 TABLE
    BIN$f4nUsK/rRp+oJwA2zvPwCQ==$0 TABLE
    BIN$DqTpUSSYQnmLADkPA7xJug==$0 TABLE
    what are BIN$.......
    is it any special feture in 10 G

    Check this thread: Strange tables in my Oracle 10g

  • Unknown Object Classes

    Hi All,
    I am new to DS.I am getting this below error when importing LDIF file to newly created DS instance.It seems that some custom defined objectClasses is missing.
    +[21/May/2009:09:40:41 +0800] - ERROR<5894> - Schema - conn=-1 op=-1 msgId=-1 - User error: Entry "uid=1000462550,ou=rapids,o=PBG, dc=apac,dc=nsroot,dc=net" has unknown object class "custominetOrgPerson"+

    Please make sure you migrate your schema as well beforehand. The schema is in the <instance>/config/schema directory. 99user.ldif is what has all customisations. Copy that over to the new instance and see how you go. If not, search the old instance for your missing objectclass and copy that over.
    OR
    If both instances are online already, you could do an online initialization which replica schema and data.

  • Unknown Object in the eyes of the JTable

    Hey! :)
    Alright, here's my question/situation. I have an object that I made which consists of student data (student number, name, country, etc...) and I want to insert this data into a JTable. The thing is that because it's my own object, the JTable doesn't recognize this data. I was thinking to convert the data to Object datatype, but when I tried doing that, it didn't work. I tried typecasting and that didn't work either. What should I do?

    JTable will call toString() on any object that you put into it, which probably isn't what you want.
    What you need is your own JTableModel class. It's pretty easy to do. Try googling for that.

  • Copying an unknown Object

    I have an Object that I pull from a Hashtable. I don't know what type of Object it is, nor do I care. But I need to make a copy of it and .clone() is protected on Object.
    eg.
    Object obj1 = hashtable.get(key);
    Object obj2 = obj1.clone(); // WILL NOT COMPILE (even in a try block)
    Any ideas?

    If these objects were created by your code, then they each need to implement Cloneable and also implement a public clone() method. If you call the clone() method of Object via super.clone(), then it is a shallow copy and you'll need to copy any embedded objects yourself.
    Assuming that all the classes in your Hashtable implement a public clone() method, then you'll need to either cast the reference to the appropriate class , or else use reflection to invoke the clone method.
    e.gimport java.lang.reflect.*;
    Object obj = yourHashtable.get("key");
    try {
        Method meth = obj.getClass().getMethod("clone", null);
        try {
            Object x = meth.invoke(obj, null);
            ...do something with cloned object x...
        } catch (Exception ex) {
            System.out.println("cannot call clone method: " + ex);
    } catch (NoSuchMethodException nsmex) {
        System.out.println("No public clone method exists: " + nsmex);
    }

  • Unknown objects in ABAP/4- Dictionary_workload tables SAPWLM***

    Hello,
    the following database tables do not exist in the ABAP Dictionary:
    SAPWLMLOG
    SAPWLMONI
    SAPWLMTOC1
    SAPWLMTOC2
    Are these Workload tables obsolete in 701 and can be deleted?
    Best regards
    Lutz

    Yes you can delete these tables if the system has been upgraded to NetWeaver 7 and above.
    As suggested above you may read the SAP note
    2005547 - Missing SAPWLXXXX tables in DDIC after update to 7XX ssytem
    Regards
    RB

Maybe you are looking for

  • Can't disable my FTP Access ports!

    Hi. I'm running MacOS X 10.3.9 on a Mac Powerbook with all of Apple's latest Security Updates installed. I did a virgin installation and no other software programs has been installed yet, and I need to find out if my current indicated FTP settings in

  • Recommendations please for new P4 motherboard

    I think I need to get a new motherboard, I think it's had it.  :( I have recently forked out on a P4 2.8 478 pin CPU, DDR 266 PC2100 ram and new IDE HDDs. So could I have your recommendations or a motherbaord that can use the above and that would be

  • Preview and DNG compatibility.

    Dear members; Yesterday I created my first DNG files as I plan to convert all my RAW images to this file system. After I converted my RAW images using Adobe's DNG Converter, I tried to open a few different files but Preview just kept crashing. My cam

  • Shifting library to external HD

    Sorry if this is repeating previously asked questions, but I couldn't find an exact answer... I'm in the process of shifting my library to an new external HD. I want to be sure to keep all the playcount and playlist information. I've copied the whole

  • IMessage login won't go away

    I DO NOT want to use iMessage and WILL NOT give them my login. The frigging login box keeps popping up and keeps me from using my iPhone. I did not install anything. Cannot get past it. OK, Cancel, OK, OK, OK,OK,Cancel, Cancel, Cancel, Tried off/on.