Problem Installing OBIEE11g. Not pass Step "Administrator Details"

Hi,
I'm trying to install OBIEE 11G on a WinXP virtual machine. Everything looks fine till step "Adminitrator Details". I'm entering
user: weblogic
password:weblogic01
I don't get any error message but "step" is highlighted in red and i cannot move forward.
Help is really appreciated
Cheers,
Pedro

Hi Pedro,
Does your VM have a static IP? I feel like I read somewhere that the install could freeze on that step if you don't have a static IP/loopback adaptor.
I've got a thread over OBIEE 11g Cluster Controller Failed to start with a checklist of the pre-install steps you be aware of before doing an OBIEE 11g install.
Good luck and let me know if this helps!
-Joe

Similar Messages

  • I have a problem I do not remember the administrator password

    I bougth OS X Lion Mac v 10.7, but, i do not remember de administrator password and my cd device does not work.

    Incorrect.  http://gigaom.com/apple/reset-os-x-password-without-an-os-x-cd/. The Apple key they describe in the article is the same as the command key.

  • Problems installing cs4/not even recognizing the dvd-rom

    I bought a CS4 Design Premium Student Edition, have Windows XP (Service Pack 3), 1 GB of RAM, more than 2GHz processor, a DVD-rom drive... But when I finally got my serial number, I put the first disc in and nothing happened. I looked around online for installation problems, ended up using the uninstaller to remove all Adobe programs on my computer, but it hasn't helped. I logged in as the Administrator in Safe Mode and I got the same problem.
    This is depressing.

    Ok, I copied over the contents first disc to my harddrive and completed that part of the installation, but this is not going to work for disc 2 what with it wanting the disc itself and it still can't read it. Any ideas?

  • Timeout problem - record is not shown properly in detail page after timeout

    Hi,
    I am using JDeveloper 10.1.3.1.0.3984
    and JHeadstart 10.1.3.1 Release 10.1.3.1.26
    I have a Master View Object where there is a field ID (for example M_VO).
    There is a page associated with M_VO (Page_M_VO.jspx)
    There is a Detail View Object (for example D_VO)
    There is a page associated with D_VO (Page_D_VO.jspx)
    There is a link from M_VO to D_VO using the field ID.
    When I open the page Page_M_VO.jspx and select an ID and go to the detail page Page_D_VO.jspx, it goes to the detail page Page_D_VO.jspx. It works fine.
    But the problem is:
    If for example I have three ID (111, 222, 333), in master page if I select 222 and go to detail page it shows the appropriate records for 222 as I selected 222 in master page. If I keep the detail page open for more than the timeout minutes specified in web.xml and then try to access the detail page again it ask for userid and password (which is fine). If I put userid and password, then it shows the detail page with the first record which is the record associated with the ID 111. But before timeout I was working with the ID 222, so it should show the record associated with ID 222 as I was working with ID 222 before timeout.
    Can anybody help me to solve this problem?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
    So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
    If my assumption is correct, I don't think you could really implement this without a lot of trouble.

  • Problem with preloader not passing over nextFrame();

    The preloader I created doesn't transistion to the next frame, it just hangs on the preloader frame at 0%.  Here is my code:
    stop();
    loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
    function updatePreloader (evtObj:ProgressEvent):void{
      var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
      preloader_bar.width = (percent/100) * 600;
      preloader_txt.text = "Loading " + percent + " %";
      if (percent == 100) {
       nextFrame();
       this.removeEventListener(ProgressEvent.PROGRESS, updatePreloader);
    The problem is when the swf is called online it stops on the 1st frame and shows the preloader at 0% and does nothing.  I can right-click on the non-functional embedded flash swf and select play and it runs fine; but this doesnt make any sense for my users to be doing the same...  However, when the file is recalled after the first attempt it works fine.  Any ideas what could be going on?

    Thanks, I think it’s working!  I can't recreate the problem...
    Code:
    stop();
    if (this.framesLoaded == this.totalFrames){
    nextFrame();
    else{
    loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
    function updatePreloader (evtObj:ProgressEvent):void{
       var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
       preloader_bar.width = (percent/100) * 600;
       preloader_txt.text = "Loading " + percent + " %";
       if (percent == 100) {
        nextFrame();
        this.removeEventListener(ProgressEvent.PROGRESS, updatePreloader);

  • Problem installing lotus notes portlets

    hi! got the following message when trying to test out at http://myhost/servlets/lotusAppProv
    Error!
    javax.servlet.ServletException: Failed to parse provider.xml: Error
    in expression: '*|/'.13
    Any ideas?
    thx

    Hi,
    Please check if your middle tier(http server) is started when you are accessing the Provider's test page. Also check if you are able to see the provider test pages of other providers successfully,which are configured on the same mid tier, like the sample provider that comes jpdk. You may test this by visiting http://server:port/servlets/sample.
    regards,
    Geeta
    Portal version : 3.0.9.8.3
    RDBMS : 8.1.7.0
    Lotus portlet -->January 2002 v1.
    PDK-->the one wich come with the patchset 3 of Portal.
    I4ve installed the JPDK successfully and I could install the external application servlets and this is running.
    I change the provider.xml to change the phisical path.
    Another change I did recently is to change the header of the provider.xml.
    change ISO-...... to UTF-..... and the result was that when I run trouugth the url
    http://server:port/servlets/lotusAppProv
    No page found apper.
    And when I want to add the portlet provider the following stack of errors happend.
    {PRIVATE}Error:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call
    terminated by uncaught Java exception:
    java.io.InterruptedIOException: recv() timed out
    Resource temporarily unavailable (WWC-43000)
    An unexpected error occurred: java.io.InterruptedIOException:
    recv() timed out
    Resource temporarily unavailable
    at
    java.net.SocketInputStream.socketRead(SocketInputStream.jav
    a)
    at java.net.SocketInputStream.read(SocketInputStream.java)
    at
    HTTPClient.ExtBufferedInputStream.fill(ExtBufferedInputStream
    .java)
    at
    HTTPClient.ExtBufferedInputStream.read(ExtBufferedInputStre
    am.java)
    at
    HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.jav
    a)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.Response.readResponseHeaders(Response.java)
    at HTTPClient.Response.getHeaders(Response.java)
    at HTTPClient.Response.getStatusCode(Response.java)
    at
    HTTPClient.RetryModule.responsePhase1Handler(RetryModule
    .java)
    at
    HTTPClient.HTTPResponse.handleResponse(HTTPResponse.j
    ava)
    at
    HTTPClient.HTTPResponse.getInputStream(HTTPResponse.ja
    va)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(Ht
    tpProviderDispatcher.java:817)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.registerPro
    vider(HttpProviderDispatcher.java:261)
    (WWC-43000)
    Thanks in advanced
    Matmas
    Tx.
    Matmas

  • It does not pass after the apple logo

    Hi, I have a macbook pro from 2008 and now its giving me strat up problems, it does not pass the apple logo, and when it does sometimes the screen flickers and I can't do anything else but to turn it off.

    I would take it into an Apple store or AASP.

  • "Software has not passed Windows logo testing"

    My sister just bought a new 30G Ipod. During the installation a window popped up saying
    "The software you are installing has not passed Windows Logo testing to verify its compatibility with Windows XP"
    However my dad also has a 30GB Ipod that he's had for a few months now and its working just fine. So I guess my question is
    (1)Is there a difference in the systems or something that the new one isn't compatible?
    (2)Is there anyway to perhaps have it tested somehow by the computer or some other solution to get past this?
    (I myself don't know much about Ipods or Apple products so I apologize if this is a doofy question!)
    Compaq 9500   Windows XP  

    try downloading and saving a fresh copy of the installer to your hard drive. (run the install from there rather than online.) switch off antispyware and antivirus applications prior to the install.
    iTunes 7.0.2.16 Installer
    if you get the message again with the fresh installer, perhaps try checking through the following Microsoft Knowledge Base document:
    (MS) You cannot install some updates or programs

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance Creation

    Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance failed
    The problem starts here
    weblogic.Deployer invoked with options: -adminurl NAR-GMIKOLAY:7001 -username weblogic -name NonJ2EEManagement -source C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear -nostage -deploy -upload -noexit
    <Mar 7, 2012 3:56:21 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, NonJ2EEManagement [archive: C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear], to configured targets.>
    then evolves into
    oracle.as.provisioning.exception.ASProvisioningException
    Caused by: oracle.as.provisioning.engine.CfgWorkflowException
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Unable to validate NonJ2EEManagement Application deployment on admin server
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed
    Caused by: java.lang.reflect.InvocationTargetException
    **Then the PermGen space errors**
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: PermGen space
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: PermGen spac
    Caused by: java.lang.OutOfMemoryError: PermGen space
    I have tried reinstalling 6 different times each after cleaning registry and Middleware folder and environment variables, installation folders,
    deleting middleware home. I cannot get past this "step ASInstance failed"
    I am using the Simple Install.
    I've tried so many of the ideas suggested out here, from verifiying the loop-back adapter in hosts in windows/system32/drivers/etc/
    pinging the host computer to verify
    some suggested turning internet off while installing OBIEE
    I need some help.
    I have 4 GB installed memory
    Oracle Database Enterprise Edition 11.2.0.1
    Oracle RCU 11.1.1.5
    OBIEE 11.1.1.5
    oraparam.ini JRE_MEMORY_OPTIONS=" -mx768m -XX:MaxPermSize=768m" ( cannot change these during simple install)
    Cannot run software install only
    I tried same with OBIEE 11.1.1.6 using RCU 11.1.1.6
    Cannot get past the step ASInstance failed.
    On top of this, there is the humiliation of hearing people set up 11.1.1.3 with 2 GB memory on Windows XP32.
    Now I understand, size-wise there is major difference between 11.1.1.3 and 11.1.1.6 and 11.1.1.5
    But I cannot get through this process anyhow and 11.1.1.3 is not available
    of course there is a windows 32 install so, given the memory requirements and memory limitations of Windows 32 bit, and other people's success I cannot understand my reason for failure.
    Please help

    Please check the System Requirements for OBIEE 11.1.1.5, Windows XP might not be supported.

  • 11g OBIEE install, Administrator details

    I am trying to install 11g OBIEE on a Windows 7-64-bit machine. When it gets to the "Administrator details" no matter what password I type(including numbers, special chars), it puts red "X" against Administrator details and doesn't let me go further. Any ideas please?
    I've seen another posting else where about the same issue from another user, no solution though.
    Thanks.

    If you attempt to install on a Windows machine that is using DHCP, does not have a primary DNS suffix, and does not have a loopback adapter configured, then the Oracle BI installer will stop at the screen prompting for the Administrator user details. This appears as a red cross in the tree on the left hand side of the installer. This issue is caused by the installer not being able to resolve the IP address to a hostname.
    The workaround is to configure a loopback adapter or primary DNS suffix.
    The preferred installation method is to not use the loopback adapter at all. Perform the installation completely disconnected from wired/wireless netwoks (no IP address at all). Set localhost in the hosts file. The installer will fail since the OBI cluster controller cannot start due to binding to localhost but who cares...your workstation is not clustered anyway (verify this via opmn status). Continue anyway. The launch WLS console and bind the admin server and the managed server to localhost. Then just like magic....OBIEE should work not connected to a network, connected to home network, connected to work network, connected to wireless network and connected to VPN.

  • Im having a problem installing adobe air its telling me i may not have admin rights even though i do can anyone help me?

    im having a problem installing adobe air its telling me i may not have admin rights even though i do can anyone help me?

    im using windows 7
    the error is
    "an error has occurred  while installing adobe air. installation may not be allowed by your administrator please contact your administrator"

  • [TECHNOTE ANNOUNCE]  Error installing Flash Player "The download did not pass the integrity check (16236.304.443)

    All,
    I've published a new technote for folks who are having trouble with the Adobe Download Manager and Flash Player.
    Error installing Flash Player "The download did not pass the integrity check (16236.304.443)
    http://kb2.adobe.com/cps/512/cpsid_51258.html
    Essentially this technote links to the Windows troubleshooting technote here:
    http://www.adobe.com/go/tn_19166
    However, before today the Windows troubleshooting technote only had an EXE install for the ActiveX version of Flash Player 10.  I have now added a link to download the EXE version of the Flash Player Plugin installer as well.
    Please point other users with integrity check errors to the first technote.

    Thank you for the update & Tech Note Announcement. I do have a couple of questions, if you could please respond.
    After uninstalling and ready to download; reading from the link you provided on 9/4/09, Should we follow the normal download instructions
    per #2. "Flash  Player download Center" and if a successful installation is not accomplished, THEN, go to "download and unzip install_Flash_Player_10_Plugin (all other windows browsers) ? Or should the latter step be done in lieu of #2 mentioned. I am assuming the download from F.P. D.L. Center would be done first and then troubleshoot by running the EXE. version of the F.P. Plugin installer.
    Experience has taught me not to assume much, and if you don't know, ask!
    Thanks for your hard work, but you have to admit, for the technically deprived, it is frustrating and confusing.

  • Job executing the SSIS pkg via cmdExec line step not picking the config details

    Job executing the SSIS pkg via cmdExec line step not picking the config details (of prod server connections/parameters)
    specified in dtsConfig file and by default using the values present in the pkg (which is of dev env).  I have to open the package
    uncheck "Enable package configuration" save the package and check it again and save again then the package will use the prod config.
    What could be the reason? and how to fix this?
    The SSIS pkg and the dtsCofig reside in same folder of network drive.
    SQL Server R2 Ent Ed
    Thanks

    Hi Ramzi24,
    This is the by design behavior. The Dtexec utility will apply the default package configurations for the second time after applying the options specified in the command lines or other package configurations configured in the job step. In this way, as long
    as the default package configurations file is valid, the configurations of it cannot be overwritten.
    If the package is not deployed/installed, the Dtexec utility looks for the XML configurations file according to the file path defined in the Package Configurations Organizer window. In this situation, you need to either disable the package configurations or
    modify the XML file path in the BIDS.
    If the package is already deployed/installed, you need to modify the package as above or re-specify the install folder for the package configurations file. 
    Reference:
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    Regards,
    Mike Yin
    TechNet Community Support

  • My iTune Match does not pass from step 1

    My iTunes Match does not pass from step 1.  Every time I start it I get an error msg (4010).  Does anybody knows whats the problem?

    There is a robust discussion about this here:
    https://discussions.apple.com/message/18858414?ac_cid=tw123456#18858414

Maybe you are looking for

  • Why does only the left side of my headphone working after ios6 except in phone calls ?

    After i updated my software to ios6 , i realised that the right side of my headphones doesn't work with music player nor with typing, yet it does work perfectly when i am on a phone call so it's not a hardware problem ....

  • Lumia Amber Update (Greece)

    I'm a 720 user. I'm so dissapointed because its Oct 1 and here in Greece Amber update is ready for almost all lumia models except lumia 720 with Country variant. Nokia promised that amber will be ready until end of sep. What's goin on?

  • Windows 2008 r2 WSUS port 8530

    WINDOWS 2008 R2 new install of WSUS server 3.2.7600.251 want to change the port to 8530 from 80 But when I open command prompt and run wsusutil usecustomport true.....I get error : C:\Program Files\Update Services\Tools>wsusutil usecustomwebsite true

  • No details present on right hand side tabs on Mac OSX

    I'm using Mac OS 10.4.5 and have just downloaded SQL Developer. I also downloaded the J2SE 5.0 and installed as instructed When I click on a table, no information is shwn in any of the right hand side tabs - apart from the data tab. Same for selcting

  • Toshiba laptop won't keep Internet connectivi​ty

    I recently replaced my old laptop with a Toshiba Portege. I entered the WEP security code on the FIOS wireless router, and everything worked great for about a day, after which I was unable to connect wirelessly to the Internet. The laptop recognized