Data written in Operationamanager DB shows 1 Hr old time than current time

Hi All,
I have a strange issue on my SCOM 2007 R2 CU4 RMS, Just discovered this accidentally.
I Configured an alert for testing and i used a sql query to extract the data for the test alert.
In generally the Ops DB and Ops warehouse write data in GMT (London time) 
When i ran a query if the Alert appeared at 08:00 PM London time, The time in the Alert shows 1 hr old so it shows that the alert appeared at 07:00 PM GMT.
So i used the query to see the current time in the DB "SELECT GETUTCDATE()"
Post entering the command i found that the time shows 1 hr behind the actual time.
So it appears that if it is 08:00PM now the Alerts and the time in the SQL Server shows 07:00PM GMT.
Is there any idea why this issue is occurring ?
I have analysed the Ops manager event logs and found nothing interesting. Just found the below events.
Event id 31553
Data was written to the Data Warehouse staging area but processing failed on one of the subsequent operations.
Exception 'SqlException': Sql execution failed. Error 777971002, Level 13, State 1, Procedure EventProcessStaging, Line 398, Message: Sql execution failed. Error 1205, Level 13, State 56, Procedure -, Line 1, Message: Transaction (Process ID 65) was deadlocked
on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. 
One or more workflows were affected by this.  
Workflow name: Microsoft.SystemCenter.DataWarehouse.CollectEventData 
Instance name: My RMS FQDN
Instance ID: {6C3444C3-3990-BB5A-F25E-289D8F427570} 
Management group: CINSCOM
============================================
Event id: 3333
Data Access Layer rejected retry on SqlError:
 Request: AlertUpdate -- (AlertId=4a3fdf34-a07c-4df7-b439-dacbde377baa), (BaseManagedEntityId=82262da4-9ab9-635b-a713-637c097f8092), (ResolutionState=255), (Owner=), (CustomField1=), (CustomField2=), (CustomField3=), (CustomField4=), (CustomField5=), (CustomField6=),
(CustomField7=), (CustomField8=), (CustomField9=), (CustomField10=), (Comments=Alert modified by user), (TimeLastModified=4/6/2015 6:43:25 AM), (ModifiedBy=E2K\lg167978), (TicketId=), (ConnectorId=), (ModifyingConnectorId=), (RETURN_VALUE=-1)
 Class: 16
 Number: 18054
 Message: Error 777980200, severity 16, state 1 was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.
The Local server time is US Eastern and is having the correct time.
The SQL & RMS have correct Eastern time. Both are physical Boxex.
Any help on this will be really appreciated.
Gautam.75801

In SCOM, all timestamp data is convert into UTC time before written into SCOM DB. This means the alert time is in UTC format.
When you ran a query if the Alert appeared at 08:00 PM London time, The time in the Alert shows 1 hr old so it shows that the alert appeared at 07:00 PM GMT. This is expected result because your machine time zone is not UTC and is UTC+1.
Roger

