How to find non-linked assets

Hi,
Is there any possibility to find assets that aren't used in any Final Cut Pro project or Final Cut Server production. I want purge my assets and I want be sure I won't delete any media/assets used by project/production.
I found theese metadata groups: "This asset is linked to" & "Instances of this asset are used by". I'm sure they are responsible for displaying information about references in Resources tab in Asset info window. I have no idea how to construct search query to freeze out assets with references.
Could anybody help me?
Thanks.

Try this sql query:
DROP TABLE store.pxref;
CREATE TABLE store.pxref( "entityid" int8 not null , "fieldid" int4 not null , "value" text not null , "datatypeid" int4 not null );
INSERT INTO store.pxref
SELECT store.pxentitylink.parententityid AS entityid, '1808' , count (store.pxentity.address) AS value, '9'
FROM store.pxentitylink, store.pxentity
WHERE pxentitylink.parententityid = store.pxentity.entityid AND ( pxentitylink.linktypeid =12 AND pxentitylink.childentityid IN
(SELECT entityid FROM store.pxentity WHERE address LIKE '/element/%'))
GROUP BY pxentitylink.parententityid, pxentity.address
ORDER BY entityid ASC;
INSERT INTO store.pxref
SELECT store.pxentitylink.childentityid AS entityid, '1809' , count (pxentity.address) AS value, '9'
FROM store.pxentitylink, store.pxentity
WHERE pxentitylink.childentityid = pxentity.entityid AND ( pxentitylink.linktypeid =1 AND pxentitylink.parententityid IN
(SELECT entityid FROM store.pxentity WHERE address LIKE '/project/%'))
GROUP BY pxentitylink.childentityid, pxentity.address
ORDER BY entityid ASC
I use pgadmin to run query:
-database: px
-login: postgres
-pass blank
-port: 5433
First I created in FCServ two new fields for filtering via client, values 1809 and 1808 are fieldid of this fields from pxmdfield. Probably you will have to change this values.

