Help me to solve this issue: 50% of servers are down .

Hi folks,
I am new in OBI field and when I installed OBI 11g on my system everything is working fine except analytics URL:( http://localhost:7001/analytics ) its not working.
nearly when I checked my ( em ) URL I got another issue Admin server is up and remaining are down, also I changed root. proprieties file by changing username and password.
Please anyone can help to solve this problem ?
And also how set oracle_instance (my obi path: E:\\BI11g\ ....... etc).
Thank you

Hi,
thank u for your quick reply...
i tried the way u said .. then it is not calling bean .. so do u know what may be the problem? for getting faces i did the following steps
1. create a jsp page with jsf functionality
2. create a bean
3. edited faces config by adding the managed bean
is there any thing more required ?
then is there any good ide (light weight) for jsf ?

Similar Messages

  • TS1363 My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue?

    My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue? I have already updated to the latest version of iTunes on my Windows 8 and I cannot synchronize my iPod for the time being. Please do help me to solve this problem. Thank You.

    uninstall all iTunes,5 programes,this worked for me after reinstall them

  • Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...

    Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...
    N.B. iTunes version is the last one available from https://apple.com/it

    Hey sweetcake74,
    Thanks for the question. I understand you are experiencing performance issues with iTunes for Windows. The following articles may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • My iiPad mini is lagging to much after ios 7 upgrade. Please apple solve this issue. Games which are running smoothly in ios 6 lagging too much.  This is the worst experience  Apple

    my iiPad mini is lagging to much after ios 7 upgrade. Please apple solve this issue. Games which are running smoothly in ios 6 lagging too much.  This is the worst experience  Apple

    Settings>General>Reset>Reset all settings.
    *Note:* Settings, preferences, network settings, etc *will* be reset. *NO data or media will be lost*
    and/or
    Settings>iCloud>Documents and Data (turn it OFF)
    If you want to voice your opinion, please do so here:
    http://www.apple.com/feedback/

  • Please Help me in solving this issue. i am a newbie to coldfusion

    i want to use a single home page where i will show a form (which is in another file) to user to upload a file,after uploading (action file result) i want to show result of upload also on the same page.
    these are my three files:
    1. index.cfm
    <!-- start -->
    <html>
    <head>
    <title>HomePage</title>
    <cfajaximport tags="CFFORM">
    </head>
    <body>
    <cfdiv id="Main" style="width:1000px; height:600px" >
            <cfdiv id="Options" style=" width:100%;height:20%" >
                Welcome Admin, <a href="javascript:ColdFusion.navigate('FileUpload.cfm','Content')" class="settings">Update  </a><a href="#" class="logout">Logout</a>
            </cfdiv>
            <cfdiv id="Content" style=" width:100%;height:80%">
    <h2>Here Goes Form and FileUploading</h2>
            </cfdiv>
    </cfdiv>
    </body>
    </html>
    <!--  -->
    2.FileUpload.cfm
    <!-- start -->
    <html>
        <head>
            <title>
                Upload A File
            </title>
        </head>
        <body >       
    <cflayout type="vbox" name="layout1">
    <cflayoutarea>
        <cfform  enctype="multipart/form-data"  action="FileReceiver.cfm" >
                            File To Upload:
                            <cfinput type="file" name="Filename" size="50" >
                 <br/>       
                            <cfinput type="submit" name="UploadFile" value="UPLOAD THIS FILE">
                    <br/>
            </cfform>
    </cflayoutarea>
    <cflayoutarea>       
        <table border="1" >
                <tr>
                <th >
                    Directory Information
                </th>
                </tr>
                <tr>
                    <td>
                    <cfoutput >
                        CurrectDirectory Path: #getdirectoryFromPath(expandPath("index.cfm"))#
                    </cfoutput>
                    </td>
                </tr>
            </table>
    </cflayoutarea>
    </cflayout>
        </body>
    </html>
    <!-- -->
    3.FileReceiver.cfm
    <!---start-->
    <cfif isdefined('UploadFile')  >
    <cfoutput >
    <cffile nameconflict="makeunique"
    action="upload"
    filefield="Form.Filename"
    destination="#getdirectoryFromPath(expandPath("index.cfm"))#" > <!--- or destination="c:\Upload\"--->
            File upload was successful!
    </cfoutput>
    </cfif>
    <!-- -->
    when i click on "update link" index page shows the FileUpload.cfm page in one of its container but while uploading file
    i always get ERROR MESSAGE:
    Error retrieving markup for element cf_layoutarea736558924094373 : Invalid content type: application/x-www-form-urlencoded; charset=UTF-8. [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]
    Kindly Help me doing it right...i am unable to figure out problem ...

    Ah, I found the cause of the issue: Coldfusion stores the properties of user-interface tags like cfdiv and cflayoutarea in the form scope. That is what is destroying your upload form. To see it, run the following test code:
    <cfdump var="#form#">
    <cflayout type="vbox" name="layout1">
    <cflayoutarea name="myLayoutArea123">
    <cfform >
    <cfinput type="submit" name="submit" value="Test by posting form to same page.">
    </cfform>
    </cflayoutarea>
    </cflayout>
    Now, the search for a possible solution.

  • Please Help me to solve this issue

    Hi,
    i am using JSF and Hibernate . and i want to pass some data from Jsf to data base... i hardcoded that and tried .. data is sending and retriving database side(model ) fine. my problem is the data from JSF is not passing to the bean.. i am new to JSF and i will summarize my procedure here
    1. i have two text boxes and a button inside my <h:form> once a button clicked the values of the text fields must send to java bean(it is not happening it seems). i added my code section below
    <h:form>
    <some static values here >
    <table cellpadding=1 cellspacing=0 border=0 rules=none bordercolor=e0e0e0 width=99%>
    <tr bgcolor="ffffff">
    <td width="150" valign=top bgcolor="ffffff" nowrap><font style="COLOR: 000000; FONT: 8pt/11pt verdana"><h:outputText value="#{labels.newVatRate}"/>:</td>
    <td valign=top bgcolor="ffffff" nowrap><font style="COLOR: 000000; FONT: 8pt/11pt verdana">
    <h:inputText styleClass="TextField" id="vatRateName" size="25" value="#{vatRates.vatRateName}"/><h:outputText value="Rate"/><h:inputText styleClass="TextField" id="rate" size="25" value="#{vatRates.rate}"/> <h:commandButton id="vatRatesSave" value="Add" action="#{vatRates.save}"></h:commandButton>
    </td>
    </tr></table>
    here save is a method in bean and rate abd vatRateName are strings inside bean
    my faces config is as like this
    <managed-bean>
    <description>
    Agency Information
    </description>
    <managed-bean-name>vatRates</managed-bean-name>
    <managed-bean-class>com.easymodelling.entity.VatRates</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    please resopnd this and help me

    Hi,
    thank u for your quick reply...
    i tried the way u said .. then it is not calling bean .. so do u know what may be the problem? for getting faces i did the following steps
    1. create a jsp page with jsf functionality
    2. create a bean
    3. edited faces config by adding the managed bean
    is there any thing more required ?
    then is there any good ide (light weight) for jsf ?

  • Please if anyone can help me in solving this issu...

    I am in America using nokia n73(unlocked) with T-mobile
    the problem i am having is every time I restart my phone or Lock my phone I get the Voice mail Indicator saying that i have a voice mail and i tryed taking the sim card out and putting it in another phone and leaving a voice mail and deleting it then i tryed to put the sim back into the n73 but still haveing the same problem everytime I restart it does that, shows an Voice mail indication please if anyone can help me pls do thanks.
    will wait for a reply

    Update the phones software it should get rid of that symbol if it's too anoying.
    www.nokia.co.uk/softwareupdate
    Nokia N95
    V 20.0.015
    0546553

  • Please help me to solve this date comparision issue..

    Please help me to solve this issue..
    If i have some data like the following..
    ID           START DATE             END DATE
    1             20080101              20080501
    1             20080502              20080630
    2             20080631              20080801
    2             20080802              20080901
                                                 ---------------> There is a break in date over here
    2             20080930              20081029
    2             20081030              20081130
    I need to compare the End Date with the start date (These data will not be in order)
    and find out if there is any break and should get the output date : *20080930*
    I am trying to do this in SQL or PL/SQL.Please help me .
    Thanks in advance.
    phani

    Hi Frank ,
    Sorry to bug you again. I ran your code on my actual data but not gettting the expected output.Here i am posting the actual code and the output that i got when i ran your code.Please bear with me and help me to solve this..
    /* Formatted on 5/25/2009 2:27:24 PM (QP5 v5.115.810.9015) */
    SELECT   member_nbr,
             aff_nbr,
             ymdeff,
             ymdend,
             gap_before,
             COUNT (gap_after)
                OVER (PARTITION BY member_nbr, aff_nbr ORDER BY ymdend DESC)
                AS gap_cnt
      FROM   (SELECT   member_nbr,
                       aff_nbr,
                       ymdeff,
                       ymdend,
                       CASE
                          WHEN ymdeff >
                                  LEAD(ymdend)
                                     OVER (PARTITION BY member_nbr, aff_nbr
                                           ORDER BY ymdend DESC)
                                  + 1
                          THEN
                             1
                       END
                          AS gap_before,
                       CASE
                          WHEN ymdend <
                                  LAG(ymdeff)
                                     OVER (PARTITION BY member_nbr, aff_nbr
                                           ORDER BY ymdend DESC)
                                  - 1
                          THEN
                             1
                       END
                          AS gap_after
    ------------I need this SQL to filter the whole data to the data that i posted in previous post -----
                FROM   (  SELECT   ms1.member_nbr, 
                                   ms1.aff_nbr,
                                   ms1.ymdeff,
                                   ms1.ymdend,
                                   ms1.void
                            FROM   (SELECT   ms.member_nbr,
                                             ms.aff_nbr,
                                             ms.ymdeff,
                                             ms.ymdend,
                                             ms.void
                                      FROM   MEMBER mb, member_span ms
                                     WHERE   mb.member_nbr = ms.member_nbr
                                             AND (20090523 BETWEEN ms.ymdeff
                                                               AND  ms.ymdend
                                                  AND TRIM (void) IS NULL)
                                             AND mb.member_nbr = 'A1000073000 ')
                                   eff_pcp,
                                   member_span ms1
                           WHERE   ms1.member_nbr = eff_pcp.member_nbr
                                   AND (SUBSTR (eff_pcp.aff_nbr, 1, 6) =
                                           SUBSTR (ms1.aff_nbr, 1, 6))
                        ORDER BY   ms1.ymdeff DESC)
    ---------- end of my part  ----------
                table_x) got_gaps;Outputs that i got when i ran that code for each individual members..
    Sorry to bug you frank and thanks for all the help.I will post here if i get any other data.
    Thanks
    phani

  • I am facing recurrent failing message on my MacBook Air as follows : "your starting disk is fully soon"...how can I solve this issue?? Thks in advance for your help

    I am currently facing a following error message "Please note your starting disk is upcoming full"... It does appear I did a mistake, could someone help me by solving this issue?? Thks José

    No mistake, you simply have to delete some items from your MacBook Air.
    Start by emptying the Trash - obvious, but easily overlooked.
    Then determine what, if any, documents, photos, movies, etc. you can live without and either delete them or copy them to another device.
    For more ideas read here: OSX Tips: Where did my Disk Space go?

  • TS1702 I have problem with accessing to my Game Center. I was not able to log in to y game center. The loading took anyone ever had this problem? How do I solve this issue?

    My Game Centre was disabled. I was advise to login to my Game Center to enable my achievements. But everythime I login in to my Game Center, it take ages for the loading to process and just hang there. Can some one help me to solve this issue?

    If the problem persists, you'll probably have to make another apple id, it wont take off any games or music or apps or anything you've bought it will all stay there, i have two apple id's and i don't have a problem with anything.

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • Calendar and Time showing in arabic but my phone's language is English. I bought my phone from DU in UAE , Dubai. Please help me solve this issue while keeping the Region to United Arab Emirates

    Calendar and Time showing in arabic but my phone's language is English. I bought my phone from DU in UAE , Dubai. Please help me solve this issue while keeping the Region to United Arab Emirates

    Valentine350z wrote:
    while keeping the Region to United Arab Emirates
    Not possible, I think.  Tell Apple how you feel about this at
    http://www.apple.com/feedback/iphone.html

  • Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Yes but there's no point doing it here. As the Terms of Use make quite clear this is a User to User forum. It's Users like you talking to other Users. It's not a channel to communicate with Apple.
    Regards
    TD

  • I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

Maybe you are looking for

  • In MIRO G/L account is not defined in Chart of accounts

    HI Experts,           when i am doing MIRO G/L account is not defined in Chart of accounts,HOW can i solve this problem pls suggest me. regards ramakrishna kakarala

  • New laptop with InDesign CS6 installed will not allow mouse to click within the fly-out windows.

    At first, it wouldn't allow me to click on the Selector tool either; had to press "V" on the keyboard to toggle to it.  I can open and close the fly outs, but the mouse doesn't recognize anything clickable within the window itself, from the pages, to

  • PCUI Display Mode Error

    Hi All, I am able to display data in the PCUI CRM 5.0 (This occurs when a user does not have authorization or the BP is locked), but when this BP data is displayed the settings in the field group are not adhered to I.E. hidden fields are displayed an

  • Importing DVDs to a Macbook Pro that were made with a Powerbook

    I have many iMovies made with a PowerBook from way back when that i recently tried to open with iMovie on my MBP. None would open. I assume they need to be converted somehow  Can this be done? If yes, how? If not, I did make DVDs of the movies, again

  • Pages Color setting

    I am using Pages as means to create a Church Bulletin. The publishing company that processes this file has a process called "Process Blue" that permit color on the cover page. This color various each week and it is determine by the color Cyan used on