Membership Provider Issues

I've been trying to use the Oracle Providers and have run into a number of bugs / problems.
The membershipProvider.DeleteUser(userName, true) will always throw an exception unless the Oracle Personalization Provider is installed.
If a user is locked out and ChangePassword or ResetPassword is attempted, a ProviderException with message "The provider returned an error that is not described by other MembershipCreateStatus enumeration values." will occur.
All the packages and procedures are wrapped. This makes it very hard to inter operate the Providers with other products, e.g. APEX
The providers do not support Oracle.ManagedDataAccess.Client. I have a workaround, but it should work out of the box.

I'll check up on 1 and 2.
3. The packages and procedures are intended to be wrapped. The providers are not meant to be used as an SDK by other products or modified. They are intended to be used specifically within ASP.NET and its defined provider model.
4. Currently, the providers are not supported with managed ODP.NET.

Similar Messages

  • Using Data-Dependent Routing in combination with Membership provider

    Hi there!
    Currently we have two Web applications running on azure using a single SQL database. We are experiencing problems with performance because we are using only one database. We are investigating some solutions like documentDB and elastic scale.
    DocumentDb seems like a really good option for us because it looks like it can be implemented easily and we know just what to do.
    With elastic scale on the other hand we have to figure out what our options are. We are using a membership provider for our users to login in one of the two applications. The other web applications does not use a membershipprovider, it does not use a login
    system at all.
    in the backend of our code we determine a subscription_id for both applications to retrieve tenant data.
    I think we have a few options here
    1. to keep using the membershipprovider we could create a database just for the login mechanism so we can determine the subscription_id, and with that subscription_id we can use Data-Dependent Routing to retrieve the correct data from the correct shard.
    2. We can add extra columns to the Shard Map Manager database (i think i've read that it's not supposed to be used for user data) like username and password so we can login through this database.
    Does anyone has better options than the options mentioned before and can anyone give me advise on how we should deal with these issues?
    Thanks!

    Elmar --
    The best approach would be to maintain the Membership DB in a separate Azure SQL database.  Then you could shard your transaction details across an Elastic Scale set of databases based on the subscription ID.   (The Shard Map Manager
    database is not designed to be extended with additional columns, and Elastic Scale works by caching that Shard Map data in the client application anyway, and those in-memory structures can't be changed).
    You would use an ordinary ADO.Net connection to query membership for a Subscription ID, and then get an appropriate shard-specific connection using the Elastic Scale GetOpenConnectionForKey method, passing the subscription ID retrieved from
    the membership query. 

  • Cannot get Membership Provider with name RoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.

    I am trying to create a web application that uses AD LDS as its authentication provider. I have followed all the steps and verified all the web.config files, but I receive the error below:
    Cannot get Membership Provider with name CustomRoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.
    Has anyone come across this error before?

    There seems to be some issues in your web.config files. Please make sure your Web application entries for membership and role provider(at central admin site) are matching with Web.config entries. your error
    "Cannot get Membership Provider with name CustomRoleProvider.
    ", indicating that you may have used role provider name in Membership provider text box or in web.config.
    Also please make sure that you have correct entries in all 3 web.config files - Central Administration , Security Token Service (STS), Web application .
    Please refer  -
    Forms Based Authentication (FBA) in SharePoint 2013
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Possible bug in configuration of Membership Provider (ODT 11.1.0.5.10 beta)

    The Oracle Membership Provider would not allow me to set the minRequiredNonAlphanumericCharacters via the web.config.
    When I tried to set the "minRequiredNonAlphanumericCharacters" property for the Oracle Membership file via web.config, I got the following error when running the ASP.net Web Site Administration Tool:
    "The specified attribute minRequiredNonAlphanumericCharacters was no recognized. (D:\Documents\CAL\Web\web.config line 112)"

    Have you tried the 11.1.0.6.20 release? This issue should have been fixed.
    Attribute names are case-sensitive. As you are aware, by Microsoft's naming convention that all attribute names are identical to property names except the first letter becomes lower-case. But there is an exception.
    Property Name:
    MinRequiredNonAlphanumericCharacters
    Attribute Name: supposedly
    minRequiredNonAlphanumericCharacters
    But no!
    It's minRequiredNonalphanumericCharacters !
    The "A" in "Alphanumeric" becomes "a" as well.
    I don't know why Microsoft makes such an exception. But the Membership provider in Oracle Providers for ASP.NET (11.1.0.6.20) is now following this exception.
    Message was edited by:
    shsu

  • Benefit of SharePoint 2013 sql server membership provider

    Hi All,  Please share your thoughts for this..
    We are working with SharePoint 2013 public facing website with Form based authentication. Anyone can register and start using our site. We are storing
    all the user related data in Active directory. As of now we are having around 25000 users in our portal . We are planning to move all external user information from AD to SQL membership table. Could you please suggest me to benefit of using SQL membership
    instead AD

    performance-wise, they're pretty similar either way (given a single dedicated role server).
    security-wise, compared to SQL, AD makes some data easier to access (since LDAP queries can expose data to any user), but harder to hack (obtain copy of hashed passwords)
    As far as management, there is NO management interface for the SQL membership provider... including USERS (reset password, lock/unlock account, etc), not just groups.
    As far as SSO technology, SqlMembershipProvider is absolutely NOT an SSO technology. Not to say that it can't be used for logins, but authentication and single sign-on are two very different goals.
    I would also argue that since you can't decrypt the AD passwords, the move to SQL is going to be a little difficult for users.
    And, have you considered adding another AD server instead? With a little bit of fiddling around, you can add a dedicated AD server and prioritize SP authentication requests where you want.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Forms based authentication in sharepoint 2013 using custom membership provider

    I am developing  FBA  for SP2013 using custom membership provider using the following link 
    http://benredl.wordpress.com/2012/10/03/creating-forms-based-authentication-and-user-profiles-in-sharepoint-2013-using-custom-membership-and-role-providers-and-a-custom-user-profile-synchronization-utility/
    the feature i am trying to develop is that the user is created using a homegrown asp.net  application which uses sql server 
    and then When that user goes to SP2013 he should be able to login with the username and password created using the homegrown asp.net application 
    my questions are following 
    If I follow the article in the link should i be taking the assembly(dll) and deploying it to GAC or will VS2013 automatically do it
    Do I have to implement  FindUserByEmail and FindUserByName methods ?
    if the connectionstring for an asp.net application is in the web.config file  where would the connection for the sqlserver go if this application is for SharePoint 
    TIA

    Hi TIA,
    try this it contains the code for you and it is ready
    http://sharepoint2013fba.codeplex.com/
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Why do we need to specify Role baseprovider and membership provider in Central Admin and security config files?

    Hi,
    why do we need to specify role base provider and membership provider files in central admin and securiy config files.
    thanks,
    gaurav

    We use 3 settings in Forms based auth:
    1 Membership = This contains Users and groups information. (This table also has username and password)
    2 ConnectionString = Connetion details to connect to database is stored here(servername, databasename, username, password, port )
    3 Role = This table contains all the Roles (Admin, contibutor, etc of the data source)

  • Provider for membership provider in Business Application Silverlight

    Hello.
    I'm using:
    -VS 2010 Ultimate
    -ODAC 1120230Beta (for EntityFramework)
    -DB Oracle 10.2
    How to use Oracle provider for membership provider (or Role Manager provider) in Business Application Silverlight (WCF RIA)?
    Has read article.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/usingoracleprovidersaspnet2/UsingOracleProvidersforASPNet.htm#t2a
    Did step by step. But it is impossible a step 7. There is no choice of position OracleMembershipProvider and OracleRoleProvider.

    Guessing here but check either mail.jar or smtp.jar are in your classpath.....mailapi.jar is NOT sufficient.
    See http://forum.java.sun.com/thread.jsp?forum=43&thread=279454 for details
    SH

  • SQL Azure Membership Provider.

    Hello!
    I have an ASP.NET WebForm application that use SqlServerMembershipProvider. I want to upload the application to Windows Azure and Sql Azure.
    Now I have a Sql Server 2008 database, and membership tables are part of my application's database.
    Can I continue using Sql Server Membership like I've been using until now?

    I'm after exactly the same thing. Just stuck on what the membership provider settings should be. All the searches online are suggesting ..
     <membership defaultProvider="TableStorageMembershipProvider" userIsOnlineTimeWindow="20">
        <providers>
         <clear/>
         <add name="TableStorageMembershipProvider" type="Microsoft.Samples.ServiceHosting.AspProviders.TableStorageMembershipProvider"
           description="Membership provider using table storage" applicationName="WebFormAzureStore" />
        </providers>
       </membership>
    ..but that results in an error.
    Any help would be greatly appreciated.

  • Simple Membership Provider Migration Error

    I am trying to publish my website using Windows Azure. I have migrations enabled and I am also using Simple Membership Provider. When I publish the website the Simple Membership tables are created in my database but none of my other tables are created.
    I get the error "There is already an object named 'UserProfile' in the database." The migration works properly localy. How can I get the migration to work when publishing?

    Hi,
    Try to drop all tables created in your Azure database.
    You probally pushished your website before enabling migrations, so SimpleMembershipProvider create his tables with a another migration information unknown by your migrations.
    By default EF use CreateDatabaseIfNotExists initializer, so if you clear your database normally, EF apply all migrations.
    Bests regards,

  • Tutorial of Membership Provider

    I want to use ASP.net membership provider and enable to use data of user account in my customized database instead of the database that is created automatically by ASP.net Security.
    Problem statement:
    I can't find a user-friendly tutorial about creating a membership provider for a beginner.

    There is a tutorial available on MSDN:
    How to: Implement a Custom Membership User:
    http://msdn.microsoft.com/en-us/library/vstudio/ms366730(v=vs.100).aspx
    How to: Sample Membership Provider Implementation:
    http://msdn.microsoft.com/en-us/library/6tc47t75(v=vs.85).aspx
    http://msdn.microsoft.com/en-us/library/system.web.security.membershipprovider(v=vs.110).aspx
    If you have any more questions about this or any other questions that are related to ASP.NET you should ask these in the following forum and not here:
    http://forums.asp.net

  • Multi provider issue and not able perform BEx. Report

    Hi,
    I have one issue on multiprovider that is when I check the content of multi provider it say one info object does not exist.Actually this missing info object was set as navigational attribute in the ODS and at present this info object does not exist as navigational attribute in ODS and this info object does not exist in the environment at all.but still when we select the multiprovider it says info object missing. can any one suggest any reason for this.
    Regards,
    Ayyappa

    Hi Ayyappa,
    Oops misread the question.
    You can refresh the Administartor workbench screen and then retry. Anyways as Paolo said it is just a warning.
    Bye
    Dinesh

  • Oracle provider Issue in SQL Server 2005

    Hi all,
    On the dev server, I'm using SSAS 2005 (32-bytes) + Oracle provider for OLE DB to access my Oracle Database and it works perfectly.
    On the production server, SSAS 2005 is running on a 64-bytes platform.
    The Oracle client 10.2.0.1.0 (64 bits) has been installed containing the Oracle provider for OLE DB but unfortunately the Oracle provider for OLE DB does not appear in the list in BIDS when trying to create a date source.
    Could someone help ?
    Regards,
    Juan

    After much grief I figured this out and this works for me going from x64 sql 05 on windows server 2003 to x86 oracle 10g on another windows server 2003 box...
    Software Prerequisites
    •     x64 Oracle Client:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    •     x64 Oracle Data Access Components (ODAC) http://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html
    •     x86 Oracle Client:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    •     SQL Server 2005 SP2 (x64):
    http://www.microsoft.com/downloads/details.aspx?FamilyID=D07219B2-1E23-49C8-8F0C-63FA18F26D3A&displaylang=en
    Patch Level Required (As of Thursday, July 31, 2008):
    •     Microsoft SQL Server Management Studio: 9.00.3042.00
    •     Microsoft Analysis Services Client Tools: 2005.090.3042.00
    •     Microsoft Data Access Components (MDAC): 2000.086.3959.00 (srv03_sp2_rtm.070216-1710)
    •     Microsoft MSXML: 2.6 3.0 4.0 6.0
    •     Microsoft Internet Explorer: 7.0.5730.13
    •     Microsoft .NET Framework: 2.0.50727.42
    •     Operating System: 5.2.3790
    •     Oracle Data Access Components (ODAC): 10.2.0.3.00 (64-bit Oracle10g Release 2 ODAC for Windows x64)
    1. install the x64 and x86 oracle clients on the mssql box
    2. install the odac on the mssql
    3. Verify that the registry settings at
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI and
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSDTC\MTxOCI
    are correct:
    a.     OracleOciLib = oci.dll
    b.     OracleSqlLib = orasql10.dll
    c.     OracleXaLib = oraclient10.dll
    4. Verify that your tnsnames.ora and sqlnet.ora files have the correct info to connect to the source Oracle 10g (x86) 32 bit source. Note if there is a DNS or other name resolution problem in the environment you may need to change your host entry in your tnsnames file to be the actual I.P. address of the source Oracle box, until the network issue is resolved by the applicable environments network engineer. Additionally, note that if your client tnsnames.ora file is not configured to match the network topology in use, you will have issues… loopback configurations particularly cause grief.
    5. Update Machine.config Add the following binding policy:
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Oracle.DataAccess" publicKeyToken="89b483f429c47342" />
    <bindingRedirect oldVersion="2.0.0.0-10.9.9.9" newVersion="2.102.3.2" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    6. Save the following as a *.reg file and run it...
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSDTS\Setup\WizardPath]
    @="C:\\Progra~2\\Microsoft SQL Server\\90\\DTS\\Binn\\DTSWizard.exe"
    7. Save the following as a *.bat file...
    rem Progra~2 is short path name for "Program Files (x86)" and works around an Oracle client bug that doesn't like the ()'s in the path
    start /B "C:\Progra~2\Microsoft Visual Studio 8\Common7\IDE" "C:\Progra~2\Microsoft Visual Studio 8\Common7\IDE\devenv.exe"
    8. Save the following as a *.bat file...
    start /B "C:\Progra~2\Microsoft SQL Server\90\Tools\binn\VSShell\Common7\IDE" "C:\Progra~2\Microsoft SQL Server\90\Tools\binn\VSShell\Common7\IDE\SqlWb.exe"
    9. Create a shortcut that points to each of the batch files you just created and only launch BIDS or SSMS from those *.bat files...
    10. create your packages, etc., as normal, but you will not be able to fully test them from BIDS or SSMS because they are 32 bit running in 64 bit o/s...
    11. Create a job with a line similar to the following as a cmdexec type of job...
    "C:\Progra~2\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /FILE "C:\SomeWidget.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF
    12. your done...
    Best Regards, from a Las Vegas Bohemian...

  • Adding Unknown computers resources by direct membership rule issue

    Hi, everybody!
    Finally, i've got issue discrabed here
    http://blog.coretech.dk/kea/collections-not-being-refreshed-in-configmgr-2012-r2/
    In situation with large count of primary sites and unknown computers accounts (two for each site certainly),  it's placed to be a big problem deploying task sequences to unknown computers...The comfort and rigth decision in
    my thought is deploying tasks to site's unknown collection that contains two of all unknows (only each site x86 and x64 account) directly. But after creating those/that collections/collection per sites becomes alive previously noticed trouble....How
    can we add/devide unknown computers for deploying tasks on them....Situations with availiable lists of all task sequences (as you know right that occurs while deploying tasks to  unkonow built-in collection) of all hierarchy in installing process misleads
    primary sites sccm admins....there are situations with starting wrong tasks (belongs not to their site unknowns).....
    I repeat, adding each sites unkonws to separate collection directly occurs upper link problem...
    Is any idea, guys?         

    Jason, it is above 20 sites...
    I've noticed one thing: when i use collection adding direct membership rule wizard using "unknown computer" and it's "site code" like criteria, collecton working fine. As soon as, i use console's "adding to existing collection"
    capability clicking by right mouse click on one of the unknowns...it's gonna to be fail to update in previously described way..... 

  • Membership expired issue!!! Premiere pro CC 2014 issue generated from this error

    Hi Guys!
    I have an urgent matter. I keep having this message. I have no issues with the membership since it's paid until may 2015.
    Also in premiere pro cc 2014 I am having this error: this project contained a sequence that could not be opened. no sequence preview preset file or codec
    I've understand that this two problems are related.
    I've also searched the entire google for a solution, nothing out there works.

    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

