Difference between delete aged discovery data and delete inactive client discovery data maintenance tasks

I'm setting up a new CM12 site and one issue with our current CM2007 site that I'm trying to minimise in this new site is the discovery and retention of dead clients.
I think the new options as part of the system and group discoveries to only discover systems that have logged on to a domain/updated their password in a set period will resolve the majority of the problems we have here. I've set both of these to 30 days.
Management are keen to be pretty aggressive with the retention period so we're looking to only keep computers in the database that have heartbeated within 30 days. I've set the heartbeat discovery to 8 hours and now I'm looking at the maintenance tasks.
The task I think I need to configure is 'delete inactive client discovery data'. I've set this to 30 days and to run every Saturday. If I look at the 'delete aged discovery data' task it's set to 90 days every Saturday. How will that affect things?
Do I need to make both tasks match?
P.S. Thoughts on the retention period...is 30 days too aggressive? My original design was 60 days.

I do have question about this and more related to "Delete Aged Discovery Data".  I've got following configured in my environment for AD Discovery  (Development environment)
do not discover machine not logged on for 80 days | do not discover machines not changed password for 80 days.
if I run the query select * from v_r_system (nolock) where datediff("dd", last_logon_date0, getdate()) > 80
it returns about 600 devices. 
The task "Delete Aged Discovery Data" is also configured to remove anything that has not been discovered in last 80 days.   When this task run I would expect that the 600 devices should be removed from the db, however it only removed 1 device ???
question I have
do you know which other criteria is taken into consideration for this to work.  I'm currently using SQL Profiler to determine which StoredProcedure/Function is used to remove these devices.
this is my development environment I only have 2-3 clients all the other devices are just discovered with no SCCM Client installed.
do the devices have to be discovered as part of AD Device discovery or is it sufficient that they get discovered through AD Group membership, in our environment AD Device discovery will not work as we don't have WINS/ DDNS enabled.
thx for any help.

