Problems with migration to FB 4.5

I had been working with FB4 premium and just purchased FB4.5 premium with Flash cs5.5.
I am having a BIG problem importing my old projects from FB4.  AKA: "VerifyError: Error #1053: Illegal override of createGeometry in flashx.textLayout.elements.FlowGroupElement".
Please a answer to this would be great, I have read already 3 different post describing the same problem without appropiate answer. The best i got was a confirmation that the problem relies on the TLF and a referral to the TLF forums which have NO answer to this.
the debugger doesn't even take me to a line to help me figure out how to solve this.
I have already read that the problem lies in the new version of TLF (2.0) None the less I find NOWHERE a way to solve this out.
I've tried downgrading the SDK to 4.1 and or changing the reference of the textLayout.swc to the older and/or newer version and none of this helps.
Dismissing the error, will runs the project but not even the Debugger will show up and the text will be buggi as the visulas overall.
Thank you

Hi,
I ran into similar problems as gv4.me opening a Flash CS5.0 document with Flash CS5.5. It seems to me that the TLF-Text Enginge inside the IDE 5.5 work completly different.
First thing what happened when I opened the old CS5.0 and try to comile was
ReferenceError: Error #1065: Variable TCMText is not defined.
ReferenceError: Error #1065: Variable TLFTextField is not defined.
Thx to kglad's tip
if you do need tlf text, select the merge into code for runtime shared libraries.
descriped at http://forums.adobe.com/thread/863163#863163
this Reference Error disappeared after setting "merge into code" for the textLayout.swc in the advaned actionscript settings panel.
Now I have another Problem regarding TCMText and TLF-Text.
To keep it simple let's assume we have serveral TLF-Text instances on the stage created with the TextTool (Hotkey T) inside the Flash CS5.0 IDE.
We want to animate only these TLF instances regardless what else might be available on the stage.
As the fla was created by our designer, we don't know exactly how many instances have been placed on the stage. So we write us some code to check
wether the currentDisplayObject on stage is a TLFTextField.
public function get aBuchstaben():Array
            var aTLFLetters:Array = new Array();
            var currentDisplayObj:*;
            for (var i:uint = 0; i<this.numChildren; i++)
                currentDisplayObj = getChildAt(i);
                if(currentDisplayObj is TLFTextField)
                    aTLFLetters.push(currentDisplayObj);
            return aTLFLetters;
This code works perfectly with CS5.0 and when we trace the generated array it gives us all the TLFTextFields we want to animate.
Now, let's open the same fla in CS5.5 and try our code again.
Nothing will get traced! Our generated array is empty. It could not find any TLFTextField on stage...very strage don't you think?
Well, let's debugg and see what's going on. Our TLF-instances on stage are no longer instances from the TLFTextField class. Instead we can see that all instances are now instances from a strage class called fl.text.TCMText.
First I thought that this might not be a big problem and I could easely change the code to check for TCMText instead for TLFTextField, but I was wrong. The TCMText class can't be imported nor is it possible find some more informations about this TCMText class.
The official adobe help
http://help.adobe.com/de_DE/FlashPlatform/reference/actionscript/3/fl/text/TLFTextField.ht ml
lists only the TLFTextField unter the fl.text package. It's not even listed on the beta help:
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/fl/text/package-de tail.html
Seems to be that there are more migration problems regarding TLF-Text between CS5.0 and CS5.5 which are nowhere documented. 
After hours of searching I found this information:
TCM text for static TLF Flash Pro CS5.5 uses the Text Container Manager to handle TLF text that is not intended to change at runtime. The TCM avoids the need to include the full TLF ActionScript library in the published SWF file, significantly reducing file size.
Source:
http://help.adobe.com/en_US/flash/cs/using/WS0CC7D962-6484-46f0-9596-BB27B21C4926a.html
Sounds good, but where can we find some more information abouth this Text Cotainer Manager and how to handle TLF text that's not changeable?
Wait what? TLF which is not to change at runtime?
Mhh, then let's try out our fla again and edit each TFL-Text and make it editable:
Debugg again and whoooa, there are now some real TLFTextFields inside the generated array. Isn't this strange^2 ??
Now everything seems to work, except that the TLFTextFields instances are now editable...compile the fla again and you can write stuff inside each
TLF-instance. Well it behaves as expected but it's not what we needed.
How can we change the instance again so that it keep being an instance of TLFTextField and is not editable at the same time?
I tried to set selectable to false
TLFTextField(currentDisplayObj).selectable = false;
and a lot other stuff but's nothing is working.
I ended up beeing nearly as frustrated as JVLL.
Hope anybody helps what I found out so far.
Please adobe developers spread some more information about this new TLF-Text and its new Text Container Manager classes...