Similar Messages

  • How to find the link between strcture and query technical name

    Hi Guru's
    How to find the link between Strcture in the query and query technical name. In other way where used list of the structure  used in queries?
    I know we have table called RSZELTDIR which have the values of strcuture name. from here i do not find any link to query technical name.
    Please can anyone help me?
    Regards,
    Sirisha

    Hi ,
    For structure and query relationship, the structure has to be a reusable structure( a global one). Then you can right click in on the structure name (in BEX query designer) and select the where used list. You will find all the query names where it is being used.
    U can also check out tables RSRREPDIR and RSZCOMPDIR for other query properties.
    Thanks,
    Amit

  • How to find non selling products in a departmental store

    hi experts,
    for example:
    how to find non selling products in a departmental store at end of the month in reporting. is it possible to find, if it is, pl give me the procedure.
    thanks & regards
    sairam

    Hi Kalla,
    You may have to use a multiprovider...
    The following how to documnet describes how you can achieve a similar report...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55
    hope it helps,
    ajay

  • Hello. I'd like to get learning and become certified. What should I do and how to find the link for staring education?

    Hello. I'd like to get learning and become certified. What should I do and how to find the link for staring education?

    Hello there, g0ddess.
    The following link proves to be a great resource to get started with Apple  Training and Certification:
    Training and Certification
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to find the link between tables  CRMD_ORDERADM_H and  BBP_PDORG ?

    HI,All
        By TCODE  BBP_PD,  I cann't find the link by GUID between tables CRMD_ORDERADM_H (Header) and  BBP_PDORG (Purchase Organization) ,  why?  how to find this link?
       thanks
      Jesse.

    Hello Jianxin,
    It depends on document category type.
    For Shopping Cart, no link exist between CRMD_ORDERADM_H and BBP_PDORG tables as purchasing organization is defined at item level.
    For Purchase Order, using BBP_PDORG-SET_GUID, you get PO header GUID (GUID_HI) in table CRMD_LINK where CRMD-LINK-GUID_SET = BBP_PDORG-SET_GUID.
    Regards.
    Laurent.

  • SD-How to find table link of special delivery and sales order number?

    Hi Experts,
    I have a requirement as below.
    In LIPS table (SD document: Delivery: Item data), in this table has one kind data.
    One record has maintianed 2 fields PSPNR(Project definition (internal)) and PS_PSP_PNR(Work Breakdown Structure Element (WBS Element)).
    How to find sales order number of the above record? Could you tell me which table link the delivery item data and sales order number?
    Thanks a lot,
    Frank

    hi,
    check this.
    [https://forums.sdn.sap.com/click.jspa?searchID=20150250&messageID=3784069]

  • How to find this link

    Library -> Logistics -> Logistics Execution (LE) -> Transport (LE-TRA) -> Shipment Cost Processing -> Shipment Cost Processing with Service Providers -> Shipment Costs as Delivery Costs).
    How to find this above link.
    Please help me?
    How to connect to sap library
    With regards
    lakki

    Hi Lakki,
    Please go through this link it will help you,
    http://help.sap.com/saphelp_47x200/helpdata/en/93/74413b546011d1a7020000e829fd11/frameset.htm
    I hope it will help you,
    Regards,
    Murali.

  • How to find missing link in document

    Hi All,
    I require a script which can find missing links in Indesign document.
    If anybody has this script, please pass it to me.
    thanks.
    mon

    Thanks for your prompt reply.
    But it gives error "Link is read only" when I run this script.
    Please run this script and kindly let me know your comments.
    Thanks in advance.
    Mon

  • How to find broken links or cross-references in a PDF file?

    Hi,
    Recently I have been trying to figure out if there is a way to find out any broken link(s) in a PDF file. I'm aware that in FrameMaker we can search for Unresolved Cross-references and fix them, but is there such feature in Acrobat?
    Any suggestions on this would be highly appreciated.
    Thanks.

    There's nothing in Acrobat itself, but there are 3rd-party program plug-ins that do the job.  I use 'Autobookmark' (http://www.evermap.com/autobookmark.asp) which does a very good job of finding and marking broken links and allows keyboard-entry editing without having to re-browse the link if you already know the correct path.  It also facilitates a lot of other useful functions that Acrobat makes rather tedious (like changing the zoom setting on all links or bookmarks).

  • How can find a new asset or old asset througha wbs element from anla table?

    Hi,
    I have a wbs element.I have to check whether it is a old one or new asset.How can justify about this things.
    Please guide me.
    Regards
    Ricky

    The connection between WBS and asset under construction in in the table ANLI!

  • How to find non synchronized song in iTunes?

    I have about 5,000 songs in iTunes and the same minus 7 in the iPod.
    How do I find the songs that were not synchronized?
    Thanks,
    Message was edited by: Girshon Rutstein

    I don't know for certain, but I'd hazard a guess that you've randomly unchecked 7 songs and have the "sync only checked songs option ticked". You could fix this by going to the main music folder, selecting all tracks, and then right/option click and select Check selected. Might also be worth looking at the "Kind" field. iTunes can play MIDI tracks, but won't sync them to the iPod. You should get a warning that it can't sync certain types of tracks but this warning can be disabled.
    tt2

  • How to find versions linked to master

    The warning 'all version, etc., etc. will be deleted is not very useful, when I cannot tell which of these images has a version somewhere. I am working with thousands of images from many photographers. I have made a photo book and I want to clean up the project by getting rid of many of the images. I have the images that I have ranked X, but have no way of knowing if there is a version based on some of them that will then be deleted from the book. I need some advice about workflow or Aperture needs some more features... like being able to lock down an image (version) that will prevent the master from being deleted. I'm liking Aperture less and less.When I am looking at the 'version' (which now has a custom name) in the photo book I cannot tell what the master is... Am I missing something?

    Florence - it sounds like you are missing a lot.
    There are two different kinds of "versions" the kind created within Aperture and the kind that are created by using "edit with..." If the "version" was created within Aperture then no worries - when you try to delete it if it is the only one left you will get that message because no more "versions" are pointing at the same master image that was imported. If the "version" was created by using "edit with..." then it will have it's own master image and when you get rid of it it gets rid of that newly created separate master.
    All of that aside - i think you are confusing a version with where a version might show up - a version can show up in many many different albums, books, light tables, etc. They are not copies they are the same exact "version" they take up no real room or anything - in many cases you do not want to delete that version you just want to remove it from showing up in that album - very different.
    When you say clean up and delete version it may be helpful to know exactly what you are trying to do - if the answer is you really only have one version but it is showing up in one project and another inside a book you cannot get rid of that version from the project where the master lives - you can move it to the same project where the book lives.
    I hope that helps. This may help more [Aperture Organization - how it works|http://photo.rwboyer.com/2008/07/15/apple-aperture-21-organization>
    RB

  • Published website using Aperture:  how can I find the link?

    I have not figured out how to find the link to a website I have published using Aperture and .mac. When the upload is complete, a popup window appears giving the link, but days or months later, if I want to find that address again, say to forward to someone... how do I find it? I have searched through the Aperture interface for that Web Gallery and cannot find it. I have searched my iDisk and cannot find it. If I use iLife apps, they can easily be found on iDisk. Why is this not so with Aperture?
    Please, someone, tell me I am missing something obvious.
    Sol

    What I think Halprin was saying was create a bookmark in Safari when it opens after you have clicked on index.html inside the Portfolio folder.
    Also depending on the preferences you have in Safari you might be able to rediscover the site in Safari History. Mine keeps 7 days of history so you have a chance there.
    Apparently there is a way to incorporate such a site as Portfolio into .Mac Homepage. You would need to ask HELP about that as I have never used that facility. The address would be a long one.
    There are online services that convert long addresses intosomething shorter. You could try this one at: http://fype.com/
    I converted:
    http://discussions.apple.com/category.jspa?categoryID=160
    into
    http://fype.com/appletiger
    in a couple of seconds.
    Hope all this helps.

  • Where and how to find the storage locatation for the consignment stock

    where and how to find the storage locatation for the consignment stock (customer stock )  for more than one storage location .
    table :msku
    material no    -   werks - batch
    xxx                   sg11  - 200352ac
    table : mchb
    material no    -   werks  -lgort - batch
    xxx                   sg11   sg10   200352ac
    xxx                   sg11   gs11   200352ac
    note : each stock location having same batch no in different storage and my question how to find which link for msku to mchb .

    Hi,
    Try the table MARD: Storage Location Data for Material, where in the field LABST will give the stock field, against a given material/plant/Storage Loc.
    Regards,
    JLN

  • How to find revision level

    hi my requirement is that,
    i have to get the revision level for each material number in a specific plant,
    is there any function module which can get this data,
    actually this revision level has to be brought from table AEOI table,
    but its key fields are
    AENNR
    AETYP
    OBJKT
    i donot know how to get these fields.
    can some one help.
    thanks & rgds.

    hi charlie,
    thanks for the response,
    actually my problem was that the table AEOI had the value to be extracted but i didnot have input fields to retrive that value, what all i had were material number and plant,
    so i was asking how to find the link between matnr, werks and  fields  aennr, aetyp, objkt.
    anyways, i found from sdn that, we can pass matnr as objkt, and aetyp as 41( for material) ,
    and out of the records retieved latest would bare the correct revlv.
    thanks.

Maybe you are looking for

  • Moving to Chile in a week, need to know if my 27'' iMac will work on 220V automatically

    Hi guys! I'm graduating today from college! and I'm moving to Chile in just a week and a half to work. I have a 27'' iMac that I bought last year but I don't know if it will work there because of the voltage difference. Does anyone know for sure how

  • Multiple Apple IDs in use on iPhone

    Hi, I have a more or less problem iPhone but I'd like to solve it since I'm kinda a decent person. So I just reset mi iPhone and when I used my iCloud backup to restore all my files, apps and so on, it asked me to type in passwords for three Apple ID

  • Open items in to BW

    Hello Friends, How to extract R3 open items in to BW system. Thanks Tony

  • Adjustment Layer is slowing my film down, help?

    I've put an adjustment layer over most of my film but now it is incredibly choppy whenever motion is involved. Any way to change this? Does it have something to do with the original layer settings?

  • Study guide for OCA Java SE 7 Programmer I, exam 1Z1-803

    Are there any study guides available for this exam? Is it ok to use a book that is based on Java SE 6? Something like this parhaps: http://www.amazon.com/Certified-Associate-Study-CX-310-019-Certification/dp/0071490035/ref=sr_1_1?ie=UTF8&qid=13197356