Migrate messaging

Hi to all,
I have a Sun Messaging running with solaris 5.9
I need to migrate all messages on an Oracle DB
To do it I'm looking for all the file .msg from the email boxes and the I transfer them, with a Perl script, to the Oracle database.
Doing it I'm losing the information about the messages state (if it was read or not).
There is an instruction to know the state about each single messages. I have to work without using IMAP/POP3 protocol.
Thank in advanced

I'm sorry for you.
The read status is not kept in the .msg file.
The best way to get that data is through the imap protocol.

Similar Messages

  • HT5132 Aperture mobileme migrating message problem

    I keep getting this message every time I open Aperture. How can I get it to stop?

    That is not the normal behaviour. By now Aperture should have stopped nagging, since you cannot download your content any longer.
    When the message appears, click the "Learn more" button, not the o.k. button.
    In Aperture, open the Preferences and go to the "Web" tab. If you still see "MobileMe" in the "Accounts" pane, remove the account.
    If you do not see "MobileMe" in the "Accounts" pane, but Aperture is prompting you to migrate nevertheless, quit Aperture, open your User Library and clear the Caches (the library is hidden:
    Use the Finder's "Go" menu to open it: Click "GO" and hold down the "Options" key, until "Library" appears in the drop-down menu - select it)  and navigate to the "Caches" folder.
    Remove the file "mmsunset.plist" to the Desktop. This file tells Aperture how long to prompt for "MobileMe". Maybe it is corrupted.
    If this still does not suffice remove your preferences from the user library (you home folder ~
    /Library/Preferences/com.apple.Aperture.plist), and try again. After removing the preferences file, you will have to reset all preferences you set using the preferences panel however.
    Good Luck
    Léonie

  • How to delete already migrated message class? Please help!

    Hi Experts,
       Few days back I have migrated a custom message class from development to test environment.
       Now I found that this message class is not required. Therefore I deleted the same in development environment.
       While deleting I did not get any prompt for transport request.
       How do I delete the same in test environment? Do I need to do anything in transport request?
       Please help!
    Thanks & Regards
    Gopal

    Hi Satyajit,
       In DEV I have deleted the message class. While deleting it asked me for transport request and created a new transport request.
       Now in transport request I can see there is an entry for the message class but there is noway to identify if this will delete the same in target system when transported.
       How will the transport request understand that a particular entry has to be deleted or created or modified?
    Thanks
    Gopal

  • Change Migration message

    Hi experts,
    I needs some advices how to change the message.
    When I open 3.x workbook with 7.x BEx analyzer, the mesage comes and says "3.x workbook will open for upgrade". So I choose "OK", and Popup message says "3.x Workbook:<report name>.xls opened for Upgrade"
    But we are not going to migrate with opening 3.x workbook with 7.x BEx analyzer so that this message might confuse user "Workbook has done correctly".
    So I would like remove or change this Popup message.
    Please give me advices.
    Thanks and best regards,
    Keiko

    Hi Chatan,
    I could restrict displaying the message at RSRT. But I can not change the text at there.
    You said it can change at BEx tool on BEx analyzer before,
    Is this mean we can change message setting or text at BEx analyzer under some FEP version?
    Keiko

  • Import/Migrate messages from Linux

    I'm installing a new Xserve to replace a Linux server running RedHat 9 and I need to bring all the existing mail to the Xserve. All accounts on the RedHat machine are IMAP and will be on the Xserve, but the storage formats are very different.
    Anyone recommend the best way to perform this import/migration?
    Thanks.

    I, too, have had good luck with imapsync. I installed imapsync-1.241 as per INSTALL directions in source tar-ball, with the inclusion of Perl Digest::HMAC_MD5 module, which helps for CRAM-MD5 logins (like for the remote server). I installed on the copy-to machine, in my case the Xserve, and copied from a Linux machine running Courier IMAP server.
    There is also a imapsync2 version that can be installed, but I found the version 1 to work OK for my transfer.
    Here is a simple shell script I wrote to transfer many mailboxes:
    #!/bin/bash
    dhusers=("someuser" "anotheruser")
    dhpass=("somepassword" "anotherpassword")
    xsusers=("myuser" "myotheruser")
    xspass=("mypassword" "myotherpassword")
    len=${#dhusers\[*\]}
    i=0
    while \[ $i -lt $len \]; do
    echo -e "\nSyncing Mail from User ${dhusers\[$i\]} to User ${xsusers\[$i\]}:\n"
    imapsync \
    --host1 'old.server.com' --user1 "\"${dhusers\[$i\]}\"" \
    --authmech1 'LOGIN' --password1 "\"${dhpass\[$i\]}\"" --expunge1 \
    --host2 'new.xserve.com' --user2 "\"${xsusers\[$i\]}\"" \
    --authmech2 'CRAM-MD5' --password2 "\"${xspass\[$i\]}\"" \
    --syncinternaldates --subscribed --subscribe --prefix1 'INBOX.' \
    --exclude 'Trash|FlaggedSpam'
    echo -e "\n\n"
    let i++
    done
    exit 0
    You may notice a couple of things I did. First, you want to expunge any "marked as deleted" files on the from server, then only copy subscribed folders (if that is what you want), then subscribe to them once they are made on the new server. Also, Courier uses . instead of / for its folder delimiter (INBOX. instead of INBOX/) like on the default Leopard server Cyrus setup. I did not have to expressly tell the --prefix for the to server, it handled it when asked to create new folders. Lastly, if there were folders setup for the Linux system that are not part of your new system, exclude their transfer.
    Since the shell script contains passwords, you'll want to keep it writable and executable by root only. Also, imapsync requires being run as root or sudo. If one of your passwords includes a $ then you will need to excape it with \$ or imapsync will fail on connect, since the script will try to expand whatever is after the $ as if were a variable.
    Larry

  • SQLDeveloper-64bits Missing Migration-Functionality

    Hi all, after years of absence from Oracle, I am back
    I've installed Oracle11gR2 64bits (11.2.0) , jdk1.7.0_40 64bits and SQLDeveloper 64 bits on WIndows7, all seemingly successful. Then, I tested the installation by creating a test schema and some views.
    Following that I tried to migrate the MS SQLServer database Northwind to Oracle, using these instructions:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm#t2
    At the point where the instructions say to "Capture the Microsoft SQL Server Exported Files", I noticed SQLDeveloper missing the functions for Migrations.
    Since my return to Oracle is mainly to study the 64bit version of 11gR2  and to migrate SQL Server databases to Oracle, it would be most helpful to know how to use the missing migration
    function, else it is a show-stopper.
    Where can I get the add-in for the Migration function in SQLDeveloper?
    Some help please?

    Some doc links:
    3.2.2 help doc:  SQL Developer: Migrating Third-Party Databases
    3rd party migrations: Database Migration Technology</title><meta name="Title" content="Database Migration Technology&q…
    Of course, searching the forums can be useful if you have questions after reading through the help documentation:
    Forum dedicated to migration: Database and Application Migrations
    Message was edited by: GaryGraham

  • Migrating entourage to lotus notes

    anyone know if it is possible to migrate messages saved on my computer in entourage into lotus notes? i have been working on a mac remotely and now need to migrate relevant messages (many!) to my PC at work that uses lotus notes....
    anyone know if this is possible??
    thanks

    Try the Entourage forums:
    http://www.officeformac.com/productforums

  • Migration is in progress and thus upgrade can be done as soon as migration is 100% complete.

    When I click on the "Upgrade Options" button on one of my C670s I get this message:
    Migration is in progress and thus upgrade can be done as soon as migration is 100% complete.
    Any thoughts?

    Usually the only thing we see w/ migration message and % is during PVO setup and migration to SMA.  If that is the case... there could be stale or incomplete messages that did not migration or get accounted for.  Suggestion would be to disable CPQ from the ESA side, commit changes, and then re-review and enable the CPQ/PVO to see what occurs.  This should clear out after that has checked itself.
    -Robert

  • Migrating JMS Persistence from WLS 4.5.2  to WLS 6.1

    Hi,
    we are migrating several applications from WLS 4.5.2 to WLS 6.1. A application use
    JMS with persistence in DB (JMS persistence WLS 4.5.2 is in DB) with WLS 6.1 we want
    to change persistence mode to FIles. Therefore during migration process we have to
    move the messages stored in the database to a file. The messages stored in the file
    will be recovered for WLS 6.1.
    My doubt is, Is there a automatic process for migrate messages in the DB to a persistence
    file?
    Thanks

    Hi.
    I'm not sure that there is an automatic process to accomplish this, but you might get a
    better answer by posting this on the JMS newsgroup.
    Regards,
    Michael
    Manuel Villalta wrote:
    Hi,
    we are migrating several applications from WLS 4.5.2 to WLS 6.1. A application use
    JMS with persistence in DB (JMS persistence WLS 4.5.2 is in DB) with WLS 6.1 we want
    to change persistence mode to FIles. Therefore during migration process we have to
    move the messages stored in the database to a file. The messages stored in the file
    will be recovered for WLS 6.1.
    My doubt is, Is there a automatic process for migrate messages in the DB to a persistence
    file?
    Thanks--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Define BINARY DATA column (DB2 to Oracle migration)

    Have a table where a column is defined as 'FOR BIT DATA'. This specifies that the contents of the column are to be treated as bit (binary) data. During data exchange with other systems, code page conversions are not performed. Comparisons are done in binary, irrespective of the database collating sequence.
    During conversion to Oracle using Oracle Migration Workbench, this table is converted irrespective of this definition. Please see below for details:
    DB2 table definition:
    CREATE TABLE ADMIN.XENCY (
              ID INTEGER NOT NULL ,
              XENCYSYMBOL CHAR(2) FOR BIT DATA NOT NULL ,
              IN TS_XENCY ;
    Oracle table definition as generated by OMWB:
    CREATE TABLE ADMIN.XENCY
    ( ID NUMBER(10,0) NOT NULL ENABLE,
    XENCYSYMBOL CHAR(2) NOT NULL ENABLE,
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE TS_XENCY;
    During data loading from DB2 to Oracle it fails for this table with the following error:
    Type: Error
    Time: 14-08-2006 18:21:02
    Phase: Migrating
    Message: Unable to migrate data from source table ADMIN.XENCY to destination table ADMIN.XENCY : ADMIN.XENCY; ORA-12899: value too large for column "ADMIN"."XENCY"."XENCYSYMBOL" (actual: 4, maximum: 2)
    For Oracle the length of the data in this column is 4; however for DB2 it is 2 only as shown below:
    $ db2 "select max(length(Xencysymbol)) from admin.Xency with ur"
    1
    2
    1 record(s) selected.
    $     
    The distinct contents of this table is as follows:
    $ db2 "select distinct Xencysymbol from admin.Xency with ur"
    XENCYSYMBOL
    x'0024'
    x'2020'
    2 record(s) selected.
    $
    How do I define a column as containing binary data in Oracle?
    Thanks in advance.

    The MWB DB2 LUW plug-in incorrectly translates CHAR FOR BIT. Doesn't particularly pay attention to any of the CHAR modifiers. It will just see that column as a CHAR. Obviously, this is a defect.
    Binary data of limited length is stored in RAW type columns in Oracle DB.
    You have two problems (in addition to issuing an ALTER COLUMN to fix the type delcaration or dropping, tweaking the table creation script and reloading. )
    1. The data extraction scripts utilized for that table have not properly encoded the data for transport between DB systems. If there are endian differences between he source and target platform there may be additional problems. Nominally, you can export the binary data in hex format.
    2. The SQL*Loader file needs to be adjusted. (if you dump in hex format, so the data in the file is characters of a hex value )
    XENCYSYMBOL CHAR : hextoraw( : XENCYSYMBOL)
    Loader will convert those hex characters back into RAW as it loads.
    [ The  built in data pump will not work obviously because the system thinks it is a CHAR. So offline data transfer is your only option.  ]

  • Error Migrating Ms Access Data

    I use the OMW and everything goes ok, schemas are created etc , but the data won't migrate. I get the following error in the log...
    Type: Error
    Time: 02-03-2006 18:15:57
    Phase: Migrating
    Message: Unable to migrate data from source table Table1 to destination table TestDB97.TABLE1 : TestDB97.TABLE1; [Microsoft][ODBC Microsoft Access Driver] Not a valid file name.
    Anyone got any ideas?, like what is not a valid file name?.
    Regards
    Sean

    Hi Sean,
    The error you are getting is an MS Jet Database Engine error, as it appears that the workbench is unable to locate the MDB successfully. Is the MDB file containing the data in the same location as when you ran the Exporter tool on it? This can be easily verified by clicking on the <database name> node of the Source Model tree and view the path information in the right "General" tab. Ensure that the MDB file resides on the same machine as the workbench, and in the same location as when it was exported. Also, ensure that all your DSN information is set up correctly.
    For further information , please refer to the "Migration Table Data Using Microsoft Access ODBC Data Sources" in Chapter 4, Troubleshooting of the Oracle Migration Workbench Reference Guide for Microsoft Access Migrations. If you are still experiencing issues after verifying the above, please let me know.
    I hope this helps.
    Regards,
    Hilary

  • Upgrade/Migratie from Interconnect to ESB

    Hi,
    Does anybody have any experience in migrating application mappings from interconnect to esb? We want to see if we can fase-out interconnect and start working with esb (with or without bpel) instead.
    At this point we have several applications mapped with aq and ftp adapters. Are these portable into the esb? Our current xml docs are validated against DTD docs. I guess we would have to convert this to schema docs am I right?
    Kind regards,
    Albert SIkkema

    Albert, there is no migration tool available, however there is a JCA adapter that allows you to link your interconnect environment with your ESB environment so that you can run both in parallel and slowly over time migrate message flows from Interconnect to ESB.

  • MM Message Condition Records

    Hi,
    We have migrated Message Condition Records to new Purchase Organisation. Now while creating new RFQ's or PO's with new Purchase organisation, the message condition is in green but print is not coming. If we check in the processing log, it says Processing log doesnt exist. It is not even going to Spool (SP02). Whereas while creating RFQ or PO with Old Purchase organisation print is coming and also visible in spool. All the settings for Message condition type and record are same. Even we are unable to print preview the PO with new Purchase Org. We have checked the Print Forms and Routines also. There also no check is there for new Purchase Org. Can anyone help us.
    Regards/
    Praneeth

    Hi,
    Did you try to o/p in me29n? what the response? Have you maintained the condition records in MN01/02 for the combination of new org enttities? Perhaps thats why spool isnt created since there might not be object data for the destination entities.
    check the following thread might help
    Output type PO - NEU spool request
    Thanks
    Shiva

  • Doubt about migrating from exchange 5.5 to Java Enterprise Communication

    Hi all,
    I guest this is the proper forum to make this question if not sorry for the disturbs.
    Currently we're using exchange server 5.5 as mail server, now my boss want to migrate the mail server and is my moment to change to a real mail server "messaging Server".
    Main problem here is the migration process, I've looked for info in "docs.sun.com" and I've found several documentation about this migration process, but the best I've found is the document about SGMT toolkit.
    If this toolkit is free a big part of my problems will dissapear.
    Therefore here are my questions:
    * Is the SGMT toolkit free?, if not anyone knows about the cost?
    * Just in case SGMT is too expensive, anyone knows about a different way to migrate the exchange mails to Messaging Server? (any url or doc will be welcome)
    Thanks in advance for your help.
    Kind Regards

    As far as I know, SGMT toolkit itself is free, but you must attend a training session to get it, and that training is not free.
    You have to contact your sun salesperson to get it.
    There are a variety of free IMAP tools available to migrate messages, if you either know or can change user passwords.
    If your users can be trusted, you can have them use IMAP to migrate their own mail.
    I don't know Exchange, at all, but if it can export mailboxes to unix format, Messaging Server can accept that with "imsimport".

  • JDeveloper Migration and Customisation

    Where I work we're trying to roll out a customised installation of JDeveloper. Customised in the sense that we've added some of our own code templates, set certain editor settings etc.
    The problem I'm having is that we're rolling out 9.0.4 and when JDeveloper is started for the first time, it prompts the user to migrate their settings, which I find a bit odd because it's a virgin installation. Anyway, our code template customisations (in java.tpl) are getting lost i.e. JDeveloper uses the defaults. We've tried setting it up so that the files containing our customisations are copied over again after JDeveloper is started, but when we tried this we still got the migration message the next time JDeveloper is started.
    Where is the flag that tells JDeveloper to perform the migration stored? Any suggestions as to how we can make this work?
    Thanks.

    After changing cables, swapping ports, running Applejack AUTO in deep clean mode, booting up with my hard drive that had not been updated with the "Migration and DVD/CD Sharing Update" (1.1)" and finally the Tiger Retail boot installation DVD, I finally gave up without solving the problem and shut down the computer.
    After 2 more cups of coffee, I realized there was 1 thing I totally forgot to do. I remembered that I had not unplugged the computer from the outlet and held the reset button located near the battery on the motherboard.
    You guessed it, everything is now working fine.
    The only thing I can not figure out is why this happened after running the "Migration and DVD/CD Sharing Update" (1.1)". Go figure.
    Bill

Maybe you are looking for