New Post: Problem with role delegate and mmc snap in
I suppose you’re talking about the sp dbo.GetDBusers ?Here is the code : ALTERFUNCTION [dbo].[netsqlazman_GetDBUsers](@StoreName nvarchar(255), @ApplicationNamenvarchar(255),...
View ArticleNew Post: Problem with role delegate and mmc snap in
SP code seems good. I would try to download the NetSqlAzMan source code and go to Debug. I can not think of another. Let me know. Andrea.
View ArticleNew Post: Guide is not good enough
That's the same thing that I am running into. Either I am over thinking the way to setup security or some additional documentation will be helpful.
View ArticleCreated Unassigned: Role provider and username format [12508]
I have a question regarding this topic.I'm actually using netsqlazman with forms auth with kerberos protocol transition, I have a multi tenant app (each tenant has specific upn suffix). when role...
View ArticleNew Post: Installation of WCF Cache service leads to crash of NetSqlAzMan...
Hi, After installing the WCF Cache service, i try to open the NetSQLAzMan Auhtorization manager MMC SnapIn. But the mmc snapin crashes when i try to open it. Can someone please tell me what could be...
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
Hi, Is there a way to invalidate StorageCache? I dont want to use WCF Cache service. Regards Rashmi
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
Use theNetSqlAzMan.Cache.StorageCache.BuildStorageCache() method.
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
Thanks Andrea. But how do i invalidate this StorageCache ?
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
Just invoke that method on your StorageCache instance ... I cannot understand your question. O_O
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
Hi Andrea, NetSqlAzMan has two ways of caching the store data. 1)WCF cache service 2)NetSqlAzMan.Cache.StorageCache I want to use the second option. Now, "NetSqlAzMan.Cache.StorageCache" class does not...
View ArticleNew Post: InvalidateCache for StorageCache Mechanism
RashmiSingh, once again my answer is the same. The cache can be invalidated, rebuilding it by invoking the method BuildStorageCache() of your StorageCache instance.
View ArticleNew Post: Destination array is not long enough to copy all the required data....
Hi, Did you find a solution for this error ? I am facing the same issue while building the cache. Thanks
View ArticleNew Post: export
how do I make the export work, either for the store or an application. I have the following code: StringBuilder sb = new StringBuilder(); XmlWriter xWrt = XmlWriter.Create(sb);...
View ArticleNew Post: export
Hi, the last parameter of the Export method (owner object) is the object from which you are exporting ... (this is for design requirements) See the example below: StringBuilder sb = new...
View ArticleNew Post: export
I tried your suggestions, and I don't get anything back from export. I know I have authorizations, any thoughts? Thanksben
View ArticleNew Post: export
StringBuilder sb =newStringBuilder();XmlWriter xWrt =XmlWriter.Create(sb,newXmlWriterSettings { ConformanceLevel =ConformanceLevel.Fragment });StringBuilder sb =newStringBuilder();XmlWriter xWrt...
View ArticleNew Post: Using RoleProvider in TransactionScope
Hello there! I am using NetSqlAzMan v3.6.0.15 Roles Provider in a WPF application. We have one module where we use the provider.RemoveUsersFromRoles() provider.AddUsersToRoles() methods to update the...
View Article