Develop with 11.2 ODP 64-bit, deploy in 11.2 ODP 32-bit

Will an application that is developed on a x64 machine against a x64 version of ODP, and built to target Any Platform, function normally when deployed to a x86 machine with the x86 ODP?
Both x86 and x64 ODP version’s would be 11.2.
Thanks,
--=Chuck

Hi Chunk,
Yes. As long as you target AnyCPU so the application runs as 32-bit on the native processor of the 32-bit deployment target. You need to just make sure you have the 32-bit ODP and dependencies installed that are at the same version or higher (we will forward redirect to latest versions of DOP.NEt if publsiher policy files are installed and GACed).
HTH
Jenny

Similar Messages

  • Error after deploying a JSP Application developed with jdeveloper

    Hi there
    Running Oracle Enterpride Edition 8.1.7
    including Oracle Http webserver
    I'm trying to run a JSP application developed with Jdeveloper
    through the oracle http server included in
    Oracle Enterpride Edition 8.1.7
    Think I have modified alle the .conf files correctly
    I get the message :
    "Error Message: java.lang.RuntimeException: JSP Registry could not locate runtime property file:ORDERS_ORDERS_PKG_ORDERS_PKGModule.properties"
    Of course I know ,this file should be deployed as well. I have done this.
    Any ideas what's wrong ?
    Or can anyone point me to a (proper) document that decribes (correctly and completely) alle the steps that need to be done ?
    Many Thanxs
    Regards TJ
    null

    Yep, I had the same problem deploying from JDeveloper 9.3.1, followed:
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
    and it works! thanks for the clue! (now I only have to find out what ADF is now!)
    Carlos.

  • Activation of Creative Cloud packages created with CCP 1.3 breaks when deploying via imaging

    Descption of the problem:
    If Creative Cloud products are deployed as a part of an OS image and the packages are created with CCP for Windows 1.3, the activation still breaks.
    The problem affects most of our class room computers but, however, not all of them.
    When a standard user tries to open any of the products, an error message is displayed instead of opening the the program. 
    Configuration error
    A problem has occurred with the licensing of this product.
    Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:19
    Installed Products: Acrobat XI,Ai,Dw,Fl,Id and Ps 
    CCP version: 1.3.0, build 66
    CCP Workstation OS: Windows 7 SP1 32-bit
    Target OS: Windows 7 SP1 64-bit
    Workaround: running APTEE on an resolves the issue every time. Yet according to Adobe this should not be necessary.
    Deployment workflow
    1. Create a single package containg all of the products with CCP and an Enterprise CC serial number.
    2. Customize Acrobat .mst file for the target language with Adobe Customization Wizard XI, leaving the serial empty. 
    3. Create a batch file to run ExceptionDeployer in pre mode, install the the other products and finally run ExceptionDeployer in post mode.
    4. Install the the package to a model computer using the batch.
    5. Run Windows's built-in sysprep tool  with OOBE and shutdown switches.
    6. Capture the image from the model computer and deploy it to other computers.
    We can unfortunately reliably reproduce this issue and we are, if not happy, but at least willing to provide you all the required logs and other info to find a real solution.

    Hi PT_luas,
    Please send me an email: [email protected] so that we may arrange a callbak.
    Regards,
    Romit Sinha

  • Developing with JDev 10.1.3.0.1 for BPEL 10.1.2.0.2

    Hi,
    Does anyone knows if it is possible or adviseble to develop with JDev 10.1.3.0.1 to deploy the processes in OC4J BPEL 10.1.2.0.2?
    If it is, is there any issues involved?
    Tks

    in general you could develop bpel 10.1.2.02 compliant processes, but it would create a bunch of possible hazards you could run into - deployment structure, new services, workflow and so on .. add'ly you cannot deploy from jdev 10.1.3.1 to bpel 10.1.2.0.2 server -- all in all not really recommendable, and not really supported too :D
    /clemens
    SOA Product Management

  • Is Policy Agent2.1 for Sun WebServer6.1 on Windows  developed with C?

    Environment:
    Access Manager,Sun Application Server,Sun Directory Server (all from JES05Q1) on Solaris10
    Sun WebServer 6.1, Policy Agent2.1 (SJS_WebServer_6.1_agent_2.1_windows2003) on Windows 2000 Server
    I installed all these softwares and configured them successfully.
    I can access a sample application(logon.war,which deployed on Application Server) with AM authentication.
    Then I deployed logon.war to Sun Web Server on Win2k, but failed to start server.
    I reviewed log file ("error") of Web Server 6.1, it said:
    ================================================================
    [06/Apr/2006:18:17:54] info ( 2424): WEB0100: Loading web module in virtual server [https-done.tong.com] at [logon]
    [06/Apr/2006:18:17:55] info ( 2424): WEB0100: Loading web module in virtual server [https-done.tong.com] at [search]
    [06/Apr/2006:18:18:01] failure ( 2424): WebModule[logon]: WEB2680: Exception starting filter Agent
    java.lang.ClassNotFoundException: com.sun.identity.agents.filter.AmAgentFilter
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1463)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1299)
         at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260)
         at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:322)
         at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:120)
         at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3248)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3724)
         at com.iplanet.ias.web.WebModule.start(WebModule.java:238)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
         at com.iplanet.ias.web.WebContainer.start(WebContainer.java:411)
         at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:506)
         at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    [06/Apr/2006:18:18:01] failure ( 2424): WebModule[logon]: WEB2705: Context startup failed due to previous errors
    ================================================================
    It said that Web Server can't find AmAgentFilter class.
    So I searched .jar or .class files under directory of Policy Agent 2.1 on Win2k but found nothing.
    There is only .dll and .lib files and it looks like that this policy agent is developed with C,not JAVA.
    Meanwhile I searched under directory of Policy Agent for Sun Application Server on Solaris10 and found am_agent_filter_2_1.jar which contained "com.sun.identity.agents.filter.AmAgentFilter".
    So where can I find a .jar which contains "com.sun.identity.agents.filter.AmAgentFilter" if policy agent 2.1 is developed with C?
    Or I misunderstood something from the very beginning?

    BTW com.sun.identity.agents.filter.AmAgentFilter is in am_agent_filter_2_1.jar file which is placed in the lib direcotry of the installed agent.
    --Amit                                                                                                                                                                                                                                                                                                               

  • SQL developer with jre but no jdk

    Is there a way i can install sql developer with only jre installed in my windows system.
    Im trying to install to sql developer 64 bit and when i run the exe file it asks for java.exe file path.
    When i give it to the path to exe file in jre/bin it gives an error cannot find j2se sdk installed in jre directory.

    Normally SQLDeveloper requires a JDK and so will not accept a JRE.
    You can try to bypass this check by filling in the SetJavaHome property manually in the sqldeveloper.conf file usually located in
    SQLDEVELOPER_INSTALL_DIR/sqldeveloper/binby doing this you are not guaranteed to succeed, because some of the functions of SQLDeveloper specifically requires the JDK and so if you use these functions you will most probably incur in errors or unexpected behavior.
    The best thing to do IMHO is to install a proper JDK.
    If you do not have the right to do so you can also copy and already installed JDK from another machine and it usually works well enough.

  • Deploying 'Crystal Reports' on a 64 bit machine

    Hi,
    I am trying to deploy my application on a 64 bit machine.
    I am using Crystal Reports XI release 2.
    When I tried to deploy it ona 32 bit machine i simply added the
    CrystalReports11_5_NET_2005.msm file to my detup project and it worked.
    However, when I tried to do the same thing on the 64 bit (with a 64 bit setup project)
    I recieved a runtime error message:
    "An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime
    is not installed correctly."
    after that it was said:
    "Please install the appropriate Crystal Reports redistributable (CRRedist*.msi)
    containing the correct version of the Crystal Reports runtime (x86, x64 or Itanium) required..."
    I installed 'CRRedist2005_X64.msi' on the 64 bit machine and tried to run my setup with and without
    the CrystalReports11_5_NET_2005.msm file, and it didn't work.
    What should I do next?
    Thanks,
    Arik

    Hi Arik,
    You need to use the CrystalReports11_5_NET_2005.msm file for the application deployment.The 'CRRedist2005_X64.msi' is meant for the bundled version of Crystal for Visual Studio 2005.
    You could refer to this [Business Objects Note.|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    In addition, you would need to enable the 32 bit mode of the ASP.NET 2.0 on the deployment server. This is because it is necessary to run the application under 32 bit mode. Please refer this MS Kbase article for more info - http://support.microsoft.com/kb/894435
    Regards,
    Ranjeet.

  • Starting iOS development with Flash Builder 4.6

    Hi guys,
    I want to start iOS development with Flash Builder 4.6. I have iPad 2 with iOS 6 installed (latest version available).
    I was following this tutorial step by step: http://help.adobe.com/en_US/flex/mobileapps/WS064a3073e805330f6c6abf312e7545f65e-8000.html #WSe4e4b720da9dedb5-27e02e9a12ee20e4a60-7fff
    As a part of it I also did this:
    Convert a developer certificate into a P12 file - http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-7fff.html
    Installed AIR SDK version 3.4.0.2540 as for 4.5 (I have 4.6) - http://helpx.adobe.com/flash-builder/kb/error-run-debug-deploy-ios.html
    I try Now I am getting the follwoing errors:
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/AIRInterpreter
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin9-ld64
    Required files are missing indeed. But where can I find them if AIR SDK doesn't have them? What should I do now?

    All the files in lib/aot/ are part of the AIR sdk.
    You'll have to overlay the AIR sdk on top of the Flex SDK (which comes with FlashBuilder).
    On windows, simply copy-paste the AIR folder on the Flex SDK folder. (merge the two folders)
    On mac, use a command line and ditto the AIR sdk folder on Flex SDK folder.

  • Develop forms in 32 Bit and run this fmx on 64 Bit ?

    can I develop with 32 Bit Forms 11.2 on 32 Bit Windows and
    run this fmx' on a 64 Bit Windows Server Installation
    with 64 Bit WLS and 64 Bit forms 11.1.1.4 ?
    regards

    Be aware that Oracle has always provided the Forms compiler with all Application Server installations. The purpose was to provide the utilities needed in order to generate machine compatible executibles. The Forms fmx, mmx, and plx files are not portable. It has always been required that they be created on the machine where they are expected to be run.
    So, regardles of whether you are using Application Server 9, 10, 11, or any other, your installation includes the tools needed to create the proper files for your machine. Of course this assumes you have installed the proper Application Server release which was inteneded to support running Forms/Reports.
    If you have access to MyOracleSupport, refer to Note 299938.1

  • Urgent Requirement : Java Web Developer with Websphere Portal : CA

    The Strategic Technologies Software Engineer - Advanced
    Job Title – Software Engineer - Advanced
    Location : CA
    Description:
    •     This Advanced Web Developer position will be a development team that is enhancing the feature set on the corporate intranet, IBM portal based system.
    •     Responsible for designing, developing and unit test components in a highly iterative and agile manner.
    •     Responsible for Design and Development of JSR168 portlets, servlets, JSPs and deploying the same to IBM WebSphere Environment. Ability to understand Themes, Personalization, SSO and integrate portlets.
    •     Responsible for writing Data access components using plain Java/JDBC and as well as using technologies like Spring and Hibernate
    •     Ability to quickly learn and come up to speed in a new environment and follow standards.
    •     Aside from solid web development skills, the candidate filling this position must have experience with test driven develop (TDD) techniques and have the demeanor and communication skills required for pair programming.
    •     Responsible for coordinating with team members to achieve desired results and possible mentoring of Junior programmers whenever there is a need.
    •     Proactively identifying issues in the development and bring up the same to the attention of tech lead or management attention at the very early stages. Ability to learn from team mates and solving issues quickly with the help of more knowledgeable team mates in that technology
    •     Strong experience in JSR 168 compliant, portlet design and development, preferably in a IBM portal environment – 2 to 4 years
    •     Strong experience with Java, J2EE web application design, development of servlets, jsps, JSTL and good understanding of MVC framework – minimum 4 years
    •     Strong experience in coding unit tests with JUNIT
    •     Experience with Javascript , html, XML and CSS in support of web application development
    •     Experience with design and development of data access component in Java with SQL knowledge
    •     Experience using IDEs like Eclipse , RAD and application servers like IBM Websphere Application Server
    •     Must have good communication skills both verbally and in written form and the ability to work independently with minimal guidance and as a member of a team. Education: A computer science college degree or equivalent experience.
    Must have:
    •     8 years Java web development skills and excellent understanding of object-oriented analysis / design / programming.
    5 years:
    •     Deep understanding of web application design / web security
    •     Good understanding of Model-View controller distributed architectures.
    •     Experience with Websphere Studio Application Developer (Eclipse)
    •     Experience with Service Oriented Architecture (SOA)
    •     OO Analysis and Design experience.
    •     Experience with the scrum agile development methodology, including TDD and JUNIT.
    Hands-on experience with IBM's Websphere Portal is required.
    If it interest you, please send your updated resume with your contact details ASAP at [email protected].
    Regards,
    Ejaz
    Symphony Enterprises LLC
    412-250-7227 (Tel) | 412-774-9230 (Fax)
    IT Staffing | Training |
    VERTICALS | Banking, Finance, Insurance | Healthcare | Manufacturing | Retail & Distribution
    [email protected] | www.symphonyenterprises.com
    WMBE & NWBE Certified Company
    A Member of Women's Business Enterprise National Council (WBENC)
    and National Association of Women Business Owners (NAWBO)

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • There any way to re-sign the app developed with Adobe DPS?

    Hi Everyone , I explain a problem that I have with DPS Single Edition ( it useful that is until May ) to see if anyone knows a solution. I have developed an app for a client , but the client wants to publish the app in Apple Developer with your name . How to export the .ipa or .zip Dps asks certificates Apple account and logically put mine ... (customer is a large company and I do not give me your passwords Apple etc ) you know if there any way they can re-sign the app ? As you do when you develop an app for a client who wants to publish on their own?

    Ok they'll ask my client to send me those files.
    With notifications no problem because the app does not.
    With respect to  Itunes connect and publication in the AppStore, will my client who is responsible for publishing the app, complete data etc. from their own.
    Your help has been very helpful to me. 

  • How to get all tables in oracle sql developer with MS SQLServer

    Hi All,
    I am using microsoft SQL server 2000. For displaying the tables and other stuff i am using oracle SQL developer tool. The problem is when i connect to sql developer with oracle database i can see all the tables in that database. But when i connect to MS SQL server database it is not showing all the tables in that database. I don't know why?.
    i tried doing the samething using another tool called Aqua Data Studio , there i can able to see all the tables in microsoft SQL server 2000.
    do you have any knowledge regarding this, why i am not getting all the tables in oracle sql developer when i connect to microsoft SQL server 2000.

    Same issue here. Haven't found the answer yet..

  • Where can I find a good tutorial for mobile game developement with J2ME ?

    Hi All,
    I'm completely new to J2ME programming. But I have past experience on J2SE developement. Now I would like to know that where can I find a good tutorial for mobile game developement with J2ME ?
    I'll be very greatful if I can find a useful step-by-step tutorial (eg. "The Java Tutorial" for J2SE)
    Please point me ot the direction.
    Thanks
    ZuriJAckshoT

    ibook-widgets.com    have a free tutorial book in the iBooks store.  Search for "Create your first interactive book using iBooks Author"   they also  sell widgets.
    I  dont have any connection - I  found their eBook in the store long ago  and used it to learn more about iBA.
    The best advice though, is be patient,  go back over the process step by step, I cannot  access the Help files for some reason.. but i am sure its in their.

  • How can I run a vi developed with 7 Express?

    How can I run a vi developed with LabView 7 Express on another machine ? Do runtime versions exist ?

    Apparently, you want to run it on a machine that does not have LabVIEW installed.
    To make a standalone executable of your LabVIEW program, you need to have the Application builder (included in LabVIEW professional and higher, avaliable as an add-on for base and full).
    To run the application, the target system need to have the LabVIEW 7.0 runtime installed (available as a free download).
    There is also the LabVIEW Player. In this case you need to digitally sign your VIs and there are a few limitations. It is meant for for sharing code ideas and is not a viable substitute for the appl
    ication builder.
    Of course you could also get a second copy of LabVIEW.
    Some other options that would work in a very narrow set of situations: Read your LabVIEW license agreement. Under certain conditions you are allowed to install a second copy of LabVIEW on your home computer. If this is for personal educational use only and you qualify, you could also buy the LabVIEW student edition.
    LabVIEW Champion . Do more with less code and in less time .

  • When i plug in my new ipad, in my windows 7 computer. It tells me to remove Itunes and install the 64-bit version. but it is the 64 bit. version i have installed. i tried it 3 times now. I downloadet from the Apple support site, with 64bit.?? help

    When i plug in my new ipad, in my windows 7 computer. It tells me to remove Itunes and install the 64-bit version. but it is the 64 bit. version i have installed. i tried it 3 times now. I downloadet from the Apple support site, with 64bit.?? help

    did you solve this problem?

Maybe you are looking for