Version & Upgrade Development Issues

Hello,
We are currently developing forms and reports using
Developer/2000 ver 1.3. It's more than a little out-dated so we
are discussing the procedures for an upgrade. We are currently
facing the version/upgrade dilemma.
The company uses Oracle Applications ver 10.7 smartclient on a
Oracle 7.3 server.
Should we upgrade to Developer/2000 1.6 or 2.0?
Or should we upgrade directly to Oracle Developer 6.0?
Also does anyone know if an application(forms, reports) designed
in Developer/2000 1.6, 2.0 or Oracle Developer 6.0 will work
properly in Oracle Applications ver 10.7 smartclient?
Has anyone tried this yet?
How successfull was your applicaiton working?
Sorry about all the version numbers.
Thank You for any assistance,
Dwayne Thomas
null

Simon Hedges (guest) wrote:
: I can't answer much of your question, but I would advise
: not going to Version 2.0 of Developer. If you want to go
: to version 2.x, go to Version 2.1, which contains
: bugfixes for 2.0.
: We currently use version 1.32, and will be upgrading to
: Version 6.0, but have no issues relating to Oracle
: Applications to worry about.
: We believe that upgrading to 1.6 is pointless, and
: remaining on 1.32 will leave us in an Oracle support
: desert very shortly. We will be upgrading to 6.0
: instead of 2.1 in the main because we are told that
: there is hardly any difference between the two, and
: so there is less to go wrong!
Thank you very much for information on Developer, I know it gets
kind of crazy dealing with upgrading and version compatibility
issues, so that's why I posted the message.
Your response is very much appreciated.
Dwayne
null

