Migration issues with DataBindings.cpx Jdev 10.1.2 to 10.1.3

Hey Guys,
I have had a look at the docco for migrating between JDeveloper 10.1.2 and 10.1.3 in relation to the databindings.cpx file with no luck. Anyway, with no changes other than the migration, the deployment will fail because it cant find the databindings file:
oracle.jbo.NoDefException: JBO-25002: Definition DataBindings.cpx of type Application Definition not found
Web xml with this error:
<context-param>
<param-name>CpxFileName</param-name>
<param-value>DataBindings</param-value>
</context-param>
So, i copied the bindings file to the view package which is standard for new applications created in 10.1.3 but then get this error message:
oracle.jbo.InvalidDefNameException: JBO-25004: Definition name view/DataBindings.cpx for type Application Definition is invalid
Web xml with this error:
<context-param>
<param-name>CpxFileName</param-name>
<param-value>view.DataBindings</param-value>
</context-param>
Any help would be appreciated because a simple migration solution is required in order for us to use the new version on existing apps.
Cheers Dave

Hi,
OID, Contentdb, BPEL P.M. on contentdb AS
Regards,
Jigar

Similar Messages

  • Issue With Apps Adapter JDev 11.1.1.3

    Hi ,
    We are facing some issue with Oracle Apps Adapter with Jdev 11.1.1.3. The wrappers for PLSql APIs were not properly generated.
    If anyone having such issue/solution pls share the same.
    Thanks In Adv
    Venkata Madhu

    Hi Anuj,
    I sent email to ur official id with the issue details. 1 query i have here, Can i generate wrapper using 10g Adapter and consume in OSB 11.1.1.3?.
    Also some funny issues we are facing with API's. If the API create/modified, immediately we couldn't able to generte the wrapper if generate also, the response is not in xsd defined format.
    But if we re-generate the wrapper after sometime, it work with no issues. Don't why.
    Regards
    Venkata Madhu

  • 10.1.3 Migration Issue with data-sources.xml

    Hi:
    Running into lots of migration issues for an application built in 10.1.3 EA, migrating to 10.1.3. production, mostly in the BC project. Here's one: the database connections built in EA were not carried over to prod, so they needed to get re-built. No biggie. But now the data-sources.xml file in the model project has duplicate entries for my data sources. I have tried directly editting that file and removing the duplicates, but when I go to run my application (ADF Faces & ADF BC) JDeveloper hangs. When I abort JDev and re-start it, the duplicate entries are back in data-sources.xml (and yes, I did save the file after making the changes). It seems that the xml file is built dynamically from definitions stored elsewhere. Where is the source? What will I need to modify to get the changes to take?
    Thanks.
    Johnny Lee

    There is new control over when/whether JDeveloper add/updates your data-sources.xml file for the embedded server. The settings are located here:
    Tools | Embedded OC4J Server Preferences | Current Workspace | Data Sources
    There are some settings there that control whether/when we update the data-sources.xml

  • 10.1.3 Production - Strange migration issues with OC4J

    Hi,
    first of all my congrats on another great release of my favorite Java IDE. Bad thing is I can't enjoy it as much as I want currently because of the following issue:
    I'm working on a large project based on Struts, Tiles and Spring. The thing was born under 9.0.3 and happily survived several migrations since. It is running perfectly in 10.1.3 EA (OC4J and Tomcat 5.5). So I didn't expect any issues when switching to the production release. As I expected, everything worked without any errors. Fine. But then, when expectingly starting it in OC4J, things suddenly looked a bit different, for the login page came up somewhat naked. In fact, that is no wonder, as the app didn't find its CSS files, images, whatever. I import those resources (JSP 2.0) via the follówing line:
    ${pageContext.request.contextPath}/path_to_css.css
    As it turned out, the pageContext thing wasn't resolved and so contextPath stays blank. Furthermore, the JSPs generated can't get access to session objects via expression language (eg. ${myBean.myAttribute}. JSTL <fmt:>, on the other hand, works wonderfully. Now for the odd part: if I change the JSP while the app is running and
    then hit 'reload' to get it recompiled, the problem is gone. Looking at the .jsps sources, JDev generates something quite different from what OC4J does (the latter is the working version). I've spend the whole day now trying to find out why, including two fresh installs and setting up a test project, for I expected Tiles to be the culprit, but it's not; in fact, the issue also happens with a no-frills JSP page. Now I'm rather at the end of my knowledge. Has anyone had similar problems or knows how to resolve this issue? Any hint would be deeply appreciated :-)
    -- Chris.
    NB. My version is 10.1.3 J2EE (not Studio); I tried both the base one and later the complete version which comes with its own JDK.

    Alas, talking to myself is fun, so I'll proceed. Today, I set up another simple test project (Servlets 2.4/JSP 2.0) with a JSP that just issues the following:
    Context path: ${pageContext.request.contextPath}
    Upon comparing what gets generated, I noticed the following differences:
    1. What JDev generates and what does not work correctly:
    javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    try {
    out.write(__oracle_jsp_text[0]);
    out.write(__oracle_jsp_text[1]);
    catch( Throwable e) { .. }
    2. The same fragment recompiled in OC4J:
    javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    com.evermind.server.http.JspCommonExtraWriter __ojsp_s_out = (com.evermind.server.http.JspCommonExtraWriter) out;
    try {
    __ojsp_s_out.write(__oracle_jsp_text[0]);
    out.write( (java.lang.String)oracle.jsp.runtime.OracleJspRuntime.evaluate("${pageContext.request.contextPath}",java.lang.String.class, __ojsp_varRes, null));
    __ojsp_s_out.write(__oracle_jsp_text[1]);
    catch( Throwable e) { .. }
    As you can see, only the latter version contains code to evaluate the EL expression (the italic parts) at all! How on earth does this come from? Is there any switch in JDev to explicitly tell it to generate 2.0-compliant, EL-aware stuff apart from specifying 2.4 in the wizard?
    -- Chris.

  • CR2008 Migration issue with XI 3.0 and BI7

    Hi There,
    maybe somebody else has discovered this problem or has an idea of what is causing this.
    I am working remotely with a customer and the migrated a CR08 report from their BWE to BWD. Everything works fine. We run the Post Migration and publish the report from BW to XI 3.0. The report works fine in Infoview and the DB settings point to the correct BW data source.
    We open the report in CR from BW and verify the report points to the correct data souce.
    However when we try to view the report in SAP GUI we get prompted to log on to BWE not BWD.
    We verified all seetings in the workbench and the URL Handler. We even verified SCC4 settings that allows changes.
    Under RSA1 thougn we see a setting for Crystal Reports that says no changes allowed. Could that cause the problem?
    Anything else that I should be checking would be great to hear about.
    Thanks,
    Stephan

    Ok, done this for the 5th time now and it still is correct.
    I have a question though. When I do a test for a report on my test box viewing a report from the GUI I get a url link portion like this:
    ......ispatch.jsp?bw_id=D3ZMZDCCPZRZZVVDAA73ZUWNI&cmsname=VAN...
    The customer sees this:
    dispatch.jsp?sap_client=450&cmsname=Servername.domain.com:6400&language=EN&sap_sysid=BW2&bw_id=4B9TK5UVY8AC9OT6KUJUX74JI
    I see that the order is different for the bw_id plus while I just have bw_id the customer sees his sysid &bw_id
    Is there an explanation why this is different?
    The connection string in BOE itself just points to the report ID given to the report. And those are different for BW1 and BW2.
    If I check the URL when viewing the report in the GUI the URl never changes.
    Is there an issue by the bw_id because that BW1 and BW2 have the same?
    Thanks,
    Stephan

  • IS-U: Migration- Issue with DEVICE object using EMIGALL

    Hello Friends,
    I need a quick help. The issue is here below.
    I am using the object DEVICE to create Device/Equipment. I could able to create an Equipment however I found that in EQUI table the field SERNR is not updated.  Actually this field should have the value of EQUNR.
    I had tried many times wih differenct possible options but this field is empty in all the trials. I am also using the auto structure CONTR and its sub strucutures COMMIT, UPDATE, INDIV, CONV filling with  'X'   but the result is only this field SERNR is not updated in the table EQUI.
    Without this field SERNR being field I cannot perform Device Installation (Full/Technical/Billing).
    Please share your ideas.
    Thanks in Advance,
    Vijay.

    Hi Vijay
    That's possible...
    I assume transaction IQ01 and EMIGALL are using the same function EQUIPMENT_INSERT.
    If NEW_VEQUI-EQUNR contains already a number, the function does not get a new number from the number range object, for example with external numbering. In case there's no EQUNR given, a new number is taken from the number range object, internal numbering.
    If no SERNR is provided when calling EQUIPMENT_INSERT, there won't be a SERNR in EQUI. Just check if IQ01 provides the serial number when calling EQUIPMENT_INSERT.
    This means another possible solution is to get a new number for EQUNR in EMIGALL and populate EQUNR and SERNR before calling the service function module ISU_M_EQUI_INSERT. Call function module NUMBER_GET_NEXT for object EQUIP_NR.
    This can be done on field level by setting the Processing Type to 4 = Rule (check which of the two fields comes first - EQUNR or SERNR - to assign the number from NUMBER_GET_NEXT and copy the value for the second field) or via events see menu item Utilities: Event, when you're in the object maintenance screen.
    Yep
    Jürgen

  • SQL Developer 1.5 migration issue with MS use of reserved words

    In version 1.2 the was and advanced option that allowed the use of reserved words for column names, I can not find that option in 1.5. What happened to this option? I can not find it and I need to port those applications with out changing the column names. I know I can hand edit the scripts but I did not have to do that with 1.2.
    Any one know if this can still be done?

    n 1.2 iIt was under preferences - > Migration -> Advanced, in version 1.5 no advanced options and I searched around and could not find it else where. gulp as for the reserved words ( don't laugh I am just migrating under orders) there are date, number and some columns with embedded / that it barfs on. I am under orders to do it the way it is written.

  • Migration issues with 10G

    All,
    Am trying to migrate 10gr1 to 10gr2 and also going from 32bit to 64bit red hat linux. It appears that some packages are not migrated correctly. Has anyone gone through this exercise and had similar issues.
    regards
    Alan

    all,
    Found a good note on metalink.
    Note:62290.1
    cheers.

  • Migration issues (with Mavericks)

    Yesterday I got my new Mac Pro.. Hurray!! But when I wanted to migrate my data from my old iMac I ran intro trouble. Whappend:
    1.)
    I started the MacPro. It asked the usual stuff and I decided to migrate from an existing Mac. Unfortunately that was not possible, because the chosen Mac seems to have an newer version of the OS installed than my new Mac Pro ... Hmm .. strange as I expected the Mac Pro also to use same Mavericks (that I also have on my iMac
    2.)
    Ok, second trial: Instead of choosing another Mac as source I decided to take a backup from TimeMachine (available through my NAS). That took a while (2h) and after a restart  I got the usual login display. Unfortunately, I was told that the chosen user was not allowed to be used ... Hmm ... Strange again.
    So I started the Mac Pro in single user mode (cmd-S) and on the prompt I was able to find out, that under /Users none of my users was migrated. Obviously no login was possible. I could image that this happened because my existing users were stored on a different partion on my old iMac and I did not create such a partion on the Mac Pro....
    3.)
    Next trial: I decided to start the Disk-Utilities (cmd-r) and from there select the "Install new OS" option to start from scratch again (I wanted to setup at least on new uaser on the MacPro and afterwards migrate the old users). The Mavericks OS was downloaded (during the night...) and after I restarted my Mac Pro again instead of getting the usual Setup Assistent I again got the login screen presented without being able to setup some new user....
    Now I am stuck.... What can I do to get at least one user setup on the new machine?? Please help !!
    PS:
    In the Disk-Utilities (cmd-r) mode I tried to start the migration assistend from the terminal but I could not find it one the one hand, nor do I know how to start an ".app" binary from the shell...How does this work? I read something about the "open" command on the web but in single user mode (cmd-S) this command seems not to be on the defined PATH....

    This was the approach that help me:
    1.)
    Start the MacPro with Disk-Utilities (cmd-r). Delete the "Macintosh HD" partition
    2.)
    Choose "Install Mac OS Mavericks". That will take a while ....
    3.)
    Start the Mac, follow the instructions and setup one single user, e.g. "admin" with no icloud account setup.
    4.)
    Log into the Mac using the new created used. Then start the migration assistent and follow the instructions choosing the user+data you need from the old mac..
    In my case -where my user data was on an extra partition - I was told (in the dialog that let you choose the users) that the user account will be created in the local "Users" folder on MacintoshHD. Otherwise there is a hint that no data will be created... may be I missed this in the first trial ....

  • IPhoto 11 Migration Issue: Unique Circumstance (Boot Drive Crash)

    Hello good folk,
    I have a migration issue with iPhoto 11 due to a boot drive crash.
    The issue: I have imported my library database file and all of my 25,000 photos into a clean install of iPhoto 11. All of the events are imported, but all of the photos appear in the very first event. All of the other events are populated with the correct number of photos, but none of the actual photos have been linked.
    I know all about holding down option-click and option-command-click to rebuild libraries, directories, etc., as I have read about in multiple posts. But many tries haven't gotten me to success.
    Any suggestions? What am I doing wrong?
    Here are the specifics of the chain of events, in case it helps [sorry for all the details, but it might help]:
    1. Was running iPhoto 09 in 10.5.8, my boot drive bit the dust.
    2. I was able to save most of my data from the drive. Due to corrupt files, I was forced to back up unconventionally: instead of saving the entire library, which I could not do, I unpacked the iPhoto library and, from the Originals folder, I copied over entire year folders (2002, 2003, etc.) onto a non-boot drive. This worked.
    3. I then installed the new boot HD and installed 10.6.X.
    4. I installed fresh copy of iPhoto 11 and updated the software.
    5. In iPhoto 11, I threw away the database and replaced with the recovered database from the old boot drive.
    6. I copied all of the year photo folders (from the "Originals" folder on the manual backup disk) wholesale into the "Masters" folder of the new iPhoto 11 install.
    7. [I could not use Migration Assistant to do this because Migration Assistant, for some reason, will not migrate from a non-boot drive that's installed internally on my Mac Pro.]
    8. I option-command-clicked open iPhoto and selected:
    -- Repair iPhoto Library Database
    -- Rebuild small thumbnails
    -- Rebuild all thumbnails
    -- Examine/repair permissions.
    9. I did this twice. The first time, the events from the database installed correctly, but the photos did not show up. The second time, after a very long time rebuilding the thumbnails, all 25,000 photos showed up, but in the very first event. All of the other events remain blank.
    10. I then did an option-click, and chose to open the main library. I did that, but nothing changed.
    11. Perhaps interestingly, when I option-click, it says that my manual backup from my internal drive -- where I did my emergency backup -- remains as the "default." The main iPhoto library is not the default.
    12. That's where I am now. I really don't want to have to install manually without the data, when all of the events imported fine, and all of the photos are there, but in the wrong event.
    Sorry for the long-windedness. Any suggestions are much appreciated!
    John

    I have imported my library database file and all of my 25,000 photos into a clean install of iPhoto 11. All of the events are imported, but all of the photos appear in the very first event. All of the other events are populated with the correct number of photos, but none of the actual photos have been linked.
    You can not "Import" an old iPhoto library into another iPhoto library - it is not the way it works - if your old iPhoto library is available you simply place it in the pictures folder and launch iPhoto - no importing involved
    you can not piece together an iPhoto library - which is why having a backup up is critical to avoid lost data
    If your iPhoto library is not available as a single entity then you will have to start over and create a new library and import the photos into it losing all edits, metadata changes, etc
    And if the future remember to always backup soon and often -it is the only way to avoid data loss due to failures - hardware, software and/or human
    LN

  • Issue with LCM while migrating planning application in the cluster Env.

    Hi,
    Having issues with LCM while migrating the planning application in the cluster Env. In LCM we get below error and the application is up and running. Please let me know if anyone else has faced the same issue before in cluster environment. We have done migration using LCM on the single server and it works fine. It just that the cluster environment is an issue.
    Error on Shared Service screen:
    Post execution failed for - WebPlugin.importArtifacts.doImport. Unable to connect to "ApplicationName", ensure that the application is up and running.
    Error on network:
    “java.net.SocketTimeoutException: Read timed out”
    ERROR - Zip error. The exception is -
    java.net.SocketException: Connection reset by peer: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)

    Hi,
    First of all, if your environment for source and target are same then you will have all the users and groups in shared services, in that case you just have to provision the users for this new application so that your security will get migrated when you migrate the from the source application. If the environs are different, then you have to migrate the users and groups first and provision them before importing the security using LCM.
    Coming back to the process of importing the artifacts in the target application using LCM, you have to place the migrated file in the @admin native directory in Oracle/Middleware/epmsystem1.
    Open shared services console->File system and you will see the your file name under that.
    Select the file and you will see all your exported artifacts. Select all if you want to do complete migration to target.
    Follow the steps, select the target application to which you want to migrate and execute migration.
    Open the application and you will see all your artifacts migrated to the target.
    If you face any error during migration it will be seen in the migration report..
    Thanks,
    Sourabh

  • Graphics issue with Jdev and Ubuntu Maverick

    Hi,
    I just upgraded one machine Dell Optiplex 755 to Ubuntu Maverick 10.10 with Java 1.6.0.23 and Oracle JDeveloper 11g 11.1.1.3.0. Since then, my Jdev is not working properly from a graphic point of view. When you start it , it doesn't show all the icons in the console. You have to pass the mouse over them to be shown, and as soon as you minimize/maximize the window, those are hidden again. It's like Java or Jdev are not sending the correct commands to repaint the screen.
    I don't have any similar graphic issue with any other application like openOffice or Oracle SQL datamodeler. But I do have the same issue with the Oracle SQL developer application, the icons are not shown unless you pass the mouse over them and they disappear if you minimize/maximize the window. Jdev and SQL Developer have a similar interface so I think is related with Java and these specific interfaces.
    The drivers of the graphic card, ATI Radeon HD 2400 XT, are up to date and I already tried with different tweakings in the graphical properties.
    Does any of you have any suggestion/solution?
    This didn't happen with an Ubuntu 9.10 and old versions of java and Jdev installed in the same machine.
    Greetings and thank you.
    Edited by: user13698736 on Feb 14, 2011 2:26 AM

    Hello,
    I have changed my graphic card. i mean, replace ATI Radeon by Gforce.
    Thanks

  • Issue migrating reports with Graphical features.

    Hi guys,
    I am working on migrating reports from 10g to 11g and I have an issue with the reports which contains a Graph. They are giving the following error when I run them against the 11g report server(they are running fine against the 10g server with out any issues)
    The report terminated with error:
    REP-56048: Engine rwEng-1 crashed., job Id: 24.
    I have searched on Google, for a solution to fix them, the closest I found was Installing Oracle Graphics 6i engine in a separate Oracle Home, but this was said for 9i and 10g, you can find that in the below oracle document:
    http://www.oracle.com/technetwork/middleware/reports/graph-faq-with-style-094084.html#q101
    Does anyone know, if I can Install Oracle Graphics 6i engine in a separate Oracle Home for 11g too?, to make them work at least, if not modifying the existing ones?
    Thanks,
    Sona.

    Hi Sona,
    unfortunately installing Graphics 6i in a separate OH for 11g wont work. This option was only possible until Reports 10g as a temporary option while migrating to the new BI beans graphing functionality included in 10gR2 and 11g.
    Reference
    http://www.oracle.com/technetwork/middleware/reports/graph-faq-with-style-094084.html
    Migrating Oracle Graphics 6i charts
    How do I migrate my charts from Oracle Graphics to the new graph format in Oracle9i Reports or Oracle Reports 10g?
    Oracle9i Reports Release 1 onwards, Oracle Graphics has been desupported. Oracle9i Reports and Oracle Reports 10g use BI Beans to generate graphs. Because of the underlying technology, there is no direct migration path from Oracle Graphics to the BI Bean graphing functionality. As such, the user will need to rewrite all of their graphs using the new Graph Wizard within the Reports Builder.
    Top of Page
    Can I still run my existing Oracle Reports Developer 6i reports containing Oracle Graphics charts in Oracle Reports?
    As noted in the Oracle Reports Statement of Direction, Oracle Graphics is no longer shipped with Oracle Reports. However, as part of the migration path, you can still run Oracle Graphics charts in Oracle Reports if you install the Oracle Graphics 6i engine in a separate Oracle Home. You should only maintain Oracle Graphics 6i as a temporary measure while you redesign your charts using the new Graph Wizard. For further details on how to configure Oracle to use Oracle Graphics 6i, please see the Graphics Migration section in the Oracle9i Application Server Migration from Oracle9iAS Release 1 (1.0.2.2.x) to Release 2 (9.0.2) manual.
    Top of Page
    Can I modify or add Oracle Graphics 6i charts to my reports with Oracle9i Reports or Oracle Reports 10g?
    No. You must have a separate installation of Oracle Graphics 6i Builder in order to modify your existing Oracle Graphics 6i charts since Oracle Graphics is not shipped with Oracle Reports. We strongly recommend that you migrate your charts to the new standard in Oracle Reports.
    Thanks, RZ

  • Performance issue with view selection after migration from oracle to MaxDb

    Hello,
    After the migration from oracle to MaxDb we have serious performance issues with a lot of our tableview selections.
    Does anybody know about this problem and how to solve it ??
    Best regards !!!
    Gert-Jan

    Hello Gert-Jan,
    most probably you need additional indexes to get better performance.
    Using the command monitor you can identify the long running SQL statements and check the optimizer access strategy. Then you can decide which indexes might help.
    If this is about an SAP system, you can find additional information about performance analysis in SAP notes 725489 and 819641.
    SAP Hosting provides the so-called service 'MaxDB Migration Support' to help you in such cases. The service description can be found here:
    http://www.saphosting.de/mediacenter/pdfs/solutionbriefs/MaxDB_de.pdf
    http://www.saphosting.com/mediacenter/pdfs/solutionbriefs/maxDB-migration-support_en.pdf.
    Best regards,
    Melanie Handreck

  • Af:treeTable displayRowKeys issue with MDS (jdev version 11.1.1.4)

    Hi,
    I've an MDS enabled application, and I'm facing the below mentioned issue with setting af:treeTable displayRowKeys.
    Issue: I'm trying to set displayRowKeys pro-grammatically for an user scenario where I've to expand/collapse the tree table data to/from a desired level. But with MDS enabled my code for setting the displayRowKeys doesn't work if an ADF out-of box operation like expand, expandAll etc is performed even if once in the session, which works absolutely fine when MDS is not enabled.
    This is critical issue in a customer environment and appreciate any pointers on how I could disable this customization!
    I've gone through the internet but nothing seems to the point. The oracle documentation on subject I found is really old, and it talks about an attribute "dontPersist" on af:treeTable which no longer exists in my jdev version 11.1.1.4.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/ad_persist.htm#BABGGHCH
    I've seen another forum post on the same but it is still unanswered:
    Re: TreeTable disclosedKeys/selectedKeys not working with MDS
    I'm going for a new post hoping more visits and replies!
    Regards,
    Pramod Gujjeti

    Hi,
    if this is a critical issue with a customer of yours, wouldn't it be best to run this against customer support than here on the forum ? This would make sure the issue is properly analyst and filed as a bug if it turns out to be a product problem. Unless the adf-config.xml file is configured to also persist the display row key in MDS, the behavior points to an issue that needs customer support to be involved
    Frank

Maybe you are looking for