DNSMaint not clearing out empty records

NW65 SP8 .DNSmaint.nlm version is 1.0 2004. We are trying to get this
process to work. all of the parameters are set correctly and the utility
runs. there are no errors but also none of the empty records are clearing
out. here is the command we are using. The user created for this process has
full rights. The partition in question has a read / write.
load
dnsmaint -User:dnscleaner.ccps -PASSWORD:xxxx -ZoneList:.tt_calvertnet_k12_md_us.TechTrailer.CCPS
load
dnsmaint -User:dnscleaner.ccps -PASSWORD:xxxx -ZoneList:.21_10_IN-ADDR_ARPA.TechTrailer.CCPS

CCPS,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • BADI ME_PROCESS_PO_CUST - DOES NOT CLEAR OUT ERROR

    In ME21N I want to validate the field Commodity Code - STAWN. I have used the BADI ME_PROCESS_PO_CUST*
    . Have used get_foreign_trade() in the PROCESS_ITEM method . I am able to throw an error . It is doing it but*
    after throwing error then when we give a valid Commoditycode too it is still showing the error and not clearing the error  .*
    As suggested by Dean Q I used   INCLUDE mm_messages_mac,
    tried im_item->set_foreign_trade( ls_mepo_eipo)  still when a valid Commodity code is entered after an invalid one  it does not clear out the error. In fact on checking using break-point I found that the second time it does not enter into the method  PROCESS_ITEM.    Any help is welcome
    Nivedita

    Hi,
    In SE18 give ME_PROCESS_PO_CUST as the enhancement spot and display. At the left side of the screen you can see the badi definition ME_PROCESS_PO_CUST. Expand the tree and double click on implementations. You can see the enhance implementations created. Double click on the enhancement implementation and in that screen there is a check box 'Implementation is active' and field 'Effect in current client'.
    If you know the enhancement implementation name(not the badi implementation name), you can check it directly from se19.
    Regards,
    Poornima

  • Query to find out empty records

    Hi experts,
    I want to find out those tables in my databases which does not have any records or data. I have many tables in my databases which are totally empty. Please help me to build a query . Which database view i should access to find out the tables with empty records? Please help.

    Hello,
    Just pass the user list you want to count and not admin users or other default users.
    SELECT owner, table_name, num_rows
          FROM dba_tables
          WHERE owner IN ('MYUSER','OTHERUSER');or this
    DECLARE
       CURSOR mycur
       IS
          SELECT owner, table_name, num_rows
          FROM dba_tables
          WHERE owner NOT IN ('SYS', 'SYSTEM', 'SYSMAN', 'OUTLN')
                AND iot_name IS NULL;
       v_sql     VARCHAR2 (100);
       v_count   NUMBER := 0;
    BEGIN
       FOR cur IN mycur
       LOOP
          v_sql     := NULL;
          v_count   := 0;
          v_sql     :=
             'select count (*) from ' || cur.owner || '.' || cur.table_name;
          EXECUTE IMMEDIATE v_sql INTO v_count;
          IF (v_count = 0)
          THEN
             DBMS_OUTPUT.put_line(   'Table name = '
                                  || cur.table_name
                                  || ' rows '
                                  || v_count);
          END IF;
       END LOOP;
    END;Regards

  • Activation page not clearing out

    The activation page on my account online is stuck telling me I need to activate a phone I bought, activated and deactivated days ago. Customer service and tech service have been no help. Anyone here have any suggestions on who can resolve this issue?

    wymi wrote:
    4th Tech and they are telling me that's not necessary, the contracts been extended, terms met and so on. Now they are saying it's an online website glitch only. The account and phone are clear, give it time to clear out, heard all this before, we'll see wher it goes. I got the standard, "This happened to me to" from the last Tech, yeah right! Why not just tell me "We've never seen this before" or "We've got no other reports of this happening" line.
    Because the other two excuses are used on Tuesdays and Thursday respectively!!! 
    I just know I would feel like an idiot if I was to sell that phone (if that is what you are going to do) and the buyer can't activate it.

  • [Unsolved] iOS 8 Exchange Emails read on other devices do not clear out from Lock Screen

    Creating this thread again since the last one got marked 'solved' automatically although no solution was found.
    My Google Apps (Exchange) emails on the lock screen are not disappearing when I read them on other devices (eg. my iPad or Mac). On iOS 7 this used to work very consistently for me, that is, when I received an email on 3 devices and read it on one of them, the email would instantly be marked as read on the other devices and the notifications would be cleared out.
    Furthermore, if I slide the notification of a read email on the lock screen and delete it, it has no effect on the server. So this is certainly a bug.
    PS: Also tried Push email notifications with iCloud mail, same problem. For iCloud, even the icon badge count is not updated.

    Nope.  Mine is an iPhone 5 that has Exchange, Gmail and Hotmail accounts on it.  All three email clients worked perfectly on iOS 6 and 7 in terms of appearing on and disappearing from the lock screen, but my experience with iOS 8 has been horrible.  As to this issue in particular, not only are items not disappearing from the lock screen, but even when I changed the setting to show only 1 message on the lock screen (just so I would know if I have any new email), every email I get nevertheless still appears on the lock screen ?!?!  I agree with t87 that iOS has been a regression and, to my mind, a big one at that (not just limited to this issue).  The mantra of "it just works" does not hold true, at least in my experience.

  • Issue with Popup LOV field not clearing out "default" value

    I am using APEX 4.0 & Oracle 10g
    I have a form that displays a default value on a "Popup LOV" field (say P1_POPUP) when the Form is initially displayed to the user. The default value is part of the Popup LOV list of values. If the field is "manually cleared" *i.e. I clear the default value by backspacing and don't touch the LOV) and I Refresh (submit) the form (REFRESH button to display the same Form again), the default value is still displayed.  
    In Post Processing, I debugged the value of P1_POPUP to see if holds the default value and yes it does. I was expecting no value in P1_POPUP.
    Is this an APEX standard behavior?
    Any way how I can get rid of this value on an manually clearing action of this Pop Up field?
    Looking forward for your response.
    Thank very much in advance.
    Ed.

    I apologize, the default value was NULL indeed. However, it seems like I may need to manually clear this value so that it will not be displayed.

  • File in Trash will not Clear after Emptying

    We have an Intel iMac running 10.5.3 and a file in the trash will not empty.
    I move it to the desktop and it disappears. I secure empty and it comes back. Any ideas how to get rid of it and what might be causing it?

    does this file have any strange characters in its name? Do you have bootcamp?
    if yes, this might be a windows ghost. boot into windows and run [chkdsk|http://support.microsoft.com/kb/315265].

  • Can I make a new itunes account for my daughters ipod but not clear out my itunes

    We only have one computer now and I want my daughter to be able to use and upload to her computer without affecting my itunes music, what do I need to do? and can this be done?

    Create two Windows User profile, one for you and one for your daughter so that each of you will maintain your own itunes library and iTunes account.  You already have yours in the computer, you just need to add a new user profile for your daughter.  Go to Control Panel/Users to add a user account (make sure it is Administrator account and not Standard account).
    Refer to this article for info:
    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495

  • Aperture3- How do I clear out empty libraries in Aperture 3?

    I have managed to create several libraries which are empty or, in one case, have one photo.   How can I clean up libraries and get rid of the useless ones?
    I have tried deleting to no avail.  Two books I've consulted are no help.

    Scott,
    As for as I know, it stands for Aperture Library.  Such a library is a package of many files and folders, and complex in structure.
    Ernie

  • After multi-mailbox search deleted the results are not cleared out of discovery mailbox?

    So my legal team has finally given me the OK to remove the results of a multi-mailbox search that the results of were sent to a discovery mailbox.   I've deleted the search, OK'd the warning indicating that the results of the search would be deleted
    from the mailbox and nothing further appears to have happened.  My expectation was that the results would be deleted.
    Anyway to troubleshoot this or do I just delete the discovery mailbox and start over with a new one?
    Jason Meyer

    Alternatively, you can also use
    Search-Mailbox cmdlet to delete items in the Discovery mailbox. To delete all items in the Discovery mailbox, use the cmdlet without any query parameters, or you can scope it to start/end dates, etc. See
    Search and Delete Messages.
    Bharat Suneja
    Microsoft Corporation
    blog: Exchangepedia.com
    Follow: @bsuneja
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Please do not send email directly to this alias. This alias is for newsgroup purposes only.

  • Inbox-CPS not clearing out .wif files

    I just upgraded ZAM 7.5 to IR8 and ever since the update, the .wif files are
    just piling up in the inbox-cps folder. Has anyone else experienced this with
    IR8?

    Well, I was wrong, My server is just behind because it is rescanning every
    machine for a second time this cycle period after the upgrade. So it is
    currently scanning 118 machines right now.

  • Clearing out previous password history

    Hi everyone! As part of our User maintenance is to clear out old user password histories. Just want to ask if there's a way that i could clear out the old/previous password history of a user?
    Thank you very much in advance!
    Regards,
    Braille

    Wow - to get a response from The John Burton, I feel so honored!
    No, John, I believe that you are talking about when you are on the Account Identification Screen. I am talking about when you have confirmed the customer and are on the Interaction Record Screen and you realize that you want to exit without adding a record. By clicking on END, it exits but creates a blank interaction record. When I click on Cancel, the screen exits to the Home Page but when the user goes into the interaction record for the next customer, the details on the botton of the screen (Last Interactions) is from the previous customer. It is as the Cancel does not clear out the previous information.
    Thanks for your time,
    Simon

  • FXTrans Script does not clear previously translated currencies

    Good morning Experts!
    On Page 4 of the Document named "How to Configure Limited Currency
    Translation" that was provided to me by SAP Support, with regards to the FXTrans Script, it states "The
    translation process first determines what rates and currencies need to
    be processed. It then clears any previous data that was generated by
    earlier FXTrans processes for the same category and time scope as the
    current run."
    This is broken. The MultiCurrencyTranslation process is not clearing
    out previous data at all. It's simply appending additional data each
    time the process is run.  Has anyone else seen this issue?  I've run the process numerous times and our European revenue has doubled and tripled and quadrupled. 
    Is there a way to resolve this?
    Any ideas are greatly appreciated.
    Thanks!
    Sean

    Sean,
    There is simple solution.
    You can use  CLEAR DESTINATION statement in the logic script.
    As you know, this will clear destination so you should be careful to use this but it will clear destination and will write data.
    I think it will solve your issue.
    Thank you.
    James Lim

  • FX-restatement package clears out our special translation

    Hi,
    We have created a special FX-Translation for an account and we do not want the regular FX-Translation to convert the Loc figures into Swedish currency (SEK is the group currency). First we tried to set the ratetype to notrans for that account, but then when we run run the FX-logic file: *RUN_STORED_PROCEDURE=SPRUNCONVERSION([%APP%],[%CATEGORY_SET%,[SEK],[GLOBAL],[%SCOPETABLE%],[%LOGTABLE%]
    the FX-restatement package had cleared out special translation. We then tried to remove the ratetype setting from notrans to nothing, but then it just translates the same amount in LOC to sek e.g. 10 in local currency gives 10 in SEK.
    Does anybody have an idea about how to leave out this account from the FX-translation without it being cleared out or the same as the Loc value?
    Best regards
    Robert

    I'm not sure if there's a way to force the SPRUNCONVERT to not clear out your custom calc result, but maybe that's still OK. I think the SP does something behind the scenes that's similar to a
    *Clear_Destination
    *Destination RptCurrency = SEK
    and there's no way to turn this off. I faced a similar issue with the SPRUNCONSO SP, and gave up trying to fight it.
    Set the RateType=NoTrans, let it clear out the value, and then after that finishes (you probably need a *COMMIT between these blocks of code), calculate this one account using your custom logic. As long as you get the correct result, the extra overhead of the unnecessary clearing is minimal.

  • Not able to clear out a formula field value when variables are equal to 0

    I am trying to calculate the difference between a formula field from a main report and a formula field from a subreport. When i run the report i get a correct difference calculation only when both formula fields have a value different than 0. When both values are 0 then the difference calculation shows the last item quantity from the formula field in the subreport that had different values than 0.  It looks like the difference calculation is not being clear out before jumping to the next value calculation.

    try to clear the variable values once done with calculation like
    whileprintingrecords;
    shared numbervar i:=0;
    regards,
    Raghavendra

Maybe you are looking for

  • Recycle bin option disapeared when deleting a file from iTunes library?

    Problem : files deleted from my iTunes Windows library are not deleted on my hard drive. how to get back to the full "delete" features in iTunes library where you are asked if you want to put the files in the recycle bin or not? By mistake I 've tick

  • Green Screen MPB Mid 2009 model HELP

    Hi, I bought my MBP January 2010, and have had no problems with it until this morning.  It was in sleep mode over night and when I turned it back on the screen on the MPD began to flicker and now there is a series of fuzzy green lines through out the

  • Excisable and non exciable material report

    Dear all, My client wants a report in such a way that whether the material is excisable or not. Is there any transaction code wherein we can see the details? Please suggest. Thanks & Regards, AR

  • Can't see shared albums in Lion

    I have iLife 11 and Lion. I can no longer see my shared iPhoto libraries. I have gone into preferences both for iPhoto and System and am sharing everything. But the albums for each machine do not appear in iPhoto in either machine. It used to work un

  • STOCK TRANSPORT ORDER UNDER SALES ORDER SPECIAL STOCK

    Hello, we have a plant A that produce the same material for some clients and for another plant B (another company). Plant A works under sales order special stock. Plant A produce for sales order (other clients) and for cross-company purchase order (S