What logs are effected by "Ignore Time Stamp in Client Messages " rule?

Hello,
We're considering whether we can set "Ignore Time Stamp in Client Messages" system rule to false.
Now we're implementing 2 functionality and use them at the same time.
One is to change equipment status immediately and log the record to RESOURCE_TIME_LOG table.
The other is to log equipment status change reason code. That's recorded into PRODUCTION_COMMENT table.
We already find "Ignore Time Stamp in Client Messages" system rule. It's explained in HELP site like following and plan to set it to false.
=====
true: Ignores time stamps from the client during validations for starts, completes, nonconformances, and parametric data. Use this rule in cases such as when the client clock does not match the rest of the system (the client clock is "out of synch").
false (default): Uses time stamps during validations
Can override at: site, resource
=======
However, we're a little confused becasue above help says the default value is false and the default value in our customer's ME is true. When we try with the rule as true,  these time stamps are sometimes different. (I guess the reason, these tables can't handle smaller time than 1 second.)
Which ME tables will be effected if we set "Ignore Time Stamp in Client Messages" to false?
As I mentioned, we'd like to set equal time stamp into There're RESOURCE_TIME_LOG and PRODUCTION_COMMENT.
In the other hand, we concern the rule may make bad effect with other functionality and/or tables (e.g. PRODUCTION_LOG, ACTIVITY_LOG , and so on).
Best Regards,
Takahiro Uesugi

Takahiro,
From the beginning the system rule was introduced with default value of Fasle which was described in the online help. However, later the customers started using XML Production Interface more intensively which caused the problem of data inconsistency due to abuse of timestamp fields and sending messages with delays and not in chronological order. The solution in that case was to switch the rule on. And sicne that time the default value has been changed to True.
So, the system rule should control timestamp fields of XML Production requests where the actual time of activity execution is specified
Regards,
Sergiy.

Similar Messages

  • How can I get a time stamp on text message without turning on "read"???

    How can I get a time stamp on text message iPhone 5 IOS 7? (Without having to send read receipt)

    You can make the "Visit Date" column visible in the Bookmarks Manager (Library) via "Views > Show Columns"
    * Bookmarks > Organize Bookmarks
    *http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox

  • Ignore time stamp in file name to load infopackage

    Hi
    Everyday a .csv file gets written into a particular folder in my application server. the filename is as TESTYYYYMMDDHHMM.csv.
    Now i have written a program to pick up the file with TESTYYYYMMDD, but the time stamp doesnt match, hence i have to ignore it when i read the file.
    Can someone please tell me some simple logic/Abap code to ignore the time stamp in the name? i have tried using TESTYYYYMMDD*.csv, but that doesnt work.
    Please help. this is very urgent.
    Thanks
    Sushmita

    I read the content of the folder into an internal table usign EPS_GET_DIRECTORY listing. i cud read that into a variable, using a simple loop.
    and pass it to the Infopackage as file name.

  • What Files are Saved during a Time Machine Backup??

    Hi,
    When I carry out a time machine backup, what files are saved?
    I have just plugged in my external hard drive to carry out a back up and its 56GB!, my last TM backup was only 2 weeks ago and I haven't downloaded that much data!
    Many Thanks
    Chris

    Sorry, that wasn't typed very well!!
    The TM backup is 56GB
    ;o)

  • Strange time stamp behavior in kernel log

    While I was trying to find out a little hang time during boot process on my laptop I found a strange behavior of the logging time stamp. From the logging beginning it keeps the time for lots of messages. So it´s not possible to benchmark or compare some little tweaks
    Nov 8 13:52:51 workstation Linux version 2.6.13-ARCH (root@Wohnung) (gcc-Version 4.0.3 20051006 (prerelease)) #1 SMP Sun Oct 23 10:51:42 CEST 2005
    Nov 8 13:52:51 workstation BIOS-provided physical RAM map:
    Nov 8 13:52:51 workstation BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Nov 8 13:52:51 workstation BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Nov 8 13:52:51 workstation e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex
    Nov 8 13:52:51 workstation ts: Compaq touchscreen protocol output
    Nov 8 13:52:51 workstation Linux agpgart interface v0.101 (c) Dave Jones
    Nov 8 13:52:51 workstation agpgart: Detected an Intel i875 Chipset.
    Nov 8 13:52:51 workstation agpgart: AGP aperture is 64M @ 0xf8000000
    Nov 8 13:52:51 workstation pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 8 13:52:51 workstation shpchp: shpc_init : shpc_cap_offset == 0
    Nov 8 13:52:51 workstation shpchp: shpc_init : shpc_cap_offset == 0
    Nov 8 13:52:51 workstation shpchp: shpc_init : shpc_cap_offset == 0
    Nov 8 13:52:51 workstation shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Nov 8 13:52:52 workstation ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 21
    Nov 8 13:52:52 workstation PCI: Setting latency timer of device 0000:00:1d.7 to 64
    I use ntpd but this seems not to be related to the use of ntpd. Should be a little bug or missconfiguration. And I have this on several computers and archuser "ise" has it too. Also with different kernel versions. Any idea?

    Andy said it already, my log looks the same. It's even more messages with the same timestamp on my computer. I use the 2.6.14archck kernel from aur  on my laptop and the 2.6.13 from current on my desktop.
    My computers don't hang on startup, only the timestamp is confusing.

  • Time Stamp via Custom Function

    This is such a basic concept for a custom function that I am assuming someone out there has done it already. I have never created a custom function for Essbase, though I have programmed in a variety of languages and I'm assuming getting the current date/time in Java is not exactly rocket science. I have reviewed the docs for creating and registering custom functions and that also appears relatively simple, especially with the examples available.<BR><BR>What I want is a function that returns a Double in the form of a Date/Time that I can retrieve into Excel and display as a Date/Time. We want a simpler, more effective way of time stamping the running of calculations, more effective than combing through the app logs when we need to know if/when a calc ran a week or a month or two ago.<BR><BR>Does anyone have some sample code and/or insights to share on this topic? I would greatly appreciate it if you do.<BR><BR>Thanks,<BR><BR>James

    fyi - I ended up implementing a solution in Perl/Maxl that gives a timestamp to the second in a format that can be retrieved intelligently into Excel. I use the Perl time() function (Unix server) to get the GMT epoch time as a long int. Then I convert it into the floating point DATE format for Windows, with the hard-coded assumption of what time zone my server is in. Then I run a calc from MaxL that sets this value. I build the calc string in Perl and pass it into MaxL. Pretty cool. The calc uses two sub vars, one for the members to fix on and the other for the Scenario to timestamp. This way the perl/maxl is database independent.<BR><BR>Just thought someone might want to know...

  • Time Stamp Error: Cannot display system date and time. My VI display "YYYY-MM-DD" instead of "2014-08-02".

    Hi All,
    I am using Labview8.5 and Windows XP OS.
    My Problem is my Labview TimeStamp cannot display current system date and time.
    Please see my attachment for the screentshot.
    The TimeStamp or ever Format Date/Time String display "YYYY-MM-DD" instead of  "2014-08-02".
    I tried other computer machine and it works. There are some computer machine has this problem.
    How can I resolve this issue? Please advice. Thanks.
    Best Thanks,
    Jessie
    Attachments:
    Time Stamp error.JPG ‏68 KB

    Bill,
    reviewing the thread Dennis linked (thanks for that) reveals that it is the same account which opened this thread here three month later.
    What bothers me is the fact, that the past thread is marked "solved" even though it obviously isn't. Or the OP is trolling us.....
    Nevertheless, it seems like systematic error. Connected to specific machines.
    What makes the machines where the time stamp issue occurs "unique"? If there are several, is that source really "unique"?
    Most obvious reasons would be:
    - Language settings (possibly the infamous "dot-comma-issue")
    - Time zone settings (e.g. what happens if you switch Ulaanbaatar to Perth or maybe even some US time zone?)
    - Missing hotfixes for Win and LV
    - Is the system running as virtual machine vs. "native"?
    Not so obvious differences:
    - Specific CPU type
    - Motherboard/BIOS
    - LV ini settings
    There are tons of other possible reasons (e.g. corrupt LV installation), but these are the ones i came up with within a couple of minutes....
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How to Convert a 'Time Stamp' field to Date......?

    Hello Gurus:
    I am using a Generic Extractor to pull some stats data.  One of the field is a Time Stamp field, which tells me the date and time of Transaction run.  I only need "Date".  I tried mapping the stamp field to Date info-object hoping for a automatic determination of the Date.... (like the Week, Month happens).   Well, I was wrong! 
    I only need the Date part.  How can I do this in BI?  is teher a specific SAP info-object for this that could be used..?  If not, what would be the routine.  The Date field that comes in is a SAP format... "u201C20,070,505.0000000u201D meaning the Transaction was run
    on 05/05/2007.  How can I get this convertion in BI transaformation??  is there a special Routine...?
    Also, we are trying to use "Time Stamp" based DELTA from a generic extraction.  The field used is a System date with time stamp.  Value looks like u201C20100,505,170,113.2918470u201D, u201C20100,505,170,113.4748820u201D  Every record pulled has a different value... probably giving me the time at which the record was created or generated.  Now, with DELTA specifid on this type of field, what will be the 'Current Status" value in Delta queue?  Is it based on the last record created and will that be the highest value?  For next Delta extraction, does it compare the extraction time stamp to this value and bring in those records that are greater than the 'Current Status" value?  I guess with that we can have as many deltas as we want..... right??  is there any particular setting I should be doing or worried/ careful about setting etc....?
    Thanks for the response in advance....
    Best..... SMaa

    Thanks Akshay,
    Your suggestion worked right away and was probably the easiest of all.  I tried the Function Module that Pravender suggested,
    but it did not return me the date back.... may be because it does not need the Micro Seconds in it....?  Routine as suggested by
    Satyam might work too, but did not go there....! 
    Thanks to all of you.
    Best..... SMaa

  • WRT610N certain file types have wrong time stamp

    Hi, I have searched this forum for a similar problem with no luck - so here goes...
    I have a WRT610N router using the latest firmware 1.00.03 B15. After upgrading the firmware I reset router for 30 sec., and then powerdown for 30 sec. as I have read on this forum, and yes the USB drive was disconnected before hand, but I still have this problem when creating/saving certain file types on the USB drive attached to the router.
    I have discovered that MS Word and PowerPoint files (.doc & .ppt) are saved with the correct date and time, but MS Excel, Notepad, and HTML files (.xls, .txt, and .mht) are saved with a time stamp that is one hour later!!! There may be other file types that are affected by this as well.
    Example: I create/save a Word file and also an Excel file at 1:00 PM, When I use Windows Explorer to view the details of the files on the USB drive, the Word file has a timestamp of 1:00 PM, but the Excel file has a timestamp of 2:00 PM (in the future). All other functions on the router seem to be OK.
    If I create these five file types on the C: drive they all have the same timestamps, I also have a Netgear SC101 NAS which shows the correct timestamps. I only have this problem when using the USB drive connected to the WRT610N. I tried this on 3 different computers - all have the same issue.
    This may seem like a minor issue, but Im using SmartSync Pro to back up all the drives on the LAN and it uses the file's timestamp to determine if it should be backedup or not. So Im concerned that backups may not be done properly, or God knows what it will do with files from the future!
    Im using WinXP SP3, the USB drive is a WD2500BEVS - 250GB with 4 partitions (largest is 120GB) all formatted as NTFS.
    I would appreciate it if others would try this and post their results here so I would know whether to bug Linksys for a fix, or if I have problems elsewhere in my configuration.  Thank you.

    Well, 15 days, 40 views, 0 replies.
    Could one kind sole, just one, please; startup Notepad, save an empty .txt file to the USB drive on the router, and then let me know if the file had the correct time stamp?
    Preferably someone with a ver 1 router, firmware 1.00.03 B15, and running WinXP SP3.
    Thanks in advance.

  • LG Octane Camera Date/Time Stamp Issues

    The pics I take with my LG Octane are designated a number associated with the date/time the pic was taken (ex 0401121345, would be April 1, 2012 at 145pm). When I transfer the pics from my phones memory card to my computer and open the pics, I can see the pics info (date/time) and everything seems correct.
    The problem comes in when I load my pics onto a website that verifies the pics date/time thru the digital encoding on the pics file. (Digital Pics are encoded with date/time stamps that can be recognized with computer software). This website rejects my submitted pics from my LG Octane because this encoding is either not there or not set correctly. I had no issue previously when using my Samsung env last year. Please Help!

    I take it you are noticing that the photo shows in your gallery with the correct time for the name. But, when you look at the photos on your computer it is showing a time so many hours off (ie. phone shows 12:00 and computer shows 4:00). What it is actually doing is time stamping it for GMT for some reason.  This has been a problem for as long as I know. I have not found an answer and have come to believe there is not a way of changing the time/date stamp on the phone. I have not even found an app for it.
    Sorry I don't have an answer. But, maybe some one else will.

  • What is the effect called example: when you jump a ski jump and you see each frame

    what is the effect called example: when you jump a ski jump and you see each frame

    I think what you are looking for is Time Remapping .. select the clip and then apply the rime remapping to suit .. when applied you can catch the top right or left edge and slow it down further. The faster you can record in frames per second the better. OIf the effect needs really good quality then go down to video quality and select Optical Flow

  • How to read multiple Digital samples and plot a chart with time stamps

    Hi,
     Could anyone send me a code that:
    1. Reads 'multiple samples(lets say 4) from single digital input' 
    2. 'plot digital data as a chart with time stamps'
    3. Find frequency
    4. Log data into file with time stamps
    I have attached the code which i tried.
    Thanks,
    LK
    Attachments:
    DigitalNSample.vi ‏27 KB
    DigitalNSample.vi ‏27 KB

    Hi,
     Could anyone send me a code that:
    1. Reads 'multiple samples(lets say 4) from single digital input' using NI USB 6009 or NI USB 6251.
    2. 'plot digital data as a chart with time stamps'
    3. Find frequency
    4. Log data into file with time stamps
    I have attached the code which i tried.
    Thanks,
    LK
    Attachments:
    DigitalNSample.vi ‏27 KB

  • Split in stock transport order due to different time stamp in STR

    Hi,
    Deliveries created for stock PO's are splitted due to time stamp per seconds in the Stock PO. This originates due to timestamp set on the Stock transfer requisition created in APO. In this case several Stock transfer requisitions are consolidated to one Stock transfer order which is OK but it creates several deliveries due to the times stamp (split on seconds per day).
    Request to suggest the way to avoid split of delivery due to time stamp.
    With regards,
    Mrinal

    Found an user exit to remove time to avoid split on time.

  • Seperating time and date from time stamp

    Hai,
          Can somebody tell me how time and date are seperated from a time stamp with format  like 12/01/2006 1:21:36
    I want 12/01/2006 in one object and 1:21:36 in another object.
    Also as BW takes only format YYYYMMDD, does having 12/01/2006 make any difference? If yes then how can I convert this?
    Thank you.

    Hi Visu,
    For converting date check these:
    Re: Date Conversion in Flat File
    Bye
    Dinesh

  • Time stamps

    I just want to know how to make the iChat window include the time stamp for every message sent in the chat window.

    Ray
    Are these stamps put on the pics by your camera?
    If so, then you'll need to
    1. Stop your camera doing it - there'll be a setting for that on the camera.
    2. Get a photo editor such as Graphic Coverter or Photoshop Elements to remove the stamp from existing pics. It's not a particularly easy process.
    Regards
    TD

