How to configur external user to bi publisher

hi all obiee gurus
how to assign we are maintaining all the users in external table
problem is ,i could not able to login into bi publisher with other user except Administrator
can any one help me out from this issue
Thanks
Sreedhar

hi kishore
what ever you mentioned, everything is there in bi-publisher security configuration
select Security Model as: Oracle BI Server
Connection String:jdbc:oraclebi://xxxx.xxxxx.xxxx.com:9703/
then user name and password for Administrator
Database Driver Class : oracle.bi.jdbc.AnaJdbcDriver
even though i could not able to login with users which are in table
any configuration i have to do apart from this
Error
The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.
Error Detail
this error i am getting wen i was logining with users
Thanks
Sreedhar
Edited by: 791907 on Oct 11, 2010 6:17 AM

Similar Messages

  • Sharepoint 2013 - domain configuration, external users, creating subsite in site collection, moving subsites

    Hello all, first of all thank you for reading this post. Please bare with me, I am new with this environnement. I have had several problems in past week trying to configure a local sharepoint server 2013, most of it went well but now I am stuck and I badly
    need help! I intend to make sharepoint available through the Ethernet connection in my office.
    Here is my config:
    Sharepoint 2013 (local)
    Microsoft SQL 2012
    Microsoft Server 2012
    I am able to access the sub-site I created in the Sharepoint Central Administration Web Application.
    My first problem is, I created another Web Application with the following URL config http://intranet.[domain].com but I am not able to access it through my browser. It seems to point to bad IP I probably configured accidentally a CNAME on my hosting Cpanel
    with the IP 192.168.1.199. So, When I ping the URL I do not get any connection. Just that it couldn't connect to 192.168.1.199. Now I added a CNAME on my CPANEL for the URL http://intranet.[domain].com --> 127.0.0.1. Is this the correct way to do it?
    More information: The DNS manager has been configured following this tutorial:
    Create SharePoint 2013 Web Application
    http://www.youtube.com/watch?v=yW7LT99eUMs
    I am not too sure of the proper configuration for the IIS Manager.
    Anomymous Authentication is enabled
    Windows Authentication is enabled
    Everything else is disabled.
    My second problem is that I cannot invite any user to the site. Even the one that have the email corresponding to our domain. Will I be able to invite parent domain users if the Web Apllication is properly configured with the CNAME on the Cpanel?
    I tried to activate the External user invitation feature from Site Collection Features but it's not in the list. I am logged in as an administrator but next to the wrench it says "System Account" (with an arrow pointing down) so I guess this is
    the "logged in user as..."? Am I missing something here?
    Any advices would be greatly welcomed. I've run out of ideas.
    Much appreciated,
    Herb

    Hello Ramu, thank you for your fast reply.
    Quote Ramu: "You have to create A record called intranet.your-domain.com points to your SharePoint Server
    IP and also loop back ip address in the host file entry on the SharePoint server(127.0.0.1  intranet.SharePoint.com)"
    Is this a record on our corporate website Cpanel? What should I put in the "Address" field of
    the Record (we do not have static IP)?
    For the loop back, is this on the DNS Manager of our local Sharepoint 2013 server?
    Quote Ramu: "3.
    if you want to publish this externally, then your site needs to publish in your Network and it should points to your public static IP in your public domain control panel(Cpanel)."
    In the first scenario where I only want intranet access, should everything be OK with the above mentionedconfiguration a DNS Record:
    Which address should it be for the record?
    Should I assign a fix IP to our server like 192.168.1.55?
    What if another desktop computer gets an IP conflict with the server
    fix IP, or what if we have to shut down the server everyday will the server IP change ?
    General question: From what I understand, it is possible to put a DNS Record on the public Cpanel from our corporate website with a local IP that will only be resolved
    if accessed through the local network? Ex.: Name: intranet.[our-corporate-public-domain].com, Address: 192.168.1.55 ?
    Much appreciated RAMU.
    Regards,
    Herb

  • How to create external users in SAP EP as authenticated users

    I am able to create portal users  . I would like to know how to acccess automatically login as external users (stored in Cutomized table in CRM).

    Rakesh,
    acccess automatically login as external users (stored in Cutomized table in CRM).
    Firstly, your question is a little unclear.
    Where is your UME pointing to?
    Go to http://<FQDN>:<Port>/irj/useradmin/index.jsp, click on configuration and check the datasource.
    1. If it is for external users you could use anonymous logon
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    2. If you want to use the users exisiting in the CRM system to logon to the portal, then you might have to point your UME to it.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7e/a2d475e5384335a2b1b2d80e1a3a20/content.htm
    3. If you intend to use the users exisitng in a custom table in the CRM system, then I guess you would have to customize the UME Data Source .
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b7/14d43f2dd44821e10000000a1550b0/content.htm
    Hope this helps.
    Cheers!
    Sandeep Tudumu

  • How to add external users?

    Hi, I have a sharepoint 2013 site and I got the users from an active directory, now I have to add external users but I can't add these to the active directory, how can I do it? I have imagined two ways:
    1. create a local active directory in my machine, add users and import them from central administration (I don't know if this is possible)
    2. add form web authentication and create the users in it.
    there is any other way? what do you recommend?
    luis molina

    Hi Luis Molina,
    Second option is the correct approach to address your concern,
    You can find the ready solution here
    SharePoint 2013 FBA - Configuration
    If you want to implement on your own, please follow this document provided my MS.
    SharePoint
    2013 FBA - Configuration Resource Document
    Murugesa Pandian., SharePoint 2010 | MCPD | MCTS -Configure

  • How to add external user to the group programmatically in SharePoint?

    Hi all,
    I want add an external user to a sharepoint group:
    When I run the below code in ConsoleApplication the user will be added to the DemoGroup,
    but when I add my code to User Control and run the code on SharePoint it doesnt work and I get an error:
    The user does not exist or is not unique.<nativehr>0x81020054</nativehr><nativestack></nativestack>
    Now I change the code:
    SPUser user = spWeb.EnsureUser(userName);
    I get again an error:
    The Specified user i:0#.f|IT2S|Doe, John was not found.
    string extName = "Doe, John";
    string domainName = System.Environment.UserDomainName;
    // in sp this is way how we get the domain:
    //string domainName = System.Environment.GetEnvironmentVariables()["USERDOMAIN"].ToString();
    web.AllowUnsafeUpdates = true;
    string userName = string.Format("i:0#.f|{0}|{1}", domainName, extName);
    web.SiteUsers.Add(userName,"[email protected]", extName, "0222");
    SPUser user = web.SiteUsers[userName];
    if (user != null)
    web.Groups["DemoGroup"].AddUser(user);
    web.Update();
    web.AllowUnsafeUpdates = false;
    can anyone please help me and say why that not work? Or if someone have an idea?
    thank you in advance
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

    Hi Linda Li,
    yes I solve the issue with FBA:
    http://chrisbarba.com/2013/07/16/sharepoint-2013-forms-based-authentication-fba/
    and
    http://sharepointsolutions.blogspot.de/2012/08/configuring-forms-based-authentication.html
    with above links I solved the task.
    Best Regards
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

  • How to migrate External users

    Hi Guru's
    Hyperion version 11.1.2.2,Hyperion Planning
    we have Nativedirectory and 2 more external directories..We are planning to migrate the application from Testing to Production..
    I have a doubt that How to Migrate the External users..By using LCM  or any otherway..Please help me with this.
    Thanks In Advance,
    Krishna

    I think you dont have to worry on migration of external users as they reside in the User directory configured in shared services.
    You will have to configure those user directories in target shared services & can use LCM to import the provisioning.
    Regards,
    Santy.

  • Configure external users phones and tablets in exchange 2013

    I have a single Exchange 2013 server that i cannot seem to make external users work by configuring the phones.
    using exchange connectivity analyzer i have RPC Ping problems i cannot seem to find a proper answer.
    I only have port 443 incoming from the internet to the Exchange 2013.
    The Microsoft Connectivity Analyzer is testing Exchange ActiveSync.
    Attempting the FolderSync command on the Exchange ActiveSync session.
    Exchange ActiveSync returned an HTTP 500 response (Internal Server Error).
    Diagnostics:
    AAA==_S111_Error:ADOperationException1:Active Directory operation failed on VM-DC-002.ourdomain.com. This error is not retriable. Additional information: Access is denied.
    Active directory response: 00000005: SecErr: DSID-031521E1, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 _Mbx:VM-EXCH13-001.ourdomain.com_Dc:VM-DC-002.IFARHU.GOB.PA_Throttle0_DBL7_DBS1_CmdHC-
    Also,
    Attempting to ping RPC proxy correo.ourdomain.com.
    RPC Proxy can't be pinged.
    Additional Details
    A Web exception occurred because an HTTP 404 - NotFound response was received from Unknown.
    Headers received:
    request-id: 1711b40e-d416-4f8f-ada1-876c5e8719e0
    X-CasErrorCode: EndpointNotFound
    X-FEServer: VM-EXCH13-001
    Content-Length: 0
    Cache-Control: private
    Date: Tue, 24 Dec 2013 06:57:50 GMT
    Server: Microsoft-IIS/8.0
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 222 ms.
    Suggestions?

    EAS problems were traced to permissions problems because in our AD we do not use the normal OU called "users" and we use a different OU name.
    However the RPC Ping problem still remains. no matter what permission we set:
    Attempting to ping RPC proxy correo.ifarhu.gob.pa.
      RPC Proxy can't be pinged.
    Additional Details
    A Web exception occurred because an HTTP 404 - NotFound response was received from Unknown.
    Headers received:
    request-id: 1e075c85-5cfb-4ff2-9fb6-59b3eaf102b8
    X-CasErrorCode: EndpointNotFound
    X-FEServer: VM-EXCH13-001
    Content-Length: 0
    Cache-Control: private
    Date: Tue, 31 Dec 2013 12:28:29 GMT
    Server: Microsoft-IIS/8.0
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    Elapsed Time: 190 ms.
    I do not know if this is related, but just to let you know, we use the same DNS name for both internal and external access (correo.ifarhu.gob.pa). At internal level the internal DNS resolves
    to internal address. at external level public DNSs resolves to external internet addresses.
    Also, we are using form based OWA. Can someone tell me how the settings look like at exchange powershell level and at IIS level?
    thanks,

  • How to configure Mail Users aliases

    Hello,
    i have installed OS X Lion Server and after after a short while i was very dissapointed.
    One of my goals was to get a easy GUI to adminstrate my mail Server.
    So, after installing Server App i configure and activate a Mail Server.
    Then i wanted to add aliases to my User and tried to start The Workgroup Manager.
    Within i searched for a the mail tab in order to configure the User Aliases.
    But there was no Mail tab there, so i have to create the aliases through the command line (edit /etc/postfix/aliases, newaliases).
    I cannot believe that there is no gui for configuring mail users. Is this really so or is it in another place or have i forgotten to check or to do something else.
    How do you setting up and configure mail and mail users in OS X Lion?
    I am looking forward to you answers and expiriences,
    Greetings,
    Peter

    @menzbua
    You can configure mail aliases, the same way you did in Mac OS 10.6 Server... Make sure you have Installed Server Tools for 10.7. Run Workgroup Manager. Under the User, Select Short names on the 2nd or 3 line add [email protected] etc .etc

  • How to configur the user to get notified when IDOC goes in to error?

    Hello Experts,
    Please tell me how to notify the users when IDOC goes in to error...
    please tell me where we can configure this thing,,
    Thanks
    Venkatesh

    Venkatesh,
    The best technique for this would be configuring Workflow. Whenever an Idoc goes into an error it will go to the specified user. You have to set it up and can have more than 1 user and also depending on what Idoc failed you can have different users.
    Example ORDERS05 failed, let it go to the inbox of the Order team , SHPORD failed , put it in the mailbox of the WM team lead etc.
    Read up the workflow documentation of SAP which is really good.
    You can do other things, like have a simple email etc. but all will need program changes.
    Usually I have seen some teams have the most simple mechanism.
    Have a peron check the Idoc that failed and then notify the teams.
    Of course 1 person can be only responsible for lets say a few Idoc types.
    I have worked in such a environment where I used to look at the Order to cash Idocs ( Orders/Invoices/bank payments etc.)
    Also you train the users to look at Idocs and recognise and fix errors, so they are not totally dependent on you.
    But Workflow is the best solution according to me.
    Regards

  • CSS.xml does not have info about my Configured External User directories??

    Hello,
    Can somebody help me. I do not see any mention of my external directories I have configured in Shared Services as I have reinstalled the Applicationn server Tomcat for 11.1.13.
    Appreciate any help,
    Thanks
    Vince
    Edited by: Vince456 on Oct 1, 2009 2:59 PM

    Hi,
    Not too sure what you mean.
    Have you configured your external user directories via the user management console?
    Can you see the node for your external directory?
    Can you provide the steps you have followed?
    Thanks,
    Seb

  • How to add external user in sharepoint using infopath web part

    hi,
    what i am trying to achieve is,
    1. Create an infopath web part which will take email id of external user as input(ex: [email protected]).
    2. Take an email id of that user into infopath form and add that to sharepoint group.
    3. Now that newly added user must be able to login in to sharepoint using his email id.
    How could i achieve this? 
    If redirect me to example or screen shots then it will be better to understand.

    Out of the box you can not use email address and passwords to authenticate, for this you would need to create a custom authentication mechanism
    http://code.msdn.microsoft.com/office/Claims-Walkthrough-51beedc5
    or just google it:
    https://www.google.be/search?hl=en&q=sharepoint+custom+authentication+provider&btnG=Search&meta=&aq=f&aqi=g10&aql=&oq=&gs_rfai=
    Once this is implemented, you need to create custom code in you form, to call this new API and register the user, but 2nd step depends on how you do first.
    Follow me on Twitter <<<
    levalencia Blog <<<

  • How to Configuring external certificate for MEP

    Hi,
    I want to configuring external certificate to my mep gateway tier , can any one tell me procedure how to configure the certificate.
    I am configuring behind the firewall I cannot run default port no 8181 for https , so where can I change https port no for MEP after installation and I need to import external certificates in to keystore.

    Hi Jayanth,
    Both issues you raise are GlassFish issues rather than MEP issues per se.
    To change the port, after doing 'asadmin stop-domain mep' you just edit the
    domain.xml file in the .../domains/mep/config directory manually. Search for
    8181 and change it to whatever you want, then restart GlassFish (asadmin start-domain mep).
    In the MEP Installation Guide, there is a section on establishing trust between
    tier1 and tier2 in a two-tier configuration. See http://docs.sun.com/app/docs/doc/820-7203/ggxmb?a=view
    Hopefully, you can generalize that procedure to your situation.

  • How to configure end user for CallManager 5.1

    Hello everyboy
    I am trying to configure the end user to have access to callmanager, because I want the people can configure the speed dial, I know that release 4.2 you just configure the user/password and the peple can log in to http://<ip_address>/ccmuser and that was all.
    But in this relese 5.X the server replies denied access.
    Could someone help me with this issue PLEASE
    REGARDS
    WALTER FLORES

    Hi Pklos
    Thank very much for helping me it worked User Roles>Standard CCM User then add users.
    Than very much.
    Walter Flores

  • How i configure external directory and email

    hi every one
    i have just installed and login to oracle beekeeper successfully. now i want to intergate the external directory to my active directory so that all users in it will be mapped in oracle beehive secondly i can use them for email purpose.
    i am really new to oracle beehive , i have read the administration manuals. but still confusing how to start , the parameters in external directory creation for active directory cannot understandable for me, what does authectic attributes means.
    kindly guide me in this regard and secondly if any image base document avaible so that i configure it through that.
    regards
    Oraclebeehive new user

    Hello,
    The primary Authentication Attribute, is just the LDAP attribute you will use to be able to log on Beehive
    That can be an UID, the email address, the cn or with AD the sAMAccount
    eg: uid: 123455667
    mail: [email protected]
    cn: firstname.lastname
    these attributes and their associated values are on AD and must be available for ALL employees as well as UNIQUE.
    Often the email address, the UID or the sAMAccount have unique value.
    Hope that help
    However, You may want to take some days of expertise to help you on this setting. That will simplify and speed up your learning curve and Beehive implementation.
    Regards,
    Fred

  • How to configure external FTP backup server CISCO NCS 1.1

    How do you configure a external FTP Server for Cisco NCS 1.1? I only get setup username/password, i also need to setup FTP server IP and directory.           

    from the CLI you setup a repository,
    conf t
    repository FTP
    url ftp://
    username < username> password
    exit
    http://www.cisco.com/en/US/docs/wireless/ncs/1.0/command/reference/cli_app_a.html#wp1013913
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

Maybe you are looking for

  • IPod MINI battery not lasting...

    My iPod Mini will not hold power and it has been less than a year scine I have bought it!

  • How do I get started on buisness objects

    Hi, Please provide some link to useful knowledge repository about buisness objects. I want to learn buisness objects from scratch. Amitabh Edited by: Amitabh Bachhan on Nov 21, 2009 3:16 PM

  • How to repair/open damaged .nef files on mac?

    Sorry if this is in the wrong place... I am using my sisters Apple refurb Mac Air, OSX 10.8.4 Camera is a Nikon D3100 There are around 3000 pictures. Basically I made the mistake of using a crappy card reader to open my files on her computer. A zeiko

  • Moving roles with user assignment

    Hi There, Need your help... We have roles and users created in QA for training, now we want to move roles from QA to Production with user assignment. Users that are created in QA for training have also been created in Production, is it possible to mo

  • NTSC to PAL? Help!

    I've a serious problem with a video that needs to be delivered in PAL format. I've recently moved to Europe with my NTSC gear. I used to edit a lot back home in the states and have produced only a few short pieces out here. I always assumed the jitte