Dates of files and mails

last week i noticed that the mails in my inbox were dated as 2 months old (say, january 20 for that day, for example). then that disappeared all by itself.
today i got the same problem with the dated of my pictures this time: the dates of the jpgs i transferred today were shown as january 31st in finder. i checked the exif data, and they were okay (as march 31st).
could anybody share their experience/advice on this issue?
any help much appreciated.

Hi,
You can try a package named: JTwain, which is available at http://asprise.com/product/jtwain.
JTwain supports all kinds of digital cameras and scanners. You can use Java to access, contorl digital cameras and scanners, and of course, to acquire images with flexible settings.
The developers' guide is available @ http://asprise.com/product/jtwain/devGuide.php
In the simplest case, one line of Java code can solve your problem.
Good luck!

Similar Messages

  • Can I change my iCloud email address and keep all of my music, apps, files and mail in the cloud and on all of my devices?

         Ok, so here's the deal. I want to change my iCloud email address. Ultimately I want to keep the same Apple ID and simply edit the part before the '@icloud.com'. If this is not possible, can I make a new Apple ID and transfer all of music, apps, files, and mail to the new Apple ID and all of my other devices?
                        Thanks in advance, Scotty P.

    You cannot change your iCloud email address but you can setup a new alias: http://help.apple.com/icloud/#/mm6b1a490a
    You cannot transfer purchases from one AppleID to another.

  • I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    weblogic credentials are different.
    and using thode credentials I am able to login to weblogic server
    the users I am talking about is the process users defined in realm.
    in realm those users are defined as Default authenticator and OID authenticator.
    and I am trying to authenticate one of those users defined in realm using java api so that I an access a process defined In Oracle BPM 11g

  • Does resetting the system management controller on a MacBook delete any data, like files and pictures

    Does resetting the system management controller on a MacBook delete any data, like files and pictures

    No,.
    You can see the various steps to fix what ails your Mac here
    Step by Step to fix your Mac
    I've labeled which ones can certainly erase your data, they are at the bottom and adequatly warned.

  • I have installed the new OS and have lost a part of my personal data: music files and pictures. The new safari is horrible. Give me back the previous version!

    I have installed the new OS and have lost a part of my personal data: music files and pictures. The new safari is horrible. Give me back the previous version! Or fix the bugs!

    These are user-to-user forums, they are not monitored by Apple (there are too many forums/threads/messages for that to happen). If you want to leave feedback for Apple then you can do so here : http://www.apple.com/feedback/ipad.html
    What bugs ? Have you not got your music, files, photos on your computer so that you can sync them back to the iPad ?

  • Sproxy to file and mail but reciver system one

    Hi All,
    I have requirements like from proxy (SOURCE system) to mail and File (RECEIVER system) Asynchronous communication in this requirements sender system one and one receiver system here data send to from source system to receiver system data like file format and Mail format. so above the requirements I developed below mention structure  follows :
    IR
    Sender side:
    Data Type:
    DT:       DT_Payment     
    Message Type
    MT:      MT_Payment
    Service Interface
    MI:      MI_Payment_OB
    Receiver side
    Data Type:
    DT:      DT_Payment_File
    DT:      DT_Payment_Mail
    Message Type
    MT:      MT_Payment_File
    MT:      MT_Payment_Mail
    Service Interface
    SI:      MI_Payment_IB_File
    SI:      MI_Payment_IB_MAIL
    Message Mappings
    MM:      MM_Payment_toPayment_File
    MM:      MM_Payment_toPayment_Mail
    Operation Mappings
    OM:      OM_Payment_toPayment_File
    OM:      OM_Payment_toPayment_Mail
    ID:
    Sender:
    Business System: SEN_DEV
    Communication Channel: no need CC (using proxy)
    Receiver:
    Business System: SEN_DEV
    Communication Channel: file_001
    Communication Channel: Mail_001
    Sender Agreement: no need
    Receiver Agreement:
    BS: SEN:DEV
    SI: MI_Payment_OB,
    here given receiver system(REC_DEV)
    Interface Determination:
    BS: SEN:DEV
    SI: MI_Payment_OB
    BS:REC_DEV
    here given both OM_Payment_toPayment_File  MM_Payment_toPayment_File and OM_Payment_toPayment_MAIL  MM_Payment_toPayment_Mail
    Receiver Agreement:
    I create two receiver agreements one for FILE and anther MAIL and assign communication channel File_001 and MAIL_001.
    This is File structure sender side
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Payment xmlns:ns0="http://ibm.com/xi/SAPISU/IF0039_PaymentRefund_100">
       <PaymentRefund>
          <TransactionID/>
          <CustomerID/>
          <TransactionDate/>
          <BusinessPartner/>
          <TransactionAmount/>
          <RefundAmount/>
       </PaymentRefund>
    </ns0:MT_PaymentRefund>
    This is Mail structure receiver side:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_PaymentRefund_Mail xmlns:ns1="http://ibm.com/xi/BLDESK/IF0040_Payment_100">
       <PaymentRefund_Mail>
          <PaymentData>
             <From>Constant</From>
             <To>Constant</To>
             <subject>Constant</subject>
             <Reply>Constant</Reply>
          </PaymentData>
          <PaymentTransaction>
             <TransactionID/>
             <CustomerID/>
             <TransactionDate/>
             <BusinessPartner/>
             <TransactionAmount/>
             <RefundAmount/>
          </PaymentTransaction>
       </PaymentRefund_Mail>
    </ns1:MT_PaymentRefund_Mail>
    My question is when I execute program File Scenario was successful but MAIL scenario not working the error is Message processing failed. Cause: java.lang.Exception: com.sap.aii.af.sdk.xi.util.XMLScanException: expecting start tag: Mail, but found MT_Payment_Mail at state 1.
    I want need more details this Interface .
    Can anyone suggest me how to create a structure for target side and how to map them.
    Thanks
    Inash

    Hi Bhaskar Gopal ,
    I applied ur structure but i getin same error  " Message processing failed. Cause: java.lang.Exception: com.sap.aii.af.sdk.xi.util.XMLScanException: expecting start tag: Mail, but found MT_Payment_Mail at state 1."
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_PaymentRefund_Mail_Test xmlns:ns1="http://spanco.com/xi/REC_DEV/IF0040_Payment_100">
       <PaymentRefund_Mail>
          <ADD>
             <From>Constant</From>
             <To>Constant</To>
             <subject>Constant</subject>
             <Reply>Constant</Reply>
             <PaymentData/>
          </ADD>
       </PaymentRefund_Mail>
    </ns1:MT_PaymentRefund_Mail_Test>

  • Load data from file and send to background

    Hello, is it possible to load data from a file on the presentation server and then create a batch input to call a transaction with those values but on background NOT using data set?
    Thanks in advance.

    U can surely design the process to be executed in various ways..one of them is as below ::
    Upload ABAP.
    1. It reads the file from the presentation server and exports it into INDX database with a specific filename.
    2. Updates a ztable with user/upload date and time/filename/status=U.
    Batch ABAP.
    1. It reads the ztable for all the files with status=U.
    2. Using the filename IMPORTS the data from INDX database.
    3. Creates the batch input to call transaction.
    4. Sets the status as process along with process date and time.
    With the above you can have multiple uploading data and batch job picking up each file and doing the needful.
    Regards
    Anurag

  • Best way to stream lots of data to file and post process it

    Hello,
    I am trying to do something that seems like it should be quite simple but am having some difficulty figuring out how to do it.  I am running a test that has over 100 channels of mixed sensor data.  The test will run for several days or longer at a time and I need to log/stream data at about 4Hz while the test is running.  The data I need to log is a mixture of different data types that include a time stamp, several integer values (both 32 and 64 bit), and a lot of floating point values.  I would like to write the data to file in a very compressed format because the test is scheduled to run for over a year (stopping every few days) and the data files can get quite large.  I currently have a solution that simply bundles all the date into a cluster then writes/streams the cluster to a binary file as the test runs.  This approach works fine but involves some post processing to convert the data into a format, typically a text file, that can be worked with in programs like Excel or DIAdem.   After the files are converted into a text file they are, no surprise, a lot larger than (about 3 times) the original binary file size.
    I am considering several options to improve my current process.  The first option is writing the data directly to a tdms file which would allow me to quicly import the data into DIAdem (or Excel with a plugin) for processing/visualization.   The challenge I am having (note, this is my first experience working with tdms files and I have a lot to learn) is that I can not find a simple way to write/stream all the different data types into one tdms file and keep each scan of data (containing different data types) tied to one time stamp.  Each time I write data to file, I would like the write to contain a time stamp in column 1, integer values in columns 2 through 5, and floating point values in the remaining columns (about 90 of them).  Yes, I know there are no columns in binary files but this is how I would like the data to appear when I import it into DIAdem or Excel.  
    The other option I am considering is just writing a custom data plugin for DIAdem that would allow me to import the binary files that I am currently creating directly into DIAdem.  If someone could provide me with some suggestions as to what option would be the best I would appreciate it.  Or, if there is a better option that I have not mentioned feel free to recommend it.  Thanks in advance for your help.

    Hello,
    Here is a simple example, of course here I only create one value per iteration in the while loop for simplicity. You can also set properties of the file which can be useful, and set up different channels.
    Beside, you can use multiple groups to have more flexibility in data storage. You can think of channels like columns, and groups as sheets in Excel, so you see this way your data when you import the tdms file into Excel.
    I hope it helps, of course there are much more advanced features with TDMS files, read the help docs!

  • Grab data from files and plot on same graph

    Hello
    I have written some code where I ask the user how many files he or she wants to open. These files contain data in 2D format and i want to output them on the same plot. I have tried bundling them into clusters and outputting them but it hasnt worked. Can someone look at the code and suggest some way around this. Thanks
    Attachments:
    analyzescreen.vi ‏108 KB

    I want the physical size of the array of file paths to change dynamically coz I do not know before hand how many plots I want to see.
    I see.
    Well, If you need to enter, say, 10 files in the path array, and only plot the first, say, 5 of them, then what you are doing is sensible.
    But be aware that if you wire the array directly through the FOR loop, it will execute one loop for each file, and you don't have to use an INDEX operation, or the property node, or ask the user how many files he just entered.
    I had done it like you had said
    The file you attached was identical to the first file - I nsee no evidence that you changed anything.
    Try my attached VI as a starting point.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks
    Attachments:
    AnalyzeScreen2.vi ‏34 KB

  • Data Load file and Rule file Creation

    Hi,
    I have used to create Rule file and Data file for loading data into Essbase 7.1.6 version.
    Past two years I didnt work in Essbase and forget the option, field properities, data load file creation.
    Could you please advice me or any demo for creating rule file as well data files?.

    Two things I could suggest.
    1. look at the Sample.basic application it has dimension and data load rules for all sorts of scenarios
    2. Come to my session at Kaleidoscope Rules files beginning to advanced where I go over some of the more interesting things with rules files

  • Cleaning up data base files and  old back-up files

    I installed LR version 1 and reimported all new photos. I noticed that for some reason I have several folders of backup and libraries in my lightroom file folder some nested within others. I would like to remove the old files and keep only the latest ones. I am not sure I know how to identify the latest files to keep or delete. I then would like to back up latest files in another location. Any help would be appreciated.
    Thanks
    Jim

    OS?
    <br />
    <br />Lots of ways using a combo of LR and OS. Select an image and have it reveal where it lives. Note the location.
    <br />
    <br />Make a change in a file, export the metadata, and if a folder you are looking at doesn't have any recent changes, it isn't the one in LR.
    <br />
    <br />Another safeguard is to zip the file, instead of trashing it. That way if you later find LR is counting those images as part of its db, you can restore.
    <br />
    <br />
    <span style="color: rgb(102, 0, 204);"></span>
    <font br="" /></font> color="#600000" size="2"&gt;~~ John McWilliams
    <br />
    <br />
    <br />
    <br />MacBookPro 2 Ghz Intel Core Duo, G-5 Dual 1.8; Canon DSLRs

  • Problem with Date of files and email

    Hi,
    I have a MacBook with MacOSx snow Leopard 10.6.3.
    I have a problem with the date showed for the files inside Finder and for my emails on Apple Mail. All files show a date with correct day and correct hour but with wrong month; all files have as month January. Except for files modified or email received in the last two days all the other files displayed by Finder (and also for email) have this wrong date. But when I want to attach a file to an email or insert a file (for example word) inside another file word the system displays correct date.
    Someone had the same problem?
    The version of Apple Email is 4.2 and the Finder is 10.6.4.

    You make no mention that you have checked your calendar settings.
    System Preferences>Time & Date>Date & Time
    Was this done?
    I am not at my SL MBP at the moment but, the above should be the same and/or similar as the Tiger OS.
    "MacOSx snow Leopard 10.6.3."
    Update to OS 10.6.4, repair permissions and restart your computer.
    !http://i50.tinypic.com/izvwo1.gif!

  • Weird Problem With Dates in Finder and Mail

    I have a MBPr running 10.8.2 which is exhibiting a very strange behaviour related to dates.
    Initially, the problem manifested in Mail where the date shown in the message list for each message was exactly the same, regardless of the date sent/received. Oddly, this problem only manifested in the "new" mail view. Switching to "Classic" view in Mail prefs works fine. This seemed odd enough, but only related to mail.
    Then, I noticed the exact same date was the Creation, Modification, and Last Opened date for many files (including all of the .emlx files in the Mail folder) as shown in the preview column in the Finder's column view. Oddly, the exact same files show different Creation/Modification/Opened dates when viewed in a Get Info window or when listed in the Terminal with ls -l.
    Clearly there is some kind of issue with a cache, or an index of some sort that is accessed by the Finder and/or Mail. I'm attaching a screenshot of the Get Info window and the Finder preview column for a file. Thanks for any info anyone can shed on this.

    Embarrassingly, the "More Like This" box to the immediate right of my post shows a discussion titled "Incorrect dates in column view preview" that fixed the problem.
    How this affects the "new" view in Mail and not the "Classic" view is beyond me, but I'm also beyond caring at this point.

  • How can I move my address file and mail folders from one drive image to the active drive?

    I have a drive with recovered data from a crashed drive. How do I import the Thunderbird address file to the new, current drive ( also the mail folders ) ?

    Look at https://support.mozilla.org/en-US/kb/profiles-tb#w_how-to-find-your-profile to locate your profile on the recovered disk.
    If you are just starting TB with a new profile, the simplest thing to do would be to copy the recovered profile to the directory where your current profile is located. Then switch; see https://support.mozilla.org/en-US/kb/using-multiple-profiles to switch to the other profile
    If you have stuff in your current profile you need to save or merge, let me know and I will give you further instructions.

  • How to get data from file and save it in my DB

    Hi for all,
    my problem is :
    i have file in text format and this file have
    data .
    i want to insert this data into my database
    using forms .
    how i can do this .

    Hello,
    You can do this by :
    1. Command Host and u excecute SqlLoader
    Or
    2. Read the text file sequentially with text.io and insert data while not eof.
    Hope help u with this.
    null

