Password Criteria in OBIEE 11.1.1.5

I have install recently OBIEE 11.1.1.5 and i am trying to create new Repository using admin tool
when i enter some password (plain text) its' says : "The Repository password does not meet the minimum criteria - at least 1 numeral(s)"
i have check local security policy on the server (win2003) then password policy (password must meet complexity requirements is disabled)
where does this message come from, and how can i disable it ... (there was no restrict on password on OBIEE 11.1.1.3)

Yes, I am fairly certain this is managed by WLS.
Please check, http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/security/ConfigurePasswordValidationProviders.html

Similar Messages

  • Ensuring our iOS 4 app only runs if device meets certain password criteria

    Our own developed iOS app relies on iOS 4.2's encryption to secure sensitive data.
    However, that only works satisfactory if the user is using a good system-wide password.
    I understand that this can be enforced by installing a configuration profile on those iOS devices by configuring the rules for a password.
    Since the installation of this profile is optional to our users, how can we make sure our app only works if a certain profile is installed, or alternatively, if certain password regulations are met?
    We are not concerned with jailbreaks and related cracks to our software, so the ability to test for a config profile or other criteria inside our own code would be sufficient.

    This is something you would ask in the developer forums - devforums.apple.com rather than a user to user forum.

  • Custom password criteria?

    Everyone in my office has the same password! Is there a way to prevent a user from selecting specific passwords? Can specific words be added to a dictionary of invalid passwords, for example?

    No Bob.

  • How to add two columns in criteria(OBIEE 11g)

    Hi,
    I am trying to add two columns in a criteria in obiee
    *"Fact - OLB Processed Invoices"."Invoice Amount - Functional Currency"__"Fact - OLB Processed Invoices"."AR Tax Amount - Invoice Currency"
    but the problem is :-
    The first column have 500000000 and the second column contains NULL values the actual table. I think this might be the problem when I am trying to add them it is giving no output.
    just a blank box.
    Can any one tell me how can we add columns in this condition.
    Thank to one and all.

    Try IFNULL(expr, value)
    for other column
    "Fact - OLB Processed Invoices"."Invoice Amount - Functional Currency"+IFNULL("Fact - OLB Processed Invoices"."AR Tax Amount - Invoice Currency",0)
    Edited by: Srini VEERAVALLI on Mar 20, 2013 10:02 AM

  • Obiee 11g How to let user change password

    obiee 11g How to let user change password ?
    i not mean use weblogic console。 normal user how to change password。

    With 11g, OBIEE essentially uses the 10g notion of external authentication.
    By default, this is done by the WLS (Weblogic) LDAP identity store, but it may be done by another supported Authenticator either within WLS, or in the OBIS meta data (i.e. Custom Authenticator or LDAP). As such, OBIEE no longer has any control over user passwords; this is why the steps referenced in note 1102353.1 do not apply to OBIEE 11g, but only to internal/repository-defined users in OBIEE 10g.
    So, as with password maintenance in OBIEE 10g when an external authenticator is used, it is within that external authentication system that password is changed, not within OBIEE 11g. There is no option in OBIEE 11g to allow users to change passwords.
    There are two work-arounds with which you can change your password:
    1) From the Weblogic administration console/WLST.
    You need to give such user access into Weblogic console or access to browse through involved MBean hierarchy and other modify permissions. Changing the password using WLST instance is covered here:
    Ideally, the console and WLST approaches are used by Administration accounts to manage other users. But the console and WLST can be made to allow other users to change passwords (which will be more or less like carrying out an administrative task by users themselves)
    2) Using a programmatic approach.
    Here the application that intends to provide password change functionality to its users should implement this functionality on its own (GUI plus call to the relevant Weblogic API). Weblogic provides an MBean that the application can use to accomplish this. See here for more information.
    An enhancement request exists for this functionality. This is unpublished bug 11836170 - enable non admin users to change passwords in obiee 11g.

  • Errors when Creating Aggregate Tables in OBIEE 11.1.1.6 within SQL server

    Hi All,
    I was trying to create an aggregate table in OBIEE 11.1.1.6 within SQL Server. The sql was generated successfully as below. But an error occurred when I use NQCMD to execute the sql and the following error showed:
    1. SQL for creating Aggregate Table:
    create aggregates
    "ag_Measure"
    for "ASOBI_DTT_Demo"."Measure"("ValidVIPCnt")
    at levels ("ASOBI_DTT_Demo"."日期"."月", "ASOBI_DTT_Demo"."門市品牌"."門市品牌", "ASOBI_DTT_Demo"."門市類別"."門市類別", "ASOBI_DTT_Demo"."內創門市"."內創門市", "ASOBI_DTT_Demo"."門市/倉庫"."門市/倉庫", "ASOBI_DTT_Demo"."門市群組"."門市群組", "ASOBI_DTT_Demo"."門市行政區課"."行政區", "ASOBI_DTT_Demo"."門市地區"."城市")
    using connection pool "ASOBI_DTT_Demo"."ASOBI_System10"
    in "ASOBI_DTT_Demo"."ASOBI"."dbo";
    2. Error Message:
    "ag_Measure"
    for "ASOBI_DTT_Demo"."Measure"("ValidVIPCnt")
    at levels ("ASOBI_DTT_Demo"."日期"."月", "ASOBI_DTT_Demo"."門市品牌"."門市品牌"
    , "ASOBI_DTT_Demo"."門市類別"."門市類別", "ASOBI_DTT_Demo"."內創門市"."內創門市"
    , "ASOBI_DTT_Demo"."門市/倉庫"."門市/倉庫", "ASOBI_DTT_Demo"."門市群組"."門市群
    組", "ASOBI_DTT_Demo"."門市行政區課"."行政區", "ASOBI_DTT_Demo"."門市地區"."城市
    using connection pool "ASOBI_DTT_Demo"."ASOBI_System10"
    in "ASOBI_DTT_Demo"."ASOBI"."dbo"
    [343][State: 37000] [Microsoft][SQL Server Native Client 10.0][SQL Server]CREATE
    、DROP or ALTER 陳述式中使用未知的物件類型 'aggregates'。
    Statement execute failed
    Which means "Using unknown object type 'aggregates' in CREATE. DROP or ALTER statements" in English.
    Can anyone give me a suggestion for this error?? Many thanks!!!

    Hi Martin,
    I guess, I was not clear enough. Let me try again
    How Aggregate Persistence works in OBIEE?
    Once you are done choosing options in the Aggregate Persistence wizard, it generates an intelligent Query.
    What query is it?
    If you happen to understand the query, it is not like any ANSI standard SQL (I would say DDL) query. As you might have noticed there are no SQL Server datatypes, lengths, keys, constraints etc. This query can only be understood by the BI Server.
    How do I issue this query?
    Since the logical query could only be understood by BI Server, it has to be issued only to BI Server Engine using some tool viz NQCMD in this case.
    What does issuing this query using NQCMD do?
    The execution steps are as follows, the moment the query is issue via NQCMD
    Aggregate Persistent Wiz Generate Query ----- Issued to ---> NQCMD ----- Passes the logical query to ---> BI Server ----- Parses the query ---> Builds the corresponding physical DDL statements Issued --->To the Database --- If successful ---> .RPD is automatically updated with the aggregated sources etc.
    How do I pass the query to BI Server using NQCMD?
    The format of issuing this logical query to BI Server using NQCMD is
    nqcmd -d <Data Source Name> -u <Analytics UserId> -p <Password> -s <command> > output.log
    where
    <Data Source Name> : Is the DSN name which OBIPS uses to talk to Oracle BI Server. Yes, it's the very same DSN that can be found in InstanceConfig.xml
    <Analytics UserID> : Any user in obiee with admin privileges.
    <Password> : Password of the obiee UserId
    <Command> : Logical SQL Command which you already have handy.
    Hope I was good this time..
    Dhar

  • Setting a default Analysis preference in OBIEE 11.1.1.6.2

    How do I set the default Catalog EDIT setting of a saved Analysis/Answers Quey i.e. instead of initially displaying the RESULTS it should firstly display the CRITERIA (to modify the Query) so that I could modify the saved Query and thereafter display the RESULTS.
    Currently it executes the RESULTS and thereafter I can select CRITERIA.
    OBIEE 10.1 the option would be MODIFY CRITERIA.

    Hi,
    You can set your preferences in your My Account:
    Follow the steps below to acheive it:
    1) Login into analytics using your account.
    2) Click on your ID on the top hand right corner and select My Account from the drop down.
    3) In the first tab (Preferences)> There is an option called Analysis Editor > Set it to Start on criteria tab when editing analysis.
    Thanks,
    -Amith.

  • Password Policy implementation for SAP users

    Dear Friends,
    We are planning to implement the Password Policy for SAP users in our organization...
    Here my question is,
    Letu2019s say that the Password Policy is implemented today, what will happen to the SAP usersu2019 passwords?
    Will they be locked out until they create a new password that follows the policy?  Will there be a dialog box that will tell them what the criteria is for new passwords and its the time to change the password?
    Thank you,
    Nikee

    Hi
    Letu2019s say that the Password Policy is implemented today, what will happen to the SAP usersu2019 passwords?
    SAP Users password will be intact till it prompts for next password change. Say, 90 Days. (Provided Parameter is not set)
    Will they be locked out until they create a new password that follows the policy? Will there be a dialog box that will tell them what the criteria is for new passwords and its the time to change the password?
    They will not be locked out until they create a new password that follows the policy (provided parameter is not set),  During the time of changing the password they would get a dialog box if they have not met the specified criteria indicating that it should have specific values.
    Once the password change prompt appears, in order to login to SAP they are forced to change password with password criteria set, other wise they can not login.
    Thanks and Regards
    Arun R

  • Can't Get Airport Express To Work With ATT's Uverse

    For years, AE worked just fine with my 2Wire portal streaming music to my stereo. Went to Uverse 2 months ago, and AE quit working. I am not using an Airport base station, just the Uverse modem and I need help getting it to work.
    There is nothing in this forum when I search for uverse, so I post this in hope someone can help me.
    I reset AE it and it finally appeared in Airport utility with a yellow light. I click configure and when I choose to join my current network, it sets up it's own Apple network, removing it from Airport utility and changing Airport status in Network to yellow.
    No matter what I do or how I try, I just can't get AE to work with the stock 2Wire modem.
    Has anyone been able to get AE to work with just the 2wire router & not have to buy an airport base station.
    Any help is REALLY appreciated, as I wanna hear my Christmas music, and it's turning me into a Grinch!
    Thanks!
    Message was edited by: Chris Winkler1

    +However, it asks for the security and all I see is WEP in the Home Network set up, I don't know if it's 40 or 128+
    AT&T set this up, so only they can tell you for sure. My guess would be WEP 128 since this type of security is stronger than WEP 40.
    +And it asks for a wireless password. I entered the one from the router & it did not work. Tried the Key and it did not work.+
    This is the same wireless password that you would use if you were logging on to your wireless network with your computer. But, unless you first have the exact, correct security setting for your 2wire router, the password will not work.
    +Has anyone out there successfully got their Airport Express to work with Uverse????+
    I don't provide instructions to anyone on the forum unless I've first done it myself. I'm providing you with the same instructions that I used to help a neighbor with his 2wire Uverse setup last week. It works fine.
    But, he called AT&T to ask them what security setting they used on his 2wire router. Otherwise, we would have had to try each possible setting to see if we could make it work.
    AT&T also told him that his password should be 13 characters, all lower case letters with no spaces. That is what the neighbor said he used. I cannot confirm this as he did not share his password with me.
    AT&T may have set up the password criteria differently on your router. You need to confirm with them on this.
    +What password goes in the Base station tab, Key or Password?+
    Any password you want. This is a separate password simply to be able to access the settings on the device in the future when you are using AirPort Utility. You could use your wireless network password if you want.
    Please post back on your progress.

  • IMessage on mt lion: can't sign in w/ apple ID

    From time to time, I've been trying to log into iMessage on Mt Lion since I upgraded when Mt Lion was first available.  At first, I was able to log in and use iMessage, but it annoyingly logged me out after every message I sent.  Now I can't log in at all.  My Apple ID credentials are fine (used them to post this message).  Anyone know what's up?  Running Mt Lion on Mid 2012 15" MBP (non Retina).

    Hi,
    Without giving masses of info away what type and what age is your Apple ID ?
    For Instance is it an @mac.com name from the .Mac service ?
    IS it likely that the password although working and valid does not conform to Apple's most recent suggestions (Read Rules) on Password criteria such as Capital letters, numbers and length.
    Also what sort of things have you tried to fix it ?
    10:32 PM      Sunday; November 25, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Unity Connection 8.5.1 ES 16 web admin account recovery

    Hello,
    I have a client with a Unity Connection 8.5.1 ES16 version and they lost access to the Unity Admin web page.
    I tried the steps to recover the password but it is failing, and the account doesn't seem to exist anymore.. I did a SQL query I found on another post here and it did not list this account anymore in the nonsubscriber querry, I also tried the utils cuc reset password command on the account several times with several passwords that matched the password criteria and they always failed resetting the password.
    So I found another post and it had other query to use nonsubscriber account and use that, I managed o log in to the unity admin page with account called "UnityConnection" but it saids "Not Authorized" for all functions.
    How do I add rights to the UnityConnection user or create another web admin account from SSH/CLI? I'm thinking I need to engage TAC in the morning and have them gain root access to fix this up. I did find a few bug ids on this but the workarounds don't work either and those were for 7.1.x.
    Thanks, Erick

    I was hoping not to have a Nested ESXi setup, initially I started to setup my Lab machine as a Bare Metal ESXi host, the free ESXi vsphere client has a 6 Core Limit per CPU and I have 2 CPU's with 8 Core's each and was not happy to lose 2 Cores per CPU as a limitation, so I read up and tried ESXi 5.0 which really messed up things for me, after ESXi 5.0 install My system started to act up and would boot up and sit at a Blinking Cursor forever, spent a week researching and gave up when I tried installing 4.1 again only to find out 4.1 would work either ! sucked real bad and I guess I just decided to give Workstation a try, minor glitches, But I will give it a try and setup a nested ESXi within my workstation, I know it has something to do with the OVA template and the Hardware specs that Unity Connection looks for, crazy thing is Unity Connection Works right now, I just have to start Tomcat manually everytime I boot up my lab system. Will keep looking for answers will I try the nested setup - Thanks Matt

  • How can we achieve the outer join in physical layer

    Hi,
    Can any one can suggest ,how do we handle the outerjoin criteria in obiee.
    thanks
    B.kumar

    Its not advisable as such to use complex join in physical layer......Use physical primary-foreign key relationship join on the tables.
    But looking at your where condition
    where tab1.date between tab2.start_date and tab2.end_dateIt is not possible because you are taking table1 date and giving the table 2 dates for evaluation.
    it should be this way if its primary key relation ship.
    where tab1.date between tab1.start_date and tab1.end_dateIf it is equi-join then you need to write what you have mentioned in your query.
    Cheers,
    KK

  • OPMN services

    Hi All,
    1.I installed OBIEE11g in 10g exiting machine (Linux box).After it's worked fine
    2.I migrate10g reports into 11g.After it worked fine.
    3.I am trying connect from my local online mode.I am not able to connect.
    So i am trying to restart BI server.After onward i am not able to connect my BI server.
    4.I went to my linux box stoped all services then started.
    After i cant able to start scheduler and Presentation and BI service.
    Error Like
    ias-instance id=instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    coreapplication_obis1/OracleBIServerComponent/coreapplication_obis1/
    Error
    --> Process (index=1,uid=2136308550,pid=10490)
    failed to start a managed process after the maximum retry limit
    Log:
    /app/obiee/OBIEE/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1/console~coreapplication_obis1~1.log
    ias-component/process-type/process-set:
    coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication_obips1/
    Error
    --> Process (index=1,uid=2136308551,pid=10525)
    failed to start a managed process after the maximum retry limit
    Log:
    /app/obiee/OBIEE/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/console~coreapplication_obips1~1.log
    ias-component/process-type/process-set:
    coreapplication_obisch1/OracleBISchedulerComponent/coreapplication_obisch1/
    In log file:nqsserver: error while loading shared libraries: libnqportable64.so: cannot open shared object file: No such file or directory
    Error
    --> Process (index=1,uid=2136308553,pid=10491)
    failed to start a managed process after the maximum retry limit
    Log:
    /app/obiee/OBIEE/instances/instance1/diagnostics/logs/OracleBISchedulerComponent/coreapplication_obisch1/console~coreapplication_obisch1~1.log
    Could you pls let me know how can i fix this issue.
    Thanks
    Gram

    I did below steps but still not able to find solution.
    Start up:
    /app/obiee/OBIEE/user_projects/domains/bifoundation_domain/bin
    nohup ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic12 &
    /app/obiee/OBIEE/wlserver_10.3/server/bin/
    nohup ./startNodeManager.sh *(when i start it return error but i can able to start bi_server1 in weblogic portal)*
    /app/obiee/OBIEE/user_projects/domains/bifoundation_domain/bin/.startManagedWebLogic.sh bi_server1 t3://IP:2001 weblogic weblogic12
    /app/obiee/OBIEE/instances/instance1/bin/.opmnctl startall
    Shutdown:
    /app/obiee/OBIEE/instances/instance1/bin/.opmnctl stopall
    •/app/obiee/OBIEE/user_projects/domains/bifoundation_domain/bin/.stopManagedWebLogic.sh bi_server1 t3://IP:2001 weblogic weblogic12
    /app/obiee/OBIEE/user_projects/domains/bifoundation_domain/bin
    ./stopWebLogic.sh weblogic weblogic12 t3://ip:2001
    I trying to upload new repsitory also in EM,but no solution.
    I am facing this issue last 2 days. Could yopu please help?

  • TS1307 Cannot receive .mac e-mail  on my two older Macs running Mail 2.1.3 on  OSX 10.4.11 since the last weekend.

    Cannot receive .mac e-mail  on my two older Macs running Mail 2.1.3 on  OSX 10.4.11 since the last weekend.
    Still sends mac.com e-mails and all other "non mac.com" e-mails on "Mail" are working fine incoming and outgoing?
    Cannot access via i-cloud on 10.4.11 as told not supported and cannot update for old I-mac as later OS not suitable for processor on imac
    Works OK on Macbook air with current OSX
    HELP.....Please??

    IT WORKS!
    Though it doesn't tell you this in the password error message, the problem IS the new Apple ID password requirements. 
    FIRST go to https://iforgot.apple.com/ and CHANGE YOUR PASSWORD.  In my case, my old password didn't use at least one capital (upper case) letter, and that was preventing the whole thing from working.  When all the little password criteria lights are green, you're good.  Save as you exit your browser if it asks you to.
    Then open Mail, preferences, accounts, and click on the plus sign to create a new account called iCloud Mail.
    These are the settings I used:
    Account settings:
    Description: iCloud Mail
    email address:  [email protected]
    Full Name:  John Doe
    incoming Mail Server: imap.mail.me.com
    User Name:  John Doe
    password: (enter new Apple ID password)
    Outgoing Mail Server (SMTP): smtp.mail.me.com
    Server settings:
    Server port: 587
    check box Use Secure Sockets Layer (SSL) yes, check it
    Authentication:  Password
    User Name: [email protected]
    Password: enter new Apple ID password
    Click on Advanced tab:
    Check "Enable this account"
    Check "Include when automatically checking for mail
    ignore Compact mailboxes automatically
    Check Automatically synchronize changed mailboxes
    IMAP path prefix: leave blank
    Port: 993
    Check Use SSL
    Authentication: Password
    Be sure to save the settings when asked after you close the accounts window.
    O.K., this little part may be a complete coincidence, but in mail, nothing happened when I hit "get mail".  Then, when I clicked on the little "broken" icon on iCloud mail on the left, it sprang to life and imported all my mail from iCloud.  However, as I say, that may have been unnecessary and a complete coincidence of timing as I had hit "get mail" previously.
    If that doesn't work, try shaking dried chicken bones tied with cat gut over your machine.
    Best of luck!

  • Avg of Count

    All,
    I trying to create a Metric dash board. The Dashborad contains the Count of Trades & the Metric names as Columns. Trade date would be the dashboard prompt.
    Now what i wanted to have is to create the Avg of the count for atleast 3 trade dates. then based on that avg & the current trade count i will display the indicator red or green.
    The issue is i am not sure how can i calculate the avg of the count based on the 3 trade dates.
    Please help

    You must have a defined criteria for selecting the three dates you mentioned.
    If that is the case, then you can calculate the avg count in the RPD using the ago function or in the request criteria, if obiee 11g.
    Once the value is calculated, then it would be very easy to have a conditional formatting for the coloring.

Maybe you are looking for

  • Acrobat Pro 9 not converting all images

    Running Pro 9 that's been updated to 9.4.5.  When trying to convert a web page (our newsletter) to a pdf all the images are not showing up.  The images that do show up are older (ie:  images that are always in the newsletter).  I've uninstalled and r

  • What is the easier way to turn voice controller off?

    what is the easier way to turn voice controller off?

  • G4 and cs3 upgrade woes

    Does anyone have any suggestions how i might get the cs3 upgrade loaded onto an older g4. it does not have a dvd drive, so i was wondering if there is a way to use our server at work to load it to my machine? i assume we could buy a cheap dvd player

  • How i can change tablespace of a table in oracle 8.04

    Dear I want to move tablespace of a table in oracle 8.04 version but it is not working my statement is ALTER TABLE ACCOUNTING_ENTRY MOVE TABLESPACE EDI_TSPACE; and got the following error message: ORA-14004: missing PARTITION keyword how i can change

  • What is StartNow and how do I get rid of it

    My Firefox browser has changed to StartNow, Is this a legitimate product from Mozilla? How do I get rid of it?