Similar Messages

  • Upgrading from Trial version to Developer Edition

    We installed SQL server 2014 trial edition in 2014 and the trial period just expired. No longer access SQL server 2014. Also in 2014 I purchased the SQL server 2014 Developer Edition.
    I go in the maintenance section of SQL server 2014 and try to upgrade by entering my product key and get an error message that my product key is not valid. I called Microsoft and two different employees confirmed my product key is good.
    Should I be able to upgrade from Trial version to Developer Edition by simply entering my product key?
    Thank you

    Hi cguay01,
    As other post, you should be able to upgrade from Trial Edition to Developer Edition by entering product key from SQL Server setup wizard, you can follow the steps in this similar
    blog. You can also use the following command lines to upgrade SQL Server 2014 Trial to a full version.
    Setup.exe /q /ACTION=editionupgrade /INSTANCENAME=<MSSQLSERVER or instancename> /PID=<PID key for new edition>" /IACCEPTSQLSERVERLICENSETERMS
    According to your description, the issue that “product key is not valid” might be caused by several reasons such as corrupted installation file, antivirus scanning and so on. There are some proposals for you troubleshooting this issue.
    1. Please ensure that your SQL Server installation file is not corrupted. If you are using ISO download, please copy the content of the ISO image to the local disk on your computer and upgrade SQL Server from there.
    2. Make sure you use corresponding license key matched the edition and version of SQL Server.
    3. Make sure that you don’t exceed the limit of allowed activations of the product key.
    4. Turn off any Anti-virus software when upgrading SQL Server.
    There is also a similar thread for your reference.
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/bdd94577-515c-49fa-be44-008eacece057/installing-sql-server-2012-on-a-new-vm-error-code-0x858c0017?forum=sqlsetupandupgrade
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Oracle Report Failing After Database Version Upgrade

    Hi,
    I have function code created in RDF file of oracle reports 10g as below-
    create or replace function clobblobtest (TMP_MID varchar2) return varchar is
    missed_text varchar2(1000) := '';
    v_time_stamp date;
    v_end_time date;
    cursor c1(c_time_stamp in date,
              c_mid in varchar2) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp;
    cursor c2(c_time_stamp in date,
              c_mid in varchar2,
              c_end_time in date) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp
          and mn.create_date <= c_end_time;
    begin
      IF ('1' = 'INWARD RETURN') then
        select bbi into missed_text from mtf1000 where mid=TMP_mid;
        ELSIF '1'='QPH Missed' then
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'CTOVRQ';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSIF ('Rejected'='Rejected' OR 'REJECTED'='REJECTED') then
      IF ('TERMINATED' in ('TERMINATED')) THEN
      Select min(nj.update_date),max(nj.ENDDATE) into v_time_stamp,v_end_time
      from newjournal nj
      where nj.mid=TMP_mid and nj.actionid2='16' and nj.actionid1 is null;
      for i in c2(v_time_stamp,TMP_mid,v_end_time) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSE
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'UNSETLED';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      END IF;
      ELSE missed_text := null;
      END IF;
    return(missed_text);
    End;
    Note:- Text column from table msgnotes is of datatype CLOB.
    I have executed report having this function before oracle upgrade and it works fine.
    But when i am trying to execute report after oracle version upgrade from 11.2.0.3.0 to 11.2.0.4.0 with same data report fails with runtime error Rep-1401: '' Fatal PL/SQL Error.
    With New version we tried to typecast Text column from clob to varchar and executed report then it works... but report runs on old version without any explicit typecasting.
    Please note when i run and call this funtion from sql developer with upgraded database version it works fine.
    Please advise.

    This error can possibly depend on the fact that the PL/SQL engines are in different versions. When using SQL Developer you use the PL/SQL engine in the database. When using Oracle Reports you use the PL/SQL engine in the Oracle Reports Server (Web Logic Server even maybe). These versions - in the Forms and Reports realm - are different (read: a lower version) than the PL/SQL engine in the database.
    If I check what version I have in Oracle Forms, as an example, I get 11.1.0.7.0 (Help in the Oracle Forms Builder menu) but in the database I have (select * from product_component_version;) 11.2.0.3.0.
    That COULD be your issue...how to fix it I am not sure...

  • Upgrade Developer 6i on the server side to patch set 18

    Once I upgrade Developer 6i on the server side, I need to bring Developer 6i on windows platform (used for development) to same version level. My understanding both have to be in same version.
    What the patches I need to apply for Developer 6i Windows?

    You need to install Patch 18 for Windows.

  • Is Intraoperative patch need for DB version Upgrade in 11i ?

    Dear All,
    I need to apply ATG RUP7 in 11i instance, but the database should be greater than 9.2.0.8 version otherwise it is not possible,, Am i correct .
    Ok now am Upgrading the DB version to 9.2.0.8 then planning to apply ATG RUP7 , then how the Application will work because the application was running in ebiz release version now upgraded 9.2.0.8. Is there any Intero Patch for application.
    Regards
    HAMEED

    Dear hussien,
    Thank u very much,, i have restarted the installation but again failed with some other reason,, now i am not in hurry,, i restored the old backup and released the instance.
    Can u explain me,, i failed in the last part of this version upgrade. that is while running "catpatch.sql", yes its known issue but still i failed several times to run successfully.
    i am getting error like this below:
    The following statement may cause an
    ORA - 29554: unhanded Java out of memory condition error
    If so, this is because there is insufficient system tablespace,
    shared or java pool size, or some other resource value is too small.
    An additional message describing the problem will be output of the statement.
    PL /SQL procedure successfully completed.first of all i have resized the system tablespace, then i changed the shared_pool_size 150m, previously it was 260M by default, and changed java_pool_size 150M previously it was 64M. then started the database with migrate option and i ran the catpatch.sql.
    Obviously it must complete successfully,, but it failed,
    note: its EBS database
    Regards
    HAMEED

  • Upgrading  Developer 6i

    Hai...to all...!
    I am upgrading Developer 6i with orale applications 11i by following metalink document id:125767.1.
    I followed all the steps mentioned in the document and patch readme.
    When i verify my upgrade it was showing same version (6.0.8.25.2) as old one.
    i check all my logfiles for errors there are not reporing any errors.
    plz help me to upgrade Developer 6i.
    regards
    vijay

    yes, I installed 4948577 Release 6i patch 18.
    I completed all the steps mentioned in the patch read me.
    ok, i will give u all the steps:
    S1: Loggin as oracle user with write previlege to the 8.0.6 ORACLE_HOME.
    S2: Unzip the patch.
    S3: Run the install script contained in the patch
    cd $ORACLE_HOME/developer6i_patch18
    ./patch_install.sh | tee patch_install_p18.log
    S4: Check patch_install_p18.log for errors
    there is no errors found in this.
    S5: Relink PROCEDURE BUILDER,FORMS,GRAPHICS AND REPORTS
    i executed the commands as per patch read me
    all are executed successfully.
    S6: Install additional Developer 6i patches
    I installed patch#3830807 and 4586086
    S7:Relink Application executable
    run relink application file menu using adadmin
    S8: Apply oracle apps interoperability patch
    i applied 4888294.
    S9 :verify your upgrade
    $ORACLE_HOME/bin/f60gen
    Forms 6.0.8.25.2
    where is the problem?
    plz give me reply.

  • SAP Server  demo version for development?????

    Hi,
    Is there any version of SAP R/3 server for application development?
    I develop my external application in Java in Eclipse environment (I use basically Material Management module), but I am using server from my university which is currently unavailable. I need access to server asap and therefore I wonder whether there is any version for development.
    Any helpful answer will be properly rewarded.
    BR,
    Rafal

    Hi,
    Firstly, thanks for an answer. Points will be rewarded later on.
    I understand all these legal issues. Please explain me what means "technology basis release"? I mean, what does it include? Basically I use only a few BAPIs and function modules related to MM module and that's all what I really need. I list them below:
    CALO_INIT_API
    CSAP_MAT_BOM_CREATE
    BAPI_MATERIAL_BOM_GROUP_CREATE
    CSAP_MAT_BOM_READ
    BAPI_MATERIAL_EXISTENCECHECK
    BAPI_MATERIAL_GETLIST
    BAPI_MATERIAL_GET_DATAIL
    BAPI_MATERIAL_SAVEDATA
    Do you know whether they are available within so called "technology basis release"? Perhaps it is stupid question, but I'm still new in SAP.
    I've got to mention that I sent an email describing my problem to SAP. They've answered that I'm supposed to visit http://sdn.sap.com and there I can get a demo version. I still can't find it (perhaps I'm blind , or more probably names in download section are not so self-evident).
    Looking forward any response.
    BR,
    Rafal

  • Adobe Reader version upgrades

    Is it possible to be notified of upcoming Adobe Reader version upgrades?  If so, how?

    Adobe has not announced the day the sofware will become available. I do not know of a place you can sign up to receive a notification. It is not a terrible idea to wait after it is available to make sure no issues arise. If you come back on Holloween, you can be sure it will be available for download.

  • Version upgradation

    Hi All,
    i was Placed in version upgradation that is from 4.0 to 5.0. I know some thing about 4.0 but i never worked on 5.0.
    Can any one help in this Regard.
    ALL The Best.
    Mahesh.

    Hai Mahesh
    Go through the following Links
    Refer to the link..
    These link talk on these issues..
    http://sap.ittoolbox.com/groups/strategy-planning/sap-projectmanagement/r3-47-vs-mysapsap-enterprise-883745#
    http://www.absoft.co.uk/absoft/web/site/AbsoftSAPServices/Upgrade.asp
    Also refer to this PDF topic
    Upgrade Dilemma ? SAP R/3 Enterprise
    or mySAP ERP?
    at this link...
    http://www.infosys.com/sap/Whitepaper_Upgrade_Dilemma_SAP_R3_Enterprise_or_mySAP_ERP.pdf
    Thanks & regards
    Sreenivasulu P

  • BW upgrade - development box

    Hi,
    we will be upgrading development followed by quality,
    In norm cases, do we delete the data loads in BW development to ensure the size is smaller or is that ok to let the data remain in the development system during the bw upgrade?
    apppreciate if anyone could comment on this.
    thank you.
    Regards
    Maili

    Hi,
    Data deletion is not needed in case of upgrade, the simple reason behind that is if you think of upgrading production system and deleting all the current data then situation will become very uncomfortable so don't worry about data and simply go for system upgrade.
    Regards,
    Durgesh.

  • Version of developer 6i  in 11.5.10.2

    hi....!
    How to know the version of developer 6i in 11.5.10.2?
    regards
    vijay

    Check the following thread:
    How to find the developer version
    Re: how to find the developer version

  • Oracle 11g - External Table/SQL Developer Issue?

    Oracle 11g - External Table/SQL Developer Issue?
    ==============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ------ ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
         It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)     
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.

    I don't think this is a SQLDeveloper issue. You will get better answers in the Database - General or perhaps SQL and PL/SQL forums.

  • Report Development issue: I have queryy of 1600  line but report builder

    Report Development issue: I have queryy of 1600 line but report builder 1320 lines . But i m can't create views becasue many parameters are used in it please give solution how can i paste 1600 line in report bulder.

    you would have to build a dynamic statements that will make up your query.
    e.g.
    select &column
      from &from_clause
    where &where_clause;where:
    column is a user parameter that makes up of columns
    from_clause is a user parameter that makes up of tables involves
    where_clause is a user parameter that makes up of condition statements
    and the above parameters can be defined on the report triggers AFTER PARAMETER FORM.

  • Oracle have any latest version of (Developer Suite 10g) after that ?

    oracle have any latest version of (Developer Suite 10g) after that
    it means that oracle have ( Developer 11g ) ??

    oracle 11g forms are available or not for (developer )?
    Even if you don't get spoonfed the first time please don't doublepost.
    cheers

  • My First Major Version Upgrade on Mac

    Hello, this is going to be my first experience with a major version upgrade on a Mac. My question is simple, will Software Update see it (it doesn't show version 8 yet) or am I to download it manually seeing as it's already available for manual install.
    Thanks.

    Thank you for your quick reply. I will sit here and wait then.

Maybe you are looking for