Maybe you are looking for

  • Design Mode Preloading alert when upgrading from SDK 3.6 to 4.5.1

    I am getting an alert in Flash Builder while I am in the process of upgrading my application from 3.6 to 4.5.1.  The alert is titled "Design Mode Preloading" and includes the following text: "Preparing the design mode for this MXML is taking longer t

  • VMWare+Win7: Control+LeftClick=Control+Command+LeftClick

    I'm running VMWare Fusion 3.0.1, Windows 7 x64 bit and MS Office 2007 in the Virtual Machine. In Windows Explorer, I would normally select multiple items by clicking on one item, then holding down CTRL+leftClick to select a 2nd (or 3rd etc) item. Sim

  • How to covert a CSV file into a file of spreadsheet format(staroffice)?

    Hello everybody, I want to create a java that can convert CSV file into spreadsheet. But i dont have any idea how to create a Spreadsheet (i just know it have a Binary File format). So anyone can give me some reference or program sample, some advises

  • How to keep an Album together if Songs are by different Artists

    Many albums include different artists or variations of artists (e.g. JohnSmith and JohnSmith & MaryJane).  Currently, by "default," these such an album is split into two or more albums in the Library.  What steps/selections are necessary to keep albu

  • Does anybody know how to access modem?

    Hi, Q: What API should I use to implement modem dialer functionality,basically to access Internet (PPP), only dialer functionality is     required? How to access modem dialing functions in Java? thanks.