Need to find the assets associated to a BCC project using SQL query

Hi,
Given a BCC project (project_id), I need to find the assets (type of asset, version, status etc) in that project using SQL queries.
I need this for reporting purpose and cannot do this programatically using any code.
Surprisingly ATG does not store this association in a direct way. Can someone provide me the query if you have already done this before?
I tried enabling loggingDebug in PublishingRepository and VersionManagerRepository to get the queries, but I did not get what I want.
Thanks in advance,
Gopinath Ramasamy

UPDATE:
When a project is selected in BCC, ATG is doing something crazy, as it appears to me, of querying all the tables (ofcourse when there is a cache miss) in all the versioned item descriptor with the workspace id of the project to display the assets contained in it.
I do not see an easy or direct way of coming up with a query for this requirement.
Please let me know if anyone has any other idea.
Thanks,
Gopinath Ramasamy

Similar Messages

  • I need to find the download for ACR 7.3 to use my nikon d600 raw files. i have cs5 running on macboo

    i need to find the download for ACR 7.3 to use my nikon d600 raw files. i have cs5 running on macbook pro with mountain lion OS.

    Hi,
    Unfortunatly the 7.x series of camera raw plugin is not compatible with photoshop cs5.
    You could download the 7.4 DNG Converter and convert your d600 files to dng copies which then photoshop cs5 will open.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5568

  • Find a string between numeric in a column using SQL Query

    Hi need help with the query in SQL. let say i have a column that has 2000 data.. i just need to show the data that has A  at the strating of the data. For example:
    A100001
    W23456
    A234444
    I just need to show all the data got "A" at the start.
    Thank u

    I don't think there is any standard command, so you will need to search for the pattern matching commands of your DBMS.
    In SQL Server the keyword is "like", so your query would be Select col1 from tbl1 where col1 like 'A%'
    Try to take over the world!

  • How do I find the phone # associated with my dryloop account?

    Customer service said they would be open til midnight but they're closed at 11:20. How do I find the phone # associated with my dryloop account so that I can pay online.

        Hi, yogaonmain!
    I'm sorry we were not available to get that information to you. Your mobile telephone number will be listed on your paper statement. It is also typically listed inside your phone under the Settings/Phone info section.
    If you need this information immediately, please call our customer service line at 800-922-0204.
    Thank you,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • How do I find the assets for the Pluralist Brochure?

    How do I find the assets for the Pluralist Brochure?

    Hi Rita,
    Is it possible to speak with you?
    I put in the web address you gave to me and it took me to the tutorial: 
    https://helpx.adobe.com/creative-cloud/learn/tutorials/indesign.html?code=eyJhbGciOiJSUzI1 NiIsIng1dSI6Imltc19uYTEta2V5LTEuY2VyIn0.eyJpZCI6IjEzOTQxMTY4MTQ5NTUtMTgzMGQwZDMtNDk4OC00Y2 ZmLWE3ODYtYzZkZTc5NGQ2Y2EwIiwic2NvcGUiOiJvcGVuaWQsY3JlYXRpdmVfY2xvdWQscmVhZF9vcmdhbml6YXRp b25zLGFkZGl0aW9uYWxfaW5mby5zY3JlZW5fbmFtZSxhZGRpdGlvbmFsX2luZm8uc2Vjb25kYXJ5X2VtYWlsIiwic3 RhdGUiOm51bGwsImFzIjoiaW1zLW5hMSIsImNyZWF0ZWRfYXQiOiIxMzk0MTE2ODE0OTU1IiwiZXhwaXJlc19pbiI6 IjE4MDAwMDAiLCJ1c2VyX2lkIjoiQTBFNDc2QTg1MzA3RTlDMTBBNDkwRDQ0QEFkb2JlSUQiLCJjbGllbnRfaWQiOi JDcmVhdGl2ZUNsb3VkVGVzdDMiLCJ0eXBlIjoiYXV0aG9yaXphdGlvbl9jb2RlIn0.StAmeYFnZ2Bl81D_E9GdQaKw jS9irovZVi2TgXvKvyYFFydbK_moes9zwu8eNCcyzVEW4LKVM4pky15WrQlT3TpBsLj-wubTBFHfrbTy5ShKwVrCW7 ON09EHAgn_5UKmT1mvKDtzPJFN1rVw4ZEWzAbH7IW52Kpt-Mcdzuf1v38N5GHxWfRxtGFob0vcsO_i155mtYRgdRd3 IyGJf5m9ObNztwE6w1phzddkK8itwIr2WhNAPRnHPwHIp10bgIBT14cnN0D8lfXvLfe1C8RV3OoX4b4KeuN7sytv_K lmY97pWrlwNGGJGeKCY7OF0lGV2MEdz1WezTGQYjrm1QjS2Q
    and I do not see a large hero image that you were referring to.
    Thanks Joe (Yogi1948)

  • I NEED TO FIND THE PURCHASE ORDER NO.

    HAI ALL,
         I NEED TO FIND THE PURCHASE ORDER NO.
    I have MATNR (material no.), LIFNR (vendor no.), RDOC OR MBLNR (material doc.no). values of these in my internal table. Using this i need to find purchase order no. I HAVE TRIED WITH MSEG TABLE ,but purchase order no. is not stored there.
    PL. tell me TABLE NAME OR HOW TO JOIN THA TABLES OR ANY VIEWS to find purchase order no.
    If u need any clarification regarding my req. pl send mail to below address.
    [email protected]
    THANKS IN ADVANCE,
    SENTHIL KUMAR

    HAI,
        THANKS FOR UR REPLY.
    I am using 541 movement type, (which is used for subcontracting)
    my req. is for 541 movement type in which table purchse order no. and mblnr(material doc. no.) are stored.
    Thanks in advance
    senthil kumar

  • Need to find the Difference between two table

    Hello ,
    I have stucked in program as below scenario:-
    I have two tables of huge data of same structure in a same schema.I need to find the difference exact values in tables.
    By using MINUS we can find the difference between two table ,i need to find the what exact difference in the there values with colunm and value at that column.
    Example TableA
    Col1 col2 col3 col4 col5.... col50
    10 ABC 2001 EE 444 TT
    40 XYZ 3002 RR 445 TT3
    80 DEF 6005 YY 446 YY8
    TableB
    Col1 col2 col3 col4 col5.... col50
    10 ABC 2001 EE 444 TT
    40 XYZ 3002 RR 445 TT3
    81 DEF 6005 Yu 447 YY8
    I need to the out put like this :-
    The Diffence between two table is
    TableA.COL1=80 TableB.Col1=81, Different
    TableA.Col4=YY TableB.col4=Yu,Different
    TableA.Col5=446TableB.col5=447,Different
    Please suggest me to write the pl/sql program for the same
    thanx in advance
    KK

    Thanx friends for all your efforts
    I have a sample code for the same,this will compare the two tables for single row in each table .
    what r the modification needed for the multiple rows of values in the two tables??
    Please suggest!!
    CREATE OR REPLACE PROCEDURE test_compare
    IS
    TYPE t_col
    IS
    TABLE OF VARCHAR2 (30)
    INDEX BY PLS_INTEGER;
    l_col t_col;
    j NUMBER := 0;
    l_sql VARCHAR2 (2000);
    col1 VARCHAR2 (30);
    col2 VARCHAR2 (30);
    val1 NUMBER;
    val2 NUMBER;
    status VARCHAR2 (30);
    CURSOR c1
    IS
    SELECT column_id, column_name
    FROM all_tab_columns
    WHERE table_name = 'TEST1';
    BEGIN
    FOR i IN c1
    LOOP
    j := j + 1;
    l_col (j) := i.column_name;
    END LOOP;
    FOR k IN 1 .. j
    LOOP
    l_sql :=
    'SELECT '
    || ''''
    || l_col (k)
    || ''''
    || ', '
    || 'TEST2.'
    || l_col (k)
    || ', '
    || ''''
    || l_col (k)
    || ''''
    || ', '
    || 'TEST1.'
    || l_col (k )
    || ', '
    || 'DECODE(TEST2.'
    || l_col (k)
    || ' -TEST1.'
    || l_col (k)
    || ', 0, ''NO CHANGE'', ''CHANGED'') FROM TEST2, TEST1';
    EXECUTE IMMEDIATE l_sql INTO col1, val1,col2, val2, status;
    IF status = 'CHANGED'
    THEN
    DBMS_OUTPUT.put_line( 'TEST2.'
    || col1
    || '='
    || val1
    || ', TEST1.'
    || col2
    || '='
    || val2
    || ', '
    || status);
    END IF;
    END LOOP;
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ('Error:- ' || SQLERRM);
    END;
    /

  • Need to find the SID of a forms session.

    Hi,
    I need to find the SID of a form session. How to find the same.
    Eg:- If a user connected to our EBS system, Then automatically one sid will be generated to that user. I need to find the SID for this user. If given detailed steps it would be great help.
    Regards
    SR.

    Hello,
    Although I am a bit unclear about the question. But please see if the following helps;
    I can query the v$session to know about the SID. Here is a simple example;
    select  sid,
    substr(username,1,15) "DB UserName",
    substr(osuser,1,15) "OS UserName",
    substr(command,1,3) CMD,
    substr(machine,1,10) Machine,
    terminal, process, status,
    substr(program,1,50) "OS Program Name"
    from v$session
    where type = 'USER'
    order by usernameHere is a sample output;
                SID DB UserName     OS UserName     CMD MACHINE    TERMINAL         PROCESS      STATUS   OS Program Name
                  7                 SYSTEM          0   ORAAPPPROD ORAAPPPROD       976          ACTIVE   ORACLE.EXE
                  8                 SYSTEM          0   ORAAPPPROD ORAAPPPROD       3548         ACTIVE   ORACLE.EXE
    Additionally you can also review Oracle Metalink Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i Doc ID: Note:185762.1.
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:38346007578631471::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,185762.1,1,1,1,helvetica
    Hope it helps. Maybe others might add in this.
    Adith

  • Hello , I need to find the serial number of my programs . Would anyone know where and how to do it? The programs are installed on PC Thank you

    Hello , I need to find the serial number of my programs .
    Would anyone know where and how to do it?
    The programs are installed on PC
    Thank you

    Find your serial number quickly

  • HT5538 i can't find the facetime on my iphone i was using it before 1 month after that it's just disappear i need your help to get it back . thank you

    hello everyone i need your help please
    i can't find the facetime on my iphone i was using it before 1 month after that it's just disappear i need your help to get it back .
    thank you

    FACETIME MISSING
    The governments in some middle eastern countries have banned Facetime and it is disabled on iphones purchased in those countries.  The countries include KAS, UAE and others.  There is no way to get Facetime on such phones (for example it cannot be downloaded and installed) and taking the phone to another country does not cause Facetime to reappear on such phones. In  support.apple.com/kb/ts3367  it says “Note: FaceTime may not be available, or may become unavailable, on devices purchased or used in certain countries, including Saudi Arabia and the United Arab Emirates. Check your device's region of purchase for more information.”

  • HT4910 I need to find the file location for my iCal in iCloud

    I need to find the file location for my iCal in iCloud for my Mac. I inadvertently changed the file location in Terminal and need to restore the proper location but do not know how to locate that information. Any help is much appreciated,

    You should find "Preferences" in your Edit menu in iTunes.

  • Need to find the free space on storage server

    Hi,
    I need to find the free space on storage server through Java code, and even find whether web server has access to the storage server.
    So please tell me how do i do that.

    This will be through an API for your "storage
    server". It would be helpful if you at least
    indicated what this "storage server" is: a NFS? an
    FTP site? something else?I forgot to mention that. Its NFS. Please let me know
    clearly, what APIs I need to use and in simple how.How am I supposed to clearly know this?
    Consult the documentation for your NFS system and figure it out. That's what to do.

  • BW3.5 : Busness content == Need to find the source cube from an web item

    Hi,
      While executing( preview) an iview  of the predelivered CRM business package( com.sap.pct.crm.slsAnalyt.spa.Customer iview for Sales manager), in Enterprise Portal, I get an error " Error loading template 0TPL_0CRM_SM_CUSTOMER".
      I can see this perticular web template in BW and when trying to activate this by tranferring into the content windows it brought thousands of other objects( even when I selected 'Only necessary object'). I am not sure whether I should go ahead with the activation.
      I would like to know what is the relationship between a cube and a web template and how to findout the related cube from the template?
      Also is it possible to activate only certain webtemplates only for queries of a perticular cube?
      Thanks
    Arunava

    Thanks Dinesh,
    \ BW3.5 : Busness content ==>Need to find the source cube from an web item
    Posted: Nov 2, 2005 10:00 PM        Reply      E-mail this post 
    Thanks Dinesh
    I would still like to know the relationship between a cube and a web template and how to find out the related cube( or query etc) from the template?
    Please let me know,
    Thanks
    Arunava

  • HT3819 I have turned two computers on to home sharing. I am now on this computer wanting to put my music on to this itunes and i know i need to find the other computer in the drop down menu from " Home Sharing " but that menu isnt there on the left?

    I have turned two computers on to home sharing. I am now on this computer wanting to put my music on to this itunes and i know i need to find the other computer in the drop down menu from " Home Sharing " but that menu isnt there on the left?

    If you have the horizontal menu bar showing (File, Edit, View,...), select View, then select Show Sidebar. 
    If the menu bar is not showing, dorp down the menu in the very upper left corner and select show menu bar, then follow steps above.
    Hope that helps.  Good luck.

  • Have Creative Cloud Subscription- Windows 7 ultima--16GB ram memory-Photoshop cc 2014 updated- I cannot find the Creative Cloud Libraries instead I get My Libraries that I have not created- I cannot find the Assets tab. Tried several links no solution. pl

    have Creative Cloud Subscription- Windows 7 ultima--16GB ram memory-Photoshop cc 2014 updated- I cannot find the Creative Cloud Libraries instead I get My Libraries that I have not created- I cannot find the Assets tab. Tried several links no solution. How can I get the Creative Cloud Market Library?

    kglad,
    Thanks for the suggestion but I have attempted this many times to no avail. As I said in my original post, "I have researched this problem on this forum and the Adobe site and believe that I have tried everything over the past week."
    It is very late here (I am in Greece). I will have a further attempt in the morning. The windows machine is hut down. Thanks for your help.
    Bob

Maybe you are looking for

  • Why can't I get the "save as" option when I download a file, it automatically saves EVERYTHING to download folder.

    When I download a file, I used to get an option to "save as", instead of just save. If I download a file I like to immediately download it into the appropriate folder on my desktop (not just one folder.) Instead I have to download it, go into the dow

  • Import Video into PE4 from existing DVD

    I have a DVD of my son's wedding done be a professional videographer. He has a main menu and a scene menu. One choise on the main menu is "wedding summary" This plays a video that is highlights of the main video with the ambient audio replaced with m

  • [SOLVED]mplayer tab completion with *.divx files

    Hi, I have some *.divx files. mplayer plays them fine, but the tab completion in bash doesn't work. So I'll either have to type the filename or do something like vim <filename>, go back and write mplayer instead of vim. That's getting pretty annoying

  • Align MathType equations in InDesign

    Hello Anyone know how to align mathtype equations in InDesign CS 4 automatic? I read many discussions topics here about scripts that apply equations and align, but I want to know if there are one way to use any script just to align the equations auto

  • Cannot type lower case

    I cannot type lower case alphabets. seems the shift key seems to be stuck. when i type numbers the signs above the keys appear instead. turning on/off caps lock doesnt help. when selecting one item from a list if the last item is selected then the en