OPTIONS entries in log

On a Leopard Server running 10.5.5, I am seeing frequent log entries every few minutes for one of my virtual hosts that look like the following:
XXX.XX.XX.XX - - [15/Oct/2008:08:38:44 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:38:59 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:39:39 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:39:59 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:43:11 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:43:12 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:43:13 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:43:19 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:46:59 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX - - [15/Oct/2008:08:47:40 -0500] "OPTIONS * HTTP/1.0" 200 -
XXX.XX.XX.XX is the IP of the server. Any idea why it would be querying itself for OPTIONS so frequently?

Nagesh,
       I understood what you are telling.Let me give an example with my understanding and correct me if I am wrong.
       Suppose the following recor exists in ODS.SalesCocumentNo is the key.
       SalesDocumentNo  Qty
        12345           100
       Now there is this new record posted with the same document number.
       SalesDocumentNo  Qty
        12345           50
       With OverWrite Option in ODS , final ENTRIES IN ODS  will be like this
       SalesDocumentNo  Qty
        12345           50
       With Additive Option in ODS , final ENTRIES IN ODS  will be like this
       SalesDocumentNo  Qty
        12345           150
       With OverWrite Option in ODS the entries in CHANGELOG will be like this
       SalesDocumentNo  Qty
        12345           100
        12345           -100
        12345           50
       With Additive Option in ODS the entries in CHANGELOG will be like this
       SalesDocumentNo  Qty
        12345           100
        12345           50
     Correct me if I am wrong.

Similar Messages

  • Profit center an optional entry for Movement Type

    Hi All,
    I have the need to make changes on the Field Status for the Movement Type 561 to set profit center to be an optional entry.
    Right now when I go to MB1C and enter the movement type and the plant, it asks for a profit center since its a req entry. I want to change that to optional. Please help.
    Thanks
    RFico

    Hi
    1. Go to SE38 - Program RM07CUFA
    2. Enter Movement Type 561 - GL Account as your stock account
    3. Execute
    4. It will show you 2 columns - Field Status as per MM and FI
    5. Make Profit center as optional there for MM...
    6. Pr Ctr as optional for FI can be made from OBC4
    Regards
    Ajay M

  • In ME51 fund center field to be made "optional entry"

    Hi experts,
    How to make Fund Center and Commitment Item field in ME51 "Optional Entry"?
    Regards
    Jay

    hi
    I am using ECC6.0 and in ME51N Fund center and commitment items are optional entry fields.
    I am facing this problem only in ME51.
    As per customer requirement Acc *** Cat field is made "Display only".
    I am getting following message
    No funds center entered/derived in item 00001
    Message no. FI313
    Diagnosis
        In company code (&2) the component Funds Management is active. This
        requires the entries or the derivation of a funds center.
        You can use the following elements to derive the funds center: comp
        code GNFC/ account 224001 or CO object .
    Procedure
        Enter a funds center or ensure that the funds center can be derived
        the possible assignments by:
        o   assigning a funds center in the commitment items- master record
            maintaining the assigning of a funds center to the CO object.
    thanks & regards
    jay

  • Re: The optional entry requrement of Material Group in ME22N TCode

    Hello,
    Can you please tell me how to make the Material Group field in ME22N an optional entry so that its value can be changed any time.It actually comes from material master.
    Regards,
    Smitha

    Dear Smitha,
    The answered given by Ashok was correct and i had put some more
    information.
    In the SAP Standard system it is not possible to change the material
    group for a material during PO creation or PO change.
    The material group is pulled in from the material master so the only way
    to change is to update the material master and then create a new line
    item. This is R/3 standard functionality.
    You only have to fill in the material group when you have a "short text"
    as description but not when you had a material that define in material master.
    BR,
    Ian Wong

  • Optional entry for movement 281 & 581

    Hi frnds,
    In my network when i assign material component it is automatically picking 281 movement type and creating reservation but i want 581 movement type.
    How to make this as optional entry.
    Thanks in advance.

    Movement type 581 is used incase of ( Production ) asssembly from Network, while making assembly if you are generating by product in that case it will come in to picture.
    Here with 581 debit entry will happend to network and credit will happen to stock account. ( This  posting  are just reversal of posting what system does in case of 281 mv. ) 
    System is working as expected. Why you wantedto use movement type 581 ?
    With Regards
    Nitin P.

  • How to see the BPS menu options when you log-in to the systems

    Hello All:
    I am able to use BPS0 and BPS_WB transactions to directly access the BPS development environment.
    But I am not able to see the options for accessing these transactions in the user-menu(that appears to the left of the screen when you log-in to the system).  I am using the BW 3.5 system. What should I do to see them in my menu?
    Thanks,
    Kumar

    Hello Ajay,
    I created a new role called "zrole" for displaying planning trasactions in the menu. The name of the area menu to see the planning transactions in BW 3.5 is "RS00_PLAN". I am now able to see all SEM planning transactions in the menu.
    I am awarding full points.
    Ashwin - Since the menu for accessing the planning transaction is not available by default in the SAP menu I had to create a role.
    Thank you Ajay and Ashwin.
    Regards,
    Kumar

  • Validating select-options entries

    hi
    i need to check whether all entries in SELECT-OPTIONS range are valid or not.
    *my select-options field is s-pernr as below.
    SELECT-OPTIONS: s_pernr  FOR pernr-pernr.
    *all valid entries from PA0000 table will be selected into pernr_table.
    SELECT DISTINCT pernr
            FROM pa0000
            INTO TABLE pernr_table
            WHERE pernr IN s_pernr.
    now i have to check all invalid pernr's in s_pernr.
    s_pernr contains: 1, 5, 6, 7, 8, 9, 10.
    PA0000 contains: 1, 2, 5, 8, 10, 11, 13, 15...
    then pernr_table = 1, 5, 8, 10 only.
    that means pernr 6, 7, 9 in s_pernr were invalid.
    How to fetch these values  as s_pernr is SELECT-OPTIONS field and it may have any combination of values.

    Hi,
      As far as what i get from your question is, user put multiple values in the LOW field of the select-option and you have to
    check all the values entered in the select-option-LOW field.
      If this is the case, you can loop at select-option as show :-
    1) create an internal table of type
    BEGIN OF ty_pernr ,
       sign(1)   TYPE c,
       option(2) TYPE c,
       low       TYPE pa0000-pernr,
       high      TYPE pa0000-pernr,
    END   OF ty_pernr.
    2) create workarea of type ty_pernr.
    data wa_pernr type ty_pernr.
    3) loop at the select-option.
    loop at s_pernr into wa_pernr.
        SELECT single pernr
       FROM pa0000
        INTO TABLE pernr_table
        WHERE pernr eq wa_pernr-low.
      if sy-subrc ne 0.
         "give error message.
      endif.
    endloop.
    Hope this solves ur problem.
    Regards,
    Bhavesh.

  • I can't see the animations on the website or access most of the options when I log in.Works perfect with Internet explorer though! Please help

    I can't see the animations on this page (looks like a very small image) and when I log in can't access/see some of the options in the website . The page however works perfect with Internet explorer though! Please help identify the kind of plugin/add-on needed to make it work.

    If you're using it in bright light, you may be getting sunlight through the back of the machine which can wash out the display.  The Apple logo on the back of the lid is actually a cut-out that uses the systems back light to make it glow.  Bright light (especially sunlight) can actually shine through the back.  As the users in the login are typically in the middle of the display, this is the area most likely to be washed out as that is where the Apple logo is.  You can try just putting your hand over the Apple logo on the back to block the sunlight when trying to log in.

  • Facebook suddenly not displaying options such as log-out in Safari. 2013 21.5 iMac/ mavericks / all other browsers are fine

    Does anyone know of a problem with FaceBook and Safari. For a while it wouldn't run FaceBook at all and now it does but no longer displays the usual login/out, options, page change, etc. on the top blue bar. I have no problem in Opera or the other browsers but prefer to use Safari. Have done some searching but to no avail. I have a feeling it may repair itself but it is a frustration at the present time

    This is what I find truly baffling and frustrating, that other people with the same problem are having the issue resolved without hesitation. And I've been going through this for 3 months now.
    I did receive a call last Wednesday, 10 Nov. from customer relations, they have finally agreed to replace the screen .. but .. she told me it isn't being replaced under warranty, it was her personal decision, an act of good will, because they value me as a customer ... which is good news, but I find their reasoning rather patronising and a kind of 'round about' way of addressing the problem without admitting to fault on their side.
    She also told me that they would only replace the screen this one time only and they couldn't guarantee that the replacement part wouldn't have a similar problem, and if it does then that's too bad ... and this is after they argued that the problem isn't due to a faulty part. The contradiction has been noted and filed!
    So .. I was advised to contact the retailer on 12 Nov to arrange taking the iMac in for repair, I waited until the afternoon of that day, and when I called them I was told they hadn't heard anything from Apple, and that their technician was on holidays for another week. I know they have 2 or maybe even 3 technicians there. I didn't say anything at the time as I wanted to keep things 'friendly' in order to get the job done, but I'm noting everything in writing, and if no further progress is made by next Friday (when the tech is due to return) then more calls will be made and letters will be sent.
    If I do need to contact them again I will take your advice iMacMan2010 and ask to speak to someone else, preferably higher up the chain.
    I'm glad that a resolution is now looking close, but wont be satisfied until I see the repaired computer sitting on my desk. And even then I'll have serious doubts about making any future Apple purchases.

  • Daily data entry Transaction log

    SAP : ECC 6.0
    DB : DB2
    OS : LINUX 64
    Issue : Management need Daily Data entry transaction summary
    1. Comp. code
    2. Plant code
    3. Module
    4. User
    5. Transaction code
    6. Entries entered (count only)
    7. Approved if any (count only)
    8. . Time spent on this
    Is it possible for Basis person to generate a daily/ weekly report ?
    An abap developer can do ?
    If already some one done this kind of analysis pl. give matching  TCODE/ sql to generate this.
    Thanks in advance

    Hi,
    This seems to be more of a customer requirement. Abapers will be able to write a customized program as per your requirement.
    Once data(Plant code,Comp. code etc) is pulled from corresponding tables its very easy for abaper to present the logic in any of the forms like ALV.
    Hope it helps.
    Regards, Amber S | ITL

  • Repeating entries in log.smbd

    I've recently started seeing this message repeating every few seconds in log.smbd (Windows File Service):
    [2009/08/11 17:28:17, 1] pdbods.c:odssamgetgrgid(2870)
    odssam_getgrgid: gid [99]
    Coincidentally, I'm now having problems with an application that copies files from the server, although doing it via the Explorer appears unaffected.
    Does anyone know what this means? Google is strangely not forthcoming on this message.
    Thanks.

    This is a 5.3.1 specific bug (it has just been released today), not related to the Time Capsule.
    It doesn't appear to stop the AirDisk working. But I have not idea why would the AirPort Utility have to gain access to the Mac?
    @Seanessy: If you are paranoid, maybe you should to hide your IP address in that message.

  • Not able to delete a single entry from a log or me...

    I am using Nokia Asha 311. I could not find the option to delete a single call entry from the call log.
    In messages, it gives the option to select the mesage but when I select a single message it also selects the All messages checkbox.
    So how to delete a single call entry from logs or a single message.

    You just need to long tap an individual entry in log or contacts and an options menu will appear up.
    It gives you many options including delete.
    To long tap, you just need to keep your finger there for around 1 second. Hope it helps.

  • Belle: No WLAN and Packet Data log.Filter options ...

    In Nokia N8, with Symbian Anna, WLAN and Packet Data logging wasn't possible, even though there were options in the log filtering settings.
    See below:
    http://i44.tinypic.com/9kxbfa.png
    After updating to Belle, log isn't still working, and both WLAN and Packet Data options were removed from filter options.
    http://tinypic.com/r/6dxwgg/5
    Will it be implemented in a further time?
    Best Regards

    Hi,
    quick update on this one as we now have a FAQ online.
    Q: How can I get a WLAN/Wifi and packet data filter with Nokia Belle?
    A: There is no data filter included in Nokia Belle by default, but you can download specific apps from Nokia Store.
    BR,
    yvonne

  • Enhancements To The History Log Option

    Hello.
    I think the option for History Log (Preferences -> General) is agreat feature.
    Though the way you implement it make it less useful.
    The option whether to embed / save the history logn into the file / into a text file should be in the "Save As" dialog box.
    I would recommend a check box which its default would be set in the preferences yet the use will be able to change it in each file he saves.
    Thank You.
    P.S.
    I would like to have an option to export the actions as a text file (Now I"m able using the ALT + Ctrl and Save Actions but for the whole actions while it shloud be for each one by itself)
    Thank You.

    thanks very much that does seem to work.  Won't I lose some quality in the image that way though?   (To copy/paste, I'm using a select tool to select the whole image, and then edit-copy the whole image, and then edit-paste the whole image to the new document -- is that what you had in mind?)

  • VS Workspace : "Data logging control" -- "Download target file to host" option

    Hi,
    I don't know how to use the "Download target log file to host" option available on the logger configuration from the VS workspace
    The log file on the target has to be downloaded to the host destination path ? but nothing appends and no errors too.
    Bonjour,
    Je n'arrive pas à comprendre et à mettre en oeuvre l'option "Download target log file to host" disponible dans la configuration du logger du workspace de veristand.
    Nous nous attendions à ce que le fichier du logger embarqué "VCD embedded data logger" présent sur la cible, à priori dans un état final (plus en train de logger) allait être rappatrié (via FTP ?) dans le dossier de destination spécifié...
    Les premières constatations font état d'aucun mouvement et pas d'erreur non plus. Quel est le lien également avec les voies loggées par control VS ?
    Merci
    Best regards,
    Ulysse
    Best regards,
    Ulysse
    Attachments:
    TestLog.zip ‏26 KB
    Embedded data logger.JPG ‏90 KB
    Target log file selection.JPG ‏56 KB

    You can use the Macros feature in the Workspace Log Control to play a macro before and after the logging operation to control the Embedded Data Logger to ensure that its logging starts and stops in order to properly download the log file. See the attached Engine Demo project for an example. It has an Embedded Data Logger instance in it, and its Workspace Log Control turns it on and off using macros recorded using the Macro Recorder tool.
    Jarrod S.
    National Instruments
    Attachments:
    Engine Demo.zip ‏112 KB

Maybe you are looking for