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?!

Similar Messages

  • 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

  • Problems with migration from Oracle 9.2.0.4 to 9.2.0.8

    Hi,
    we have 4.7 SAP's version, we tried to migrate from the Oracle's version 9.2.0.4 to the 9.2.0.8. When we tried to bootup the system, after that we succefully startup the DB, we can't startup the application with the start_sap.sh shell. The system returns this message in the log:
    Connect to the database to check the database state:
    R3trans: connect check finished with return code: 12
    Database not available
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/DEV/SYS/exe/run/startdb: Terminating with error code 12
    http://img512.imageshack.us/my.php?image=pantalladeerrorwa2.jpg
    Message was edited by:
            giovanni maria maccioni

    did you migrate the database or just install the 9.2.0.8 software?
    After database upgrade, your database and the software should have the same version:
    <i><b>select version from v$instance</b></i>; (software version)
    <i><b>select comp_id,version,status from dba_registry;[/</b>i] (database version)
    How are the environment settings of <sid>adm?
    Run please R3trans -d or R3trans -x and post the trans.log.  Could you please also check the developer traces, if there are any other errors?
    Best regards
    Baran

  • 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 from CS5 to 5.5 with Blackmagic Card

    Hallo liebes Forum, wir haben massive Probleme nach einem reibungslosen Import von CS 5 Projekten nach CS 5.5
    Einziger Unterschied  - jetzt ist eine Blackmagic Karte HD Extreme 3D im System.
    TL muss auf BM stehen und BM Player in den Voreinstellungen eingestellt - ist klar.
    Problem: es lassen sich keine Videos im Quellfenster mehr ansehen. Siehe Bild
    Anwendung hängt sich beim Verlassen auf.
    Patches von BM und CS55 sind neu.
    Mit bitte um Hilfe grüsst freundlich der Sven

    Ich habe gesehen dass du diese Frage auch schon in Englisch gestellt hast, aber die Lösung ist wahrscheinlich in dem BM Treiber zu suchen.

  • Problems with migration from Windows to Mac

    I recently purchased a new Macbook Pro and proceeded to move my Lightroom program and catalog to the new computer.  I have 77,000 digital image files stored on an external hard drive, so I placed my catalog on the external drive to make the move to the new machine.  I plugged the hard drive into the new laptop and wasn't pleased to see that my catalog seemed to work fine.  However, when I ran the 'find missing files' command the program identified over 22,000 images that couldn't be located.  When I manually went to point the catalog to the files' locations nothing happened.  Repeating the locate missing files command produced an error saying that the image couldn't be used because it was already linked. 
    I'm confused about what to do here..... about the only thing I can thing of now is to totally recreate the catalog, which would of course make me lose the work I've done for the last 9 months. 
    Any suggestions?
    Dan

    No Windows program will install on Macintosh (a very few products have
    both Windows and Macintosh on one disk, but not here).
    If you call Adobe you can buy a "crossgrade" for a reduced price. You
    will need to upgrade to Acrobat 9.0 at the same time.
    Aandi Inston

  • Windows 8.1 Problem with games from windows store.

    I've got a problem with games from windows store. The installation is going well without any problems, however when I try to open it it's loading and then it turns off. The same problem happens when I try to use Games for Windows. I've use a sfc scan and
    it shows some errors but unfortunately it cannot fix them. Should I share the CBS log or find the solution somewhere else? I hope you help, best regards.

    Hi,
    According to my experience, the problem like store game app open failed probably caused by hardware driver. such as Audio and Graphic driver. So, first of all, please try to reinstall these two driver to fix this problem for test.
    In addition, for SFC scan failed problem, it can be caused by many reasons, I would suggest you use another command to fix your system for test.
    Dism /Online /Cleanup-Image /ScanHealth
    Also you can test SFC command in Windows 8.1 safe mode.
    Thirdly, if problem persists, please check Event Viewer, generally speaking, it would record the app open failed events.
    Roger Lu
    TechNet Community Support

  • I have problem with buying from iTunes Store

    I have problem with buying from iTunes ??!!
    I've put all of my info cards
    What can i do ?!

    Are you trying to spam the forum with 6 the same posts?
    Please give more details of your problem and answer the question below:
    Is the app available in your country?
    Are you using the App Store for your country?

  • Hi. I have a problem with downloading from app store while last three days. An error did mot allow me to that. It's number is 1009.

    I have a problem with downloading from app store while last three days. An error does not allow me to take any app. The error number is 1009.

    Thats the ugliest code I've seen in a while and may be hampering your abilities to debug it. No offense - you have to start somewhere - think of it as somewhat constructive criticism.
    However, I cannot find any place where this is happening. Its happening on line 193.
    Also, this only happens when you try to move certain pieces to certain squaresThat might be a clue. Try printing out the indexes before line 193 and see what happens. Maybe use a debugger to step through your code.

  • I have a Iphone 4S and i update a new version 6.1, and i have a problem with wifi from i update this version. What is this problem? thanks Andres

    I have a Iphone 4S and i update a new version 6.1, and i have a problem with wifi from i update this version. What is this problem? thanks Andres

    Move or Copy the ENTIRE iTunes folder from the old computer or the backup of the old computer to the new computer.

  • K8t Neo2 problem with resume from standby after BIOS flash

    Previously while using the 3.2 BIOS and a Winchester 3200+, Both Standby and hibernation worked perfectly almost without fail.  Since I flashed the BIOS to 9.3 and installed an X2 4200+ I have had a problem with resume from standby.  The machine starts up OK but the 2nd processor core (cpu1) is almost maxed out and stays that way.  Task manager shows total cpu load as about 45-50% (all on cpu1) but shows no running process using any cpu load, just the usual System Idle process at about 99%.  The only way to get it back down to normal again seems to be to reboot.  By Contrast Hibernation works fine, with no increase in cpu load after resume.  I have all the latest MS patch's installed (I think!) the AMD dual core driver and the MS and AMD dual core optimizers.  Any ideas what is going on?

    Noticed last night that S! standby seems to work OK.  Also was experimenting with a fresh windows install on a spare hard drive (checking on another problem).  The fresh windows install appeared to work with S4 hibernation, so it looks like that is the answer to that problem.  However the problem with high cpu load on the second core after resume from S3 suspend to RAM standby was still present.  This problem is so specific and so repeatable (it does it every time without fail), that I feel there must be some very well defined reason for it.  Unfortunately I have no ideas what could be wrong. Have now tried Windows re-install, latest cpu drivers, AMD dual core optimizer, MS dual core optimizer, Cool'n'quite disabled/enabled, and various others and suspend to RAM still gives the same behaviour

  • Migration from Access to Oracle 10g (Problem with migration wizard)

    Hi
    I have an access database which I want to migrate to Oracle DB.
    I have created 2 connections.
    1. Access connection with the source database
    2. Oracle connection.
    I have associated the oracle connection to the repository.
    When I go through 'MIGRATION WIZARD' process. I am not able to view the source database file while capturing. Tried it several times.
    Need a help in this
    Regards,
    Arjun
    Edited by: 919650 on Mar 9, 2012 2:47 AM

    Arjun,
    you cannot do an online migration with MS Access as you can do with other foreign datasources. You can only do an offline migration.
    The first step that you need to do is to call the Microsoft Access Exporter. Click on Tools - Migration - Microsoft Access Exporter and chose the exporter of the MS Access version that you are using.
    The exporter creates an xml file for you. After the exporter has finished you can do the migration, click on Tools - Migration - Migrate, but in Step 4 please select "Offline", and then you can select the xml file that the exporter has created. The following steps in the Migration assistant are then doing the migration for you.
    You might also want to read the chapter "Before Migrating From Microsoft Access" in the online help of SQL Developer.
    Regards
    Wolfgang

  • Problems after migration from CS5 to 5.5 with Blackmagic Card

    Hello forum,
    we have an problem after an optimal migration from cs 5 to 5.5 projects.
    different: there is an bm hd extreme 3d card in the system.
    We are aware of the issue that there has to switch to BM player an the Timleinl settings to BM
    But there is still a problem: we are not able to view the ingested material in the source viewer,
    because there is another overlay - form the background or sometheing else - see attached photo.
    We add new drivers for graphics/BM and patches for CS 5.5
    None of these problems by creating new projects.
    Also the applications also  hangs after we try to close,
    many thanks for your answers - Sven.

    No reason to ask the same question twice. Just be aware that there are German forums as well.
    Your problem is probably in the BM drivers.

  • 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).

  • 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!

Maybe you are looking for