Similar Messages

  • What's the difference between deleted messages and trash?

    what's the difference between deleted messages and trash?

    A Time Capsule is hardware. It's basically an Apple AirPort Extreme wireless router with a built-in hard drive. For more info on this product:
    http://www.apple.com/timecapsule/
    Time Machine is a software application that allows your Mac to backup its data automatically to the hard drive on the Time Capsule. For more info on this software, which is included with the Leopard, Snow Leopard and Lion operating systems:
    http://www.apple.com/findouthow/mac/#timemachinebasics

  • In mail, what is difference between deleted and discarded mail

    In settings, mail, what is difference between deleted mail and discarded mail? My google account on iPad does not remove mail that I have deleted from account using other devices. My other devices and google accounts don't have this issue. I've checked settings for account and can not isolate the cause. I'm considering deleting account from iPad and then adding it back in to see if that removes the 1000+ emails that have accumulated. I don't usually use iPad for email which is why they are mostly unread on iPad.

    this might help to understand
    Collection Classes
    Often we have to deal with a set or group of objects, or values. Collection Classes are important structures that have a number of methods that allow objects to be added, retrieved, or removed from such collections.
    Objects can be grouped in a collection like sets, lists, stacks, or queues.
    A set is an unordered collection of elements, from which any item may be removed.
    A list is an ordered collection of elements, from which any item may be removed.
    A stack is a restrictive form of list that obeys a last-in-first-out (LIFO) rule.
    e.g.     a stack of plates stored after being washed, then used again.
    A queue is also a restrictive form of list that obeys a first-in-first-out (FIFO) rule.
    e.g.     a queue at a bus-stop, where the first bus to join the queue is the first one to leave.
    An important Java Collection class is the Vector class:
         java.util.Vector
    This vector class is a simple list of objects, which can be referenced by an index starting from 0 (similar to arrays). The components of a vector must be objects.
    i.e. Vector: object0 object1 object2�lastObject .. spare
    capacity                         ( size - 1)
    So, a vector can grow as more objects are added. The size of a vector is how many objects are in the vector. The capacity is how many objects can be stored in the vector before it needs to expand again. When it needs to expand it normally doubles its capacity. The default capacity is 10.
    e.g.     Vector v1;          // declare v1 as a Vector object
         v1 = new Vector();     // create a Vector instance

  • EREC: Differences between Delete Registration & Delete External Candidate

    Hello Experts,
    I am new to E-Recruitment. Can you please suggest me what are the exact differences between Delete Registration & Delete External Candidate as the first one locks his profile & the second one deletes his profile except that I don't see much difference between them. Please explain in which cases each of the tabs will be used & the relevance of them.
    Thanks in Advance..
    Vamsi

    The main difference relates to how the data is handled in backend and whether all E-Recruiting objects are deleted immediately or mdeleted at a later time through the RCF_PERIODICAL_SERVICES process whereas for example the report RCF_DELETE_EXT_CAND checks the candidacies assigned to that candidate and for each of these objects which retention date is set to the requisition mapped.
    The periodical serivce DELETE_DEREGISTERED_CANDIDATES can only delete deregistered candidates with no assignments. The deletion of assignments such as applications should be done within the deregistration workflow. There are some steps and methods available to withdraw and delete such relationships and unless there are open assignments the report would ignore the candidate.
    One more thing to be aware of is that normally there is a delay maintained when a candidate is deregistered. So please check your settings in T77RCF_PS_RULES if the candidates you see have been deregistered within this time.In standard the delay is 180 days in which candidates are then deregistered. So if you deregister today, the system will deregister and delete all the candidate data only 180 days after today.
    Hope it would help you further
    Sally

  • Difference between sales order schedule line and item level data

    Hi All,
    Could you please let me know what is the difference between sales order schedule line and item level data?
    Thanks,
    Ramya

    Hi Ramya,
    Sales order schedule line contains del date, order qty, rounded qty, confirmed qty, delivery qty, schedule line category, purchase requisition etc.,  ie It contains the full details of sales order data with respect to the scheduled line of delivery.  The total quantity of a sales order item can be subdivided into schedule lines that contain the various subsets with the corresponding delivering dates.
    Sales order Item level data contains details of the item in the sales order like material code, net price, net value, UoM, PO details, reason for rejection if any, material group,billing date, plant etc., ie this
    contains the full details of item irrespective of scheduled line.
    Regards,
    R. Senthil Mareeswaran.

  • HT4203 what is the difference between turning off "enable 3G" and "cellular data"

    what is the difference between turning off "enable 3G" and "cellular data"?

    Turning enable 3G off turns 3G network access off. This does not prevent the iPhone from internet access via your carrier's EDGE or GPRS network which is much slower.
    Turning Cellular Data off turns cellular data off completely. No internet access via your carrier's cellular network.

  • Difference between Java EE 5 Platform and J2EE 1.4 Platform

    What are differences between Java EE 5 Platform and J2EE 1.4 Platform. How we can choose one for a specific environment.
    regards

    dont be phsyco. MAy be i m good in other topic than
    u. Its time restriction i am facing. OK leave it,
    dont reply any help. its ok.
    ake careEvery culture has rules under which it operates. This one is no exception. It is the unspoken policy of the forum regulars to heap scorn on people who demonstrate an unwillingness to do things for themselves, or to at least put forth an effort. Therefore you have been the target of a certain amount of vitribution. Perhaps you are the lazy worthless git your posting implies perhaps not. None of my business and I don't really care.
    You were pointed to a source of the information you asked for and rather than saying thank you, you demand that the rest of us sacrifice our time to synthesize the information and provide you with an answer about which we actually have very little information, namely what in the bloody <expletive deleted> you're interested in? Oh wait you did say you wanted us to tell you how to pick one or the other.
    And you still can't see why you would become the target of a certain amount of ire on the part of the forum regulars. Might want to give that one some thought.
    But now to your question, well sort of, I can give you a synopsis of what's changed between 1.4. and EE 5, but if I do that what you will know is that one person told you something. If you use the resources that you've already been given and arrive at your own conclusions and questions you will both know what you found and have a frame of reference with which to address specific questions relating to specific change topics. If you do that, most of us here will be more than happy to discuss adnauseum the ramifications of any and all of the changes.
    These are the kinds of topics that we will happily get wrapped up in, but after we've spent our effort and time learning the differences and how they relate to what we're doing why should we concern ourselves with someone who wants a spoon fed answer? Consider this, if you never move beyond bottle fed pablum (formula) you wouldn't be able to tolerate more robust food like say a steak. If you never learn to derive your own answers to questions like this, you will never move forward as a developer.
    Now that I've ranted for a while. Read the material you've already been pointed to, come back with comments and questions of your own and we'll be happy to help and comment.
    Cheers,
    PS.

  • Difference between cleared items,open items and all postings (FI).

    Hi experts,
    Can anybody tell me the difference between cleared items,open items and all postings for an account.
    While running corresponding bapis and transaction FAGLL03 (for GL) or FBL1N (for accounts payable) i found that in some cases all postings is less than cleared items or open items for a time period. How could it happen.According to my knowledge all postings should contain cleared items and open items.
    Please correct me..
    Thanks and Regards
    Arjun

    Hi Arjun,
    For every Billing Documnet created(VBRK/VBRP-VBELN) there will be an accounting document created in BSID/BSAD tables.
    OPEN ITEMS means the Billed/Invoice Amounts that are pending from Customers, i.e which we have to receive from Customers.
    CLOSED ITEMS means the AMOUNTS received from that customer.
    OPEN ITEMS : fetch data from BSID table Only
    CLOSED ITEMS : fetch data from BSAD only.
    ALL POSTINGS : fetch data from both BSID and BSAD.
    Hope this will help.
    Regards,
    Nitin.

  • Difference between F.35 Receivables amount and FBL5N report open items

    Hi All,
    There is an amount difference between f.35 receivables amount and fbl5n open items amount, I have observed that there are some changes to credit master like risk category and credit representative group, so I thought if we run f.28 it will be right but still difference exits.
    If anybody has come across similar issue or if you have any idea on this on how to analyze, please let me know.
    Regards,
    RK.

    Hi ,
    Please check the time horizon in credit check used. then compare it with FBL5n.
    May be there will be difference in comparison period.
    Program RFDKLI20 or F.28 is to run when there is changes in Assignment from company code, entry in customer master data, entry in sales area data, user exit., currency of credit control area , Assignment of customers to credit accounts.
    And
    Program RVKRED09.--> only the risk class was changed it is sufficient to run
    Regards
    Atul

  • Difference between New G/L Segment and Profitability Segment

    Dear friends,
    Can somebody explain what is the difference between New G/L segment and Profitability segment.
    Thanks, Prakash

    Hi,
    Segment in New G/L is puerly for external reporting purpose.A segment is a sub area of a company for which has separate financial data and which has expenses and losses.For this segment we need virtually complete balance sheet for external reporting purpose.
    Profitability segment is for analysis of profit within the organisation.A Profitability segment is a combination of different characteristic for which we want to analyse sales revenue and cost.These characteristic can be any thing for example customer, product, sales organisation etc.
    For example We want to analyse what is the total sales of product A for customer group B under the sales organisation XYZ. Here profitability segment = Product+customer group +sales organisation

  • Difference between Asset Intelligence 09A report and reports in the Software Metering folder

    Dear all,
    I can not seem to grasp the difference between Asset Intelligence 09x reports and reports in the Software Metering folder. Do they extract conclusions based on the same data and which data are those? I also have come to notice that there are occasional dicrepancies
    between them. Why would this be?

    Hi,
    1. Software metering allows you to create a rule and meter application usage very granular, when it is started, how many times , how long it has been used e.t.c, Asset intellegence doesn't require you to create any rules it will only inventory start/stop
    so you can get reports like "all computers that hasn't started a application in x days".
    2.It depends on the license agreement for that application, but yes you can get how many has started a specific application within a timeframe.
    3.No
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Difference between Reports in normal ABAP and Reports in CRM

    Hi Experts,
    I am new to CRM. Can someone tell me the Difference between Reports in normal ABAP and Reports in CRM.
    It will be very useful if someone explains with example.
    Some where in SDN i read in CRM we should not select statment. Then how to fetch data?
    Please give me more basic concepts about CRM programming.
    Thanks,
    RAGU

    Hi Ragu,
    You can find much information at http://service.sap.com/crm-inst.
    Go to Installation & Upgrade Guides -> SAP Business Suite Applications -> SAP CRM
    Check the CRM version in which you are working and get the documents.
    FMs are specific to the requirement. Like all Business Partner related FMs generally start with BUPA* or BAPI_BUPA*.
    For CRM transaction data you can get info using FM CRM_ORDER_READ. To create a new transaction use CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE.
    More information can be fetched by surfing through the SDN threads and checking in SE37 t-code.
    Hope this helps!
    Regards,
    Saumya

  • What is the difference between version 4.7 EE and ECC 6.0 in SD module.

    Hi SAP Gurus,
    what are the features in 4.7 EE version in general.
    what are the features in ECC 6.0  version in general.
    then give me the exact difference between version 4.7 EE and ECC 6.0 in SD module.
    if u give the information, then u will get the rewards.
    Regards,
    somu.

    Hi Somu,
             These are additional enhancements avialble in ECC6.0 other than that remaining same as 4.7E
    1.E-Commerce:- SAP ERP provides powerful e-commerce capabilities that can be expanded in an easy, cost-effective manner in line with business growth. Organizations can run a complete sales process on the Internet, and provide business-to-business (B2B) and business-to-consumer (B2C) customers with personalized and interactive online self-services.
    2.Mobile Sales for Handhelds:-SAP ERP enables sales professionals to access front- and back-office business processes and to manage critical sales activities in the field using standard PDAs or other handheld devices (including those with bar code scanners). In this area, SAP ERP provides the following functions:- Customer managementWith SAP ERP, sales professionals may enter, view, and modify detailed customer information, and view sales order history for each customer.- Sales order managementSAP ERP enables sales staff to take sales orders via bar code scanners; search, create, and modify sales orders; and list or sort sales order partners.- Material managementSupport for material management for mobile sales enables staff to view material lists or details for a specific material, search material, and display customer-specific prices.
    3.Resource-Related Down Payments and Billing:-- Supports creation of down-payment requests analogous to the functions offered by resource-related billing- Enables organizations to bill the requesting company code for services provided via a resource-related billing document.
    4.SAP Beverage Functions Available for the Consumer Products Industry:- As of SAP ERP Central Component (SAP ECC) 5.00, the following functions from the SAP beverage industry solution are available for the consumer products industry:* SAP ECC 5.00, consumer products (EA-CP 500)- Material sorting- Extra charge- Empties management- Part load lift orders- Pendulum list indirect sales- Sales returns- Excise duty* SAP ECC 5.00, supply chain management extension (EA-SCM 500)- Direct store delivery back-end- Master data- Visit control- Transportation planning (including loading units, aggregation categories)- Vehicle space optimization- Output control (including valuated delivery note)- Route accounting (including tour data entry, cash payer, route settlement)* SAP ECC 5.00, industry-specific sales enhancements (EA-ISSE 500)- Extended rebate processing.
    5.Credit Management:-Integrating sales and distribution (SD) credit management with SAP Credit Management application:With SAP ERP 6.0 application, you can also use SAP Credit Management in SAP Financial Supply Chain Management set of applications (FIN-FSCM-CR) to perform all credit checks and commitment updates for all areas of sales (SD-BF-CM). In SAP Credit Management, you can update the data from multiple systems. This enables you to execute credit checks with consistent data in distributed systems, too. Furthermore, you can connect to external credit information providers by extensible markup language (XML) interfaces. Alternatively, you can continue to use SD Credit Management (SD-BF-CM).
    6.E-Commerce: Catalog Management :-As of SAP ERP 6.0 application, you must carry out product catalog replication from your ERP solution to the Text Retrieval and Information Extraction (TREX) server for use in the Web shop, using the report ISA_CATALOG_REPLICATION.
    7.E-Commerce: Quotation and Order Management:- Order creation with reference to a contract that has been displayed* Lock of sales documents to avoid concurrent access during the order change process* Display of bills of material in the shopping basket* Free goods processing* Processing of grid products for the SAP Apparel and Footwear application* One-step business order processing* Selection of multiple transaction types in the shopping basket* Credit card support in business-to-business (B2B) Web shop* Material number format conversion* Maintenance of delivery priority in the shopping basket (B2B)* Document search for all documents across all sales areas* Interprocess communication-characteristic value display in basket and order confirmation
    8.E-Commerce: Selling Over eBay:-Creation and management of product listings on eBay leverages the e-commerce order management and fulfillment capabilities of the SAP ERP application by easily tying existing tax, pricing, shipping, and payment configurations to post-auction processing. Enhancements in 2005: * You can use the business-to-consumer (B2C) checkout instead of the eBay checkout. With the B2C checkout, you can maximize cross-selling and up-selling opportunities by leveraging B2C functionality, determine tax and shipping using the elaborate methodologies available through condition techniques in SAP ERP 6.0. * E-mail notification scenario: winner notification to keep the auction winner updated with the status of the auction and of his or her order * Monitoring through features such as single-activity trace (SAT), heartbeat, and logging * Creation and publishing of multiple-item auctions and manual retraction of winners
    9.E-Commerce: User Management:-- Web-based user management for business-to-business internet users - Assignment of authorization roles to users in web-based user management - Automatic migration of SU05 to SU01 internet users
    10.Enterprise Services in Sales Order Management:-Please check in the Enterprise Services Workplace site which enterprise services are available for sales order management on the SAP Developer Network site (www.sdn.sap.com).
    11.Internet Pricing and Configurator (IPC):-The IPC is enhanced and integrated to allow configuration within the sales documents of the SAP ERP application reusing existing model data while leveraging its improved functionality and advanced user interface within SAP ERP.
    12.Price Catalog (PRICAT): – Inbound Processing (Retail):-Inbound message processing of PRICAT essages:As of SAP ERP Central Component enterprise extension retail 6.0 (EA-RET 600) component, you can create and change article data automatically, or in an interface for mass data handling. The system takes both single and generic articles and bills of material and prices into account.
    13.Rebate Condition Records Using Scales:-As of SAP ERP 6.0 application, you can set up rebate agreements so that the scale base value and the rebate scale level is derived from the total sales volume of multiple condition records. You do this by grouping condition records in the rebate agreement.
    14.SAP Role: – Internal Sales Representative:-SAP role – internal sales representativeThis role delivers all the functions to fulfill the requirements of an internal sales representative. This includes tasks such as answering phone calls from customers and prospective customers, processing incoming inquiries and sales orders, and preparing quotations and sales contracts.Target groupThe responsibilities of an internal sales representative (or customer service representative) include the following:- Answering phone calls from customers and prospective customers- Answering product, price, and order status related questions- Processing incoming inquiries and sales orders- Preparing quotations and sales contracts- Taking sales orders and ensuring successful order processing – for example, taking care of the completeness of sales documents, releasing delivery-blocked orders, and so on - Support for the outside sales force – for example, checking on quotations, updating customer master data, and so on- Preparing reports and sales analyses for the sales manager and the sales teamWork overview This work center gives you an overview of your daily work and gives you easy access to your most important tasks. Sales documents This work center allows you to work on all your sales documents. You can create and maintain inquiries, quotations, sales orders, sales contracts, scheduling agreements, and billing documents. Order fulfillment This work center allows you to monitor order fulfillment. You can display deliveries, backorders, and shipments, and can check product availability.Master data This work center enables you to work on all your master data. You can create and maintain business partners, customer agreements, prices and conditions, and products.
    I hope it will help you
    Regards,
    Murali.

  • Difference between SAP BI 7.0 and SAP Business objects

    Dear All,
        I would like to know what is the difference between SAP BI 7.0 and SAP Business objects.What Advantage will we have if we implement sap business objects rather then SAP BI 7.0.WOur management wants to implement

    Hi,
    Strategies for better reports, queries, Web reporting, formatting, dashboards, cockpits, planning, and performance management
    advantages of BO
    Crystal Reports XI is the latest version of the report writer from Business Objects. Local reports guru David McAmis takes the new version for a spin.
    Most developers might know Crystal Reports from versions included in Studio, Visual Studio.NET, and other popular developer IDEu2019s such as BEA Workshop, C# Builder, Delphi 2005, JBuilder, WebSphere.
    In this latest installment both report and application developers have something to be excited about as there are a host of new features for report design and integration. Hereu2019s a run-down of what you can expect in this release.
    What's New in Xcelsius version 4.5
    Xcelsius now provides the following new components:
    Candlestick and OHLC Chart components
    The open-high-low-close and candlestick charts are primarily used to display stock data. Each marker corresponds to the four values, which are represented as lines attached to the marker on the OHLC chart and as colors on the candlestick chart. Open displays the opening price of the stock. High displays the highest price the stock achieved on that day. Low displays the lowest price the of the stock on that day. Close displays the closing price of the stock.
    For more advantages go through the below link
    http://www.crimson-consulting.com/marketing/experience/knowledge/white_papers/cognos_tco.pdf
    For BI go throug hthe below link
    http://www.elegantjbi.com/Why-Business-Intelligence-better/business-intelligence-advantage.htm
    Regards,
    Marasa.

  • Administration differences between an As Java system and an As ABAP system?

    Hi, I'm not that familiar with SAP systems that are As Java based only, so apologies in advance if I ask real stupid questions here!!
    Can someone please explain how one logs onto an As Java only system?... ie without the ABAP stack does one still use the SAP logon pad or am I getting confused here totally???
    Also how does one do transports in an As Java system?
    If you could send me a document that explains the main differences between an As ABAP system and an As Java system, particularly the differences in administrating these systems that would be very useful. My email address is [email protected]
    Many thanks
    Ash

    Hi,
    Can someone please explain how one logs onto an As Java only system?.
    You can login through browser, use NetWeaver Administrator for most of your activities. There is also Visual Administrator/ Config tool etc these have seperate GUIs.
    It would not be easy to list out the options but i suggest you read understand info from help regarding the details below so that you can administer Java servers:
    Visual Administrator
    NetWeaver Administrator
    Config tool.
    SDM
    With the knowledge of the tools above you can start of administrating Java servers.
    Also how does one do transports in an As Java system?
    You install Portal on Java server and then do transports. You should be having a system administration role.
    Please do a search in help.sap.com and you will find loads of data on WEBAS Java administration.
    Thanks & regards,
    Vijith

