Trouble with Oracle Migration Workbench - need help urgently

Hi,
I have trouble with capturing informix7 model, capture wizard hangs with following error in log:
EXCEPTION : ProjectImpl.setAttribute() java.sql.SQLException: ORA-00917: missing comma
what is wrong ? (Default repository also doesn't work because of known bug) Where can i find older version of OMW that worked well?
Thanks a lot
Jack

I worked this out , it was cause by informix password. Password contains special symbols like ' and $ and . and so on. Replace them fix this.

Similar Messages

  • Trouble with installing ipod software need help!

    hey guys wonderingif anybody can help me I just recently purchased an ipod nano and had installed the ipod and itunes cd to my laptop. It downloaded everything but when i had connected my nano to my computer and opened up itunes an icon popped up and it said that "the software required for communicating with the ipod was not installed correctly. Please reinstall itunes to install ipods software." so I did many times and again the same message came up so i dont know what i am doing wrong! Please anyone help... i wanna try out my ipod!

    hi philli!
    also see:
    iPod for Windows: Fast user switching in Windows XP is not supported
    iPod appears in Windows Explorer but does not appear in iTunes
    love, b

  • Im having trouble with my ipod and need help

    ok heres the deal, i have recently purchased a new computer and transferred my itunes to the new computer succesfuly. but when im updating my ipod it says that certain songs/videos are not authorized for your ipod exct....... and wont put those songs and videos on my ipod but theyve stayed in my itunes library. but the thing is the "unautherized songs/videos" are all of my purchased items that i bought at the music store on my old computer. so idk what to do because it just won put my music store purcashed items on my ipod. to all who read these i really neeed help so if you know what to do or have any sugestions just tell me.
    id really appreciate it!!!!!!!!!!!!!!!!
    idk   Windows XP Pro  

    In short you have to authorize the purchased songs/video again for there on another PC. You authorized them on your old PC when you bought them, but now since they have need moved, there now on a PC that has not been authorized.
    Here is a link explaining what authorization is, how to do it, how to deauthorize your old PC and other things
    http://www.apple.com/support/itunes/musicstore/authorization/

  • Need help urgently with OS X and Windows 7

    I need help urgently.
    I installed Windows 7 on my macbook pro with OS X Lion. After installing Windows7, I accidently converted the basic volumes to dynamic volumes and now i can't even boot to OS X.
    Please help me how to recover my OS X Lion. If I have to delete Windows and bootcamp partitions, it is OK.
    I just want to get back my OS X bootable.
    Thanks

    thihaoo wrote:
    Sorry
    I can't even see the OS X partition when I hold down the "Option" key.
    I could see OS X and Windows partitions if I hold down Option key before changing the partitions to Dynamic partitions from Basic in Windows 7.
    Now can't see OS X partiton and only see Winodws partition but when I tried to boot onto Windows7 , I got BSOD and macbook pro restart.
    Please help
    The usual reason for the OSX partition to be invisible under these circumstances is that it has been trashed by Windows.
    Do you have a backup?

  • Need help urgently, I upgraded my iPhone 4 with new OS 5, but at the last restore failed. Apple Customer Care helped me to resynch my phone with all that available in Library. I've got all back except my Contact no. Pls help guys, thnx

    Need help urgently, I upgraded my iPhone 4 with new OS 5, but at the last restore failed. Apple Customer Care helped me to resynch my phone with all that available in Library. I've got all back except my Contact no. Pls help guys, thnx Plz guys anyone can help plzz....I've lost all contact and I dont even have any secondary back up also...!!!

    If you've had it for less than a year, then it's still under warranty.  Take it to an Apple store or an authorized service facility.  See http://support.apple.com/kb/HT1434

  • Sound trouble need help urgent please

    Could somebody tell me how i can fix my problem.
    problem: when my curve 8520 is in silence profile en i start typing in a phnoe number i hear nothing,
    but when my phone is in normal profile i hear i beep with every number of the phone number i enter.
    so i want to know how i can stop my bb from making this noise

    My friend it is a fillable form, can i email you the pdf that iam trying to fill out? then would you be able to tell me how to do it please mate?
    I have attached the form, i need to fill in those boxes so that everything is accuratly height + spacing is correct, and to do it fast, thats all im after.
    Date: Sun, 27 Jun 2010 18:31:58 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need Help Urgent Please
    If is a fillable form, just tab to the next field. What we do not understand from you is IF it is a fillable form or not. If it is not, then the 3 options I gave can be used. Placing text is always a problem. You might find it useful to turn on the grid to help in placing your typewriter fields. However, if it is fillable you do not have to create any fields to type in, you just leave the tool as the hand tool and select the predefined fields with the cursor or the tab key and type accordingly. If the field is a checkbox, then you just use the space key to activate it.
    So, are we talking about a fillable form or something that has the appearance of a form, but not fields to fill in. This is what Bernd has been try to find out and you keep suggesting it is fillable as we read what you have said.
    >

  • Need help urgent,my iphone is stuck at connect to itunes screen.when i restore with itunes it shows error -1. please help me

    need help urgent, my iphone is stuck at connect to itunes screen, when i restore it using itunes, it shows error -1...may someone help me plz....

    See:
    iOS: Unable to Update or Restore
    http://support.apple.com/kb/ht1808

  • Access 2003 to oracle 9i Migration(Oracle Migration Workbench)

    Hi Experts,
    I have taken up a project to migrate Access 2003 application to Oracle 9i.The Forms and Reports will continue to run in Access 2003 with Oracle 9i database. I decide to use Oracle Migration workbench for the migration purpose.What I think is the back-end i.e. database and queries will be automatically migrated to Oracle 9i but I'm not sure about the front end application.
    Do I need to change front end application to point to database in Oracle 9i or OMW will do that itself.I am also confused with lots of queries that reside in current Access database. I presume these queries will be converted to Oracle procedure without any manual intervention but will the front-end application also be modified automatically to point to those stored procedures.Otherwise an extensive code change will be required which may result in huge cost.
    So, could anyone help me in this issue by giving some ideas so I can manage the job efficiently.
    Thanks & Regards
    S C

    The Migration Workbench will modify the Access mdb file as part of the migration if you request it, to create the necessary link tables to oracle, it will use an ODBC DSN to do this. This is explained in our documentation. This should be transparent.
    However for complex application, you often have a tuning exercise, to ensure that the jet engine does the "right" thing, and there changes are required, e.g. a two way join, you would want that to happen on the server and not done on the client. This would be same tuning exercise, if the back end was SQL Server.
    In the latest release of the Access plugin, we did a better job migrating queries to views, but you need to plug this into your code.
    Yes, the exporter should extract the information about the linked table, assuming the link is valid at the time of extraction.
    Donal

  • Installing Oracle Migration workbench 1.2.2.2.0

    I have Oracle 8.0.5 client and server installed on NT workstation 4 sp 5. I have oracle home pointing to this installation of Oracle. But when I use Oracle universal products installer to install this software I get message:
    You should be in admin group of your local NT machine(which I am as I installed Oracle 8), or you do not have enough disk space( which I have almost 700 MB free) or you are pointing to incorrect oracle home. Please advise.
    Thanks..
    Sumedha

    Oracle Migration Workbench 1.2.2.2.0 is based on Oracle 8.1.5
    8.0.5 uses a very different oracle installer, please install the Orace Migration Workbench 1.2.2.2.0 in a seperate (new) Oracle Home.
    You may need to do some sqlnet configuration so that the Oracle Migration Workbench can connect to the 8.0.5 database.
    I hope that helps,
    Turloch
    null

  • Dear Oracle Migration Workbench Team

    I have issues migrating blobs from Informix to Oracle. Our production table containing a blob is more than 100 million rows. During the offline load for a test table with 13,000 records, the load failed with message:
    SQL*Loader-309: No SQL string allowed as part of PG_FULL_IMG field specification
    Are you aware the offline load doesn't work or the HEXTORAW generates the above message? Is the fix going to available soon?
    Also, the can the READSIZE option parameter be increased to 100MB instead of 20MB in future Oracle releases? I cannot load TEXT/CLOB when the size is more than 20MB. Any workaraound?
    For online load, can I just do a load for selected tables only?
    Thanks.
    Norman

    Norman,
    There is a script to help offline blob move to oracle seaqrch this forum for start.sql.
    There is a bug whereby online BLOB and CLOB transfer mixes up rows Bug 4119713 this is fixed in the latest developers release 10.1.0.3 for migrating informix to oracle and will be fixed in the next production release for all plugins.
    Also, the can the READSIZE option parameter be increased to 100MB instead of 20MB in future Oracle releases? I cannot load TEXT/CLOB when the size is more than 20MB. Any workaraound?It is unusual to have such large TEXT/CLOB sizes, can the READSIZE parameter be configured by hand in the scripts?
    For online load, can I just do a load for selected tables only?After doing a migration and creating the tables without the data, the data can be migrated for individual tables using a right mouse click.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • ODBC errors for Oracle Migration Workbench and SQL Server 2000 on Windows

    Hi all-
    I setup a new ODBC connection for the Oracle 10g Migration Workbench to MS SQL Server 2000 on Windows XP and keep getting the following errors when I try to
    either test the new ODBC connection to MS SQL Server 2000 for use with the Oracle Migration Workbench tool. Goal is to fix these errors so that I can migrate our test SQL Server 2000 databases to Oracle 10g.
    Current configuration
    - Oracle 10.1 Migration Workbench
    - Oracle 10g Database (target)
    - MS SQL Server 2000 (source database)
    -Windows XP
    -ODBC 3.85.1117 driver for Windows XP with SQL Server and Oracle
    Errors:
    I. When I test the ODBC connection:
    Microsoft SQL Server ODBC Driver Version 03.85.1117
    Running connectivity tests...
    Attempting connection
    [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Specified SQL server not found.
    TESTS FAILED!
    Now here is what has me totally confused:
    I can use the command line ISQL to access the database on the server and IP is all correct and port is available. So I can access the SQL Server database fine it is when I try to setup ODBC that it gives me problems.
    Any tips how to get this ODBC working?
    Thanks
    Ben Prusinski

    1. Jing Jin. If you had READ the post you would have seen that installing later versions is NOT an option.
    2. Not supported does NOT mean does NOT work, as Balmukund pointed out in the referenced thread.  The site that this databases supports is using ASP which is also NOT supported by Microsoft.  As it turns out Balmukund's solution actually turns
    out to be the correct solution.  I installed SS2K and its Service pack 4 on the machine last night.  Good answer Balmukund. as we say in the Navy, "BRAVO ZULU!!"  which means "WELL DONE!!
    3. Tom Li I just posted the question less than 48 hours ago.  My last post was less than 24 hours ago.  I think I have the right to be given the opportunity to determine whether a reply is the answer or not. I understand you don't like unanswered
    posts sitting around for weeks, months or years. (I don't like it either as I have a few that are still unanswered after several years.)  But you should not be showing replies as answers before I even get a chance to see them, much less try them out. 
    You should also not be showing replies as answers which don't address the criteria of the question.  I specifically stated that I had to install SS2K.  I went on to state, "And before anyone asks I need to install this version because that is what
    the customer is using and I need to duplicate their databases."  So the correct answer, if in fact SS2K did not work on Windows 7, would have been a virtual machine answer, as suggested on the thread Balmukund referenced.  So before you mark a reply
    as an answer read the question.
    Edward R. Joell MCSD MCDBA

  • Error when using Oracle Migration WorkBench (Sql Server 2k to Oracle 8i)

    I'm trying to migrate a Sql Server 2k database to an Oracle 8i schema using OMWB. After using BCP to collect metadata information on the source database, I tried to capture the source data model and got a "Capture aborted" message on the progress screen (even though then it appears a dialog window reporting "0 errors and 0 warnings", funny!). Down there is the error log OMWB generated. After reading some posts, I changed some columns of the OMWB dictionary that holds the source database name, but still got the same error. If someone can enlighten me on this toppic, I'd greatly appreciated it.
    Here's the error log of OMWB:
    ** Oracle Migration Workbench
    ** Production
    ** ( Build 20050629 )
    ** OMWB_HOME: D:\Datos\Download\Oracle\Oracle Migration Workbench\omwb
    ** user language: es
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows 2000
    ** o.s. version: 5.0
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Fri Feb 23 17:18:48 GMT-03:00 2007
    ** Workbench Repository : Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@ServerCms:1521:sigcewbc
    ** The following plugins are installed:
    ** Microsoft Access 2.0/95/97/2000/2002/2003 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 2000 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 6.5 Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 7.0 Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : SQLServer2K
    EXCEPTION :SQLServer2KDisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 15, Size: 15
    ** Shutdown : Fri Feb 23 18:00:50 GMT-03:00 2007

    Duplicate thread
    Error when using Oracle Migration WorkBench (Sql Server 2k to Oracle 8i)

  • Can Oracle Migration Workbench 2.0.2.0.0 be used to migrate SQL 7.0 to Oracle 8i?

    Hi,
    Does anyone know that can Oracle Migration Workbench 2.0.2.0.0
    be used to migrate SQL 7.0 to Oracle 8i? or the version
    2.0.2.0.0 can be only used for Oracle 9i?
    I failed to install Oracle Migration Workbench 2.0.2.0.0 onto my
    workstation(running Oracle 8.1.7), because it need Oracle 9i.
    Thanks
    Leo Siu

    One more question: where can I download the Oracle Migration
    Workbench 1.4.1.0.0 in order to migrate non-oracle database to
    Oracle 8i?
    Thanks

  • Oracle Migration Workbench logfile?

    After I create my migration project I go to look at the table and it is invalid, clicking on the - under Oracle Tables it says:
    The associated Microsoft Access table was not successfully migrated to Oracle. Review the Oracle Migration Workbench logfile for further information.
    Where do I find the logfile?

    Hi,
    Can you confirm that you carried out the migration of the MS Access database schema using Oracle SQL Developer Migration Workbench before creating your migration project? I would recommend reviewing the steps outlined in Chapter 21 - Migrating Applications in the APEX User's Guide.
    I hope this helps.
    Regards,
    Hilary

  • Oracle Migration Workbench DB2 UDB 8.1 Plugins..

    I want to migrate db2 udb 8.1 database to oracle 10g ...But iam not able to find the plugins for db2 udb 8.1 in oracle site...... Oracle migration workbench is asking for db2 8.1 plugins can u suggest where i can download ....

    From an earlier post on this forum, found by searching for db2:
    No plans for DB2 V8 support in the short term. The plugins are hardwired to work against the version they are built against, so it won't work with V7. There are other alternatives out there. One example would be from Ispirer: http://www.ispirer.com/products/ or
    from SwisSQL: http://www.swissql.com/oracle-migration.html
    [I assume 'so it won't work with V7' in the source post should read 'so the db2 v7 plugin will not work with anything other than db2 v7']

Maybe you are looking for

  • ITunes is black, need a lot of help!

    I just downloaded the new iTunes 7.7 today. When I opened it up, the whole screen is black. Some of the words (like File, Edit, Controls...<on the top>) are in white, but everything else on the screen is black. I tried to minimize and maximize, but n

  • Time machine and apple tv how to view on tv

    time machine cant view on apple tv if computer is off

  • SOAP mapping error

    Hi Everyone, I created the following scenario SOAP> XI>IDOC. In the mapping, some of the fields are constant and other fields are mapped from the SOAP message. e.g. <constant> <constant> <constant> <Mapped from the SOAP message> <Mapped from the SOAP

  • Black not printing

    Recently printer has stopped printing black.  It was almost out of black ink so I changed the black cartridge.  I had already changed the color cartridges within the past couple of weeks.  I have changed them many times and never had this happen.  Co

  • Worklist and screenflows

    Hi all, I want to design a step-by-step interactive process where the user will enter input at each step of the process. For example, when the user sees a work item in his list, he will acquire this item and perform some action on the item. When the