Find out particular printers that are being used by background jobs.

Find out particular printers that are being used by background jobs..
Hi Gurus,
I have to remove some printers from SPAD, but before removing those printers I have to make sure that those are not being used by any background jobs.   The table TBTCP can be used to identify which jobs are still using those printers, but this is a tedious process. 
Any input would be highly appreciated.
Thank you
Adil

Hi Adil,
I'm lazy so I'd just run this SQL
select distinct(jobname), pdest from SAPSR3.TBTCP where PDEST in ('LP01', 'LOCL') ;
Just put the printers you want as shown above and just perform a little manual cross check by checking the job in SM37.
And that's it .....
Cheers,
Amerjit

Similar Messages

  • Is there a way to find out which CSS rules are being used by the different html files?

    Is there a way in Dreamweaver CS3 to find out which CSS rules are being used by the different html files, sitewide?
    Thanks - Dave

    Firefox add-on "Web Developer Toolbar" is a must have.  Information > Display Div & Class details.
    https://addons.mozilla.org/en-US/firefox/addon/60
    Another  handy Firefox Add-on  to add to your tool chest is called "Dust-Me Selectors."
    http://www.sitepoint.com/dustmeselectors/
    "It extracts all the selectors from all the stylesheets on the page you're viewing, then analyzes that page to see which of those selectors are not used. The data is then stored so that when testing subsequent pages, selectors can be crossed off the list as they're encountered.
    You can test pages individually, or spider an entire site, and you'll end up with a profile of which selectors are not used anywhere."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Find out which charateristics that are in use

    Hi
    We use classes linked to our document types.
    And the classes has a lot of characteristics.
    Is there an easy way to find out which characteristics that are in use (documentens where values are given), and on how many documents they have been used on?
    Best regards
    Tom Saga

    See if table AUSP serves your purpose.
    Regards,
    Pradeepkumar Haragoldavar

  • HT1351 Whether or not I sync items on iTunes to my ipod, I cannot eject the ipod because a message keeps coming up and saying that my ipod cannot be ejected because it contains files that are being used by another application. How do I fix this?

    I just got an ipod classic 7th generation a couple days ago and I'm having a heck of a time with it. My latest problem is that with media on iTunes, I cannot eject the ipod because it says that it cannot be ejected because it contains files that are being used by another application. What application is this, and what do I do about it?

    Hi newipoduser,
    Here are some possible solutions:
    Do you use musicmatch jukebox on your computer? If you do, you have to go into task manager on windows and end process mim.exe. It interferes with disconnecting ext devices
    Empty your "trash/recycle bin."
    If that doesn't work, try quitting all your programs, especially music-type programs, basically things that look for mp3's etc.
    if that doesn't work, "log off" then "log on" and that should refresh/purge your OS system.
    Finally, you can restart your computer.
    Hope one of these helps!
    Cheers,
    GB

  • How could I find which i-views/pages are being used

    Hello
    I am pritty new in portal area. I have to administrate an ESS/MSS portal during hollydays. I am trying to find everywhere the way.
    How could I find which i-views/pages are being used. Let say I can see which group I belong and which roles are behind.
    How could I know in which PCD folder they are taken into account (to e.g give permission to someone not in the group)

    HI,
    the user administration (UME) gives you the information about the user <-> group <-> role assignment.
    When you know the role, search in the PCS for it, open the role and you will see all the pages / iviews assigned to the role.
    SAP Help: Role Assignment: http://help.sap.com/saphelp_nw04s/helpdata/en/59/bf2287b3cb5e48af94f99929ad15b9/content.htm
    SAP Help: Content Administration: http://help.sap.com/saphelp_nw04s/helpdata/en/5a/0339000c0b11d7b84800047582c9f7/content.htm
    br,
    Tobias

  • EM monitor indexes that are being used?

    Hello,
    I wonder if with Oracle Enterprise Manager dbconsole, is possible monitor the indexes that are being used during a determine period as in TOAD?
    Thanks

    Hi,
    Index monitoring is started and stopped using the ALTER INDEX syntax shown below.
    ALTER INDEX my_index_i MONITORING USAGE;
    ALTER INDEX my_index_i NOMONITORING USAGE;
    Information about the index usage can be displayed using the $OBJECT_USAGE view.
    Query :-
    SELECT index_name,
    table_name,
    monitoring,
    used,
    start_monitoring,
    end_monitoring
    FROM v$object_usage
    WHERE index_name = 'MY_INDEX_I'
    ORDER BY index_name;
    The V$OBJECT_USAGE view does not contain an OWNER column so you must to log on as the object owner to see the usage data
    Thanks
    Pavan Kumar N.

  • How to find out where a variant is being used?

    Hi,
    I have a variant name and would like to know in which program it is being used. How do I find that out?
    Thanks in advance.
    Mick

    Hi,
    checkout these tables:
    VARIT Variant texts
    VARID Variant directory
    I think u can enter the variant name and go on for the <b>where-used list</b> for same and can get program name for that variant.
    Hope it works out.
    Pls reward points iof useful.
    Regards,
    Ameet

  • Find out which style is not being used

    Hi,
    I am viewing my long forgotten css code, i find that the code
    probably redundant, I like to know how to find out if any element
    or any pages/file in the project is using that particular style or
    not? So i can completely delete it

    Do a sitewide FIND for any given class or ID selector. But
    you would have
    to do this selector-by-selector. There is no sitewide report
    to grab them
    all.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "RunRunforest" <[email protected]> wrote in
    message
    news:gfbohc$9ua$[email protected]..
    >i am using cs4

  • Finding out if any modifications are being made in the fields in an editable datagrid

    Hi,
    I populated my data grid with an array
    collection(initDG=event.result.categorydtls.category) where
    initDGObject is the array collection.I made the data grid as
    editable.Now , when the user click's on submit(below data grid),
    the request for modifying the corresponding details in database
    should go only if the user makes any modification ,or else an alert
    should be shown saying that "you havent made any modifications".For
    this purpose i assigned "event.result.categorydtls.category" to
    another array collection initDGObject and ,in the function which
    will be invoked after clicking on submit i compared both the
    objects initDG and initDGObject.But to my surprise,if any field in
    data grid is modified then both initDG and intiDGObject(here let me
    remind that i assigned initDG as the data provider for grid and
    initDGObject is a normal array collection object for which the
    details are assigned to for comparison purpose) are also
    modifying.So i am unable to check if any modifications are being
    made before forwarding request for database modification to back
    end.Please suggest me a solution for doing this task.Thanks in
    advance.

    lam not able to add a single object to the array
    collection.Regarding the usage of datagrid in my task,there will be
    a drop down on the top of datagrid with categories(like
    science,maths...)in it.Whenever a particular category is selected
    then the corresponding subcategories(in category science sub
    categories are physics,biology.....)details will be populated in
    the datagrid.Please suggest me a solution.

  • Finding out the OH that are included in the process chain

    Hi,
    Please let me know how to find out the list of OH which are included in the process chain and which are not included.
    Is there any way where i can find out these OH are included in the Process chain.
    Regards,
    Prem

    Hi,
    http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/43/7a69d9f3897103e10000000a1553f7/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/01d3a090-0201-0010-9783-bc33ab690e70?QuickLink=index&overridelayout=true

  • How do I connect to computers that are being used in the lab, but have no address listed on the "all computers" screen and say "off line" while they are being used?

    Thanks for any help I can get.  I'm the new guy here at school, and did not set up the system, so I'm not familiar with any of the individual steps for correcting problems.  My question is listed in the window up top.
    Jim

    Thanks for the response. I tried to find out what you asked.  For example:
    1. Computer #35 is listed on the "all computers" screen but says "access denied", "not authorized",  right click for " get info" has no administrators listed, and I don't know how to add my computer as one.
    2.  "Scanner" screen # 35 is not listed either in "Bonjour", or "Local Network" (ethernet interface)
    3.  "Scanner 2" screen - same.
    4.  "Scanner 3" screen - same.
    5.  "Computer Lab" screen #35 is listed, but says "off line", "access denied"
    I hope this gives us somewhere to start and go from there.  Thanks. 
    Jim

  • How to find out XPath-Errors, that are only logged on the console

    Hi,
    I'm using the Java-API of XMLP Standalone Version 5.6.2. If my layout contains a german umlaut, like:
    <?for-each:Behälter_zeile?>
    <?BEFMTB_BEZEICHNUNG?>
    <?end for-each?>
    I get the following output in my application console when I call RTFProcessor.process() for this layout:
    [040609_111900450][][ERROR] [Line 118.183] Incorrect XPath: Behälter_zeile
    There is no exception thrown and the generated document seems to be correct.
    My question: How can I determine such an error in my application? I want to do at least some intelligent logging.
    Mirko

    Hi Thomas,
    According to your description, you want to have a role-specific default member for different roles. Right?
    In Analysis Services, when granting access to dimension, a connection will fail if a role restricts access to a default measure. As you mentioned, the best solution is specify a default member for each role. But for administrator role(full control),
    it can't set the default member. All tabs except General and Membership are disabled. And the system can determines the default member of current user automatically. It's not supported to get the default member in MDX either.
    However, SSAS has additive design for role security. So in this scenario, we just need to create another role for those members of administrator role and specify a default member for this role. SSAS will take that role-specific default member
    for these users. And it will not effect the administration permission for them.
    Reference:
    Default members, MDX Scripts, Security, KPIs and Perspectives
    The Additive Design of SSAS Role Security
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Determine databases that are being used sharepoint 2007

    I have a Sharepoint farm where I am moving all databases over to a new server and configuring sql mirroring. Is there a way to tell which database's Sharepoint is currently using I need a way to tell system and content databases. So with that said does
    anyone know of a way to check this? I've gone into Sharepoint and selected the backup option in order to see a list of database names however I would like another way to verify which dbs are used.

    This is in the wrong forum, 2007 questions should be posted in the legacy forum.
    You've got "stsadm -o enumcontentdbs" which should give you all the content DBs but i don't know of one that will list all the other Shared Service Provider databases.

  • How to find out, which RFC-Destinations are in use?

    Hi community
    We have a huge list of RFC-Destinations in our productive system and I want to delete unneeded entries.
    Is there a report or a log, which shows, which RFC-Destinations were used, and when?
    Thanks in advance.
    Regards, Michael

    HI
    can you see the default trace in tcode SMGW, Be careful about deleting any system rfc.
    Read the documentation about default RFC, internal RFC, LDAP_RFC, transport RFC.
    I don't know other way to do that you need
    Regards
    William Neira

  • Is there a way to find out whether my imessages are being received by a specific iphone user or if there is a problem with their phone? Cannot get in touch with an out of state friend for several days.

    I'm looking for a way to check and see if a specific iPhone user is receiving my imessages or if there phone is not working properly.  I cannot get in touch with an out of state friend for several days and the only number I have is to their cell (iphone).  Thank you.

    YYou can only get a read receipt, not if they only received it.
    http://m.imore.com/how-turn-and-read-receipts-imessage

Maybe you are looking for