Date and Timestamp not updating

Following on from my previous posts, the date and timestamp of updated files are not being updated in RoboSource Control, i.e. the Modified column in the RoboSource Control Explorer. However, it looks like changes are being stored on the server when topics are checked in, as I can right-click a file in source control that I have changed, choose View, and see the amendments in the HTML.
Basically, this means that source control isn't recognising that files have changed and therefore when someone tries to get the latest version it doesn’t think there is one because the date and time are the same as previous version.
Has anyone experienced this behaviour before or know why the Modified column has suddenly stopped being updated?
Thanks
Jonathan

After some digging and random Googling the following article seems to have fixed my issue .
It seems that if you are running RoboSource Control on 64-bit machines, there are problems with checking in files.
http://helpx.adobe.com/robohelp/kb/cant-check-files-robosource-control.html.

Similar Messages

  • When Firefox opens my MSN homepage is out of date and will not update

    When Firefox (v 4) opens my homepage is out of date and will not update to the current date even when reloaded

    I'd recommend you delete the URL to your homepage which is causing the problem via Tools | Options | General and then go to the MSN homepage again and click the button "Use Current Page".
    MSN may have changed the coding in the URL which is causing Firefox to load an outdated page with your current settings.

  • Why are the date and time not updating in backups.backupdb folder?

    I just started using Time Machine on my early 2011 MacBook Pro running 10.7.2. After the initial full back-up and first few updates, the backup folder (on an external 1.5 TB Firewire drive) continues to show the original "date modified" of the very first back-up and lists the size as a ridiculous 2.48 GB. (Using BackupLoupe, I know it actually is 280 GB, reflecting the size of my internal HD). Any idea why this folder's info is not updating in the finder (even using "Get Info")? Are my back-ups really there? (It certainly seems so according to BackupLoupe).

    First, the best way to view or restore from your backups is via the Time Machine display, per Time Machine - Frequently Asked Question #15.  Using the Finder is not recommended.
    Do not worry about the dates.  First, the date modified only applies to the "parent" folder; that's not the Backups.backupdb folder, but the one inside it that's named for your Mac.
    Don't worry about the sizes, either.  On Leopard and Snow Leopard, the size of a backup folder was the total size of all the items that were on your Mac at the time of that backup (less exclusions).  On Lion, however, it's the "unique size" -- the size of items that appear only on that backup.

  • Firefox remembers old data and does not update properly. What is the problem?

    I follow my investments using the investment company's website. Today's data using Firefox does not reflect completley today's updates but retains some of yesterday's data. Why? What do I need to do?

    Firefox should reload frames from the website if you reload and bypass the cache.<br />
    Make sure that you do not use bookmarks that have GET data appended to the links (?xxx=xxx)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Dunning : print date and indicator not updated

    Hello everybody !
    We recently extended our dunning procedures to another company. In this company, after printing is completed, data in dunning file are not correctly updated : printing and notice dates, as well as "itemd printed" indicators contain no data ! Notices are correctly printed, job logs do not state any error, and procedure status is "select and print is completed". Compared with other companies, customizing, parameters and dunning procedure seem to be exactly the same ! Has anybody any idea about this problem ? Many thanks in advance !
    J-D.

    Hello ! Thanks for this info, but I don't know how to display the properties of the output message for dunnings ! Can anybody explain the way to check the output type and how this type could modify the update of the database ?
    thank you for any answer !

  • DATE and TIMESTAMP problem - fixable with 11.1 JDBC Driver?

    I'm adding some queries to an older part of our code base and while reading through the documentation for one of the classes I found that we weren't using our normal Hibernate queries because we needed to ensure that we weren't sending Timestamps to Oracle. Apparently the Timestamp would be converted to a Date because the column in the database was of type DATE. This was causing problems because the DATE column's index was being ignored and the table contains millions of records.
    The Oracle FAQ seems to indicate that this has been fixed in the 11.1 JDBC drivers. I know that I can use 11.1 JDBC drivers with a 10.2.0 database, but will it use the new 11.1 mappings for DATE and TIMESTAMP or the old 10.2.0 mappings? Oracle FAQ page: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#08_01

    Oracle FAQ page: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#08_01
    Well obviously that was really stupid.
    I'm adding some queries to an older part of our code base and while reading through the documentation for one of the classes I found that we weren't using our normal Hibernate queries because we needed to ensure that we weren't sending Timestamps to Oracle. Apparently the Timestamp would be converted to a Date because the column in the database was of type DATE. This was causing problems because the DATE column's index was being ignored and the table contains millions of records.
    Not sure I follow that logic.
    If the value was going into the database then it would update the index.
    From that only one of the following could be true.
    1. It wasn't going into the database.
    2. It was being truncated to a date.
    The Oracle FAQ seems to indicate that this has been fixed in the 11.1 JDBC drivers. I know that I can use 11.1 JDBC drivers with a 10.2.0 database, but will it use the new 11.1 mappings for DATE and TIMESTAMP or the old 10.2.0 mappings? I would agree with your interpretation of the FAQ.
    And I would then follow it up by testing both with the old driver and the new.

  • Hi - my Mu was "buggy" and would not update - so i threw the APP in the trash - but now CC will not allow me to Re-Install because it thinks i already have the APP - any advice?

    hi - my Mu was "buggy" and would not update - so i threw the APP in the trash - but now CC will not allow me to Re-Install because it thinks i already have the APP - any advice?

    restore your app from the trash and then properly uninstall.
    if that fails, CC desktop lists applications as "Up to Date" when not installed

  • How to validate date and timestamp format? Please help!

    Hi experts,
       I have a input field "receipt_date" with is of char20 type. It contains date and timestamp value like 20090429T054509.000Z
       In my ABAP code I want to validate if "receipt_date" value is in the format YYYYMMDDTHHMMSS.MMMZ. If not then display error message. How can do this validation? Is there any existing function module that does this kind of validation? Please help!
    Thanks & Regards
    Gopal

    Hi Gopal,
    Can you check whether the FM CACS_TIMESTAMP_GET_DATE is available in XApps? If yes, use this to identify a valid timestamp.
    Sample code:
        CALL FUNCTION 'CACS_TIMESTAMP_GET_DATE'
          EXPORTING
            i_timestamp = lv_stamp
          IMPORTING
            e_date      = lv_datum
            e_time      = lv_time.
    Hope this helps! Do let me know if you need anything else!!
    Cheers,
    Shailesh.
    Always provide feedback for helpful answers

  • Timezone effects on Date and Timestamp fields in af:query component

    Hello,
    I'm working on an ADF application where time zone is configured as follows:
    * Dynamic View Layer time zone is configured in trinidad-config.xml file and bound to a session scoped value:
    <trinidad-config>
      <skin-family>fusionFx</skin-family>
      <time-zone>#{sessionScope.tz}</time-zone>
    </trinidad-config>* ADF BC time zone is configured in adf-config.xml file and bound to View Layer time zone:
    <adf-config>
      <user-time-zone-config xmlns="http://xmlns.oracle.com/adf/usertimezone/config">
        <user-timezone expression="#{adfFacesContext.timeZone.ID}"/>
      </user-time-zone-config>
    </adf-config>The problem here is that Dates and Timestamp values work as expected all over the application except for the af:query component. When displayed as af:inputDate in af:form, Dates and Timestamp values are NOT getting converted to the time zone (TZ) configured in trinidad-config.xml file, whereas TimestampTz and TimestampLtz are. However, when displayed in af:query component, Dates and Timestamp values are automatically converted to View Layer TZ after a search has been performed.
    For example, say View Layer TZ = US/Pacific and we enter 01/jun/2011 as a search criteria of type Date and then click on the Search button. The displayed value automatically changes to 25/nov/2011, that is, it gets converted to the WLS JVM time zone, which is set to Europe/London.
    Is conversion of Date and Timestamps in af:query component the expected behaviour or could this be a bug?
    Is there any way to avoid this conversion?
    Thanks in advance
    Version:
    ADF Business Components 11.1.1.59.23
    Java(TM) Platform 1.6.0_21
    Oracle IDE 11.1.1.4.37.59.23
    PMD JDeveloper Extension 4.2.5.3.0
    Repost on 26-nov-2011 9:29
    Repost on 28-nov-2011 15:10
    Edited by: Barbara Gelabert on 26-nov-2011 9:29
    Edited by: Barbara Gelabert on 28-nov-2011 15:10

    Hi,
    Thanks for your reply. This certainly seems promising. However, I am getting a connection error now.
    The following...
    jar_loaded = require 'ojdbc14.jar'
    puts "Oracle jar loaded? #{jar_loaded}"
    puts "Starting active record"
    require 'rubygems'
    gem 'activerecord'
    gem 'activerecord-oracle_enhanced-adapter'
    require 'activerecord'
    puts "Connecting to MXGN"
    ActiveRecord::Base.establish_connection(
    :adapter => 'oracle_enhanced',
    :host => 'THEHOST',
    :port => '1550',
    :database => 'THEDB',
    :username => 'THEUSER',
    :password => 'THEPASSWORD'
    ... produces
    Oracle jar loaded? true
    Starting active record
    Connecting to MXGN
    ERROR: ActiveRecord oracle_enhanced adapter could not load Oracle JDBC driver. Please install ojdbc14.jar library.
    ERROR: ActiveRecord oracle_enhanced adapter could not load Oracle JDBC driver. Please install ojdbc14.jar library.
    C:/jruby/jruby-1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection': Please install the oracle_enhanced adapter: `gem install activerecord-oracle_enhanced-adapter` (LoadError) (RuntimeError)
    from H:\sandbox\DBPlay\lib\main_enhanced.rb:12
    I'm confused. Am I missing the driver, or have I failed to setup the enhanced Oracle adapter?
    I have tried moving the jar to $JRUBY_HOME/lib too, but the result was the same.
    All help would be greatly appreciated.
    Many Thanks
    Adrian

  • SQL 2008 R2 - Mirror sys.master_files data file size not updating

    Hi,
    I have an odd issue where the primary server is SQL 2008 R2 SP1 and the secondary is SQL 2008 R2 SP2. I have databases mirroring between these servers. We recently moved the log file on the secondary to a different drive. The file sizes match and are updating
    exactly the same between both servers. The mirror monitor shows the mirroring successful and everything is up to date. When we check the sys.master_files tables on the mirror, the size of the data file has not updated since moving the log file. Tried restarting
    SQL but not joy.
    Anyone have any ideas?
    Thanks
    Rob

    Hi,
    I would say you wait for some time it would get reflected I have seen this with sys.master_files they are updated late. Like when you delete heavy data, data would be gone but space captured by data would be  released slowly due to internal ghost operation
    cleaning and after this operation completes sys.master_files catalog is updated I guess this is what happening here as well , this is pure speculation. I will stick to this thread please look for a day and then update again
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Delivery not before date and Delivery not after date

    Hi Everyone,
    Can anyone help me in this issue, we need to map "delivery not before date" and "delivery not after date" from an EDI 850 into a sales order.
    Are there any fields to which we can map the data? if not would anyone suggest how to go about it?
    Thanks,
    Michelle.

    Michelle,
    We have a similar requirement, albeit we call it a Delivery Window. We have implemented this by mapping two E1EDK03 qualifiers (we use 033 & 034) to two Z fields extended to VBAK, which we then include in our Sales Order Delivery Date logic.
    Not very elegant, but then my understanding is that SAP has no concept of the Delivery Window.
    Cheers, Paul.

  • HT4847 How can I change my iCloud email address without losing all my data and what not???? Please help...

    How can I change my iCloud email address without losing all my data and what not???? Please help...

    Welcome to the Apple Community.
    You can't change it but you can create an alias to use.

  • When connecting to an external projector, an old photo is displayed and does not update

    When connecting to an external projector, an old image is displayed and will not update.   I am working on a 2009 Mac Book Pro.

    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • My iphone was stolen and my mother gave me her 3GS, however she never updated the soft ware. It is on 3.13 and will not update to IOS 5.  Help!

    My iphone was stolen and my mother gave me her 3GS, however she never updated the soft ware. It is on 3.13 and will not update to IOS 5.  Help!

    How about the issues with 3.1.3 on the 3GS?
    3.1.3 battery problem
    OS 3.1.3 battery issues
    3.1.3 upgrade - shortened battery life?
    Battery life cut after 3.1.3 update on iPhone 3G
    3.1.3 Firmware is a battery killer - how do I back out this upgrade?
    Some users have problems with any release. iOS 5 is no different, not better, not worse.

  • HT4796 i have successfully migrated the music but it just shows up in my files and has not updated my iTunes library which is still getting the music from iCloud and is not using the migrated files. Any ideas?

    I have successfully used windows migration software to move my music library from a PC to my MacBook Air.
    However the music files are just stored in my file system and have not updated my itunes files. Itunes is still getting the music down from icloud instead of using the music files.
    Any ideas?

    If you're using Windows Movie Maker and HP Photo to build slide shows, this is not an iPod touch issue (nor an iTunes issue), so I'd suggest you take up the problem on a web site that deals with Movie Maker or HP Photo issues. It's really not something we can help with in this forum.
    If you're building this slide show on your iPod, please post back and tell us what app(s) you're trying to use, and whether the iPod app on your iPod touch shows and plays your songs correctly. Knowing the specific model of iPod you have and the version of iOS it's running will probably also help.
    Regards.

Maybe you are looking for

  • How can i display barcodes in scripts

    hi experts can u help me for this

  • Failure mounting or repairing images (DMGs) after updating to 10.4.9

    I used Disk Utility to create a compressed image of both my and a friend's "The Frozen Throne" (Warcraft 3 expansion, by Blizzard) cd. Although both CDs mount properly when inserted into my drive, the images created from them by Disk Utility (both be

  • Support Package is obsolete

    Hi there, I've been upgrading the SAP Solution Manager EHP1 from support package 19 to 24, but i have a serious problem and i was not able to find a solution neither at SAP Support Portal nor at SAP SDN. Actually, the OCS SAPKW70020/21/22/23 were not

  • Java.lang.InternalError: need dictionary

    Hi, i am trying to decode a byte [] to an object in an MDB. But when doing that i am getting the following exception, java.lang.InternalError: need dictionary      at java.util.zip.Inflater.inflateBytes(Native Method)      at java.util.zip.Inflater.i

  • Now you see it, Now you don't? Mystery unmounted drives require recovery.

    My external Firewire 400 [seagate] drive is suddenly disappeared from the desktop after a reboot. When I go to use the Disk Utilities, it says it is an unformatted drive. I have "filesavage" and it sees the data but, ripping it does not save the file