HELP! Form-Report integration problem!

Hi all, I have a problem in integrating report in dev10i. I used to use Dev6i and have no problem in using run_report_object in 6i. I have posted this in Report for few days but haven't got response.
I got the REP-0503 You did not specify the name of the report and FRM-40738 Argument 1 to builtin Report_Object_Status can not be null. The report run OK in report builder and I create the paper only layout. Also, I save the report as *.rdf and create a report object in form that point to this *.rdf file.
This is my PL/SQL code:
PROCEDURE P_PRINT_REPORT_OBJ(vc_reportoj Varchar2, vc_reportserver Varchar2, vc_runformat Varchar2) IS
v_report_id Report_Object;
vc_ReportServerJob VARCHAR2(100);
vc_rep_status VARCHAR2(100);
vjob_id VARCHAR2(100);
BEGIN
v_report_id := FIND_REPORT_OBJECT(vc_reportoj);
SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_COMM_MODE, SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_DESTYPE, CACHE);
SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_DESFORMAT, vc_runformat);
SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_SERVER, vc_reportserver);
SET_REPORT_OBJECT_PROPERTY(v_report_id, REPORT_OTHER, XXX='||:XXX.XXX||' paramform=no');
vc_ReportServerJob := RUN_REPORT_OBJECT(v_report_id);
vjob_id := substr(vc_ReportServerJob,length(vc_reportserver)+2,length(vc_ReportServerJob));
vc_rep_status := REPORT_OBJECT_STATUS(vc_ReportServerJob);
IF vc_rep_status = 'FINISHED' THEN
WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||vjob_id||'?server='||vc_reportserver, '_blank');
ELSE
message('Report failed with error message '||vc_rep_status);
END IF;
END;
What gives? Do I miss something here? Do I have to set up other thing??? Also what is the name of report server in Dev10i? I am under impression that this is not needed so I put blank '' when I call this procedure in WHEN-BUTTON-PRESSED trigger like this:
P_PRINT_REPORT_OBJ('myreportobj','','HTML');

Hi all, I created simple report from 1 table and save it as *.rdf. I then make a simple form consisting 1 block and a button that have WHEN-BUTTON-PRESSED trigger that call P_PRINT_REPORT_OBJ. I create a report object in the form that point to my *.rdf report file and name the object MYREPORT. This time it gives Rep-0110 Can not open file '%n~<intangible character>' and REP-1170 Error while opening or saving a document. After that other message popup with REP-0110. It seems that FIND_REPORT_OBJECT could not find the file at all/giving the wrong filename as argument. Do I have crooked installation? I have tried it on 2 diff machine running XP2. Is this because of Win XP2? I have admin privilage user account for winXP2. Please help, this is not making a sense at all. I have no problem in Dev6i.
PROCEDURE P_PRINT_REPORT_OBJ IS
v_report_id                    Report_Object;
vc_ReportServerJob               VARCHAR2(100);
BEGIN
v_report_id := FIND_REPORT_OBJECT('MYREPORT');
vc_ReportServerJob := RUN_REPORT_OBJECT(v_report_id);
END;

