WorkCenter 3225 delete destination list

Hi allCan't find how to delete destination list from printer?When you want to scan to PC you should enter it, by default it's name of the computer, where EPM installed and configured. Unfortunatelly I didn't find any clear documentation about network scanning, so I created a few records from different computers, but finally I made virtual machine, so I don't need all list. I didn't find this list of records neither device menu, nor EPM, nor Web-interface.So HOW?

If there is nothing in the Addressbook, and nothing in EPM from any of the devices you used, then TWAIN and or WIA was used, those would need to be disabled/removed from those PC's as no matter what you do at the printer, as long as it is on the same network location, those client PC's will keep pushing those templates to it. 

Similar Messages

  • HT5429 How do you delete destinations in maps on ipod touch

    How do you delete destinations on the maps page of an ipod touch

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • How can I delete the list of watched videos on my iPad?

    I have been watching videos on my ipad through the iTunes "home sharing" feature. It seems to work fine.
    My problem is that I can't figure out how to delete the list (on the iPad) of videos that have been watched. Not only have I watched them but I have also deleted them from my iTunes movies list. I have tried syncing, signing out and back in to the iTunes store, turning off home sharing and then turning it back on again (which requires signing back in), all the while quitting out of the videos app and /or restarting the iPad before and after each of these steps.
    The videos are shown as greyed-out icon/thumbnails in the iPad videos app. I am able to add new videos to iTunes, see them as not-greyed-out icons in the iPad app, and watch them. I just can't delete the shown list of the watched videos list on the iPad, which in the case of TV shows collect quite quickly and require lots of scrolling to get to the unwatched video icons.
    Thanks for your help!
    mug011

    Yes, so...
    I have also closed iTunes, reset network settings on the iPad, then shut down and restarted the iPad. Still, I end up with greyed out rectangular icons for all the movies I've ever streamed from my Mac Mini to my ipad via my home wireless router.
    Again, I have watched all the way to the end of the movie, selcted the movie in iTunes and chosen "mark as watched", and then deleted it in ITunes.
    Any ideas?

  • How to delete the list that comes up in Open Recent

    I apologize because I know this has been answered before, but I cannot find the answer after quite a bit of searching in the forum. I'd like to delete the list that comes up when I choose File/Open Recent and I can't remember how to do that. Could someone please tell me? Thanks.

    *Click the (empty) input field on the web page to open the drop down list
    *Highlight an entry in the drop down list
    *Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    *http://kb.mozillazine.org/Password_Manager

  • How to delete the list servers in the login essbase?

    Is there any way to delete the list of essbase servers from checkbox in the essbase login dialog ?I want that the checbox is empty, because there is too many serves now ... how can i do it ?

    Yes there is. Depending on your OS, its either in the registry or the essbase.ini file. More likely, the regedit. Unfortunately I can't check the key for you as I'm working on a pc with that part locked down and I can't remember it exactly.Do a search for "server", all the servers are listed there, near the CSL Global Options entry.Sorry couldn't give you the exact key.

  • When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    The drop-down list displays items from your History and/or Bookmarks.
    You can control what shows (or nothing at all): Options > Privacy, "Location Bar" section. Options are:
    *History and Bookmarks
    *History
    *Bookmarks
    *Nothing
    See --> https://support.mozilla.com/en-US/kb/Options%20window%20-%20Privacy%20panel
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How to delete reading list in ios 7

    Please i want to know how to delete reading list in ios7

    I Have been trying to work this one out for ages.  Many thanks.  Simple when you know how  . 

  • Destination list issue when printing

    i keep getting the message "no destinations have been added to the destination list"
    It's stopping me from printing

    Seems unusual that you would get this message for a printer - especially with it mentioning destination. I have seen this message for a fax driver, which you requires you to enter a destination fax number in order for it to work. If you don't enter the fax number in the driver then you get a similar error message.
    Depending on the printer that you have, if it is an all in one and has a fax component, then there could be a setting in the driver that is selected to use the fax component. So if removing the printer and re-adding it does not help, then check the menus for the driver.
    Also, another setting that can catch you out is the Presets menu. If this has a setting for faxing and it is selected, then this could cause the message. So check that you have the Presets menu set to Default Settings.

  • In which table deleted user list is stored

    Hi all,
    I have made one user ZTEST in sap through SU01. Its details has been stored in USR01 .
    When i deleted this user than the details of this user has been deleted from the tables USR01.
    After deletion on which table deleted user information is stored.
    Any BAPI is available which sgives the deleted table list .
    Thanks & regards

    Hi Lolo,
    There is no table available in SAP to view the deleted user information. But you can connect to SQL & see the deleted user information.
    I think the command " SQL>show recyclebin;" will show you the deleted user information.
    Regards,
    Mahesh Gattu

  • Delete a list in one shot

    Hi,
    I'm using Hibernate 3 with Oracle 10, and in my next query I delete a list of objects one by one; I was wondering if it's possible to optimize my delete method so I delete the complete set of objects in one shot instead iterating my list of retrieved objects.
    Please consider that I'm requested to maintain an ORM style so writing a delete sentence is not an option.
    Thanks a lot.
    public void deleteClientOrder(final Address userAddress, final ClientID clientID) throws HibernateException {
    HibernateCommand command = new HibernateCommand() {
    public Object execute(Session hibernateSession) {
    List<String> list = hibernateSession
    .createCriteria(ClientOrder.class)
    .add(eq("userAddress", userAddress))
    .add(eq("clientID", clientID))
    .setProjection(Projections.projectionList()
    .add(Projections.property("id")))
    .setCacheable(false)
    .list();
    for (String persistenID : list) {
    ClientOrder tmp = (ClientOrder) hibernateSession.get(ClientOrder.class, persistenID);
    if (tmp != null) {
    hibernateSession.delete(tmp);
    return null;
    }

    TopLink provides bulk delete operations.
    JPA:
    em.createQuery("DELETE FROM Employee WHERE firstName LIKE 'D%' AND address = :ADDRESS")
         .setParameter("ADDRESS", address)
         .executeUpdate();Native:
    DeleteAllQuery query = new DeleteAllQuery(Employee.class);
    ExpressionBuilder eb = query.getExpressionBuilder();
    Expression fnExp = eb.get("firstName").like("D%");
    Expression aExp = eb.get("address").equal(address);
    query.setSelectionCriteria(fnExp.and(aExp));
    uow.executeQuery(query);Doug

  • How to delete a list-item with Contribute 4

    I use Contribute for a lot of my client for years and a few
    weeks ago i installed Contribute 4 for the first time for a new
    client .We dicovered that it's difficult or impossible to delete a
    list-item in a unordered list. Maybe also in other list-types but
    we haven't tried this yet. Does anybody know how to delete a
    list-item? In Contribute 3 you just had to use the backspace button
    but that isn't working anymore.
    Thanks for your help.
    Maarten Strik
    www.strikdesign.nl

    http://linesofcode.net/snippets/166

  • Deleted file list in DMS

    Hi sap gurus,
    How can I see deleted files list in DMS.
    Cheers,
    Krishna

    Hi Ankur,
    in DMS there are only two possible ways for this kind of issue:
    1. set deletion indicator
    In transaction CV02N you can set the deletion indicator for a document info record. This will limit the range of possible functionalities for this document info record. Because the system is checking if the deletion indicator is set and then raises error messages sometimes. These error messages always tell the user that this is not possible as the document is marked for deletion.
    However you can see this info record still in the DMS transactions. Also the history remains.
    2. delete document by MCDOKDEL
    If you execute this report then all the documents with deletion indicator are really deleted from the database tables. This means also that the history and change log are deleted for this document info record too. Otherwise a lot of database space would left filled. So if you use also report MCDOKDEL then all the document info record related data will be deleted completely.
    I hope this information will be usefull for you.
    Best regards,
    Christoph
    P.S.: Please reward points for usefull information.

  • Destination list

    Although I can scan from PE 4.0 using my HP 8250 Scanner, I am unable to add
    PE 4.0 to the Destination list of the scanner so that I can initiate a scan
    to PE from the scanner buttons. I have spent several hours trying to scope
    this out but information seems illusive. Can anybody help me add Photoshop
    Elements 4.0 to the Destination list of the HP 8250 Scanner?
    Thanks in advance.
    Barry

    See
    Bob Carruth, "scanning to photoshop elements from scanner" #1, 19 Aug 2006 4:22 pm

  • How to delete a list from the reading list

    How to delete a list from the reading list

    I assume that you mean in Safari, in which case just swipe across it's name in reading list and you should get a Delete button appear on it.

  • Delete application list

    Anybody know how to delete application lists using the APEX API?
    For my application I need the ability to generate pages and navigation lists using the APEX API.
    I know there are the functions wwv_flow_api.create_list and wwv_flow_api.create_list_item
    to build a list but I can't seem to find any similar functions to remove them in the first place.
    I can access the tables they are stored in directly and delete them from there but then I need
    to specify the table owner (in my case FLOWS_030100) as there are no public synonyms or
    key-preserved views on those tables.
    Ruud

    user1055787 wrote:
    Wow, seems we are caught in a endless loop. The man asks a question, but receives off topic anwers ...I wouldn't say that the answers given by Scott and John were off-topic at all, they were correctly stating that developer's use of those specific API's is not supported.
    >
    Let's see some things about the APEX API, from the official Oracle docs:
    "The APEX_UI_DEFAULT_UPDATE package provides procedures to access user interface defaults from within SQL Developer or SQL*Plus.
    You can use this package to set the user interface defaults associated with a table within a schema. The package must be called from within the schema that owns the table you are updating.
    So, after all, we are allowed to use the Oracle API!We do provide some API's that are documented / supported and safe to use by developers, and the APEX_UI_DEFAULT_UPDATE package you mention (although it bears no relevance to this discussion) is a package that contains API's that we support. This package allows the developer to update UI Default information (not actual components eg lists), so to re-iterate, there is no supported API for the purpose of deleting an application list or list item. For a full list of supported API's take a look at the documentation:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/toc.htm
    >
    For example, I have an enviroment that automaticly udpates the aplications (let's say I have 1000) to their lastest version. I will use a batch, of course, wich sould delete the applications and then import them all over again. Hmm, so, you would say that this is possible only from the GUI? Maybe one of you, gentlemen, will care to do this manually every night? I didn't think so ...
    So I ask again, maybe someone will answer me correctly: is there a procedure/function in the public APEX API to delete an application? Or a script of somesort that does this?
    This again bears no relevance to this thread. You are now talking about deleting applications, not deleting lists within applications. I would suggest starting a new thread for your new question.
    A few points to get you started:
    - An application export is just sql script which you can run outside of the APEX UI. See Scott's post here with details:
    Import application manually
    - As Scott says, if your importing applications in this way, you'll need to make sure the workspace ID of the target workspace is the same as the workspace that you exported the application from. (Easiest way to do this is by exporting the workspace from the source and importing it to the target).
    - If you import an application that has the same ID as one which already exists in a workspace, then this will overwrite it anyway, so you don't need to actually delete anything.
    Anthony.
    http://anthonyrayner.blogspot.com
    Edited by: Anthony Rayner on Nov 11, 2008 2:22 PM

Maybe you are looking for

  • Delta between DSO and Cube

    Hi All, I have been working on a scenario where in we have to realign org structure information of some sales orders , now we have existing sales orders data in DSO , which feeds to a cube . As part of the realignment some master data attributes, mor

  • Connecting my ipad to itunes, how to get the columns there

    hi all! I'm sure its been discussed before but couldnt find the topic with a quick search, so I'll start a new one, sorry for that. My problem is quite simple, when I connect my ipad mini on itunes, I can't show the columns browser (artist, album etc

  • Block pop-up ads

    In spite of the fact that "Block Pop-up Windows" is checked in my Safari Preferences, I have increasingly been getting a half-dozen or ads so every time I go out on the Internet. Does anyone have a suggestion? (OS 10.4.11; Safari 4.0.3)

  • Which is better iPod nano 7th gen or iPod touch 4th gen

    I currently have an iPod touch 2nd gen 8 GB.  I can no longer update it nor download from iTunes.  I also do not have enough memory for all my videos and music.  So I am considering buying a new one.  I basically only use my iPod for music and videos

  • Maintenance cost center report

    Dear Experts, We have two cost center in Maintenance Order, one is responsible cost center (picked from Maintenance work center) other is Location cost center ( coming from Equipment) , plz tell me the exact use os the two, also the reports where i c