Disable all scheme in different tools

i want to disable the other use scheme in different oracle tools like sql developer, ora edit etc. the login user just view his own scheme except the dba. even they will not connect with the data source connectivity.

"i want to disable the other use scheme in different oracle tools like sql developer, ora edit etc"
Design an "after logon on database" trigger and allow/restrict users to only use the approved client tools
"the login user just view his own scheme except the dba. even they will not connect with the data source connectivity"
You can do that by properly defining privileges/roles to the users or VPD.

Similar Messages

  • Custom button in alv and disabling all buttons in application tool bar

    Experts,
    Could you please  help me for the below requirements.
    1). How to disable all the buttons (like sorting, print, find, set filter...etc.) in tool bar using oops?
    2). Where can I add my custom download button in alv report using oops?
    Thanks in advance...
    Sridhar..

    Step1:
    Create on local class
    Class <LCL_EVENT_RECEIVER> Definition
    Define the below public methods.
    Method Name     HANDLE_TOOLBAR
    Event Name     TOOLBAR
    Event Class     CL_GUI_ALV_GRID
    Importing     E_OBJECT, E_INTERACTIVE
    Method Name     HANDLE_USER_COMMAND
    Event Name     USER_COMMAND
    Event Class     CL_GUI_ALV_GRID
    Importing     E_UCOMM
    Class <LCL_EVENT_RECEIVER> Implementation 
    .     Method HANDLE_TOOLBAR
         Declare the structure <LS_TOOLBAR> of structure type STB_BUTTON
         Append the button information as given below into table E_OBJECT->MT_TOOLBAR to         display the custom button on ALV grid.
                               LS_TOOLBAR-FUNCTION = u2018DOWNu2019
                         LS_TOOLBAR-QUICKINFO = u2018downloadu2019
                         LS_TOOLBAR-TEXT = u2018downloadu2019
         Method HANDLE_USER_COMMAND
    In this method if E_UCOMM = u2018DOWNu2019 write your logic.
    Step2:
    1.     To excluding the ALV grid buttons, fill the <LT_EXC> with function code CL_GUI_ALV_GRID=>MC_FC_EXCL_ALL
    2.     To generate the ALV Grid, call the method SET_TABLE_FOR_FIRST_DISPLAY
    Class     CL_GUI_ALV_GRID
    Method Name     SET_TABLE_FOR_FIRST_DISPLAY
    Exporting     
    I_STRUCTURE_NAME      ZDS_CM_EXT_SEL
    LS_LAYOUT                    <LS_LAYOUT>
    IT_TOOLBAR_EXCLUDING     <LT_EXC>
    Changing     
    IT_OUTTAB                    <GT_EXT_SEL>
    Create the Instance for class <LCL_EVENT_RECEIVER>
    Class     <LCL_EVENT_RECEIVER>
    Instance Name     <LO_EVENT_FNAME>
    Now set handler  <HANDLE_USER_COMMAND> and <HANDLE_TOOLBAR_FNAME> events using instance <LO_EVENT_FNAME>
    Call method 'SET_TOOLBAR_INTERACTIVE' to raise event TOOLBAR
    Class     CL_GUI_ALV_GRID
    Instance Name     <GO_GRID>
    Method Name     SET_TOOLBAR_INTERACTIVE

  • I have disabled all add ons and extensions to stop adverts but everytime I log into my pc the adverts appear again? not happy :(

    since I updated firefox I have been HOUNDED by adverts. I read an article that suggested disabling all add ons and extensions but they seem to enable themselves again after I open my pc! I am very careful and always tick and untick boxes when I am downloading updating anything to ensure this doesn't happen therefore these add ons seem to have been automatically added by firefox during the update. not cool! the amount of adverts and the fact I have never suffered from such a pop up invasion in my life is becoming EXTREMELY annoying how do i permanently stop these adverts?

    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Disable a schema?

    Hi all,
    Is there any way to disable a schema so access is blocked? This is an 11g database, the schema is on another server, and wo don't want it to reference the initial server that it lives on. We don't want to drop if if I don't have to....Your thoughts..
    Rob

    I'm not sure I understand what you're asking.
    You can revoke the CREATE SESSION privilege from a user to prevent them from logging in. You can also lock a database account. But I'm not sure either of those things are what you're looking for-- those relate to database accounts, not schemas.
    You seem to be talking about two different servers, A and B. The schema you're talking about is not on your database if I understand correctly. If that's the case, I'm really confused as to what you're attempting to do.
    Justin

  • Firefox crashes for 10 seconds when trying to download files, deleting downloads.sqlite, reinstalling firefox, disable all add-ons doesn't solve this problem. Help!

    I am having this problem for weeks now.
    What I tried:
    - Defragmentation
    - Reinstall Firefox on a different location
    - Change download location
    - Start Firefox in safe mode and try download
    - Disable all add-ons and plug-ins
    - Complete malware/spyware scan
    - Complete virus scan
    - Delete downloads.sqlite in the profile folder
    - Uninstall firefox and delete the entire mozilla folder in Roaming location
    - Disabling antivirus
    Nothing helps! I'm only having this problem in Firefox. Downloading with Chrome for example doesn't give any problems.
    How can I resolve this problem? I'm really desperate.
    Thank you in advance!
    Yanco

    Thanks for your input but I already said that I deleted downloads.sqlite.

  • I'm deploying FF13 in my organization, how can i disable FF from disabling all plugins/extensions by default?

    Our organization requires web services with many plugins. In order to support the latest browsers, we must deploy FF13 company wide. Currently the installation disables all 3rd party plugins by default, requiring you to enable them manually. Therefore, this makes managing a FF13 deployment very difficult. Is there any way to configure it to deploy without it disabling plugins?

    Do you really mean plugins (Tools > Add-ons > Plugins) or do you mean extensions (Tools > Add-ons > Extensions)?
    Firefox shouldn't disable plugins unless they are blacklisted, but will display a dialog that shows which (third-party) extensions are found an allow to enable third party extensions.<br />
    There is probably no way to avoid such an alert, but you can try to copy extensions to the distribution/extensions folder where also the default theme resides.
    *https://developer.mozilla.org/En/Developer_Guide/Customizing_Firefox (Including extensions with your distribution of Firefox)

  • How do I disable all non-essential components in the CS6 installer

    A new question in the spirit of http://forums.adobe.com/thread/548877 and http://forums.adobe.com/message/2778575, where I asked this question for CS4 and CS5 and eventually discovered how to do this (at least for CS4; CS5 was a mess...): How do I disable all the non-essential components in the Photoshop CS6 installer?
    I already found the payloads/Media_db.db sqlite 3 database and wiped the DependencyData table. This goes a long way - unlike CS5, which was a maze of hidden xml configs and sqlite databases, for CS6 just wiping this single table will give the user full control over what the installer will put in the computer. With the dependencies wiped, we can now see all the stuff it's actually going to install:
    Bridge (normal and x64) - 187 and 262 MB
    CMaps (normal and x64) - 7.2 and 7.2 MB
    CSXS Extensions - 1.3MB
    CSXS Infrastructure - 6.8MB
    Color - photoshop, EU, JA, NA - 1.5, 2.1, 3.0, 2.5MB
    Video profiles - 4.7KB
    Dynamic Link Media Server - 96MB
    DynamicLink Support - 6.1MB
    ExtendScript Toolkit - 19MB
    Extension Manageer - 16MB
    Fonts recommended (normal and x64) - 110 and 110MB (why are there x86 and x64 versions? more of an open question than one that really needs an answer, but this is not how fonts work. There are no separate x86 and x64 flavoured OpenType fonts)
    Fonts required (normal and x64) - 123 and 123MB
    Hunspell Linguistics Plugin (normal and x64) - 181 and 181MB
    Linguistics (normal and x64) - 46 and 46MB
    Mini Bridge (normal and x64) - 4.0MB
    PDF Library Files (normal and x64) - 75 and 75MB
    Photoshop (normal and x64) - 486 and 563MB
    Photoshop Support - 9.4MB
    Player for Embedding 3.3 (normal and x64) - 21 and 26MB
    Switchboard 2.0 - 1.1MB
    Type Support (normal and x64) - 6 and 6MB
    Winsoft Linguistics Plugin (normal and x64) - 8.2 and 8.5MB
    XMP Panels - 4.9MB
    ColorCommonSetCMYK - 13MB
    ColorCommonSetRGB - 8.6KB
    Camera Profiles Installer - 285MB
    MSVC++2005 redist. (normal and x64) - 11 and 11MB
    MSVC++2008 redist. (normal and x64) - 11 and 11MB
    MSVC++2010 redist. (normal and x64) - 11 and 11MB
    MSVC80_CRT (normal and x64) - 0.0 and 0.0KB
    PDF Settings - 2.4MB
    Camera Raw 7  (normal and x64) - 22 and 24MB
    Suite Shared Configuration - 3.2MB
    Some of these things we really want installed (Photoshop, CMaps, XMP panels, Type Support and required fonts and color profiles are pretty much the minimal set required for a functional Photoshop installation), but some of these things really have no right to be silentedly installed. There's a good gigabyte of nonsense that someone who just wants Photoshop has no need for. Denying them the option to unselect these things during installation is a bit evil (whatever happened to the 'advanced' or 'custom' installation option? That was a good option).
    That said, there's still something funky going on - unselecting all components indicates that the installation will required 0.0KB on disk. However, selecting Photoshop CS6 x64, which indicates its size is 563MB, results in an installation that requires 677MB on disk. Similar things happen for other components; CMaps is 7.2MB, but when you select it, it suddenly requires 121MB on disk.
    Much last last time, I fully appreciate the install team's choices in making sure the installer will always work as long as people don't tamper with it, but I'm not one of those people - I do tamper with it, because I want to control exactly what lands on my disk. So: how do I find out what these secret things are that are not listed after wiping the dependency data so that I can explicitly pick individual components? Which additional steps are required to reveal the hidden dependencies that will apparently still be installed, or aren't factored into the size indication for the various components? And finally, how do I make the installer NOT determine that "this is not a genuine installer, you may have a counterfeit product" =)
    I know it's been altered; I modified it, because I think your install process is trying to force stuff onto my computer that I never asked for, nor will ever use (I know they're quality products, they just have no right to exist on my computers. If I had the choice to say no, I'd acknowledge them as quality products instead).
    - Mike Kamermans
    nihongoresources.com
    NB: if Eric Wilde ends up replying to this post: I still remember your willingness to help figure this out for CS5, two years ago. Thank you again for that.

    I can see why you wouldn't want to release information that lets people set up arbitrary installers, but that's why I mostly wanted those two specific hashes. The installer team can just generate them without ever saying how, and we will only be able to use them to validate the installer for the modification that lets you pick components. This should in no way interfere with the desire to prevent dangerous installers making it into the wild; in fact, it kind of guarantees that's impossible.
    I know you can't guarantee it'll work or test it, and that's fine. Past experience has shown that CS3, CS4 and CS5 work fine with updates (and most updates don't apply to Photoshop, they apply to the additional components that I traditionally don't install), so I'm pretty sure it'll work fine with CS6 too, although of course it could go wrong in which case I can always fall back to a normal install.
    Would you be willing to ask the install team whether they could generate just these two numbers, based on the single SQL command run on Media_db.db from the main payload directory? I can fully understand not wanting to give the "here is how you generate the hashes" information, but generating two specific numbers that don't work for anything but this specific query should be just as safe as the various hashes we can already see for the other Media_db.db files in the various payload directories (so they wouldn't reveal anything not already known about how to reverse engineer the hashing algorithm). It'd help tech-savvy customers quite a bit without playing into the hands of criminally minded jerks (I actually had the pleasure of running into a duped CS3 Extended disc several years ago! I had ordered CS3 for personal use, and mysteriously received a CS3 extended version with a volume licensing key in what looked like an official normal CS3 box. Needless to say, authorities and Adobe were notified).
    <<I think the right answer to this issue is to simply remove from the products those items that are not required to execute the product. That's actually something we're aggressively pursuing this summer so that the product size reduces in future releases, particularly for PS.>>
    It's not possible to take components out of the payloads directory without the installer complaining that errors have occurred. It really wants all those files there when it starts =(
    <<Have you investigated using AAMEE? I don't think that will get rid of all the "extraneous" pieces; but, it does provide some flexibility in creating an install package that can then be pushed out through normal deployment tools (e.g. SCCM).>>
    I did, but unfortunately AAMEE requires the use of a volume license key, which I don't have. We only have individual products keys for the machines that will get Photoshop CS6.
    - Mike

  • Query OR Stored Proc to get data from Tables from All Schemas in the d/base

    Hello Experts, (I appologize if i am not using the right way to ask questions)
    I have a database, and it has around 400 schemas in it. I have designed a query which will fetch the data from three different table's from Schema1.
    But it will be a tedious process of entering the 400 schemas names and pulling the information.
    I would like to know as to what would be the best possible way to;
    1) Look for all the schemas in the database
    2) Look for those specific tables in the schema, which has the data in the tables.
    3) If the tables are not present, than Ignore that schema and proceed further.
    4) Load the data into a table
    Any help, would appreciate it.
    Thanks!
    The query that i am using is as follows;
    -- Query to select all the Schemas from the database
    select username from all_users
    order by username;
    -- Sample Query to see if Tables exsist in the schema
    SELECT DISTINCT OWNER, OBJECT_NAME
    FROM ALL_OBJECTS
    WHERE OBJECT_TYPE = 'TABLE'
    AND OBJECT_NAME IN ('ENROLLMENT', 'PRDCT', 'L_P_L')
    AND OWNER in ('Schema_1', 'Schema_2', Schema_3', Schema_4',Schema_5', Schema_6')
    ORDER BY OWNER;
    --Query to get the data from the tables in a Schema
    select 'Schema_1@DATABASE_NAME' AS SCHEMA,
    (SELECT MAX(LOAD_DT) FROM Schema_1.LOAD_STATUS) AS MAX_LOAD,
    L_PROD_LINE.PROD_LINE,
    COUNT(DISTINCT ENROLLMENT.MEM_NBR) AS MEMBERSHIP
    FROM
    Schema_1.ENROLLMENT,
    Schema_1.PRDCT,
    Schema_1.L_P_L
    WHERE
    ENROLLMENT.PRODUCT_ID = PRDCT.PRODUCT_ID AND
    PRODUCT.PROD_LINE_ID = L_P_L.ID
    GROUP BY
    L_P_L.PROD_LINE;

    Hi,
    999355 wrote:
    Hello Experts, (I appologize if i am not using the right way to ask questions)See the froum FAQ {message:id=9360002}
    I have a database, and it has around 400 schemas in it. I have designed a query which will fetch the data from three different table's from Schema1.
    But it will be a tedious process of entering the 400 schemas names and pulling the information.
    I would like to know as to what would be the best possible way to;
    1) Look for all the schemas in the database
    2) Look for those specific tables in the schema, which has the data in the tables.
    3) If the tables are not present, than Ignore that schema and proceed further.
    4) Load the data into a table
    Any help, would appreciate it.
    Thanks!
    The query that i am using is as follows;
    -- Query to select all the Schemas from the database
    select username from all_users
    order by username;
    -- Sample Query to see if Tables exsist in the schema
    SELECT DISTINCT OWNER, OBJECT_NAME
    FROM ALL_OBJECTS
    WHERE OBJECT_TYPE = 'TABLE'
    AND OBJECT_NAME IN ('ENROLLMENT', 'PRDCT', 'L_P_L')
    AND OWNER in ('Schema_1', 'Schema_2', Schema_3', Schema_4',Schema_5', Schema_6')
    ORDER BY OWNER; Do you want to give a list of possible schemas (like the 6 above), or do you want to consider all schemas, however many and whatever they are called?
    You can get the right information for ALL_OBJECTS, but, since you known all the objects of interest are tables, ALL_TABLES will be faster and simpler.
    --Query to get the data from the tables in a Schema
    select 'Schema_1@DATABASE_NAME' AS SCHEMA,
    (SELECT MAX(LOAD_DT) FROM Schema_1.LOAD_STATUS) AS MAX_LOAD,
    L_PROD_LINE.PROD_LINE,
    COUNT(DISTINCT ENROLLMENT.MEM_NBR) AS MEMBERSHIP
    FROM
    Schema_1.ENROLLMENT,
    Schema_1.PRDCT,
    Schema_1.L_P_L
    WHERE
    ENROLLMENT.PRODUCT_ID = PRDCT.PRODUCT_ID AND
    PRODUCT.PROD_LINE_ID = L_P_L.ID
    GROUP BY
    L_P_L.PROD_LINE;I take it that the tables in question are ENROLLMENT, PRDCT and L_P_L; they won't have different names in different schemas.
    You can start this way:
    BEGIN
        FOR  c  IN  (
                          SELECT    owner
                  FROM      all_tables
                  WHERE     table_name  IN ( 'ENROLLMENT'
                                            , 'PRDCT'
                                  , 'L_P_L'
                  GROUP BY  owner
                  HAVING    COUNT (*) = 3
        LOOP
            ...  -- Now get the results for tables in the c.owner schema
        END LOOP;
    END;
    /This will find the schemas that have all 3 of those tables.
    Inside the loop, write another dynamic query. All that will change is the value of c.owner
    Sorry, I'm running out of time now. I hope this helps.

  • The back button no longer works. I have disabled all add-ons, rebooted & reset the defaults for the browser and nothing has changed. This happens on all webpages.How do I get the back button to light up again?

    the back button no longer works. I have disabled all add-ons,rebooted & reset the defaults for the browser and nothing has changed. This happens on all webpages.How do I get the back button to light up again?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Another possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.com/kb/Bookmarks+not+saved#w_places-database-file

  • Photoshop Elements 10 editor lags... doesn't show changes until you click a different tool?

    I've been using PSE for many years now... started in 3, moved to 7, and just upgraded to 10. I got it all installed fine, but when I open a file to edit it in the editor, and make a change (add text, change text, run action, erase something, ANYthing I do to the file) the changes don't show until I click a different tool. This is VERY frustrating and there's no way  will be able to use it if that's just how 10 works... but if it's a preference somehow I can't find it! Anyone know what's going on? I can try to explain further if this doesn't make sense.
    Thanks in advance!
    Maggie

    Try resetting prefernces
    http://help.adobe.com/en_US/PhotoshopElements/8.0/Win/Using/WS3427C0BF-03F8-421b-8CDF-6AC4 D42C9983_WIN.html
    http://www.northlite.net/ps/prefs.htm

  • Firefox keeps wanting to start in Safe Mode and it says I can make some changes permanent such as "Disable all add-ons" and others. When I select one of the options I can then "Make Changes and Restart".

    When I make my selection it can then proceed to use Firefox. However the next time I open Firefox I get the same problem.
    I'm using Windows 7. I have used Firefox for many years with Windows XP and never had this problem. Is there a solution?

    See [[Firefox is stuck in Safe Mode]]
    "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.
    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the "Find Updates" button (in Firefox 4: right-click the extension -> "Find Updates") to do a compatibility check.

  • AD ACCOUNT GETTING DISABLED ALL THE TIME

    Hi all,
    Helpdesk has reported that user account get's disabled all the time & they have to enable it.
    What could be the cause of this & how to troubleshoot.

    Hi all,
    Helpdesk has reported that user account get's disabled all the time & they have to enable it.
    What could be the cause of this & how to troubleshoot.
    Remove the help-desk access to user objects and see if it gets disabled again or not. :) 
    If you have third party tools which manage user accounts, review their configuration. FIM for example is one of the tools that has authority to disable/enable the accounts. Also If I had no clue what is going one I would enable auditing on user objects and
    filter my security event viewer for user changes to see who is disabling them. 
    AD DS Auditing Step-by-Step Guide
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • When I plug in an USB stick, my MacBook Air disables all USB devices

    When I plug in an USB device, my MacBook Air disables all USB devices and the keyboard. It looks like it would freeze, but all applications still work. It just does not respond to neither keyboard nor mouse. The only solution is to force-restart it. What can I do? I am using Lion and have updated it. The same error occured with Snow Leopard as well. Unfortunately, it sometimes happens and sometimes not. I have a suspicion it is related to the devices power consumption in corelation with the battery charging status.
    I am using a MacBook Air 13", late 2010 version.

    Have you tried plugging the flash drive into a different Mac to see if it works? The Air shouldn't have any problem with it, I use a couple of flash drives in mine, although I don't have a pq1. Did you try both USB ports on the Air? Do you have another flash drive you can test in the Air, or a different USB device, like a hard drive or printer?
    The only thing I can think of is either a bad flash drive, or a bad USB port on the Air. Sorry, can't be more help than that.

  • Firefox keeps crashing outside safe mode (resetting, uninstalling-reinstalling, & disabling all add-ons do not help)

    I have actually been having this issue for over a year now with the previous versions. The browser always crashes right after I start it, but it seems work well in safety mode. I have tried resetting the Firefox, disabling all the add-ons in safety mode, and reinstalling the application, but none of these methods seem to work. Here are the crash reports I have after I installed the newest version tonight:
    bp-fa942122-97fe-475c-b9fd-d701a2131217 12/16/2013 10:18 PM
    bp-86a19285-1c0a-40bf-af3b-cf60a2131217 12/16/2013 10:17 PM
    bp-9c74526b-1071-4353-8bbe-41b052131217 12/16/2013 10:12 PM
    bp-4e87b0b1-a2a6-41cd-932c-fdd722131217 12/16/2013 10:09 PM
    Seems the crash reason is "EXCEPTION_ACCESS_VIOLATION_READ," whatever it means...

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration

  • Disable all print apps, but still print thru email

    On my new HP Photosmart 6520 e-All-in-One printer, I want to disable all print apps, but not all web services: I still want to keep the ability to print photos and other files from all my devices thru email, as well as on my wireless LAN at home.
    Is there a way to do this without removing every print app individually?

    Hi,
    That can be done by removing each app indicidualy as listed below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02940901&tmp_task=setupCategory&cc=us&dlc=en&lc...
    Other thean that, the only option to disable any of the print apps is to disable and re-enable the Web Services for your printer, however be aware that by performing a such you will need to select a different ePrint email address for your device as the current one will be locked for 6 months and will not be able to be used due to security reasons.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • Won't boot after Windows 7 update on 11/9/2011

    When loading drivers, the system hangs when it gets to a driver that appears to be associated with AVG anti virus software.  Cannot load in any mode .. cannot restore to a previous point. Any suggestions?

  • Outlook 2013 on Windows 8.1 keeps prompting for username and password.

    Hi, I have a HP Pavillion TouchSmart laptop with MS Windows 8.1 OS. I had installed MS Outlook 2013 Standard. This laptop is joined to the domain like many of my users, however, it keeps prompting for username and password. The emails are still able

  • Difference in using the same component made in mxml or action-script

    Hi, I made a sample project to show a kind of bug in the SuperTabNavigator component of FlexLib In this sample you can see that using the same component (made in both mxml or action-script) can make a difference I'm just wondering why ? Thanks Here i

  • Header condition

    Hi Gurus We have a requirement to maintain two header conditions A & B where the value of condition type B should be automatically calculated from condition type A when user inputs the value.  All the subtotal fields have been used in other pricing p

  • Finder crashes when clicking on Applications folder

    VERY weird. Beginning a few days ago the finder on my Mac Pro crashes whenever I clicked on the Applications folder. It makes no difference what finder view I am using (icons, columns, etc.). Even if I click on the alias to the Applications folder in