Creating domain for BI Publisher issue

Hello,
Im trying to create domain for BI Publisher 11.1.1.3.0.
When configuring JDBC there are two component schemas: BIP Schema and OWSM MDS Schema. For database I have MS SQL Server configured with required RCU schemas.
The strange part: when testing the configuration, one fails - the BIP Schema. In the result log I see a very strange ""SELECT 1 FROM DUAL"" test which is obviously for oracle and not MS SQL.
For the 2nd schema, the one with successful test, there is a valid test query.
Please help me understand what am I doing wrong, why is there an Oracle test query for a MS SQL database and finally why on earth only one test fails because for both i have the same database type.
The version of fusion middleware is the one that came with BI installer 11g (11.1.1.3.0)
If wonder why am I doing this manually it is because the BI installer hangs at step 11 Creating Domain for about 100 minutes and then exits with timeout. great programming!
Please give me any hint, advise i can use to make BI Publisher run.
thank you

809239 wrote:
Hi Experts,
OBIEE 10.1.3.4.1.
I am able to login bi publisher though Administrator user. But am not able to login remaing users.
I am getting below error.
Oracle BI Publisher Enterprise
Reporting Login: Login failed: Please contact administrator for your username/password.
Error Details
Error Codes:
Please help above issue it is very urgent.
ThaksHi,
Refer to this post to make sure you have all the settings implemented correctly: ( http://onlineappsdba.com/index.php/2009/01/15/oracle-bi-publisher-admin-console-xmlpserver-login-issue-administratoradministrator/ ).
Also, check the log files to see if you can get more detailed error messages.
-Amith.

Similar Messages

  • Cannot create domain for ODI

    Hi,
    I am trying to create a domain for ODI console and am trying to follow the instructions in the below post:
    http://odiexperts.com/tag/oracle-data-integrator-11g
    However, when I start the WLS config wizard the second screen does not come up with the option for ODI, etc.
    Can someone guide me what I should be doing to see the options?
    I only see two options apart from the base, for Select Domain Source, namely, Weblogic Advanced Web services for JAX-RPC Ext and for JAX-WS.
    Does it have anything to do with where the Middleware Home has been installed? Because my Middleware home is located on D:\Oracle\Middleware and ODI is installed on
    D:\app\oracle\product\11.1.1\Oracle_ODI_1
    I am fairly new to Oracle/ODI and absolutely a novice in terms of WLS.
    Any/all help is highly appreciated.
    Manish

    Thanks Dev.
    I reinstalled ODI in the middleware home and now I was able to see all the options.
    I then faced another issue when creating the domain:
    Domain Location: D:\Oracle\Middleware\user_projects\domains\base_domain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 17, in ?
    TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
    And then I saw another post and then started the domain creation from the below location and was successful in creating the domain.
    D:\Oracle\Middleware\Oracle_ODI1\common\bin\config.cmd
    Thanks to all the knowledge sharers.
    I am letting this know so that others can also benefit and get on.
    Manish
    Edited by: manishd_2000 on Jan 18, 2011 11:22 AM

  • Cannot create Schema for ATG Publishing

    I am so close to completing my first install! Please help.
    I am stuck on creating the schema for publishing. Everything else when just fine. But now:
    -------SELECT A DATASOURCE TO CONFIGURE-----------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    [R] Reporting DataWarehouse - Done
    [L] Reporting Loader - Done
    *[P] Publishing
    [C] Production Core - Done
    [D] Done
    >
    -------CONFIGURE DATASOURCE PUBLISHING------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    [C] Connection Details - Done
    [T] Test Connection - Done
    *[S] Create Schema
    Import Initial Data
    [D] Drop Schema
    [O] Configure Another Datasource
    >
    -------CREATE SCHEMA------------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Publishing
    *[C] Create Schema
    [S] Skip
    >
    Schema Creation Beginning. View log file at /home/oracle/ATG/ATG10.0.3/home/
    ../CIM/log/cim.log
    |. . . . . . . . |
    |
    -------SCHEMA CREATION FAILED---------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    ORA-00904: "CHECKIN_DATE": invalid identifier
    *[E] Edit Connection Details
    [D] Drop Schema
    [C] Cancel
    >

    Thanks,
    I did try a drop, but it didn't work. However, once more did the trick. Funny thing is the "Drop" didn't actually work as there were foreign key requirements. But I'm past that now.
    Thanks,
    Steve

  • Any expects on creating jpgs for web publishing?

    I have made a great diagram in Illustrator CS2 but unfortunately it looks muddy in the color areas when I've uploaded it to my website www.dartdiagram.com. The jpg file is very sharp and looks great until it's uploaded to my server. I use gradient to make it look better

    Jesper,
    Looking at the image again, I believe the (remaining) muddiness is caused by resampling of the JPEG image; resampling creates dirty specks and the like.
    Are you sure the image dimensions have not been changed from original artwork over image creation to final web use, possibly twice? The image itself seems to be a good 1% from being circular (higher/narrower), and its appearance on the website seems to be almost 3% higher/narrower.

  • CREATING TRANSPORTS FOR ROLES, SAP_ALL ISSUES

    Hi all,
    i have created a role , while creating a transport i have the options
    personalization,
    user assignment which one should i select while creating request.
    what 's the difference between this two.
    DOES SAP_ALL EFFECTS THE OTHERS AUTHORIZATION ROLES.
    THANKS

    Hi Venki,
    I found some of your replys regarding ztable replication from r3 to CRM very helpful.
    Could you please send me any docu that you followed to acheive this.
    plase reply to the thread 'ZTABLE real time synchronization'.
    my email id would be [email protected]
    Any help will be appreciated....
    regrads,
    Sameer

  • Error while creating user for a  domain

    i am developing a web-application which is hosted on tomcat server.
    it is creating domains and users at another remote domain server.
    localy it is working fine..
    but when i test it online..
    the problem is,
    sometimes it works fine ,the domains are being creted at remote server..
    but sometimes it delivers error that domain at remote server can not be created.
    Is it due to fact that theat some errornous code in the buffer of application have older versions of applications causing the error ?
    Code::
    if(strPlanId.equalsIgnoreCase("3")) {
                    //Create domain account  for planid=3 plantype=Cp
                    blnOK=false;
    passwordGS comes from database
    strUrl="http://sosync.net/sosync/admin?pwd="+passwordGS+"&action=user_createdomain&domain="+strSubDomain+".gosync.net&adminpassword=aspire3002&diskquota="+longdk;  
                    u=new URL(strUrl);
                    uc=(HttpURLConnection)u.openConnection();
                    code=uc.getResponseCode();
                    if(code == 200) {
                        rUrl="/TransCompleteServlet";
                        blnOK=true;
                        uc.disconnect();
                    } else {
                        rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                    if(blnOK) {
                        String strUrlUser="http://gosyncdesk.net/gosync/admin?pwd="+passwordGS+"&action=user_createuser&username="+strEmailId+"&password="+strPassword+"&domain="+strSubDomain+".gosync.net&communityname=Default&firstname="+user.getFirstName()+"&lastname="+user.getLastName();
                       URL u1=new URL(strUrlUser);
                    HttpURLConnection   uc1=(HttpURLConnection)u1.openConnection();
                        code=uc1.getResponseCode();
                        response1=uc1.getResponseMessage();
                        if(code == 200) {
                            rUrl="/TransCompleteServlet";
                            String strUrlTZ="http://gosyncdesk.net/gosync/admin?pwd="+passwordGS+"&action=user_setuserpreference&username="+strEmailId+"&domain="+strSubDomain+".gosync.net&name=web_timezone&value='"+timeZone+"'";
                            u=new URL(strUrlTZ);
                            uc=(HttpURLConnection)u.openConnection();
                            code=uc.getResponseCode();
                              if(code != 200) {
                               rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                        } else {
                            rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                            mailUtil.sendMail_admin("Error In Creating  User for the Domain","While creating domain for "+user.getEmail()+" user could not be created due to following reason: <BR> "+response1+"<br>GoSync UserName:"+strEmailId+"<br>GoSync Password:"+strPassword+"<br>GoSync Domain :"+strSubDomain+".gosync.net and URl String was :"+strUrlUser+"");
                }

    if the problem is caching try setting the useChasses to false
    uc.setUseCaches(false);

  • Example WLST scripts for creating clustered domain for soa suite 11.1.1.4?

    Hello,
    does anyone know sample wlst scripts for creating domain for soa suite 11.1.1.4 on top of weblogic 10.3.4?
    I try to create a domain having a cluster with two managed servers in two linux machines.
    Any help appreciated.
    regards, Matti

    Please refer -
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13715/domains.htm
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13715/intro.htm#WLSTG112
    Regards,
    Anuj

  • Creating Iweb seperate domains for multiple sites DIDNT WORK

    Hi! Any help would be much appreicaited!
    I am creating mutiple websites in iWeb 09'. All 3 of my websites have been stored under 1 domain file on my mac. I have read numerous discussion boards stating the steps of how to seperate each of the created sites from the one domain file, into mutiple domain files. I followed the steps on this website :
    http://lmsdiweb.wikispaces.com/Saving+Locally
    I moved the Domain folder out of its original location into a new folder on my harddrive entitled "Sites". Then i made sub folders within that folder and duplicated the domain 3 times and placed each copy in those folders. then i double clicked on the domain for my 1st site, opened iWeb, and then deleted the other sites i did not want on this new "domain" file i created and hit saved. This is exactly what the website said to do to create the seperate domain files for each seperate site. It then said repeat for each site, deleting the sites that are not needed on that domain.
    All of that being said, it didnt seem to work when i tried to open the 2nd copy of the domain. When iWeb opened after double clicking the 2nd domain copy, it did not open and show me all 3 sites as it should have, it opened to show me the one site that i just "saved" after deleting the other sites for the previous domain i was trying to create.
    I'm afraid i posisbly lost my other 2 sites. I backed up my first initial "domain" file which had all 3 sites within it on my external hard drive, and when i double clicked on that to make sure my sites weren't lost forever, same thing happened and only my lastest site that i saved on the 1st attempt to seperate domain files is visable on my iWeb.
    Did i loose everything i created in my other 2 sites? How do i get them back? What did i do wrong? Any help is much appreiciated as i have a feeling i might have made a serious mistake and need some help figuring this all out!
    Thank you!
    Also, I published all of my sites "to a folder" on my hard drive before doing this as well. Is there any way to take the published folder contents and put my site back on iweb for editing again?

    With three sites in a domain file here's how I would do it.  Create 3 copies of your domain file and name them for the three website, i.e "website1.sites, website 2.sites, etc.
    With the application discussed in the text below open website1.sites and delete website 2 and website 3 from it and save.  Open website 2.sites and delete 1 and 3.  Do the same for website 3.sites. 
    Then use the application mentioned below to open iWeb and select the website you want. 
    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    NOTE:  iWeb 2 is not compatible with Mt. Lion and has trouble saving to the hard drive.  It's suggested you obtain iWeb 3
    OT

  • Unable to create new domain for ORM in Weblogic 8.1

    Hi,
    I have installed Oracle Role Manager(ORM) 10.1.4 and to run ORM in weblogic i have to create a new domain for ORM.
    I tried to create a new domain in weblogic 8.1 in configuration wizard by selecting the orm_createdomain_template_103.jar but i m getting an error
    "There is a problem with the template".
    This template is to create new domain for ORM in weblogic 10.3
    Kindly help me to resolve this issue.
    Regards,
    Manju

    I have installed ORM 10.1.4.1 on weblogic 10.3
    I have also created a new domain for ORM in weblogic.
    When i start the Managed server using startManagedWebLogic.cmd i m getting the following
    errort
    t3://localhost:7004/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainr
    untime'. Resolved 'weblogic.management.mbeanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(C
    lientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(
    ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnec
    torFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFacto
    ry.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainR
    untimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.ja
    va:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbean
    servers.domainruntime'. Resolved 'weblogic.management.mbeanservers'; remaining n
    ame 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:21
    4)
    Truncated. see log file for complete stacktrace
    >
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to RUNNING>
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv
    er started in RUNNING mode>
    Please help me to resolve this issue.
    Regards,
    Manju

  • Creating Parameters in RTF Template for BI Publisher Report

    hi,
    I have created Parameters in my BI Publisher Report and in SQL query. But i need to create same parameters in RTF Template , so that when i publish this report in dashboard , parameters will be visible. Can you please tell me how to create Parameters in RTF Template for BI Publisher Report ? I am not finding option. Please let me know .
    Thanks in advance
    Gayathri.

    all the parameter's value will be there in your xml .
    just you need to add parameter heading and corresponding xml tag name to get the parameter value on the report.
    if u dont have you can try like below
    https://blogs.oracle.com/xmlpublisher/entry/get_your_parameters_here_guv
    Declare Parameter in RTF Template
    Before you use the parameter in the RTF template file you need to declare it first. You can do so by having the following syntax.
    <?param@begin:%parameter_name%?>
    Note: where %parameter_name% is the parameter name that you have created at the BI Publisher Server UI.
    Here is an example:
    <?param@begin:param1?>
    Use it in RTF Template!
    Once it’s declared in the RTF template you can start using it as the same way you use the variable. You need to just add ‘$’ prefix in front of the parameter name. Here is the example:
    <?$param1?>
    The above example would print the parameter value in the report output. If you want to use this value in your condition or calculation you can simply use it as ‘$param1’. Yes, it’s that simple.
    If you are not sure if and how the parameter values are passed to the report when you run the report you can use this command in your RTF template, which will return all the parameter values passed to the RTF template at the runtime.
    <?xdoxslt:getXDOProperties($_XDOCTX)?>
    http://kirti-bi-solutions.blogspot.com/2009/06/passing-parameters-from-obiee.html

  • How to create a domain for a non-root user using the JES installer

    Some questions have been circulating on what are the steps to create a whole domain configuration using a non-root user. Here is one method that you can try....
    - Login as user "testuser", all operations are using the user I want to start the whole domain with
    - cd to the testuser home directory and created apptest (mkdir apptest)
    -created domain
    /opt/SUNWappserver/appserver/bin/asadmin create-domain adminuser admin adminport 4849 --domaindir /testuser/apptest testdomain
    Please enter adminpassword>adminadmin
    Please enter adminpassword again>adminadmin
    Please enter the master password>adminadmin
    Please enter the master password again>adminadmin
    - created nodeagent
    /opt/SUNWappserver/appserver/bin/asadmin create-node-agent user admin port 4849 password adminadmin agentdir /testuser/apptest testnode
    Please enter the master password>adminadmin
    - Start the domain
    /opt/SUNWappserver/appserver/bin/asadmin start-domain domaindir /testuser/apptest user admin testdomain
    Please enter password>adminadmin
    Please enter the master password>adminadmin
    Domain testdomain started.
    - Start the nodeagent
    /opt/SUNWappserver/appserver/bin/asadmin start-node-agent user admin agentdir /testuser/apptest/ testnode
    Please enter password>adminadmin
    Please enter the master password>adminadmin
    Command start-node-agent executed successfully.
    - create instance
    /opt/SUNWappserver/appserver/bin/asadmin create-instance nodeagent testnode user admin i1
    Please enter password>adminadmin
    Command create-instance executed successfully.
    - start instance
    /opt/SUNWappserver/appserver/bin/asadmin start-instance --user admin i1
    Please enter password>adminadmin
    Command start-instance executed successfully.

    And this can be used to the incident priority (same technique can be used for problems):
    private int GetIncidentPriority(EnterpriseManagementGroup emg)
    try
    //Get the incident settings class
    ManagementPackClass mpc = emg.EntityTypes.GetClass(new Guid("613c9f3e-9b94-1fef-4088-16c33bfd0be1"));
    //Get the emo for the incident settings
    EnterpriseManagementObject emo = emg.EntityObjects.GetObject<EnterpriseManagementObject>(mpc.Id, ObjectQueryOptions.Default);
    //Get the priority maxtrix and convert to XML
    if (emo[mpc, "PriorityMatrix"].Value != null && emo[mpc, "PriorityMatrix"].Value.ToString() != "")
    string sMatrixXML = emo[mpc, "PriorityMatrix"].Value.ToString();
    XmlDocument xmlDoc = new XmlDocument();
    xmlDoc.LoadXml(sMatrixXML);
    //Get the guid strings for impact and urgency (note - xml goes by urgency then impact)
    string sUrgencyGuid = "04b28bfb-8898-9af3-009b-979e58837852";
    string sImpactGuid = "11756265-f18e-e090-eed2-3aa923a4c872";
    foreach (XmlNode urgencynode in xmlDoc.ChildNodes[0].ChildNodes)
    if (urgencynode.Attributes.Count == 1 && urgencynode.Attributes["Id"].Value.ToString().ToLower() == sUrgencyGuid)
    foreach (XmlNode impactnode in urgencynode.ChildNodes)
    if (impactnode.Attributes.Count == 1 && impactnode.Attributes["Id"].Value.ToString().ToLower() == sImpactGuid)
    XmlNode prioritynode = impactnode.ChildNodes[0];
    return Convert.ToInt32(prioritynode.InnerXml);
    return 0;
    catch
    return 0;
    Rob Ford scsmnz.net
    Cireson www.cireson.com
    For a free SCSM 2012 Notify Analyst app click
    here

  • Installation issue:create domain failed in configuration steps

    Hello,
    I am trying to install Oracle 11g BIEE in windows XP 32 bit machine.
    Till configurtaion steps no problem.After that it takes some 1 hr in create domain step and at the end shows failed.
    I searched in this forum, in one its said create a separate folder for temp and assign that as path in the
    environment variable TEMP AND TMP
    I did that still its same.
    If i click continue then also same
    Almost everything which comes after Create doman is failed.
    Pls help,what should i do?
    Thanks

    Hello,
    just one thing installing RCU when need to give the schema name i didn't give sys and gave a user who is normal user with dba privillege because of which i got some errors like insufficient privilleges like while running something like this...
    "grant execute dbms_ouput to dev_mds"
    and some plsql object creation failed like "Pl/sql object failed SD Clean up procedure",at the time when u click create button.
    But at the end it showed the schema being created.
    So i didn't bother much about that.
    I cannot give sys user as i don't have my own db in my machine.
    Is this a problem because of which now i am facing problem in configuration steps????????
    Thanks

  • Facing problem in creating a domain for osb10.3.1

    Hi All,
    I have installed osb10.3.1. Now I want to create a domain for osb10.3.1. In the steps of creating domain we have to provide the database details for configuring the jdbc datasources. I am not understanding which username and password should be given here. Do we need to create any schema for osb10.3.1 through rcu prior to creating the domain?
    Thanks in Advance

    Hi Again,
    Oops my mistake :) You can follow the below link for Oracle Service Bus 10g Release 3
    http://docs.oracle.com/cd/E1315901/osb/docs10gr3/_
    For Specific Oracle Service Bus Domain Creation,The below link would be helpful
    http://docs.oracle.com/cd/E1284001/common/docs103/confgwiz/newdom-alsb.html#wp1080587_
    Regards
    Fabian

  • Issues while creating implementation for BADI  "ME_PROCESS_PO_CUST"

    Hi Group,
    I have issues while creating implementation for  BADI "ME_PROCESS_PO_CUST".
    I tried to create implementation for the above mentioned BADI but, I was getting an error like this:
    "Interface implementation IF_EX_ME_PROCESS_PO_CUST does not exist".
    I want to implement this BADI and so, ideas/views at the earliest will be appreciated.
    Please let me know how to overcome this error.
    Thanks,
    Vishnu.

    Hi,
    Have you activated the class which is implementing the interface? (in transaction SE19 you should see class name)
    Best regards,
    Wojciech

  • Creating invoice for Service PO - IDOC (INVOICE01) issue

    Hello Friends,
    We are facing a problem with creating invoice for service PO through IDOC (INVOICE01) from supplier portal.
    Example:  A service PO having one Line item and different service line items,  I can successfully create Service entry sheet. Also I can change the tax code for service line items and can successfully  create Service entry sheet.
    When trying to create Invoice for that PO at 1st time (after creating Service entry sheet) through INVOCE01 (IDOC), It is end up with idoc error (Msg no FF812: Tax code XX also exists)
    But the funny thing is , when trying to create Invoice for the same PO at 2nd time it is posting successfully.
    Did any one face this problem?
    Kindly let me know if there is any solution for this issue.
    Thanks.
    Regards,
    Magesh Basavaraj.

    Message closed

Maybe you are looking for

  • MacBook refuses to wake from sleep!!! Please Help!

    MacBook wakes from sleep mode for about 2 seconds then the screen just goes black. It seems as if the computer wakes from sleep properly but then screen only appears for a brief time. I did notice that my settings (background etc.) seemed to have bee

  • Publish BW BEx 3.5 reports in the EP 7.0 portal

    Hello All,      I have a BW 3.5 system and I am done doing the SSO between Portal and the BW system. The connection seems working fine. I have a query from the BEx report in the form of URL. If I have to publish this query/BW report into the Portal,

  • How to get my logo to appear in the URL box?

    If you ever notice when you go on websites like facebook or myspace or even apple's website you always see their logo right before the URL address in the box at the top of the page. How do you get the logo there? My logo is all over my site but can't

  • Ogre 3D 'glGetString' Problem, May Be Driver Issue

    Hello! I'm relatively new to Arch Linux, all I did till now was install it and get X running with the 'awesome' window manager. I must say, I like it, especially pacman, AUR and ABS. I'm a hobbyist programmer and I generally write graphics applicatio

  • Problems with accessing iTunes U course manager

    I'm trying to access iTunes U course manager but when I attempt to do so, I get a message that my safari needs to be updated.  However, I already am completely  up to date .....I need direction here.