Maybe you are looking for

  • Personal & Work contacts

    Is there a way to separate personal and work contacts?? I would love to only see work contacts when I'm in my workspace and only see personal contacts when in the personal space..

  • How to use Fault schema in WSDL for Error Handling in ALSB

    We are not able to view the fault element in our alsb flow under body variable and when we get the error in test console the error comes in bea fault schema,but we want the error in our own defined fault schema.Pls. guide. Below are the steps we foll

  • Sync iPod nano 2nd generation

    I have some audio files taped from a live lecture in mp3 format in my iTunes library. I cannot sync/ transfer to my 2GB iPod nano. I have not been able to figure out why. It gives me the info that my files are not in a format that iPod nano supports,

  • Questions re: GPIB-ENET, LabView 5 and 7, license and Win XP

    We have a full development version of LabView 5.0 on a Win 98 SE machine, and just acquired a GPIB-ENET box that came with Solaris drivers. I loaded the GPIB and VISA software on LabView 5.0 and tried to connect to test the setup to no avail. It appe

  • How to add the "EXPLICIT" tag on my music (not pirated)

    Hello (i'm French, so i'm sorry for my English) Well, when sometimes i buy some musics, i can see the red tag "EXPLICIT" & my question is (after many research) is: How to add this tag on my own music (music that i bought in a store & ripped into Appl