Maybe you are looking for

  • Firmware upgrade times out (BEFW11S4 v4)

    Hi, my firmware upgrade times out everytime and i've read that the only way to get past this is by flash-upgrading the router through this web address ftp.linksys.com/pub/network but the link doesn't work for me and says '550 failed to change directo

  • Bug in decoding of From-addresses in Mail.app

    Dear all, since quite some time there is a bug in Mail.app, which leads to problems in replying to certain mails. The bug is similar (or the same) as in thunderbird 2 (see https://bugzilla.mozilla.org/show_bug.cgi?id=254519), which was fixed in Thund

  • Is Photoshop Elements (11) similar to the old Photo Deluxe Business Edition?

    I'm still using Photo Deluxe Business Edition, but I've heard you'd have to use the XP emulator to get PD to work on Windows 7. Obviously, PD's clock is counting down.  I'm figuring one or two Windows versions down the road, you won't be able to use

  • Ps_home and ps_ cfg_home envr variables

    i have installed hrms 9.0 and fscm 9.1 on the same machine and have separate PS homes. i have not set my ps_cfg_home. when i run PSADMIN.exe i get both the domains to boot as they are on the same machine and share the same default ps_cfg_home. althou

  • Does Safari use send referrer data for open tabs?

    If I have 8 tabs open in iPhone Safari and click a link that opens a "new" window (new meaning it takes over an open tab), does Safari send the referrer to the destination's web site/analytics as the spawning URL or the page that was overtaken? I don