Similar Messages

  • Date is greater than current time plus 24 hours

    Hi,
    may I know how to pull data from a table where date is greater than current time (+24 hours)... my date field is in the following format 15-MAR-2013 20:07:00
    I want to do something like this
    select * from table_A where date_field > (sys_date_time) +24h
    as an example, when I run a query @ 4 PM on March 26, I want to pull data that has date > 4 PM March 27
    Thanks

    >
    may I know how to pull data from a table where date is greater than current time (+24 hours)... my date field is in the following format 15-MAR-2013 20:07:00
    >
    No - a DATE column does NOT have a value in a format like that. The value is stored in an internal binary format. The format you posted might be your NLS_DATE_FORMAT or just a format you provided to display that date value.
    >
    I want to do something like this
    select * from table_A where date_field > (sys_date_time) +24h
    as an example, when I run a query @ 4 PM on March 26, I want to pull data that has date > 4 PM March 27
    >
    As others have said to add 24 hours to whatever value SYSDATE has at the time the query is executed just use 'SYSDATE + 1'.
    But there are at least two caveats:
    1. You can't really run a query '@4 PM'. You don't have ANY control over exactly WHEN the query will begin execution. The only way to control the date used is if you provide it yourself as part of the query.
    2. Your 'date_field > SYSDATE + 1' query will NOT see inserted/updated data that has not been committed. So a similar query later may return a different result set even if it appears to cover the same time period. In other words you can't reliably use a DATE column like that to pull sequential sets/batchs of data unless there is no DML occuring on the data that might affect the results.

  • Show time in current time format

    Hi!
    jdk1.3
    windows2000
    I want to show time in java in current time format
    e.g if I set in Windows (Regional Settings->Time) time format to 12 h format , then I want java show me time in this format
    if I set in Windows time to 24 h. format, then I want java show me time in 24 hours format.
    What I can do?
    Thank you.

    Hi!
    jdk1.3
    windows2000
    I want to show time in java in current time format
    e.g if I set in Windows (Regional Settings->Time) time
    format to 12 h format , then I want java show me time
    in this format
    if I set in Windows time to 24 h. format, then I want
    java show me time in 24 hours format.
    What I can do?
    Thank you.haha just did this a few hours ago hey this should get you started
    http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html
    anyway it will be much easier and faster if u just type 'date/time' in forum search lots of similar questions this type

  • My iphone wifi data from the consolidated file shows more wifi networks than I have been exposed to. Does the iphone also collect location on wifi networks that are within reach of the wifi networks it has access to?

    I took out the wifi location data from the consolidated file and plotted into google maps. Clearly, not all those wifi networks are in areas or really close to areas I've been to, yet somewhat close. Does it mean that if I am within a range of a wifi network my iphone will not only collect location data of that particular wifi network but also all others that are within reach of that wifi network and so forth?

    Andy2005 wrote:
    Does it mean that if I am within a range of a wifi network my iphone will not only collect location data of that particular wifi network but also all others that are within reach of that wifi network and so forth?
    Yes:
    http://www.apple.com/pr/library/2011/04/27location_qa.html

  • How can we get current time date with resultset?

    Dear All,
    I have to insert current time date in the table.So,i need to get the current time and date with result set.So,I will first get the time date and then insert it into the table.
    I know how can we get current time and date without resultset.i have created this function its working.But now i want to use this.mean using resultset i want to put in the table.
    How can i do this?
    public static String DATE_FORMAT_NOW = "yyyy-MM-dd HH:mm:ss";
    public static String now() {
    Calendar cal = Calendar.getInstance();
    SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
    return sdf.format(cal.getTime());
    }

    yuck. Why not simply set a "new java.sql.Date()" to the SQL parameter in question?

  • HT5621 I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully und

    I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully under me?

    The first thing to do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. You — not the previous owner — must do that. How you do it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    1. You don't own another Mac.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. For early MBA models, you may need a USB optical drive or Remote Disc. You should have received the media from the previous owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    2. You do own another Mac.
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to create a bootable USB device and boot the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can boot from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    Once booted in Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    After partitioning, quit Disk Utility and run the OS X Installer. You will need the Apple ID and password that you used to upgrade. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    Then run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    3. Other issues
    If you see a lock screen when trying to boot from installation media or in Recovery mode, then a firmware password was set by the previous owner, or the machine was remotely locked via iCloud. You'll either have to contact the owner or take the machine to an Apple Store or another authorized service provider to be unlocked. You may be asked for proof of ownership.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Mac App Store Customer Service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.
    When trying to create a new iCloud account, you might get a failure message: "Account limit reached." Apple imposes a limit of three iCloud account setups per device. Erasing the device does not reset the limit. You can still use an account that was created on another device, but you won't be able to create a new one. Contact iCloud Support for more information.

  • My email recently changed and so I updated my Apple ID to reflect my new email, but my Icloud account still shows the old email as the username on both my Iphone and Ipad and for the life of me I can't figure out how to change or delete it.

    My email recently changed and so I updated my Apple ID to reflect my new email, but my Icloud account still shows the old email as the username on both my Iphone and Ipad and for the life of me I can't figure out how to change or delete it.  My password doesn't work with the old email address.  When I look for my old email address in the Apple ID support area it says that the ID doesn't exist.  Help!!!

    You have to go to Settings>iCloud and tap Delete Account, then sign back in with your updated credentials.  This deletes the account and your synced data from your device, but not from iCloud.  Provided you are signing back into the same account and not changing to a different account, your data will be synced back to your device when you sign back in.

  • I have changed my email address and changed my Apple ID. However iCloud on my ipad and an ipad mini still shows my old email address. How can I change my iCloud email address?

    I have changed my email address and changed my Apple ID. However iCloud on my ipad and an ipad mini still shows my old email address. How can I change my iCloud email address?

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • My old appleID use email with domain already deactivate. So I changed my appleID and primary email and now I can not access iCloud with iOS7. ICloud shows my old appleID but I can't change it. How do I get iCloud to work with my updated ID?

    My old email that using register for apple ID cannot access/check any mail because that domain already deactivate.
    So I changed my appleID and primary email and now I can not access iCloud with iOS7. ICloud shows my old appleID but I can't change it. How do I get iCloud to work with my updated ID?

    Hi ccharat,
    Welcome to the Apple Support Communities! It sounds like you did a good job editing your Apple ID and primary email address, but you didn’t sign out of iCloud on your iOS device before hand. What you may need to do in this situation is go back to the Apple ID website and edit your Apple ID and primary email address back to the email address that is signed in with iCloud (there is no need to verify the account after editing it back to the old account, just changing it back is enough). Once your Apple ID is back to the original account, delete the iCloud account from the iOS device and be sure to keep all info on the device when prompted. After you delete the iCloud account, go back to the website and edit your Apple ID and primary email address back to the new address. Once it is back to the account you would like, you can sign into the iCloud on the iOS device with that new account and merge all of the data when prompted. Please use the following article as a reference.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/ts5223
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Go to Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Delete Account, then tap Delete to confirm.
    Tap “Keep on My [Device]” or “Delete from My [Device].” In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    I hope this helps,  
    -Joe

  • Xserve Data Written speeds

    Due to an application upgrade for one of our departments, I had to upgrade our Xserve G5 w/megaraid from 10.3.9 to 10.5.7. Since the upgrade, I have noticed that the internal drive speed seems to be slow when our apps are attempting to do a mysqldump of the databases (internal drive to internal drive). Diagnostics don't show any problems.
    When I go to Activity Monitor, it shows the Data Read speed as 8 - 12MB /sec (sometimes a little lower or higher) and a Data Written speed of around 6MB - 8MB /sec (sometimes a little higher, but sometimes much lower around 1 - 2MB /sec).
    Is this normal? I'm not sure what the "normal" data write speed is for Xserve PCI RAID hard drives? I have three 80GB Apple module drives on a RAID-5 via megaraid.
    Thanks.

    Similar problem here. I have three Mac (iMac, MacBook PB G4) connected to the same AE and the attached USB hard drive. Every one of them recognise the changes I did to the hard drive except the iMac. Doesnt has a clue what's going on.

  • I just moved and my iPad location is still showing my old location how do I change that?

    I just moved and my iPad location is still showing my old location how do I change that?

    That's the problem.  A WiFi-only iPad uses a database of router locations to determine location.  Unfortunately, the mechanics behind this database are a tightly-held secret.  Your location may change to the correct one within a week or two or it may take as long as a year!  (I'm not kidding.)  Incidentally, it will help if you're within range of other routers.  Doesn't matter if you pass data through them and also doesn't matter if they're locked.  The only requirement is "within range."
    By the way, you will find that, if you take your iPad away from your house, it will report your location more accurately.

  • I just bought the 5s. It's showing the correct applie ID but the iCloud ID is showing an old email account and I can't change it

    I just bought the 5s. It's showing the correct applie ID but the iCloud ID is showing an old email account and I can't change it

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Why do i show 2 phones under my backups? Shows my old phone

    Had to get new iPhone. Backed up my phone prior to purchasing new iPhone 5. Now unable to backup on cloud due to not enough storage. Shows my old phone backup & New phone backup. Will I lose all data if I delete old phone's backup? Thanks for the help!

    No.  Deleting the backup only deletes the backup.  It won't do anything to the data on your phone.

  • HT204053 When I go into I cloud on I phone and iPad it shows my old Apple ID.  How do I change it to the correct one

    My I cloud on the iPad and I phone is showing my old Apple ID.  Not sure why. This is not the one I purchase and log into I tunes.  I have read that the only way to correct it is to delete the I cloud account. Not sure I want to do that and lose everything.  Any advice please

    Welcome to the Apple Community.
    I wouldn't worry too much about using 2 iD's.
    It is possible to move all your data into the other ID, but it can be a bit of a pain

  • HT5622 I changed my apple id. On my iphone, when i go to icloud, it still shows the old id. How do I correct this?

    I changed my apple id, but when i tap icloud on my phone, it still shows my old apple id. How can i change that?

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for

  • How to use and load Plug-ins

    I would appreciate help loading and using plugins for my copy of Acrobat 9 Standard.  The plugins are in the folder Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins on my machine. How do I use/load them? This page is not helpful whatsover...http://he

  • HELP! GENERIC Host Process For Win32 SERVI

    I updated my drivers the other day now I can't keep my sound working. A few minuts after I reboot I get this message "GENERIC Host Process For Win32 SERVICES". So I tried to uninstall all previous installed drivers and reinstall the newest ones. This

  • Photo album 'Restoring 84 of 90' message stuck

    I was syncing photos today and my computer crashed.  I didn't lose any photos, however it has left my iPhone 4 with a message "Restoring 84 of 90" on the main photo album screen.  (See attached image below.) I have done everything short of doing a re

  • Is my OS X Mountain Lion installation vulnerable to security threats?

    Hello dear community members, I am a bit concerned about my OS X installation being vulnerable to known security threats which may not have been patched. Also came across an article: http://www.zdnet.com/os-x-mountain-lion-users-no-more-security-upda

  • How to set Bookmark element to expand

    Hi All, First I'll explain the solution so that you understand what I'm trying to accomplish. The solution involves several PDF files and each one is linked by the bookmark using the following DDX: <Bookmark>         <Action>               <Launch Ne