Migration from Reports 6i to AS10g and rwservlet

Okay, somehow I managed to delete my last post, so I'm trying this again...
I have a legacy application that I am trying to migrate from Oracle 9i (with reports 6i) to Oracle 10g db and AS10g (running on a Windows 2003 server). Our current reports are being run via CGI (rwcgi60.exe). The oracle documentation says that in 10g this is only supported for backward compatibility and it recommends the use of rwservlet instead.
I have spent the past two days reading both the oracle documentation and other information I have found on the web. I have turned off SSO, modified the cgicmd.dat file to incorporate our key mappings and have modified the REPORTS_PATH environment variable in the registry. I believe things are configured correctly as I get a response when calling the following URL from a browser:
https://www.mydomain.com:2121/reports/rwservlet/showenv
I am also able to generate one of our custom reports by issuing either of the following URLs:
https://www.mydomain.com:2121/reports/rwservlet?mykey+REPORT=cyprtl+DESFORMAT=PDF+P_ASOFDATE=01/19/2010+P_CLI_CODE=ALS+P_CMU_CODE+TONS+P_FUN_CODE=ALS+P_METRIC_FLAG=N+P_PRO_CODE=ALDENC+P_SESSION=113289+P_TRA_ID=36239+P_TRA_CODE=AS321
https://www.mydomain.com:2121/reports/rwservlet?mykey&REPORT=cyprtl&DESFORMAT=PDF&P_ASOFDATE=01/19/2010&P_CLI_CODE=ALS&P_CMU_CODE&TONS&P_FUN_CODE=ALS&P_METRIC_FLAG=N&P_PRO_CODE=ALDENC&P_SESSION=113289&P_TRA_ID=36239&P_TRA_CODE=AS321
The application that we use to generate reports previously submitted the request to the CGI server via an html form (example below). I have modified the code so that the form action is "https://www.mydomain.com:2121/reports/rwservlet?" rather than "https://www.mydomain.com:2121/reports/rwcgi60.exe?".
<HTML>
<HEAD>
<SCRIPT TYPE="text/javaScript">
function displayRpt() {
alert ("bozo");     
document.forms[0].submit();
</SCRIPT>
</HEAD>
<BODY onLoad="displayRpt();">
<FORM ACTION="https://www.mydomain.com:2121/reports/rwservlet?" METHOD="POST" TARGET="_top">
<INPUT TYPE="hidden" NAME="mykey" VALUE="">
<INPUT TYPE="hidden" NAME="REPORT" VALUE="cyprtl">
<INPUT TYPE="hidden" NAME="DESFORMAT" VALUE="PDF">
<INPUT TYPE="hidden" NAME="P_ASOFDATE" VALUE="01/19/2010">
<INPUT TYPE="hidden" NAME="P_CLI_CODE" VALUE="ALS">
<INPUT TYPE="hidden" NAME="P_CMU_CODE" VALUE="TONS">
<INPUT TYPE="hidden" NAME="P_FUN_CODE" VALUE="ALS">
<INPUT TYPE="hidden" NAME="P_METRIC_FLAG" VALUE="N">
<INPUT TYPE="hidden" NAME="P_PRO_CODE" VALUE="ALDENC">
<INPUT TYPE="hidden" NAME="P_SESSION" VALUE="113289">
<INPUT TYPE="hidden" NAME="P_TRA_ID" VALUE="36239">
<INPUT TYPE="hidden" NAME="P_TRA_CODE" VALUE="AS321">
</FORM>
</BODY>
</HTML>
Unfortunately, just modifying the form action call does no work on 10g.
Instead I get the following error messages:
REP-771: There exist uncompiled program unit(s).
REP-1247: Report contains uncompiled PL/SQL.
I do not believe it to be a compilation issue, because as stated above I can invoke the report with the URL syntax.
Any help would be greatly appreciated.
-Stephen
Edited by: user8562081 on Jan 20, 2010 3:21 PM

Roberto,
Thanks for the reply, but the issue is not with the port number. After installing AS, I created a virtual host with port number 2121 and secured it with SSL. As mentioned in the post, I can successfully test the report server with the following URL: https://www.mydomain.com:2121/reports/rwservlet/showenv
-Stephen

Similar Messages

  • I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?

    I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?@

    Reinstall the software properly. Migration is useless due to the specifics of the activation system.
    Mylenium

  • I have a problem with Imovie. Just brought an macbook 15 retina , iLife install and Imovie was working. I than did a data migration from my old macbook pro and now it crashes on start up. I tried to re-install from app store but no option to re-install

    I have a problem with Imovie. Just brought an macbook 15 retina , iLife install and Imovie was working. I than did a data migration from my old macbook pro and now it crashes on start up. I tried to re-install from app store but no option to re-install, just installed and it greyed out.

    Well, my two-month-old MBP has no qualms about booting from a no-name external USB HD I put together...
    Given that is is a common point of failure, I would imagine a large Apple Store should keep a stock of HD's on hand.
    Now since you're a bit desperate and the genie pops up til Saturday and you seem to be the enterprising kind, let's try an experiment: if you have room enough in the external HD and assuming it isn't a Time Machine volume, why don't you plug it in, stick the Install CD and see if the installer lets you select the external drive as the install target. If you can install Leopard on it, on top of the backup without reformatting, and the Mac can boot from the drive afterwards, at least you would have some functionality restored and would be able to pull your stuff from the internal HD. Apple says booting from USB drives is not supported but that does not equate to not possible; some brands do work. Risks? Always. You can always lose your backup. Like I said, a challenge for an enterprising gal....
    Next time around, consider having a bootable external clone at hand for rainy days. I keep three myself...
    P.S. Since I'll be in the Dallas-FW area in late June, I can volunteer with the confetti....

  • I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    The warranty is NOT international. You must take it back to the country of origin if it needs repair. The E.U. is considered a single country for warranty purposes.

  • Bought a new iMac migrated from a time machine backup and it didn't load contacts music etc

    my 4 year old imac died. So we got a new 1Tb intercore i5 imac. Migrated from the time machine backup and it didnt populate itunes or contacts or photos.  Am I missing something? 

    You should have imported the data in Setup Assistant when you first booted the new machine. If you used Migration Assistant instead, you now have another user with all the data from the old machine.

  • Migration from Reports 6i to 10G

    Hi,
    I have migrated my forms from 6i to 10g. Everything is working fine except reports.
    (Im calling reports from my menu modules using run_product builtin).
    Now i need the steps to migrate the reports from 6i to 10G.
    Good Help will be appreciated.
    Regards
    Sankar.M.N

    hi,
    instead of run_product you hav to use web.showdocument
    migrate your from from which you are clling report
    it will add report-object and rp2rro lib to your form
    and then change your function
    like this
    PROCEDURE call_report IS
              pi_id paramlist;
              alrt_var number;     
              repid report_object;     
              rep_path varchar2(200);
              vc_reportserverjob varchar2(100);
              report_job_id varchar2(100);
              v_rep_status varchar2(100);
    begin
         repid := find_report_object('RP2PRO');
         rep_path:=*path of ypur report*;
         set_report_object_property(repid,report_filename,rep_path);
         set_report_object_property(repid,report_server,*report_server_name*);
         set_report_object_property(repid,report_execution_mode,RUNTIME);
         set_report_object_property(repid,report_comm_mode,SYNCHRONOUS);
         set_report_object_property(repid,report_destype,cache);
         set_report_object_property(repid,report_desformat,'pdf');
         pi_id := get_parameter_list('it_param');
         if      not Id_null(pi_id) then
              destroy_parameter_list(pi_id);
         end if;
         pi_id := create_parameter_list('it_param');
         add_parameter*(your_parametrer here*
         add_parameter(pi_id,'PARAMFORM',TEXT_PARAMETER,'NO');
         vc_reportserverjob := RUN_REPORT_OBJECT(repid, pi_id);
         report_job_id:=substr(vc_reportserverjob,length(*report_server_name*)+2,length(vc_reportserverjob));
         v_rep_status:=report_object_status(vc_reportserverjob);     
         if v_rep_status='FINISHED' then
              web.show_document('http://'||*host_name*||':'||*port_name*||'/reports/rwservlet/getjobid'||report_job_id||'?server='||*report_server_name*,'_blank');      
         else
              message ('error when running report'||v_rep_status);
         end if;
    end;
    END;

  • MIGRATING FROM REPORTS 3.0 TO 6i

    I am migrating reports from version 3.0 to 6i. Looking for some
    documentation on any problems that may have been encountered or
    any information on migrating reports from Reports 3.0 to 6i".
    Any link would be helpful.

    Haven't gone from 2.0 to 6i, but expect it will work the same as from 2.5:
    Open the 2.0 report in 6i and save it. There may be some slight layout adjustments needed, and with 2.0 upgrades matrix reports can experience some problems, so you'll have to make sure those are well tested.
    John Alexander www.SummitSoftwareDesign.com
    St. Petersburg, FL

  • Migrate from Reports 3.0 to Reports 9i

    Dear friends,
    I kindly request you all for the following help.
    I have a task that i need to upgrade & migrate application from reports 3.0 to reports 9i in HP-UX server.
    Since i know that it is not possible to go directly from 3.0 to 9i, i should follow from 3.0 to 6i and then 6i to 9i.
    May i know what are the major changes involve at the time of upgrading and migrating the above task.
    Please provide me the steps that i should follow the above mentioned task.
    Or send me a recommended web site if any.
    Note: Do i need to change any codes for the existing application when i go for the above upgrade?
    Thank you
    Venket

    The SWVC in receiver determination is not relevant for service interfaces of type "XI 3.0 compatible".
    So you can leave the fields emtpy.
    The technical background for this SWVC in receiver determination is finding the correct operation for a message.
    But XI 3.0 compatible service interfaces have only one operation with same name as the interface.

  • Problem in displaying Thai fonts after migrating from Reports 2.5 to 6i

    Hi,
    We have recently migrated our reports from Reports 2.5 to 6i.
    When we were using Reports 2.5, we could display The Thai Fonts correctly, but after migrating to 6i, the data retrieved from database is being displayed as junk characters.
    In Reports 2.5 we had set a registry variable ORA_CHARSET_CONVERSION to NO_CHARSET_CONVERSION. We were using NLS_LANG as AMERICAN_AMERICA.WE8IS08859P1 in 2.5.
    If we change WE8IS08859P1 to US7ASCII for Reports 6i, the data retrieved from database is being displayed correctly in Thai fonts, but the labels become junk characters.
    Do we need to do any special setup in 6i?
    Nigam.

    Hi All,
    Whilst doing the migration (and god knows how long this will take) I need to document the log file of all functions and changes made. The manual states that there is a PLG file created however, I can't seem to find it. I'm running the conversion one by one and not in batch mode. Can someone help me locating the PLG log file.
    Thanks

  • Migrating from Local Database to OpenDirectory, and Migrating IMAP Boxes

    I have a Xserve G5 running 10.4.11 and using a local (non shared) directory with all of my users on it. I'm planning to install a new Xserve (10.5.2) to use as a Fileserver and Filemaker Server, essentialy leaving the mail service to the G5. However, i want to use the OpenDirectory on the 10.5 server in order to maintain only one user database. I'Ve tested out the functionnalities and it looks like that there is no problems using the 10.5 OD with my 10.4 server, however, since 90% of my users are using IMAP mailboxes, i cannot migrate the database to the new users
    Example:
    On the local directory of the 10.4 server, i have a user called Wiggum using IMAP mailbox, working fine. I tell my 10.4 to use the OD on the 10.5 server (user Wiggum already configured over there with the same settings, passwords) and when i remove the user from the local directory, leaving only the OD, the user is working OK, mail is working fine but i loose all contents of my IMAP box, i get only the new mails.
    Is there a way to migrate the IMAP boxes from the users on the local directory when i migrate them to the new OD.

    I would think the first shortname is different in OD vs. the local user. Thus, creating a second mailbox and this is why you see only new incoming mail.
    Check if you have "duplicate" mailboxes. If yes, you could copy mail from one to the other and reconstruct the mail database.

  • Migration from reports 6i to 11g

    Hi Guys,
    I am very new to report development and needed some help on migrating reports 6i to reports 11g. I did some reading up and only found the the document Upgrading Oracle Forms 6i to Oracle Forms 11g 11g Release 1 (11.1.1) E10394-01 which talk about forms migration. I am looking for a reports migration and found no good documentation on it. Could somebody direct me to some good documentation. Also a few more questions i had in mind
    1) Can I migrate to 11g directly or should i migrate to 10g first.
    2) Can I use the migation assitant for reports migration or is it only for the forms.
    3) If i need to recompile the reports in 11g is there a a 11g developer suite that i should use for it.
    Thanks and regards

    We will be starting a process of converting our forms/reports 6i to 11Gr2. I just installed weblogic/forms 11Gr2 and i'm trying out reports. They do compile easely and run in "paper layout" but do not work in "web layout"..404 error in web browser. We have maybe 100reports in our systems to convert. If I create a new 11G report from scratch and define it has being "web and paper layout" everything works like a charm. I compiled in reports 11G and use the report converter with same results.
    I heard many times that reports RDF in 6i will look the same in 11G...in paper layout they do...but that does not get your reports on the web.
    Is there some way to auto convert all reports so that the web layout is added...or we will need to convert all of them?
    thanks for nay help you can give me guys...

  • How can I migrate from Outlook 2011 to iCal and Apple Address Book in Mavericks now that synching is no longer possible?

    Now that I am on Mavericks and no longer able to sync between my iPhone/iPad and Outlook 2011 on my MacBook Pro, I'm finally taking the leap (which I should have done long ago) and abandoning Outlook 2011 all together (doesn't help that Outlook now prompts me to rebuild by Identity multiple times per day). I am hoping to export from Outlook to iCal, Address Book, etc, but I would love it if someone could check my steps.
    Delete iCal and Apple Address Book content -- Because I have old data in iCal and Address Book (that was synched before I upgraded to Mavericks), I planned to delete this data as follows:
    Manually deleting my multiple calendars in the iCal app
    Go to Go>Home>Library>Calendars and drag "Calendar Cache" to trash
    Go to Go>Home>Library>Caches and drag "com.apple.iCal" and "com.apple.AddressBook" to the trash
    Go to Go>Home>Library>Application Support and drag "Address Book" to the trash
    Export Outlook 2011 Calendars to iCalIs there a file format that I can use to export from Outlook 2011 and then import into iCal? I will use this file format to individually export each of my calendars from Outlook 2011 and import them into iCal.
    Export Outlook 2011 Contact List to Apple Address BookIs there a file format that I can use to export from Outlook 2011 and then import into Apple Address Book?
    Suggestions would be greatly appreciated.

    Hi acs4055,
    As per your query I found a relevant solution for resolving this,  actually I haven’t tried the steps you wrote here in your query.  But I found a solid key answer for exporting from Mac OS X Mavericks (10.9.1) Outlook 2011 to iCal for Apple mail. This is possible through Drag and Drop method via this you can undoubtedly migrate Outlook 2011 Calendar to ical format.
    Hope it will assist you and you will be able to attain a desired solution.

  • Migrating from Entourage to Mail, iCal and Address Book

    Hi
    I am currently trying to figure out a smart/safe way to move from Entourage to Apple Mail.
    iCal
    I successfully imported all my Entourage Calendar items into iCal. This created a "folder" under the "Home" and "Work" folders already in iCal called "Entourage".
    However, I would imagine that if I delete anything in Entourage's Calendar, this will also be deleted in the iCal "Entourage" folder.
    *_iCal question_*
    How can I move all of the items in iCal, so that they remain there permanently, even if I delete Entourage and its content?
    *_Address Book_*
    All address book items in Entourage were synched with Address Book.
    *_Address Book question_*
    If I unselect the option to synch Entourage with Address Book, will everything remain in Address Book, or will they be deleted, when I trash the data in Entourage?
    Mail
    I have no idea how to import my email accounts and folders (I only have 3 emails in my Inbox - the rest is stored in folders located under the Inbox) currently located in Entourage into Mail.
    *_Mail question_*
    Any clues as to how to do that?
    Many thanks for your thoughts and responses.
    Dominique =)
    PS: sorry if this is posted in the wrong place. I was not sure where I could put it.

    sorry - wrong place to ask.
    d =)

  • After migrating from iPhoto: Aperture library 81GB and iPhoto Library 17GB

    I Have ~10K images almost all .jpgs. I just completed the "rebuild from masters" command after experimenting with Aperture for a while. I was surprised to find that my Aperture Library was 81GB and my remaining iPhoto library was 17GB. First of all I selected "move" from the "rebuild from masters" command so I thought my iPhoto Library would just disappear. When I open iPhoto all my pictures are still there. So why the large library size difference?
    -thanks

    How long since, you installed Aperture 3? You may need to leave the machine running for quite a while before things start to settle down. Sounds like you may be short of RAM and or a library with a lot of faces. Allan

  • Migrating from XP to windows 7 and designer 12.1 to 12.3 freezes

    Hello
    I've just migrated form windows xp to windows 7 my bo suit, and my designer 12.1 to designer 12.3, i can test my conections and there is no problem but when i try to access my universes (in sql) a can see the but the screen freezes and i have no acces to the tables what so ever.
    Have I missed something in the configuration?
    please help!

    Hi Nakul,
    Are you facing this issue with other client tools as well?               *No, just my design
    Do you get any error messages in Windows Event Viewer?         No no error messages
    Also, do you have installed any protection software or is firewall enabled? I will check this
    thanks a lot an i'll get back to you after i check  my protection software
    regards

Maybe you are looking for