Migration problem developer 2000 to 6i

Hello Friends:
I am trying to migrate from developer 2000 to 6i and facing some problems:
1. TOOL_ENV.GETVAR() is not working.
2. In a master detail form, detail blocks are not being populated when execute_query works on master block.
Can any one help me please?
FYKI, I have downloaded the 6i from thw below link.
http://www.oracle.com/technology/software/products/forms/htdocs/winsoft.html
Please advise whether I have to install any patch...if yes, then where will I get the patch?
Rgds,
Luther

try this simple sample form from
http://www.alexyscorp.com/Tool_ENV.zip
Its in the base version of 6i.
Patch 18 is the latest and u can download it metalink and apply.
However for tool_env you dont need any patch
Rajesh Alex

Similar Messages

  • Problem to migrate customer development

    We have implemented NWDI for ESS/MSS successfully.
    However, we found problem to migrate customer development into the NWDI
    despite we have followed the SAP Note: 696084 and converted customer
    development from EAR files into SCA file successfully. However, the
    system prompted error as we click import-check. The error is :
    Check Failed, because the sources are not contained in the archive
    Please advise.
    Thanks.
    Edward

    Uncar the SCA with sapcar, then add the necessary folders and files and use sapcar again to create a new SCA.
    Edited by: Pascal Willemsen on Feb 2, 2010 9:18 AM

  • Developer 2000 ver 5 connecting problem with 10g

    Is it possible to work developer 2000 ver 5 with 10g database? When I connected in Form Designer it worked after a long time But when in runtime both form and report gives network error. So, Please give a solution for developer 5 to work with oracle 10g.
    Thanks & regards.
    Jamil

    Hi,
    We use forms 6 and had the same problem and at this time upgrade to a new version is not possible; so we found two ways to handle this (Note we have form 6 to this may not work for you):
    a) Compile your forms using a database 8 or 8i, and the fmx should be able to connect to a 10g database. this means a daily backup from to 10g to 8i or at least make sure you have the same db structure.
    b) Perform a partial forms upgrade of procedure builder:
    from the help menu on forms open "About form builder" and check the version of installed products.
    Download forms 6i and upgrade only "Procedure builder" with this:
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    option b has been working for us, we are able to connect to a 10g database without problems.
    Of course, this is a work-around, not supported by Oracle or anyone for that matter, so make sure you test it in a couple of machines before using in a production envrionment.
    Regards,
    Hugo.

  • Problems on connecting Developer/2000 with Oracle

    1. Can Developer/2000 for window95/NT release 2.0 connect with Personal Oracle8i for Windows 98 under Windows 98 environment?
    2. Can Developer/2000 for window95/NT release 2.0 connect with Personal Oracle7.3 for Windows 95 under Windows 98 environment?
    3. What is the default database name of Personal Oracle8i for Windows 98?

    If you get an error message with a number, did you try looking for this number in the oracle errors book (online on OTN? just click search).
    Developer/2000 is quite old, better get the newer versions from otn.oracle.com.

  • Developer 2000 form debug problem

    Hi,
    I am trying to debug one form which is in Developer 2000 forms (too old). But for this specific form, when i am setting debug point and start debugging form exits instantly. This is happening with specific one form. Anyone please help me out.
    Thanks in advance.

    Did you try setting the breakpoint at a different position, maybe even a different trigger?

  • Developer 2000(Form 5) problem

    Plz help me out...
    Is Developer 2000(Form 5) is compatible with Oracle Application Server (AS)
    Can we run Dev Form 5 on Web base Application Server like 10g
    Regards
    Khurram

    No Brother!
    Form 5 is totally client server.
    You need to change it first into 6i.
    Regards,
    Raj

  • 10g Migration Problem: error shown when trying to call a report from form

    Dear Friends,
    I am working on migrating developer 2000 forms to 10g forms. I am using migration tool for this. Everything is going fine except calling report from a form.
    Say, in the original form I had the following:
    RUN_PRODUCT(REPORTS,’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    After migration its has become:
    rp2rro.rp2rro_run_product(REPORTS, ’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Then, I have kept the report ‘test1.rdf’ in the ‘OraHomeAS\reports\samples\demo\’ location and changed the above code into:
    rp2rro.rp2rro_run_product(REPORTS,'test1.rdf',SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Now the form runs fine on application server but it can’t call the report. While attempting to call the report, it shows the following error:
    ORA-06508
    FRM-40735
    Please note that the report ‘test1.rdf’ individually runs fine on the application server and at the time of migration I provided all the information (e.g. report server name) correctly. If I am missing any package, please tell which package I am missing and where should I paste it.
    Please help me because I am very close to the deadline!
    Rgds,
    Luther

    Hi,
    The conversion to use the rp2rrp call needs a library to resolve the call which I think is called rp2rro.pll.
    It seems that this library is not being found at run time, which is what the ora-06508 error often means.
    I guess that you have compiled the form and must therefore have the pll to compile, so it is the forms_path setting in the app server run time that might not be set.
    Look at the environment file (default.env is the original name for this, if you haven't created a custom one) for the entry FORMS_PATH. Is the location of your library specified in the path ?? If not put the directory in, then stop and restart the app server.
    rgds
    Tony

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Install developer 2000 on oracle 9i

    i have installed oracle 9i personal edition on my windows 2000 pc. however when i install developer 2000(forms 5) i am not able to access oracle database from developer and oracle 9i also does not give me access. i have installed oracle and developer 2000 on different folders.

    I had the similar problem.
    You have to copy the tnsnames.ora from ORACLE9i/network/admin to FORMS5/network/admin.
    It seems to be a problem with the PATH-variable.
    So WIN2k find the SQLPLUS in FORMS5 first and could not resolve the servicename.
    Message was edited by:
    rehrler

  • Migrating existing Developer 6.0 application to Oracle 9iAS

    Hi everybody.
    I am using HP-UX 10.2 (Unix) as my OS for running Oracle 8.0.2. All my application users are in Windows 98 using Developer 2000. Now my concern is I want to bring in an application server (Oracle 9iAS) and make all the users use this application server keeping my DB as it is.
    What can be done to change all my forms and reports to Oracle 9iAS.
    Suggestions will be well appreciated
    Regards
    Shaji Chacko

    Hi,
    I had the same problem than you.Gina from Oracle told me than
    Developer is not compatible with Personal Oracle8 ( 8.0.3 or
    8.0.4) in a standalone environment. You can use Developer 6.0
    with Oracle Entreprise Edition 8.0.5 or any edition of Oracle 8i.
    If you have better solution please let me know
    Thanks in advance
    Francois Leroux
    Nam Ron (guest) wrote:
    : Hi,
    : I installed Developer 6.0 and Personel Oracle 8.0.4 under
    : diffence HOME, but I can make the connection from Developer to
    : Personel Oracle, any solution?
    : Thanks in advance
    null

  • Installing Developer 2000 ver 2.1 on Windows 2000

    I'm facing lot of problems with my Developer 2000 ver 2.1 on Windows 2000. Most of the time it gave me illegal operation error and closes the Designer or Runtime. How can i solve this problem. Is there any patch for D2k for installing in windows 2000

    I have installed Oracle Develoepr/2000 2.1 on Windows2000 and it works.You better install the latest Oracle Installer and then run this Installer to Install D2K .
    Thiru

  • Unable to connect to Oracle 9i database using Developer/2000

    Currently we're using Developer/2000 and Oracle 7.3 Database in Client/Server Environment.Our problem is initially we want to just upgrade the database from 7.3 to 9i and connect our clients through Developer/2000.It always gives TWO TASK COMMUNICATION ERROR .Can someone please help me in this way.Thanks in advance

    make sure that "sun.jdbc.odbc.JdbcOdbcDriver" is on your classpath ,

  • Developer 2000 for Windows 98

    Does any know if Oracle is still offering Developer 2000 for Windows 98? If not how can purchase the Windows 95 version?

    Aysenur,
    that's teh difference between paid customer support and a free forum. The forum gives you a lot of help on technical issues as good as they can and Oracle product management helps on this. However, problems can be difficult to track and require dedicated help that cannot be handled on the forum. So coming back to the question what people should do that don't have a metalink account: get one!
    Frank

  • Hot to run old developer/2000 .fmx files

    Hi all!
    I have to run a legacy application written with Oracle developer/2000.
    Is there a free of charge runtime enviroment that I can use to run it?
    I have a 5 NUP Oracle Database Standard Edition One license. What I need to buy to run the legacy application?
    Thank you.
    D1rk

    normally nothing is free .. I cannot answer this question. I'm not from Oracle :-)
    by the way: Forms 6i is a newer forms runtime than your Developer 2000. You have to migrate the forms from Dev2000 to Forms 6i.
    The Forms Builder does that automatically with nearly all the things that have to be migrated. Think about this

  • Unable to install Developer 2000 on Windows 98

    Hello Everybody
    I tried to install Developer 2000 along with Oracle 8 on My Windows 98 PC. The problem was that I was able to install only one of them at once. When either one of them was installed, installation of the other gave some error, which had something to do with Oracle Homes. Although when one of my friends tried to install both on Windows NT, the installation was successful and it is working properly.
    Kindly suggest the proper solution as I do not plan to shift to Windows NT.

    Justin I am also facing the same problem. Although I could install both of them but I am not able to connect with the database through forms, reports or anything else.
    Do I have to give something in HOST at the Login screen. Earlier I used to give nothing as I am running a local database on win 98.
    Please advice.
    Many thanks
    KK
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Justin Cave ([email protected]):
    When you go through the installation process for each of these, you'll be asked which Oracle home you want to install them into. Simply specify a different Oracle home for each (you're free to name your Oracle homes whatever you'd like).
    Justin<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • I have a Mac, my wife works on a PC - We have 1 iPod Mini

    Is it possible to connect this iPod Mini on my Mac at home and on her PC at work? I mean, to update it in both places? Thanks. JP

  • MY COMPUTER WILL NOT BOOT UP TO LOG ON.

    I have a HP Compaq 2710p. I cannot log on. I get the screen to use safe mode, etc.

  • How to handle entries in Oracle

    Hi expert, I am facing a functional issue, this is conceptual and I hope you guide my well. I am getting invoices from non oracle software into payables on daily basis. I have to pay against those invoices. suppose till today I receive 7 invoice with

  • EEM- Email alert with IP SLA Based on Packet Loss

    hi joseph, i need your advise, i want to get alert email based on IP SLA Packet loss the scenarion as below : 1. If the traffic hit threshold packet loss greater than 20% as long 15 minutes --> send email 2. If reset condition packet loss eq 0% as lo

  • How can I capture photos from iMovie 11?

    I want to capture a photo from a video clip.  The instructions I've found online do not seem to work with iMovie 11.  Does anyone have a suggestion?