Reaport calling problem in 10g

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

this package has become a bottleneck
It is defined as AUTONOMOUS_TRANSACTION and has a commit in it. We are using it for sequence values which come from a tableThat did not come as a surprise.
We did not see any problems using 9i.This did come as a surprise.
What effects are you seeing that lead you to believe that this is the cause of the bottleneck? Are you trying to overcome the non-gap-free numbers possible when using Oracle sequence?

Similar Messages

  • How to call a Report 10g from a parameter form..?

    Hello,
    pls i wanna know the procedure of :
    How to call a Report 10g from a parameter form..?
    regards,
    Abdetu..

    hopes it work for you.
    procedure get_report is
    pl_id paramlist;
    p_year varchar2(4);
    param_name varchar2(10) :'param';
    begin
    pl_id := get_parameter_list(param_name);
    if not id_null(pl_id_)then
    destroy_parameter_list(pl_id);
    end if;
    pl_id := create_parameter_list(param_name);
    p_year := year -- assign the value.
    add_parameter(pl_id,'p_year',text_parameter,p_year);
    execute_report('report_name',pl_id);
    end;

  • I am an iphone4 user from United Arab Emirates with home button/MIC not working during call problems..

    hi, i am an iphone4 user from the United Arab Emirates. I got my phone as a gift last September and it was not bundled with any carriers and was a factory unlocked piece. Within one month of usage the home button started misfunctioning. It started registering double clicks as single, triple clicks, etc. (the usual complaint of many countless users of iphone from the time of the release.) I then kind of ignored this problem and continued using the phone.
    With this problem still continuing, comes another one.
    My friend gave me a call yesterday, and we were talking happily for a minute or so and suddenly without any reason my friend failed to hear me. Five minutes was spent trying to make myself heard to him. I tried and i tried and the only solution i could find was tapping the phone gently,but firmly. Then he was able to hear me but then after sometime it was back to the same problem.
    The only solution i found was to tap in th sides.(please note that this is also a common problem with many who have call problems but no voice memo problems.) I tried adding and registering my device to my account but when i try to put in my iphone's serial number,they say that the device number is invalid.
    Now i want to get a solution to this, but since this was a gift piece i do not have any invoice of any sort. I even checked itunes.com/support and was happy to find i still have warranty till september.
    I am confused as to what to do as I was dissappointed to find even a single apple store in the UAE and do not know what do we get in terms of support. Could someone please help me?

    that is exactly the problem. I have no idea as in where this phone originates from. It was gifted to my Dad from a personnel who he was supplying for in the company. My dad then gifted it to me on my birthday. I asked my dad about the phone but he also does not know a thing. He also said that the other guy must have taken the invoice with him as he did not give anything to my dad.
    I checked it in quite a few places (like SharafDG,eMax,Axiom etc., the local electronics suppliers) to track where this phone was originally purchased from( because these people usually take down the IMEI's of the electronic devices they sell), but they all could not help me.
    Now i have no idea what to do and i do not want to spend huge amounts of cash for this matter as i am already in the warranty period. Anyways,thanks for your help in advance, but it would be helpful if you could try to get this solved for me.

  • Nokia 6500 call problem

    Hello.
    I have owned a Nokia 6500 slide on the 3 network for just over a year now, it's a decent phone and I've had very few problems with it until recently. The current problem is that when I make or receive a call, there is no audio/volume. Once the call begins to ring or I answer, and it's connected, there is no volume. However, if I change it to loudspeaker, it can be heard perfectly normally as if it were played through loudspeaker (obviously). So in short, the "handset" option of the call is muted. I have checked the obvious thing such as settings and makings sure the call volume was high enough, but there is just no sound at all when on the handset setting of a call. To make a personal call I have to make it in loudspeaker and everyone can hear.
    I also had a problem wiht my contacts, and I downloaded the latest firmware and it fixed that problem. However, the loudspeaker call problem has remained. Usual searching hasn't sufficed, I appear to be the only one wiht this problem. Hopefully somebody can help me out here.
    Thanks in advance,
    Cams

    Take it to the nearest Nokia Care Point. Probably your speaker is damaged.
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • Nokia E6 call problem? Is this issue isolated or h...

    Nokia E6 call problem being mentioned here
    http://forums.reghardware.com/forum/1/2011/06/22/review_smartphones_nokia_e6/
    and here
    http://www.reghardware.com/2011/06/22/review_smartphones_nokia_e6/page6.html
    and here
    http://twitter.com/#!/dw2/status/83099719907282944
    Has this already been fixed with the final release of the phone in the market?

    These seem to be isolated reports,the phone is only released now so some time will be needed to gather info
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Calling problems in ios 8.0.2

    calling problems in ios 8.0.2

    Same - phone locks up and resets itself 5S - frsutrating - did it both with 8.0.0 as well as 8.0.2
    Apple needs to be better than this...

  • Reports 10g calling from forms 10g

    try reports 10g calling from forms 10g ,but I not do.
    Programme have frm-41213 unable repserver.. error and I am not start up oracle reports server from services. please help me.

    Dear Lida;
    i use this code
    rwserver -install repsername
    but in release 3 it is not work and i had to write it like this
    rwserver server=repservname
    the first code make the report server work as service could u tell me how the first code work with realease 2 but in realeas 3 not working ?
    and thkx alot in advance
    regards
    Reda El Mitwally

  • Verizon is releasing another update tommorow: ED05 did not fix the miss call problem

    I got  two voice mails today that did not show as missed calls . I call Verizon technical support and ask to speak to a  manager. He told me that several people are still having miss call problems and to expect a new update august 1 which is tommorow. I told him this is the last straw , if this new update doesn't work for me, they are going to have to give me a different phone or release me from my contract. This is so frustrating.

    I called Verizon 2nd level tech support and they assured me there is NO ED06 update's said they haven't even finished rolling out ED05 yet. I think they just told you that to get you off the phone. I also have a Fascinate and have had problems and can't get them to replace my phone with a different device. I want the Droid Charge since it is the only other one that has the AMOLED screen that I originally chose the Fascinate for . They had a program that ended on July 28th the day that ED05 rolled out. They offered the Droidx, the Incredible 2, and the Droid Charge to replace the Fascinates that were having trouble. I had called to report my issues during this replacement program but was not told that it was going on and now they won't give me the Droid Charge because it has expired. I think since there are STILL issues-they need to bring this program back and allow us to get a different phone. I have been a customer of Verizon for 10 years and have 7 lines so I am REALLY disappointed that they can't work with me (or other customers ) especially since it is not something we did to the phone. It is a problem with either Verizon or Samsung. I don't know where to go from here but maybe if they hear enough from others that didn't have any success with ED05 they will start to replace them. I will probably go to a higher level to voice my concern. Let me know if anyone has any success getting a new device especially the Droid Charge.

  • Problems installing 10G (r 10.2) on Windows 7 64-bit

    Hello. I am taking an introductory Oracle SQL class. The professor gave us a link to install Oracle 10g release 2, which I followed and performed on my Windows 7 64-bit laptop. The installation seemed to run through okay. When asked (again, per instruction), I created a database named CIS276 (the class name) instead of "orcl" as suggested during the setup. I am having problems getting connected to the database, however, and since the class is online, I can't go to our campus to sit down with the professor to work out where the trouble is, so I'm hoping somebody out here can help me. Here's where I am:
    I am able to get to the Enterprise Manager through the loopback address and port that was given to me during installation. I am able to log into EM using the SYS account with the password I entered during install. I get to a screen that has a button labelled "Startup/Shutdown." When I click that button, I am taken to a screen asking for Host credentials (OS account name and password) and database credentials (I use "SYS", the password I created, database is already filled in, and "SYSDBA" for "Connect as"). After entering this information, I click on OK. I get an error message at the top of the screen saying: "Couldnot contact the agent. Verify that the url for the agent is null." I looked up this string and a suggestion was to run " lsnrctl status"--I think (I've been trying a lot of things over the past couple of days to try to get this running) and the program replied that the environment variable "ORACLE_SID" wasn't set. I looked up what I was supposed to do and went into Windows 7 Environment area and set the value.
    I rebooted the computer and tried again and am still getting the same problem. So I Googled the error message again and saw a suggestion to stop and restart dbconsole. When I did that, I got an error (stopping and starting) telling me that I was denied access.
    At this point, I felt I'd better stop and get any suggestions from more experienced Oracle users. If anybody could give me some suggestions as to what to try next, I'd truly appreciate it.
    And one other question: when I followed the link to download Oracle, there was another download listed called something like "Companion Disk 2". Is this a necessary download or is it just extra stuff that I may not use for now?
    Thank you again.
    Eric S. Bauman

    Hi Eric,
    I thin your problem is not related to Operating System. Right now I also use Windows 7 64 bit. and the oracle database that i used is Oracle 10g (10.2.0.3) for windows vista 64 bit. still up and running good.
    "I am able to get to the Enterprise Manager through the loopback address and port that was given to me during installation. I am able to log into EM using the SYS account with the password I entered during install. I get to a screen that has a button labelled "Startup/Shutdown." When I click that button, I am taken to a screen asking for Host credentials (OS account name and password) and database credentials (I use "SYS", the password I created, database is already filled in, and "SYSDBA" for "Connect as"). After entering this information, I click on OK. I get an error message at the top of the screen saying: "Couldnot contact the agent. Verify that the url for the agent is null." I looked up this string and a suggestion was to run " lsnrctl status"--I think (I've been trying a lot of things over the past couple of days to try to get this running) and the program replied that the environment variable "ORACLE_SID" wasn't set. I looked up what I was supposed to do and went into Windows 7 Environment area and set the value."
    from your problem let's do it one by one:
    to run lsnrctl, from windows desktop--> click start menu -> on search program and files box type cmd, the start menu will change its appearance and it will show you black icon with names cmd.exe do right click on that icon then choose run as administrator. It will open DOS command prompt for you.
    on DOS prompt type : set ORACLE_SID=<your database name>, example : set ORACLE_SID=orcl then enter
    now you can execute your lsnrctl status from the prompt.
    in case you need to start listener you can use : lsnrctl start from previous DOS Prompt or you can start it via services.msc as follow : from windows desktop--> click start menu -> on search program and files box type services.msc then enter on window that open find oracle<oracle_home>TNS listener services then double click this services click on button start.
    as for the agent problem is not running try to check the services with names oracleDBConsole<dbname> is it run or not.
    hope it helps.

  • Stored function call problem

    I've been trying out this feature as it was shown in adfdeveloperguide. that is, on page 3-26/27
    StoredFunctionCall functionCall = new StoredFunctionCall();
    functionCall.setProcedureName("READ_EMPLOYEE");
    functionCall.addNamedArgument("EMP_ID");
    functionCall.setResult("FUNCTION_RESULT", String);
    ReadObjectQuery query = new ReadObjectQuery();
    query.setCall(functionCall);
    query.addArgument("EMP_ID");
    Vector args = new Vector();
    args.addElement(new Integer(44));
    Employee employee = (Employee) session.executeQuery(query, args);
    in my version it is:
    StoredFunctionCall fCall = new StoredFunctionCall();
    fCall.setProcedureName("f_milos");
    fCall.addNamedArgument("x");
    fCall.setResult("FUNCTION_RESULT", String.class);
    ReadObjectQuery query = new ReadObjectQuery();
    query.setCall(fCall);
    query.addArgument("x");
    Vector args = new Vector();
    args.addElement(new Integer(2));
    String result = (String) session.executeQuery(query,args);
    where f_milos is my stored function. as for the session, I got it in this way
    Session session=new SessionFactory("META-INF/sessions.xml", "default").acquireSession();
    like it was done in my session bean.
    dunno, maybe thats the source of the problem.
    now, when I come to executeQuery, following error pops:
    javax.faces.el.EvaluationException: Exception [TOPLINK-6029] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.QueryException
    Exception Description: A reference class must be provided.
    Query: ReadObjectQuery().
    help?

    Well, previously you were calling getDBTransaction() on an explicit Application Module object, whereas now, you do:
    st = getDBTransaction().createCallableStatement("begin ? := "stmt";end;",0);which means that your code must be inside of an application module in order to work. Do you see the difference?
    I'll mention that you shouldn't generally be doing DB calls in your ViewController/UserInterface layer - DB code belongs in the model.
    John

  • IPhone 4 Voice call problem when wifi is active

    Not always, but randomly my voice calls (send/receive) establishes properly. However, neither me or the other party can hear anything. The most common times it occurred, is when the wifi is active. Any suggestion anyone please?
    Additional Info:
    I had my iPhone replaced due to the home button malfunction, and after a couple weeks, this started happening. Since I don't have warranty coverage anymore I can't replace it again. Came with iOS 5.0.1. After this started happening quite frequently, I upgraded to 5.1.1. Still same thing. A non-funcitoning home button was better than a non-functioning phone! Feels like I've been cheated !!

    I think I've pinpointed the problem!
    Whenever I use data (EDGE / Wi-Fi), the handset becomes quite heated. If I initiate a voice call at that moment, the dialer starts with the 'speakerphone' icon being pressed.Given that, no party can hear no party.
    However, after a minute or two (when not using data) the handset becomes cold again (quite fast) and then if I initiate a call, the 'speakerphone' icon is not being pressed anymore and everything is normal!
    Really donno, what is actually creating this strange problem!! Overheating battery? Overheating wi-fi chip? Overheating any other chip? Firmware? or just my luck!!
    P.S: To keep the phone operation smooth, I've disabled wifi & cellular data at the moment! And all is running well. So, it must be something with data usage!

  • IPhone 4 voice call problems on 3G

    I noticed at the weekend that my iPhone 4 was having trouble with voice calls. Incoming calls would sometimes hang up when I answered them, outgoing calls would take a very long time to connect (or freeze), and when I did get through to someone the call quality was extremely low (lots of stuttering and cutting out).
    After trying just about everything recommended on various help pages (including reseating the sim card, refreshing the network settings, and restoring the phone), I still could not get it to work properly. I then tried turning off the 3G and, lo and behold, the phone worked absolutely fine! Voice calls were clearer than ever!
    I contacted Tesco Mobile hoping they might be able to shed some light. They said there are no faults with the network and have arranged for me to return my phone. That could take up to 10 days though, which I can't really afford.
    Does anyone know what the problem is here? Does the fact that it works fine with 3G disabled suggest that it is not a hardware problem?

    I've been having a very similar issue that just started last night. I keep dropping calls and when I try to call out nothing happens at all. I cannot browse Safari through 3G either. It keeps coming and going. I was able to finally place a call out and then tried making another call later and it wouldn't work again. I tried the restore as well and nothing works!
    I do not know if I should contact AT&T or Apple for the issue. I do have the extended warranty that I purchased with the phone but about a week after I got the iPhone 4 I had to have it replaced for issues I am not even sure that they would replace it again. I do not have a home phone I rely solely on my cell so I cannot wait to have it fixed or replaced but I am not going to keep a phone that doesn't work especially after paying so much for it!

  • IPhone 5s in-call problems

    I received my iPhone 5s last week and because I am the mother of an infant (and am clumsy), I thought I would get a very protective case. I bought a Lifeproof case but in calls, it would vibrate on and off the entire time. I thought something was wrong with my phone but upon doing a search, I found out that is a common issue with those cases. So I exchanged it for a Survivor+Catalyst case and in that case, in calls, I kept getting a terrible screeching sound. When I tried searching for issues with that case, I didn't find anything. So I exchanged it for another case - the same kind - and I have the same issue. At the same time, my husband's iPhone 5s experienced no problems whatsoever in his Lifeproof case, and now that he has a Survivor+Catalyst case, he has no problems with it either. Is there something wrong with my phone that is causing these problems? They only happen when in the cases but it seems odd that no rugged case seems to work with my phone.  I need a case that is very protective. I am wondering if there is a speaker problem that only becomes apparent when in a case, perhaps particularly in cases that completely cover the entire phone. Please help!

    Connect your iPhone to iTunes on your computer and do a Restore to Factory.
    See here: Use iTunes to restore your iOS device to factory settings - Apple Support

  • Catalog Migration Problem from 10g to 11g

    Hi,
    When i am trying to migrate catalog of 10g to 11g. They have some problems
    1. In obiee 10g (under root folder) it shows only around 5 dashboards. But actually when i am seeing in the I catalog manager of obiee 10g it shows 12 dashboards and pages.
    Can some please help me on this how to see the other dashboards and page in obiee 10g ( under root folder ).
    2. When i am trying to migrate the catalog folder in obiee 11g it also shows around 5 dashboards. And other dashboards are not seeing after migration.
    Can someone please help me on this how to see the other dashboards and pages in obiee 11g as well.

    Hi,
    In Webcat, there can be some contents that are inconsistent/invalid. And such contents have 0 byte size. Please check if dashboards files that are not visible and their corresponding .atr files have 0 byte size.
    Other possibility can be dashboards are hidden for the user-id you are using for login.
    Please mark as helpful/correct if this reply helps.
    Thanks,
    Vijay
    Edited by: user5814724 on Apr 8, 2013 4:58 AM

  • Ports problems with 10g XE

    Hello!
    I'm using Oracle 10g XE on Windows Server 2003, the installation was successfully realized.
    The problem is that I can't access to the login page : http://127.0.0.1:8080/apex . I think that the problem come from a port restriction (but I'm not sure!) : the 8080 port is certainely blocked, but I don't know how open it ...
    With Windows XP Pro, I had no problem ... ! Nevertheless I used the same anti-virus program with the same rules ... !
    Can someone help me please, I'm loosing my hair !!
    Thanks !

    Hello!
    I'm using Oracle 10g XE on Windows Server 2003, the installation was successfully realized.
    The problem is that I can't access to the login page : http://127.0.0.1:8080/apex . I think that the problem come from a port restriction (but I'm not sure!) : the 8080 port is certainely blocked, but I don't know how open it ...
    With Windows XP Pro, I had no problem ... ! Nevertheless I used the same anti-virus program with the same rules ... !
    Can someone help me please, I'm loosing my hair !!
    Thanks !

Maybe you are looking for