EUL querying for workbooks that use specific folders

I was not able to find the configuration appropriate for this task. In Discoverer Administrator, if I click on a folder. click delete | impact, workbooks that are displayed do not match the workbooks returned if I ask the EUL. Someone has a good solution and specific to the problem?

Thank you

Jerre

Jerre,

Please specify your question with this additional information:

In the dialog box confirm the folder delete, you choose 'Remove this business district' or 'remove the layer of the end-user? You will see the dependencies of workbook by choosing 'Remove layer of end-user' and then clicking on the button 'Impact '. Even when you delete a folder of all areas results business inside becomes a folder an orphan (and inaccessible to the specifications), the 'Impact' button will not show you dependencies of the workbook If you chose 'Delete of this business district'.

When you say that you query the EUL to find load specifications, what query you actually run? If you do this in SQL * PLUS, view the query that you use. If you query the EUL using a discoverer worksheet, view the SQL query behind that. If your query uses EUL5_QPP_STATS he cannot give you accurate results.

And finally, your two methods produce a correct result?

See this thread if you have not already read:
'Dependent tab in DiscovererAdmin using sql on EUL' Re: recreate the properties > dependent tab in DiscovererAdmin using sql on EUL

and this: Re: how to find the folder for the workbooks?

-Doug

Tags: Business Intelligence