Maybe you are looking for

  • Error when creating journal triggers

    I have table with 138 columns. When i try to generate journal triggers, HSU utility fails with error 6502 - numeric or value error. I was able to create journal triggers after i've deleted 30 rows. Are there any restrictions in number of columns when

  • StrokeThickness not applied to Path, in Windows Phone 8 Platform

    Hi, I'm currently developing WP8 app, in which i have used the following code snippet like this, C#:             Path segPath;             segPath = new Path();             segPath.StrokeThickness = 4;             segPath.Stroke  = new SolidColorBrus

  • Hide Button if Field Empty

    I have a view which I create a new button. I'm using a JSONModel to bind data to the button like so: var btnCall = new sap.m.Button('btnCall' { text: "{PHONE}",      press: [oController.onCall, oController]}); Not all records have a phone number, in

  • Question with Struts ActionServlet

    Hi,everybody. I have written a simple application using Struts.The program is used to validate a user who login to the system.I have added all *.jar library file of Struts 1.2.6 to the Tomcat project,But after I accessed to Login page,enter username

  • ITunes Radio temporarily unavailable ?!? What?

    Hello! First time writing here.. so I have the new iPhone 6 (I have had it for 2 weeks now) and everything worked well, until a few hours ago when my stations on itunes radio stopped working. it gives the message "X radio is temporarily unavailable.