Similar Messages

  • Forms/Reports service problem

    Hi,
    I have a very strange problem with Forms/report service, someone can help me ?
    I have installed Application Server 10gr2 (10.1.2.0.2) linux, I can run forms very well, but i can't run reports from it.
    I try to start a report service with this command:
    $ORACLE_HOME/bin/rwserver.sh server=respservice1 batch=yes &
    it run well (rwdiag.sh discovers it), but forms service crash immediately with error: "FRM-92102: Se ha producido un error de red".
    I see in the enterprise manager Forms service is DOWN and report service is trying to rise UP.
    In approximately 2 minutes later, Forms is UP and Report service is DOWN.
    Later approximately 2 minutes, Forms service is DOWN and report service is trying to rise UP.
    In approximately 2 minutes later, Forms is UP and Report service is DOWN.
    and so on...
    This problem started only a week ago, before this is not happening and my forms/report service worked fine for a year or more. There have been no changes in my setup,      
    but I do not know if something has changed in my network. I see the Note.413478.1 because in the trace file happens the error shown in this note.      
    But I do not know if this can solve my problem.

    sorry I am DBA and not know application server well :)
    in file formsweb.cfg i put entries of congif and now yout link is work, but also link http://plaza:7777/forms90/f90servlet?form=test.fmx work too. How can i restrict access on link "http://plaza:7777/forms90/f90servlet?form=test.fmx"?

  • Crystal Report Integration Problem with VS 2012 Ultimate

    I installed Crystal Report (Support Pack 13 v.13.0.13.1597) for VS 2012 Ultimate. When I create a crystal report, the Crystal Reports Gallery didn't pop up. Instead it just jump to *.rpt file and shows one hell of a hex codes
    Did anyone faced the same issue, like mine?
    Pliz, help me out.

    Hi MisterEpic,
    Welcome to the MSDN forum!
    First,
    I recommend you verify the ISO checksum for Visual studio 2012. You can download the File Checksum Integrity Verifier (fciv.exe) described at
    following locations.
    http://support.microsoft.com/kb/841290/en-us
    The CRC and SHA1 hash values of the ISO should match these:
    CRC: 68068922
    SHA-1: 4F1E90E5FDE85AD636233A812A140E89E11A7DEA
    Detail from:
    http://www.microsoft.com/en-in/download/details.aspx?id=30678
    Then, you can use the .NET Framework Setup Verification Tool to verify the installation state of one or more versions of the .NET Framework
    Download from :
    http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-08-99-90-04/netfx_5F00_setupverifier_5F00_new.zip
    If the verification tool finds any issues, there is a .NET Framework Repair Tool that can be found at the following locations:
    http://support.microsoft.com/kb/2698555
    More information is in the blog at the following locations.
    http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
    Best regards.
    Samson sun
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Help(Urgent): Report Font Problem

    I am working on a report which supposes to generate PDF formatted report. It turns out that within the report builder, it generates nice PDF report with header font as MONOTYPE CORSIVA.
    When this report is put into report server, the header font is changed to ARIAL. Any ideas that where the problem is?
    Thank you in advance.
    Jimmy

    Hi,
    May I know the Oracle Reports version you are using. Whether the Oracle Reports Server
    and the Builder is running in the same machine?. If not, check for the installation of the font in the machine where Server is running and add the path to the 'REPORTS_PATH'.
    To solve you issue, try using the 'PDF Subsetting' feature.Go through the Chapter-Using PDF in Oracle Reports in "Oracle Application Server Reports Services Publishing Reports to the Web" - http://www.oracle.com/technology/documentation/reports.html.
    Thanks,
    Vidya

  • Reports password problem

    I am calling a report from a form(9i) shown below and in the cmicmd.dat file i have set up a key as follows
    loginf: userid= userid/password@database and then referenced this below. Its not working any ideas?
    DECLARE
         v_url varchar2(4000);
    BEGIN
              v_url := 'http://146.8.268.92:7777/reports/rwservlet?loginf&server=rep_ca220-05&report=O:\SPANNER\Reports\poor1.rdf
              &destype=cache&desformat=htmlcss&PAGESTREAM=NO&P_COURSE_CODE='||:control.course||'&P_YEAR='||:control.year;
              WEB.SHOW_DOCUMENT(v_url, '_blank');
    end;

    1) what error do u get ?
    2) try by setting
    loginf: userid= userid/password@database %*
    %* means add whatever comes in url to this . see cgicmd.dat file for examples
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • UNIX: problem running an DEV & QA environment using form/report servlets

    UNIX: problem running an DEV & QA environment using form/report servlets
    I am trying to setup on one server an DEV and QA environment using the Forms Servlet, Forms Listener Servlet and Report Servlet.
    I think I have the Forms Servlet and Forms Listener Servlet running properly. The problem is setting up the DEV and QA environment for running reports.
    For example, when in DEV environment I would like to run a report from a directory specified in the REPORTS60_PATH. This doesn't seem possible.
    It might be easier if I describe my configuration first:
    DEV: run all forms and reports from the directory /data/release/dev
    QA: run all forms and reports from the directory /data/release/qa
    ---DEV & QA Settings Forms Listener Servlet:
    zone.properties:
    # DEV
    servlet.fl60dev.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60dev.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev.env
    # QA
    servlet.fl60qa.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60qa.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/qa.env
    ---DEV & QA Settings Forms Servlet:
    servlet.f60servlet.code=oracle.forms.servlet.FormsServlet
    --- Settings for Reports Servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    Custom Env files since we are using Developer 6i Patch 7
    dev.env and qa.env
    Here I specify FORMS60_PATH and REPORTS60_PATH,
    eg: DEV -> FORMS60_PATH=/data/release/dev
    REPORTS60_PATH=/data/release/dev
    likewise for QA ../qa
    In the formsweb.cfg file i have something like:
    [dev]
    serverURL=/servlet/fl60dev
    form=test.fmx
    [qa]
    serverURL=/servlet/fl60dev
    form=test2.fmx
    I have tested the following and they work without problems:
    1. forms listener test page, eg: http://webserver:7777/servlet/fl60dev
    2. running forms from the 2 environments
    eg: http://webserver:7777/servlet/f60servlet?config=dev
    this runs the form in the FORMS60_PATH (/data/release/dev)
    Now my problems start with Reports.
    When I run a report from forms (using run_report_object) it will not run any reports
    as specified in the REPORTS60_PATH
    Even using this url:
    http://webserver:7777/servlet/RWServlet?server=rep60&report=test.rdf&destype=cache&desformat=html&
    userid=scott/tiger@test9i
    It NEVER seems to pickup and use the REPORTS60_PATH. I have tried nearly everything.
    I have gone throught the instructions in "Integrating Oracle9iAS Reports in Oracle9iAS Forms -
    White Paper"
    (http://otn.oracle.com/products/forms/pdf/277282.pdf)
    and Forms6i Patch 7: Oracle Forms Listner Servlet for Deployment of FOrms on the Internet
    (http://otn.oracle.com/products/forms/pdf/p7listenerservlet.pdf)
    plus any other documents in metalink relating to forms, or report servlets. I am
    totally confused, please help.
    I have tried setting the REPORTS60_PATH in the following files without success:
    custom.env (as specified by initArgs=EnvFile in zone.properties)
    jserv.properties
    in the zone.properties I have tried to set a custom env file for the report servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    servlet.RWServlet.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev_rep.env
    NO LUCK.
    The only place that I can set the REPORTS60_PATH
    is in "[6iserver home]/reports60_server" file when I start the reports server (did I even
    get this right - I do have to have a reports server running don't I?)
    Does this meaan I have to run multiple report servers for each of my environments?
    Based on all the documentation I thought that REPORTS60_PATH as specified in the files relating
    to the forms servlet would be the place to specify the path.
    As you will understand I am getting really fustrated with this and it seems to
    me that the reports servlet configuration in 6i is really half baked and since 9i
    is coming out it will never be fixed.

    I am even not able to run forms servlets from two different forms60_path, Is there any configuration do you make other than what you have mentioned in this post.
    I already open a TAR in this regard, I am still waiting reply from ORACLE.
    Thanks,
    Shaik Ather Ahmed

  • Forms / Reports 6i - slow starting printing & FRM-41211 Integration error

    We are having a problem with Forms / Reports 6i that seems to be slowly getting worse.
    When beginning printing, the CPU usage goes up to 100%. In task manager I can see IFRUN60.EXE or RWRBE60.EXE, or IFBLD60.EXE or RWBLD60.EXE taking up 70% or so of the CPU time with the rest being taken up by the SPOOLSV.EXE spooler service.
    This can be observed when
    * Starting the Reports background generator from the Forms runtime
    * Printing from a "print form" function inside the Forms runtime
    * Starting Reports builder
    * Printing from Reports Builder
    * Printing from Forms Builder
    The big problem is launching Reports from the Forms runtime. If this CPU / Spooler wheel spinning takes more than 30 seconds or so (and it can on slower machines), Forms thinks that it has failed to launch Reports and gives the error "FRM-41211 Integration error: SSL failure running another product" Eventually the reports background generator will finish launching.
    This happens on NT 4, 2000, XP, and 2003 server. I have tried this in a "clean" configuration where nothing else (no extra services or anything) is running at all and this still happens. We are currently running Forms & Reports Patchset 17.
    Does anyone have any idea what is causing this? Thanks.

    More info:
    This is one of the lines that is calling the report:
    RUN_PRODUCT(REPORTS, 'ORDER_PRINT.RDF', SYNCHRONOUS, BATCH, FILESYSTEM,ORDER_ID,'');
    Here is another one:
    RUN_PRODUCT(REPORTS
    ,'OE_AUTO_QUOTE'
    ,SYNCHRONOUS
    ,RUNTIME
    ,FILESYSTEM
    ,ORDER_ID
    We have a client/server setup. We are running 6i forms and reports, with a 9 database.
    There have been no changes to these forms or reports. And it doesn't happen all the time. It just happens every-so-often.
    EDIT - I guess it has been doing this for the past 3 weeks. One user says it happens everytime she tries to print anything from a form......
    I've searched the forum about this and there are a lot of unanswered questions. I'm thinking my chances are slim on figuring this out.
    2nd EDIT - I looked at the documentation at
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164945.1
    everything seems to be right - according to that. So I'm wondering if this has anything to do with any sort of networking issues.....
    .....3rd EDIT........
    Still searching. It looks like this person has the same problem. http://www.webservertalk.com/archive149-2005-11-1283220.html
    Having problems with the rwrbe60.exe
    I'm wondering if there was some sort of patch Microsoft let out that is causing this issue?
    null
    Message was edited by:
    loweride

  • Problem installing Oracle Internet Developer Suite 1.0.2.4.1 (Forms & Reports 6i)

    Hi all,
    I am unable to install Oracle Internet Developer Suite 1.0.2.4.1 - specifically Forms & Reports 6i, Designer, Discoverer (ALL Products on Quick Install option on Windows 98 system). The installation proceeds to Install screen when the various files start to load ... Then the whole process stops after showing 100% load (sometimes the screen freezes, sometimes I get error message - illegal instruction etc) when the following file is being loaded :
    Extracting ... ewt_swingaccessbridge.jar
    I have another question :
    I have Personal Oracle 8i (8.1.7) installed on D:\Oracle\Ora81 already.
    During the install process (before I get the above error message) the 8.1.7 RSF-based product install location screen presents itself with the option to create a new Oracle Home and location (The preferred Oracle Home name iDSData and preferred Oracle Home Location D:\ORACLE\iDSData are already entered in the boxes) or Select an existing ORACLE_HOME. My existing ORACLE_HOME is
    D:\Oracle\Ora81. What am I supposed to do at this point ? The installation guide is not explicit. Any help with these topics will be greatly appreciated.
    I will be greatly obliged to anyone who can assist me with installing Forms & Reports 6i. Many thanks in advance.
    Sincerely,
    Partha Sur
    [email protected]

    Had the same problem too. It won't install in the same directory as your database. You need to create a new directory on your hard drive and have it installed there. Worked for me.
    Regards,
    LP

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • DB Link problem on form/report 6i

    Greeting
    I have an problem on form 6i with DB Link , that When I have view Using the DB Link and want to use the view on form6i or report 6i, the report not work when call the run file but work through the builder and also on the form not work (Form/ Report 6i With Oracle 11g Release 11.2.0.2.0 - 64bit Production)
    Thanks and appreciated,

    Tony,
    we have both 6i forms for client server for Linux and Sparc and the same forms ported (a year ago) to iAS/iDS 10g R2 just to be able to support the same application when 6i becomes obsolete. The issue of trying/asking/investigating if 6i works or will be certified against 11g or not, is simply to find out if we can support our application on the client/server side when the end users want to move to the new database server version/s. As you know the runtime for the client/server version of 6i is free. But we can not simply recommend our end users to start using 11g db server yet, given that 10gR2 forms are not yet certified against 11g yet. Thank you for your comments not only for this posting but on Forms forum though, I always find them very helpful when making educated decisions. Also knowing that you are a unix person makes your comments more valueable for me, personally.
    R/ Zafer

  • Reports integrated in Forms.

    I am using 10gAS
    Report integrated in forms are not working
    If i open the browser and give the below url, i get message "successfully run". The same in form is not working.
    Browser URL- is working
    'http://dbserver.cosd:7778/reports/rwservlet?server=rep_dbserver_frhome1&report=\\cserver\d-data\h_new\ssrsdq.rep&desformat=htmlcss&destype=file&userid=hsysrd/hsdfd@dbserver'
    Forms10g Code - not working
    DECLARE
    rep_url varchar2(3000);
    BEGIN
    rep_url:='http://dbserver.cosd:7778/reports/rwservlet?server=rep_dbserver_frhome1&report=\\cserver\d-data\h_new\ssrsdq.rep&desformat=htmlcss&destype=file&userid=hsysrd/hsdfd@dbserver' ;
    WEB.SHOW_DOCUMENT(rep_url,'_blank');
    END;
    What can be the problem ?.

    This is just a guess, but it could be that the double backslash \\ is escaped somehow.
    You should put your report in the directory that is indicated by the reports_path environment variable, and skip the path in the url.
    I see after posting that the double backslash \\ is also escaped in this forum ;-)
    Edited by: InoL on Dec 8, 2009 11:02 AM

  • Help Needed in resolving problems with Hyperion Planning Web Forms

    Hi,Can anyone help me with this problem?Problem:We are running Planning 2.3.1 I have created Webform & security(application owner has the ownership).Somehow Iam getting only 7 dimensions into webform & 1 dimension is missing in that. But whereas 8 dimensions are there in Essbase.Hsp_Rates dimension is available in essbase outline but Iam unable to see that dimension in the webform selection.And using the webform Iam unable to load any data ...the form is graded/protected.Is this happening because i dont have the requirement of 1 member from each Dimension?Please someone let me know why this is happening what might be the reason.ThanksUser

    Hi,The dimension Hsp_Rates is a hide dimension used by Planning to store the exchange rates for the differentes exchanges.All the standard information is stored on HSP_InputValue member (in this dimension).When you create a web form, Planning automatically asign this member (but don't show it).Probably you can't load data because you are selected on Version dimension a Standard Botton Up version, and you only can load data on level 0 members in this type of version.If you want to load data on upper level members, then you need to create a Standard Target version (in the Version dimension) and select it in the form.Please, advice if this solve your problemClaudioBPD Solutions

  • TA25225 Display Flickers in my 21" Imac Intel. This happened after the fan noise in my machine. I also reported the problem and gave to the service centre, but the problem still persist. Please help. I purchased it 3 - 4 weeks ago

    Hello,
    I purchased my imac intel 21" 3-4 weeks ago and in the 2nd week i faced an issue with the machine. When i switched on in, there was a fan noise and a white screen. The machine had hanged. I reported the problem and gave to the service centre. After testing for a week, they said that there is no problem with the imac. Again i faced the same problem after receiving it from the service centre. They again tested the machine for 3-4 days and reported as no problem with the machine. Couple of days back, I received the machine from the service centre, and on the same day when i switched it on, there are flickers in the display. Please help me solve the issue. I am from India. The service here is very bad.
    Hope for a resolution
    Thanks

    Hello RedDevil07
    Yes I agree with seventy one. It's common sense to do this, especially now. I would also contact AppleCare and report this issue with them, it will get documented and you will have a caseID that you can refer to when talking to them in the future should this issue go one.
    Be polite with AppleCare and your AASP. Hopefully everyone is being honest and trying to help you and not what might appear to be the opposite.
    Patience is a virtue, but I thoroughly understand your frustration.
    Let us know how it goes, we are here to help in whatever way we can.
    I encourage you to contact AppleCare to report this experience and get their recommendations. There is an expectation that you should have that AppleCare is there to help you as a customer. I am sure they will too!

  • Help in Installing Oracle Portal,Forms,Reports and Discoverer(11.1.1.2.0)

    Hi,
    I am trying to install Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Linux x86-64.
    I have installed weblogic 10.3.5 generic jar file.
    When i try to install forms and reports server the configuration step fails while creating weblogic domain.
    Please help me installing portal and reports.
    Is there any patch i am missing or the weblogic version is incorrect?
    Thanks.

    You cannot configure Fmw 11.1.1.2 against WLS 10.3.5. They are not supported nor compatible.
    If you want to use WLS 10.3.5, you need to "install" 11.1.1.2, but do not configure. That is an installation option. After you have successfully installed 11.1.1.2 you will need to patch it to 11.1.1.6. After patching, you then can run the configuration (config.bat).
    http://docs.oracle.com/cd/E23943_01/install.1111/e10421/install.htm#CLINS256
    Version 11 is far more complex than previous versions. I strongly encourage everyone to review the product documentation before trying to install. You can also refer to the following MyOracleSupport note:
    Steps to Maintain Oracle Fusion Middleware 11g Release 1 (11.1.1) (Doc ID 1073776.1)

  • HT1689 I downloaded 2 music singles, they played fine, now they've disappeared, I have the receipt, when I try to report the problem it says cannot connect to iTunes Store! Help!!!

    Please help! How can I download them without paying for them again. If I view my download history, they show up, but if you click on them, the option is to buy them, rather than play or download.

    Depending upon what country that you are in (music can't be re-downloaded in all countries) then try deleting those two tracks from your iTunes library and redownload them via the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes : re-downloading.
    If you aren't in a country where you can re-download music or if they re-download in the same state then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find those songs and use the 'Report a Problem' link.

Maybe you are looking for

  • Problem with MS Office for Macs, can someone please help?

    I am using MS Office for Macs 2011 on my new MBA, and have encountered a pretty annoying issue when I transfered all my Excel, Word & PP documents from my old Sony PC.  When I open an Excel spreadsheet for example, the computer also opens every singl

  • Adding harddrives to g4 quicksilver 867

    Hi All, I have added a 120 hard drive to the 60 drive in my G4. Is there a way to add more then 1 to it. Adding the additional was easy, the connection was there but not sure if the g4 can handle more than 1 and if so how do I do it. Thanks for you t

  • Abap/heap_area_total

    Hi, While running a job it fails with the below error ====================================================================== A Tue Mar 11 10:01:15 2008                                                                                A  WP has reached a

  • Photo Manager Pro

    Not sure if this is the right place to ask these questions, but hopefully someone can help.  I just installed the app Photo Manager Pro and love it !  When I sync my phone with my imac, where will the photos be synced to ? Can I now delete the albums

  • When i snych my iphone, a photo cache is created automatically. How do i stop that?

    Everytime i synch my phone when trying to organize my photos, my photo album creates a duplicate album called photo library and creates a photo cache folder in the album on my pc...how do i stop this?