Similar Questions

  • Is there a way to force Firefox 4 to offer to remember and to remember usernames and passwords for sites that use the AutoComplete mechanism to block these offers and memories?

    locked by a moderator, 07/02/2012 - has survived its usefulness

    In Firefox 3.6.16 (and probably other earlier versions) could force FF to offer to remember usernames and passwords for many sites by editing the file ...\Mozilla Firefox\components \nsLoginManager.js to ignore site - asked deactivate autocomplete (_isAutocompleteDisabled returns false).

    FireFox 4 does not use this file, or a similar one that I could find.

    The result (FF ignores site trying to disable AutoComplete) is possible in another way or by editing another file?

    This bookmarklet makes the browser ignore autocomplete = "off" temporarily, allows to save passwords even on sites that use autocomplete = "off".

    Don't forget to bookmark password:

    https://www.squarefree.com/bookmarklets/forms.html#remember_password

  • Looking for a method to search for rules that use a particular registry variable

    Hello

    I have a series of registry variables that hold email lists effectively different specific alarms.  Is there a way to query to use what are the rules that save variables?  His most difficult when several people create rules and lists.

    THX

    "mark".

    Mark,

    One method would be to export the foglight configuration to a file using the fglcmd program. You can find the file in the registry variable that interests you. You will see references to registry variables in the section rules.

    Example of export of the foglight management server bin directory:

    C:\Quest_Software\Foglight\bin>fglcmd.bat - usr - pwd foglight cmd - foglight util:configexport f filexxx

    David Mendoza

    Foglight Consultant

  • ThinApp for applications that are specific to the host?

    All the:

    If you have an application that requires changes to the ini or registry settings files in order to operate on a different host name, ThinApp has a solution for this?

    Thank you

    Brandon

    ThinApp has the ability to run .vbs scripts when starting the application. The script could modify the .ini file or change the registry for the current host.

  • Disable applications that use wifi?

    Y at - it app, or a quick way to break/disable applications that use the wifi on my MacBook Air OS10.11.4 running?
    In other words, is there something that I can use to Dropbox and Google Drive interrupt synchronization, the break of Carbonite and switch Outlook in offline mode? Note that I'm not talking about simply turn off the wifi. These applications continue to check for a wireless connection, even after the wifi is off, using energy unnecessarily.

    So I was wondering if there is some kind of a gadget that knows what applications are based on wifi and can put all pause or reactivate them all, instead of me having to remember and do each manually.

    Any ideas anyone?

    To be effective you must really be looking for anything that uses the network. The things you mention (Dropbox, Google Drive, Carbonite and Outlook) have no idea if you are on WiFi or not. They are simply looking for a network connection.

  • Automing instruments LabVIEW without using specific and coding drivers for each instrument?

    Hello

    I'm new to programming in labVIEW, but I had a few questions about its use in automation and remote controlling several instruments.

    It is an ideal software for automation of various instruments remote control/test. Assuming that I have several different companies spectrum analyzers, I understand that labVIEW drivers of instruments or special VI who would control these instruments. But if I wanted that all these spectrum analyzers to say, to display on another computer using the remote control, but I wanted to use the same program for effeciency, is it possible to do so universally for all instruments using labVIEW? Or do I have to adapt this program for each instrument to instrument drivers cause?

    If labVIEW can do that, is - anyone had good success for such scenarios in other programming languages?

    Thanks in advance for your help.

    Look for the Abstraction Layer material (that you can implement with LabVIEW, even if it's a slightly advanced topic).

    The idea of having a specific Test and be able to enforce it against different Instruments, decided at run time, is the kind of situation that LabVIEW and use of HALs was designed to facilitate.

    The concept is to 'Levels of Abstraction'.  When you create a test, you can design it for an abstract Framistan, since all the Framistans are supposed to be able to measure Vorbels in the range of 0 to 100, so you just plug a generator of Vorbel to generate Vorbels in a certain sequence of Test (linear, random, quickly, slowly, pulsatile, continuous, you decide), measure your Abstract Framistan records readings and compare with the results you expect write the results in a nice report.

    Of course, Framistat of OR uses Ethernet as the means of communication, while HP uses a serial port (depending on the model, series settings can change) and uses of the Intel one. DLL to communicate with the low-level API.  So you also need to develop, for each specific instrument, an "interface" between its API and the Framistan abstract (not everyone uses Vorbels as the input unit, for example).

    So the good news is that it can be done, the bad news is that one of the best ways of handling this type of question on the programming is to use OOP (OOP).  A number of languages (LabVIEW, C++, JAVA) support OOP, but LabVIEW might have the advantage when it comes to interact with the material.

    I you are looking for Hardware Abstraction Layer?  Add LabVIEW to the search query and you should find some nice presentations by Elijah Kerry...

    Bob Schor

  • Order columns (which make up the primary key constraint) matter in where clause of DML query for use of indexing mechanism to operate.

    Version of DB: database Oracle 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production


    I have a table my_table as below:
    create table my_table
    (
    my_code varchar2 (6).
    my_id varchar2 (24).
    forced pk_1 primary key (my_code, my_id)
    );


    Primary_key here's a composite key that contains columns 1 (my_code) and 2 (my_id).
    Is there that a difference in the way below queries is executed in terms of performance (use of indexing in the extraction).

    (a) select * from my_table where my_code = '123' and my_id = "456";
    (b) select * from my_table where my_id = '456' and my_code = '123';


    The understanding I have the order of the column in the where clause should be identical to the sequence in
    What primary key draws for indexing to be used by oracle in oracle other DML queries ignores indexing
    However when I used explain plain both show the same query cost with single scan with index rowid.
    so I don't know if I'm wrong in the concept that I have. Kindly help.

    Thanks in advance,
    Gerard

    Your question is answered in the Performance Tuning Guide

    Using indexes and clusters

    14.1.4 choosing composite indexes

    A composite index contains several key columns. Composite indexes can provide additional benefits compared to the index to single column:

    • Improved selectivity

      Sometimes the two or more columns or expressions, each with a low selectivity can be combined to form a composite with a high selectivity.

    • Reduced IO

      If all columns selected by a query are a composite index, then Oracle may return these values in the index without access to the table.

    A SQL statement can use a path on a composite index if the statement contains constructions that use a main part of the index.

    Note:

    This is no longer the case with the skip index scans. See "Index Skip Scans".

    A main part of an index is a set of one or more columns that have been specified first and consecutively in the list of columns in the CREATE INDEX statement that created the index.

  • Querying of the different directories for FichierMettre updated using Pickaxe

    Hi all

    I would like to ask, can ask us different directories in a BPEL process for files,
    and if the file is updated the BPEL gets launched the process, if we use a pick activity
    (or in any other way that you can be aware of) with different claims in each
    'OnMessage branch' that use an activity to call for a "File/FTP adapter' and a
    'activity to receive' catch the answer

    Please tell me if this is the right approach, or it can create issues.

    Thank you
    Yatan

    Published by: Yatan April 30, 2010 13:00

    11 g, you can query several directories.

    http://download.Oracle.com/docs/CD/E14571_01/integration.1111/e10231/adptr_file.htm#CIAHFFBI

    If you use 10g you can create several BSE to query directories and he'll call a common BPEL process.

    see you soon
    James

  • Need advice for optimizing query for the use of function UPPERCASE

    I would like to know if it would make a difference if I use the UPPER function in the WHERE clause compared to use in the SELECT statement. For example:
    SELECT 
        2 AS ORDERID,
        'OFFC' AS RESULTTYPE,
        OFFC_CD AS GROUPCOL,
        SUM(FACE_AMT) AS TOT_FACE_AMT,
        SUM(PROJ_PREM_AMT) AS TOT_PROJ_PREM_AMT,
        COUNT(*) AS TOT_NUM_CASES,
        'YTD' AS RPTTYP
    FROM
    (
        SELECT
            FMI.ACCT_GRP_ID, FMI.GA_CD, FMI.OFFC_CD, FMI.GROUP_REALLOCATION, FMI.STAT_NAME
            ,CASE WHEN FMI.GROUP_REALLOCATION = 'Y' THEN
                SUM(NVL(FMI.FACE_AMT,0)) OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM DESC)
             ELSE
                NVL(FMI.FACE_AMT,0)
             END FACE_AMT
            ,CASE WHEN FMI.GROUP_REALLOCATION = 'Y' THEN
                SUM(NVL(FMI.PROJ_PREM_AMT,0)) OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM DESC) 
             ELSE
                NVL(FMI.PROJ_PREM_AMT,0)
             END PROJ_PREM_AMT    
            ,RANK() OVER (PARTITION BY FMI.ACCT_GRP_ID, FMI.AGNT_NAME, FMI.STAT_NAME, FMI.GROUP_REALLOCATION, FMI.LOB_NAME ORDER BY FMI.CA_CS_NUM) RANKING
        FROM
            IFV_FLD_MGMT_INFO FMI
            JOIN IFT_BAT_PARM BP
                ON  FMI.LST_STAT_DT >= (TO_DATE('01/01/' || TO_CHAR(TO_DATE(BP.PARM_DAT_VAL, 'YYYYMMDD'), 'YYYY'), 'MM/DD/YYYY'))
                    AND BP.BAT_ID = 'CMISFLDMGMT_DT'
        WHERE   FMI.OFFC_CD IN (pOffcCd)
            AND FMI.SHOWINFMR = 'Y'
    )
    WHERE ((GROUP_REALLOCATION = 'Y' AND RANKING = 1) OR (GROUP_REALLOCATION = 'N'))
        AND UPPER(STAT_NAME) = 'PLACED'      
    GROUP BY OFFC_CD
    In the above code, it will make difference if I move function SHIFT of the WHERE clause of a SELECT statement in the inner query as SUPERIOR (CGI. STAT_NAME STAT_NAME)? There will be no long-term performance gain?

    Published by: Kuul13 on July 13, 2009 12:25

    Hello

    Kuul13 wrote:
    ...
    In the analytical functions d0 you want
    PARTITION BY stat_name or
    PARTITION OF SUPERIOR (stat_name)?
    This will really make the difference in the wy data will be partitioned?

    Yes.
    PARTITION BY x means the same as
    PARTITION BY y only if x = y. If stat_name = HIGH (stat_name), then why you never bother to say UPPER (stat_name)?

    If so, then I guess that it may be prudent to use UPPER (STAT_NAME) in the IFV_FLD_MGMT_INFO that is used in the inner query view. In this way, I simply keep the changes in the view and all other queries that use this point of view (as in my example) can directly use STAT_NAME = 'PLACÉ' and not no longer necessary to change the column in the PARTITION clause. What is your suggestion?

    That would certainly make the simplest coding. If the person who uses the display needs the stat_name unconverted, then I think that changing the display is a good idea.

    Also, I can't move where the query condition internal because it will give me different results.

    As far as I know, this would make the subquery produce fewer lines (that's why it would be more efficient). Since you are partitioning by stat_name, lines which produced the subquery would be identical to the lines he now produces and are kept by the Super request. I do not have your tables, so I can't test it really,

  • There's the iPhone battery chargers 5 that use no electricity.  For use in a power failure.

    There's the iPhone battery chargers 5 that use no electricity.  For use during a power failure.

    Your best bet is an accumulator.  I have one I got on Amazon by EC Tech.  It is a brick, but it will charge my iPhone and the iPad, if the current is cut off.  You just need to load the brick and keep it in an emergency.

  • Messages marked as read for specific folders

    I know not how to organize my messages to filter and specific places in folders according to the email address, but what I don't know how to do is to get specific incoming emails (more passing in specific folders) to mark as read, but only for these specific email addresses. Could someone tell me how to proceed?

    There is a filter action "mark as read".

  • AT & T changed their design of the homepage, and I liked the old one. A way to create my own homepage in Firefox using modules for content that I prefer?

    AT & T changed their design of the homepage, and I liked the old one. A way to create my own homepage in Firefox using modules for content that I prefer? I liked the modules which gave me a variety of sources of news, finance, sports, weather, calendar, etc... It also allowed me to use a background of my own source. Finally, he allowed me to resize the modules I needed. I would like to be able to replace the new AT & T with my own homepage. Thank you.

    Maybe http://www.netvibes.com/

  • There is a bar type to pass or web search that does not work after installation ver8. Meanwhile we for many sequence using the gogle search first, then go on the web that should be only type n with formla version before 8.

    I used a Firefox oldies until one day, she has been updated in the new version 8.0, then the access bar for research that has happened every time when I go to the website I do there and enter wasn't working more.
    I use Windows XP as an o/s, with Pentium dual core CPU.
    Finally, I used to tap on the Goggle search bar, entrance to enter the pint n research to go on the web I want.
    It make it difficult when in a hurry and make me upset.

    do not know who change the  search bar which is common to enter  web address on there and work excepted for this new Firefox 8.0.
    

    If any changes, please check and advice.
    Thank you
    Concerning

    Try Firefox SafeMode to see how it works there.

    A way of solving problems, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open the mode without failure of Firefox 4.0 + by pressing the SHIFT key when you use the desktop Firefox or shortcut in the start menu.
    • Or use the Help menu option, click restart with the disabled... modules while Firefox is running.

    Do not choose anything at the moment, just use 'continue in safe mode.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before using the shortcut of Firefox (without the Shift key) to open it again.

    If it's good in Firefox Safe mode, your problem is probably caused by an extension, and you need to understand that one.

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

    When find you what is causing that, please let us know. It might help others who have this problem.

  • New user pages :) I seletced arrow shape, he does exactly that for my needs, can I now register as a form of model for easy future use please? Thank you!

    New user pages I seletced arrow shape, he made exactly that for my needs, can I now save it as a form of model for easy future use please? Thank you!

    Hi PAYGPI,

    A Pages document with some arrows. With a selected arrow Panel Format (right) organize tab > stay on the Page. You can then move around the page.

    Menu > file > save as template.

    In the model picker, rename it. I used the name clip art arrows. It appears in the template selector > my templates.

    To rename or delete a custom template (in my models) right click or control click on this model:

    Please call with questions.

    Kind regards

    Ian.

  • How can I close the Client Services for Netware that is me project to use the fast user switching without losing my internet connection

    For NetWeare customer service

    How can I close the Client Services for Netware that is me project to use the fast user switching without losing my internet connection

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in Forum.You IT Pro can follow the link for your question:

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

Maybe you are looking for

  • Compatibility issues with CSS

    Hello I don't know if this is the right place to ask this question, but I had to start somewhere I have recently published my site, mei-vt .net, and a CSS effect I have does not work in Firefox, but IE works. Firefox is my main browser and I use it t

  • Screen hangs on the Satellite A30-931 - perhaps the Bios may be damaged

    Hello Sometimes the screen of my laptop freezes and the only way to restart is to restart my laptop.However this morning, after that my screen has crashed the resumption of hibernation, I found that I couldn't start my computer.I was getting a blank

  • Port mSATA Satellite P50 - A - 13 M?

    I can't find the answer if my Toshiba Satellite P50 - A - 13 M supports the mSATA disks (if it has port mSATA)?Maybe someone knows? Thnx.

  • Comment by restrict an absolute path?

    Hello I created an application in LabView in which user is brought, at some point, select the backup of its data path. I would like to add the starting path and restrict it, that is, impose the absolute path of the backup. With the 'path' command, I

  • PDF stopped working after a Windows Update about a month ago?

    I have 2 sites that I'm going to... we publish the monthly bulletin in format PDF; the other published an update of the financial account once per month in PDF format.  I used to be able to "click on"; Download and read, then print.  Now... I can't a