Similar Messages

  • I am having problems with migration assistant (windows pc to Mac 2011) When I get to the 'Quit other applications' box and click continue, nothing happens. There are no other apps running - any ideas, please?

    I am having probems with migration assistant. Trying to transfer data from a windows laptop to iMac 2011. It was working fine when I did the set-up yesterday, but it was going to take hours to transfer some videos so I quit the process with the intention of doing it again at a later stage. However today I find that everytime I get to the 'Quit other applications' box on the Mac and click 'continue', nothing happens. Have checked mission control and confirmed no other apps running. Tried several times with the same result every time. Migration Assistant running on my laptop with the 'Waiting for mac to connect' box displayed. Mac is connected to wi-fi OK as able to use Safari and access internet. Any ideas, please?

    Thanks for your suggestions. Have managed to get Migration Assistant working but now have a new problem, i.e. where does it save the transferred files?!! Searched a few forums and it seems it saves it under your old username, or suchlike. Anyway I tried logging on as a new user using my old user name but there were only a handful of files there, couldn't locate the majority of stuff from my old laptop. Anyway I don't intend to go through any more hoops with MA - will just save the important stuff to an external drive and transfer it that way. Not impressed with MA at all. I thought it was supposed to be a user-friendly tool to simplify the transfer from pc to Mac - not my experience, I'm afraid!

  • Problems with migration on a new install

    I turned on my new 27" iMac, and when it asked if I wanted to import info, I was not ready because I did not have the right cable to connect my Time Machine External B/U, so I passed, and created a Bootcamp partition.
    I installed Windows XP just fine, and then installed Parallels on the main admin account, and made sure it worked. then tried to import my prior user account by connecting both computers with an ethernet cable, and turned on file sharing. I had problems with lots of spinning beach ball of death on the old mac, so I figured moving to the new machine would get rid of it.
    So I used Migration assistant to import from my current computer connected with Cat 5 cable, and it got 99% of the way through, then hung, like it could not gather the final info from the old computer to finish the migration, so I forced quit Migration on both computers, since there is no other way to exit w/o a successful install.
    The account was there, though when I log in as that user, I see lots of folders I don't have permission to access like my documents and downloads.
    So I go back to the old computer, and do an updated time machine back-up, then connect that external HD to the new iMac and do a 2nd import to a fresh user. All goes well, and I am able to log in, however, my new install of Parallels does not show up on the desktop, rather my old Parallels shows up with its different name. And I am getting spinning beach balls for 10-20 seconds in Safari, which I don't like, as something from the old computer must be corrupt to be doing this like a preference file or ?.
    I have had a Mac since the early 1990's, and always only had one account that I used to run the computer, never creating a "User" account to run day to day, and I am not fully understanding the relationships between admin & user.
    So my questions are;
    1. what is the best way to take my documents, movies, photos, music and such from the 2nd migration, and transfer to a freshly created user account that would have no corrupted preferences causing the spinning problems. Do I put them in the shared folder, then access them from the new account, and transfer them that way, or does the admin do it?
    2. What do I do about the applications that were imported, can the main admin move them and possibly the above documents to the main applications folder?
    3. What about fonts and such, should they be put in the main library, or a user library?
    4. Where can I find info on the allowable actions & limits of admin and users? what they can & can't do.
    5. On my admin desktop, I can see my HD, Bootcamp partition, and Parallels shortcut. It is not visible on my test account, or another user account I created for #1 above. How can I give that user access?
    6. How can I access the new Parallels install that shows up on the admin hd, instead of the old imported one in my user account?
    7. How can I access the 2 external HD's that show up in admin and not users?
    8. Can I safely delete the user that was created from my first unsuccessful migration that I had to force quit and has permission issues?
    Thanks for your help, really appreciate getting up to speed on users...

    No offense, though none of your replies are of any help. I am not migrating from a PPC to Intel, I don't need to reinstall, I am not a new user migrating for the first time, and I am not having any font problems.
    Let me try again.
    If I have a problem with an imported user account like it hangs doing certain things, how do I move all the data to a new user on the same PC, just drag all the documents, library, and similar folders to the shared folder, or the user folder?
    Users/Shared
    Users/User
    Any help is greatly appreciated.

  • Problems with migrating 4.6 packages to 5.0

    I have lot of 4.6 (SP3) packages which needs to be migrated to 5.0 SP2 platform(SCCM). I tried convert and install 4 different generic packages:
    Paint.net - OK, runs fine
    Chrome OLD - fail (depency to Java)
    Chrome NEW - fail (depency to Java)
    Java - OK, runs fine
    Reader OLD - fail (not compliant to existing OS, probably packaged on XP)
    Problem with Chromes are that shortcuts do not appear anywhere, but the package is installed via SCCM. Reader is failed already during convertion to 5.0 SP2, because Sequencer machine is W7. I converted all packages with Powershell, seems to be the only
    way.
    Main problem is, that after convertion to 5.0, I tried to open Chrome with Sequencer to delete depency to Java, and sequencer fails to open the converted package. So I´m thinking, should I continue to evaluate packages one By one, and are these problems
    because of depencies or something else?
    Error while opening converted package with Sequecer: ID 5010, "An Attempt to prepare the package for editing failed, class not registered. HRESULT 0x80040154.

    I have not heard of issues opening the packages but either way, I'm not sure deleting the Java files from the package would be the best path forward.
    I believe the conversion tool has been a complaint by many. The consensus seemed to be re-sequencing applications was the most reliable method to use.
    Personally, I'd try converting, test. If it doesn't work I open up my recipe and re-sequence.
    Re: Java, if I was you I'd read this series of posts from Dan: http://packageology.com/2014/02/sequencing-java-the-definitive-guide-part-1/
    My personal preference is to keep the latest version of Java on my build as a local app and sequence an older version only when a specific application requires it. I'd imagine Chrome really doesn't need a virtual Java and could use one that's part of the
    build
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • Big problem with migration at mavericks

    Hello,
    I'm trying to migrate an iMac early 2009 to an new one.
    But neither with WLAN nor with Ethernet it works.
    The older iMac cannot find the newer one. So I have no chance to proceed.
    Is there any hint how I can solve this problem?
    Yes, I could make a Backup off course – but there is another problem with this issue I'd not like to explain now
    Thank you for any help...
    Christian

    see the following link for more information about Time Machine
    http://pondini.org/OSX/Home.html

  • Problems with migrating from access to oracle

    OMWB has a few problems with upper and lower case letters, when i try to modify my old access DB OMWB cant find the new table in Oracle:
    (3011 The Microsoft Jet database engine could not find the object <name>. Make sure the object exists and that you spell its name and the path name correctly. )
    the problem is that it searching for AP_BILD.A990BILDER but the correct name is AP_BILD.a990Bilder
    when i recreate the table as AP_BILD.A990BILDER it worked.
    but i cant do that for almost 400 tables!
    any suggestion how to fix this?
    also have a problem when creating the trigger:
    OMWB puts the tablename into 2 double quotation marks each side (""name"") and of course it tells me something of a tablenamelength of NULL and it doesnt work
    working with release 9.2.0.1.0 of OMWB

    update: if i try to link the table from access directly it also cant find the table, but can find other tables (the others are in upper case).
    could it be a problem with the odbc driver? does it automatically look for upper case names?
    anyone know how to fix this?
    thanks in advance

  • Any problems with migrating In Design files from Mac to PC?

    My wife is a commercial artist, and we are considering getting CS4 here at home on our PC.  She has a Mac at work.  Are there any problems with switching files between the Mac and the PC so she can get some work done on the same files at both the office and at home?
    Thanks!

    One recurring problem I have is the different types of the Symbol font. Mac InDesign insists on adding (TT) -- "Symbol (TT)" -- to 'Windows' documents, and vice versa. I think the root of the problem is Symbol on Windows is an OTF font, whereas on the Mac it's still a 'regular' TTF. My Mac compadres tell me it's not easy to transfer the Windows font to the Mac -- its own version apparently being rooted deep inside the system.
    However, it's not a big issue, as we by default encapsulate Symbol with a character style. So when ID alerts us, all we have to do is redefine this style, be it on Windows or on Mac. Fortunately I've never seen text reflowing because of this (knocks on plywood desk).

  • Problem with Migration Forms to Apex ...

    Hello !!
    I discovered Apex a few days ago, so I began with the Oracle tutorials, where I found the conversion from Forms to Apex : "Converting Your Oracle Forms Applications to Application Express 3.2".
    I tried to do the same, with a Unix server and my laptop with Windows.
    I downloaded the Forms which where on my Unix server on my laptop, and then converted them with frmf2xml.bat.
    Then I created a project and uploaded only one Forms Module (_fmb.XML). After upload, the Percent Complete column is lower than 100%.
    My problem is at the following step : "Generating Your Application Express Application".
    When I click on "Create Application", select "Based on Migration Project" and then on "Next", I have one of the following errors :
    - 1 error has occurred * The project, "Test Gestuser" does not contain any Blocks associated with database objects.
    - 1 error has occurred * Database schema PROCIE does not contain the associated database objects for the project, login. Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s)
    I really don't understand these two errors, having yet checked all the possible error sources, user, schema, ... ?:|
    I have probably forgotten to give some informations, so ask them ;)
    Thanks for your help,
    Pierre C.
    Edited by: Pierre C. on 19 juin 2009 17:22

    I found the problem(s) ... but now I have another one !!
    The problems are with the Forms : I opened them with Forms Builder and created a new Block with the assistant. Then I compared this block with another "normal" block : they haven't the same properties.
    My block has an associated canvas and database source, whereas the other "normal" blocks haven't.
    Where does the error come from ??
    Is there something to do with Forms Builder ?
    On my Unix server before downloading the forms ?
    Another thing to do ??
    Thanks,
    Pierre C.

  • ORA-12952 and Oracle 10g XE problem with migration to 11g XE

    Hi, all
    My DB (Oracle 10g XE) reach storage limit. I have tried to migrate to 11g XE version but unsuccessful.
    For migration I used next manual: http://download.oracle.com/docs/cd/E17781_01/install.112/e18803/toc.htm#XEINW136
    expdp returned next error:
    Processing object type DATABASE_EXPORT/SCHEMA/CLUSTER/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    2D6F0304 14916 package body SYS.KUPW$WORKER
    2D6F0304 6300 package body SYS.KUPW$WORKER
    2D6F0304 5638 package body SYS.KUPW$WORKER
    2D6F0304 2145 package body SYS.KUPW$WORKER
    2D6F0304 6861 package body SYS.KUPW$WORKER
    2D6F0304 1262 package body SYS.KUPW$WORKER
    285BD50C 2 anonymous block
    Next I have tried to garbage some information from DB but I got some as "UNDO cannot get next block" error.
    What else can I do to migrate the data from 10g with limitation problem to 11g?
    Thank You in advance.

    There is output from SQL:
    "OWNER"; "TABLESPACE_NAME"; "COUNT(*)"; "SIZE_MB"
    "A1"; "USERS"; "899"; "3995,9375"
    "SYS"; "SYSTEM"; "980"; "323,1875"
    "FLOWS_020100";"SYSAUX"; "658"; "297,625"
    "SYS"; "SYSAUX"; "626"; "151,125"
    "XDB"; "SYSAUX"; "753"; "84,5"
    "SYSTEM";"SYSTEM"; "259"; "31,75"
    "SYS"; "UNDO"; "10"; "20,25"
    "MDSYS"; "SYSTEM"; "96"; "12,25"
    "SYSTEM";"SYSAUX"; "109"; "6,8125"
    "CTXSYS";"SYSAUX"; "74"; "4,625"
    "D1"; "USERS"; "14"; "3,5625"
    "DBSNMP";"SYSAUX"; "25"; "1,5625"
    "HR"; "USERS"; "25"; "1,5625"
    "FLOWS_FILES";"SYSAUX"; "7"; ",5"
    "OUTLN"; "SYSTEM"; "8"; ",5"
    "TSMSYS";"SYSAUX"; "4"; ",25"
    1. When I tried to delete some old data from USERS dataspase by some PROCEDURE I got the next error:
    ERROR at line 1:
    ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO'
    This problem I solved. PROCEDURE generate huge buffer for transaction. Therefore I deleted the old data by small pieces.
    After I have deleted the old data the Application start to comunicate with database without ORA-12952 error.
    2. I've reduced the size of SYSAUX (http://remidian.com/oracle/purging-sysaux-tablespace-purging-awr-reports.html) down to 94%
    3. I has SYSTEM tablespace 100% full. When I've tried to resize the SYSTEM table up I got the ORA-12952. Then I've increased the SYSTEM table size by 1M. In such way I got additional 9Mb for the SYSTEM tablespace (from 360Mb to 369Mb 98%). Is any other way to reduce of the SYSTEM tablespace filling?
    4. Next (http://wiki.oracle.com/page/Data+Pump+Export+%28expdp%29+and+Data+Pump+Import%28impdp%29)
    on the step: $ expdp system/<password> DIRECTORY=expdp_dir DUMPFILE=expfull.dmp FULL=y LOGFILE=expfull.og
    i got the error:
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    There is my last state of the tablespace filling:
    "Tablespace"; "Size (MB)"; "Free (MB)"; "% Free"; "% Used"
    "UNDO"; "500"; "411,6875"; "82"; "18"
    "SYSAUX"; "570"; "31,5"; "6"; "94"
    "USERS"; "4180"; "178,875"; "4"; "96"
    "SYSTEM"; "369"; "1,25"; "0"; "100"
    "TEMP"; "291"; "0"; "0"; "100"

  • Problems with migration from 10.1.3.4 to 11.1.1.0.2

    Hello,
    we're trying to lift up our ADF Application to 11.1.1.0.2 and face some problems.
    The first thing is a method that cannot be found anymore.
    (which i hope is a minor glitch that does not need to be discussed yet...)
    The second and significantly more disquieting problem is JDev "killing" our *.cpx binding file. (sheesh!)
    this is what it looked like in 10.1.3.4:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="client"
                 Package="" version="10.1.2.17.96" SeparateXMLFiles="false"
                 ClientType="JClient">
       <pageMap/>
       <pageDefinitionUsages>
          <page id="V103AnsichtMultiBenutzerUIModel"
                path="de.xxx.xxx.client.verwaltung.forms.V103AnsichtMultiBenutzerUIModel"/>
          --- about 50 more (cut for readability) ----
          <page id="V101MitteilungBearbeitenPanelUIModel"
                path="de.xxx.xxx.client.vorgang.forms.V101MitteilungBearbeitenPanelUIModel"/>
       </pageDefinitionUsages>
       <dataControlUsages>
          <BC4JDataControl Configuration="RootModuleLocal"
                           Package="de.xxx.xxx.bc4j.root"
                           xmlns="http://xmlns.oracle.com/adfm/datacontrol"
                           id="RootModule"
                           FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                           syncMode="Immediate">
             <Parameters>
                <Parameter name="STORE_USER_IN_DB_AFTER_CONNECT" value="false"/>
             </Parameters>
          </BC4JDataControl>
          <BC4JDataControl Configuration="WiedervorlageAppModuleLocal"
                           Package="de.xxx.xxx.bc4j.root"
                           xmlns="http://xmlns.oracle.com/adfm/datacontrol"
                           id="WiedervorlageAppModuleDataControl"
                           FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                           syncMode="Immediate">
             <Parameters/>
          </BC4JDataControl>     
       </dataControlUsages>
    </Application>and after 11g laid its hands upon:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="client"
                 Package="" version="10.1.2.17.96" SeparateXMLFiles="false"
                 ClientType="JClient">
       <pageMap/>
       <pageDefinitionUsages/>
       <dataControlUsages/>
    </Application>the heck? its "empty"...
    Note the JDev version number "10.1.2.17.96", which indicates that our workspace had been migrated several times.
    But the lesser Versions obviously did not see the need to migrate anything - or in our case - kill our binding.
    Does anyone have a clue how to make JDev migrate our binding properly?
    Do I have to put it back by hand?
    Edited by: Haymaker84 on 03.05.2010 07:17
    Edited by: Haymaker84 on 03.05.2010 07:17
    btw: is there a Code-Tag or something in existence? XML is displayed really ugly this way :-/
    Edited by: Haymaker84 on 03.05.2010 23:44
    Edited by: Haymaker84 on 03.05.2010 23:45
    Edited by: Haymaker84 on 04.05.2010 00:26

    I wasn't aware that there is a newer Version around - I just used what our Admins handed us ;-)
    But i will definately have a look on that!
    There is not really much to say about our Application.
    It's basically two programs;
    One is a batch that reads text-file-input and processes it to the database. (which we are currently working on)
    The other is a Swing based dialog which lets the clerks work on above mentioned database.
    Both programs have a lot functionality in common.
    And with tech there is not really much to say... We use an fairly old third party framework for our Swing-Surfaces.
    (Which also has a lot of ADF stuff inside... we never really got behind this - sort of a black box)
    For the rest we use standarts as JUnit, Log4J, ANT... nothing special.
    I don't exactly know what information could be useful?!

  • Problem with migrating data (SQL Server 2k offline data capture)

    Hi there,
    I try to migrate a SQL Server 2000 database to Oracle 10g (R2) using offline data capture. I following the online Tutorial “Migrate from Microsoft SQL Server to Oracle Database 10g Using Oracle Migration Workbench” and everything seems OK until “Migrating the tablespaces, users and user tables to the destination database” http://www.oracle.com/technology/obe/10gr2_db_vmware/develop/omwb/omwb.htm#t5. I have two errors on 2 (out of 85 ) tables saying “ Failed to create default for Table :
    ORA-00907: missing right parenthesis”. I checked the column/table names and they seems OK. I don’t understand why I got these errors. However, when I checked the ‘SA’ Schema in Oracle Enterprise Manager Console, I can see all the tables (including the two problem ones).
    I then carry on to the next step and tried to migrate data to the destination database (http://www.oracle.com/technology/obe/10gr2_db_vmware/develop/omwb/omwb.htm#t6) I am now stuck on step 5. “…copy the files from c:\omwb\data_files to the c:\omwb\Omwb\sqlloader_scripts\SQLServer2K\<timestamp>\Oracle directory…” I cannot find the ‘c:\omwb\data_files’ directory, in fact, I don’t have a directory called ‘data_files’ on my machine. I noticed the ‘c:\omwb\Omwb\sqlloader_scripts\SQLServer2K\<timestamp>\Oracle’ directory contains the all the 85 [tableName].ctl files (plus two other files: ‘sql_load_script’ and ‘sql_load_script.sh’). From the screenshots online, ‘c:\omwb\data_files’ seems contains files with the same name as the [tableName]. Therefore, I did a search with [tableName] but cannot find any apart from the [tableName].ctl file in the ‘c:\omwb\Omwb\sqlloader_scripts\SQLServer2K\<timestamp>\Oracle’ directory. What should I do next?
    OS: windows 2003 with SP1
    Oracle: 10g Release 2
    SQL Server 2000
    Any help would be extremely appreciated.
    Helen

    Helen,
    Sorry, I am new here. Could you please tell me (or point me to the related documents about) how to output the Oracle model as a script?Action-> Generate Migration Scripts
    And what do you mean by ‘The default conversion may have failed’? Do you mean data type mapping? I went through all the columns and tables and checked the data types in the Oracle model already. The processing for the default for a table column could have something the basic workbench default parser cannot handle.
    I hope you are finding the workbench to be a productive aid to migration.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Problems with migration to jdev 11 tp3 (severeExceptionThrownByContextList)

    Hello everybody,
    I'm trying to migrate an application from jdev 10.3.3.1 to jdev 11 tp3. The problem is when I try to run it (message bellow).
    The application runs normally in jdev 10 and compiles in jdev 11. I Maybe something with OC4j ?
    Any clue ?
    Regards,
    Markolla
    Target URL -- http://192.168.0.247:8988/TOPP-ERP/index.jsp
    06/03/2008 15:48:30 com.evermind.server.http.HttpMessages severeExceptionThrownByContextListener
    SEVERE: An exception was thrown by the contextInitialized method of the com.sun.faces.config.ConfigureListener class belonging to the TOPP-ERP application.
    java.lang.NullPointerException
    at com.sun.faces.config.JSFVersionTracker.publishInstanceToApplication(JSFVersionTracker.java:264)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:404)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1347)
    at com.evermind.server.http.HttpApplication.init(HttpApplication.java:873)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:699)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:502)
    at com.evermind.server.Application.getHttpApplication(Application.java:778)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.doCreateHttpApplicationFromReference(HttpSite.java:2315)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2295)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2284)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:2212)
    at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:475)
    at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:565)
    at com.evermind.server.http.HttpRequestHandler.initRequest(HttpRequestHandler.java:372)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequestOpen(HttpRequestHandler.java:283)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:162)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:149)
    at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    06/03/2008 15:48:30 com.evermind.server.http.HttpMessages logApplicationStartupFailedMessage
    SEVERE: The application named, current-workspace-app, could not start due to an error.
    java.lang.NullPointerException
    at com.sun.faces.config.JSFVersionTracker.publishInstanceToApplication(JSFVersionTracker.java:264)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:404)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1347)
    at com.evermind.server.http.HttpApplication.init(HttpApplication.java:873)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:699)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:502)
    at com.evermind.server.Application.getHttpApplication(Application.java:778)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.doCreateHttpApplicationFromReference(HttpSite.java:2315)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2295)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2284)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:2212)
    at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:475)
    at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:565)
    at com.evermind.server.http.HttpRequestHandler.initRequest(HttpRequestHandler.java:372)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequestOpen(HttpRequestHandler.java:283)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:162)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:149)
    at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)

    Hi,
    I guess maybe some kind of missconfiguration with OC4J 11.
    My solution by the moment was to install TRINIDAD 1.0.6 in JDEV 10.3 and use the migrated application. After some corrections on the code the application is working =).
    Next I'll try to use JDEV 11T3 with 1.2.6 Trinidad components.
    My best regards

  • Problems with Migration from 4.5 to 5.0.2

    After the migration, some Studio gadgets are no longer working/displaying properly. For example, one of the gadget is used to have couple tabs to navigate. After the migration, no tabs are being displayed. I think the problem is with the javascript versioning, but doesn't know for sure how to verify this.
    Another problem is with document directory. It gives a gateway error when trying to access a doc. Can someone help me with these issues?
    Thank you in advance!

    After the migration, some Studio gadgets are no longer working/displaying properly. For example, one of the gadget is used to have couple tabs to navigate. After the migration, no tabs are being displayed. I think the problem is with the javascript versioning, but doesn't know for sure how to verify this.
    Another problem is with document directory. It gives a gateway error when trying to access a doc. Can someone help me with these issues?
    Thank you in advance!

  • Problems with migration assistant

    Hi, I used Migration Assistant to move my account on an iMac G5 to a new Intel iMac. I ran the assistant from a user with the same name as the user I was transferring. Of course the assistant told me I had to rename the imported account, which I did. Once migrated, I created a new admin account, deleted the original admin and renamed (also the shortname via a procedure found on the Apple site) the new imported account.
    I also own a powerbook on the same network, also with a user with the same name/short name and previously I never had problems in transferring files between this and the iMac G5. Now, after the migration, I cannot copy any file between the users, although I can GET the files from one users to another.
    Any clue?

    If your old machine is an iBook, the Migration Assistant likely won't always work. Many have had issues migrating from PowerPC to Intel with the Assistant. Instead, this user tip is recommended:
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=0

  • Multiple problems with Migration Assistant

    I have just wasted more than 4 hours trying to transfer all my information from my G5 iMac to my new 13-inch aluminium MacBook using an ethernet cable and the 'Migration Assistant'.
    Perhaps someone here can enlighten me as to why this has been such an unmitigated disaster and where I went wrong.
    I followed the instructions exactly as to how to proceed - this is what happened ...
    The Migration Assistant showed that the items I selected to transfer were as follows -
    Documents 5.9GB
    Music 20.8GB
    Pictures 34.1GB
    All Other Files 5.5GB
    Total 66.3GB
    The transfer commenced at 1748. By 2053 the Migration Status in the dialog box stated -
    'Transferring files to support applications' - the progress bar showed that this was more than 95% completed and the message below the progress bar stated 'Less than a minute remaining'. Both the 'Go Back' and 'Continue' buttons in the dialog box were greyed out.
    After a further hour with no progress I terminated the Migration Assistant application. My MacBook showed that the transfer had been completed 'with some errors' - I cannot recall the exact error message but it referred to 'Charcoal' and fonts.
    When I commenced the transfer I had only used 15.7GB of my MacBook hard drive. Apart from doing a custom reinstall of the OS I had also installed Office 2008:mac. After the transfer I ran Disk Utility which showed that I have now used 85.2GB of my MacBook hard drive.
    HOWEVER, when I opened iPhoto - it is completely empty. Similarly, iTunes has no music in it either.
    How can this be??? Of course, there are no documents in the Documents folder either.
    Can someone please tell me whether I should simply do yet another Erase and Install (and waste another day of my time) or whether there is some way I can locate my missing data?
    Needless to say, I never had these problems when I could connect one Mac to another using a Firewire cable and transfer my data via Firewire.
    I'm sorry if I have made some very basic mistake here, however, I thought that if I followed the instructions as to how I could transfer information 'from another Mac' it would 'just work'. How wrong I was!
    Tricia

    Thank you for the suggestion Doug. A few extra hours of digging today resolved my problem.
    I remembered that, when I initially started to transfer the data the Migration Assistant threw up a warning to the effect that the user name I was transferring from the iMac already existed on the Mac Book (am I the only one who uses the same long name and short name on two machines???). Naturally, the MacBook has to have the user's name set up before the Setup Assistant or the Migration Assistant can be used to transfer files and folders from another Mac. I recall that the only option that allowed me to proceed with the transfer was to change both the long and short names on the iMac (the machine from which I was transferring the information).
    This prompted me to check Macintosh HD/Users.... I was surprised to see that, apart from the account I had set up on the MacBook there was a second user (with the new short name from my iMac). This User had folders for Desktop, Documents, Downloads, Library, Music and Pictures (all of which had the little red circle with the minus sign in the lower right hand corner of the folder).
    So, I logged out as my normal user name and then logged in using the user name from the iMac and ...voila ... my iTunes music folder, my iPhoto library, my documents and all the applications on the iMac had been transferred to the MacBook under my iMac user name.
    Because I don't want to have two user accounts on my MacBook I copied the iTunes music folder and the iPhoto library to the Shared folder - making sure that I first used Get Info to check the Sharing and Permissions for the folders which I changed to allow my 'normal' name Read & Write privileges. After they were copied into the Shared folder I logged out of my 'iMac name' and logged back in as my normal name. I then copied the iTunes music folder and iPhoto library from the Shared folder to my Home/Music and Home/Pictures folder.
    I know it was a very 'clunky' way of getting what I wanted but it all works!! I'm now busily deleting the apps that were copied across from the iMac because, obviously, my iMac is a PPC G5 and my MacBook is an Intel. It occurred to me that I'm better off either re-installing from disk or downloading directly to my MacBook so that the apps are for Intel machines not the PPC.
    Cheers
    Tricia

Maybe you are looking for