<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Litware HR - A Multitenant sample application</title><link>http://www.codeplex.com/LitwareHR/Project/ProjectRss.aspx</link><description>Litware HR is a fictitious HR application providing recruitment management software delivered as a service &amp;#40;SaaS&amp;#41;. The main objective of this application is to provide architecture and developer gu...</description><item><title>New Post: Datacenter Provisioning fails with ADAM error</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=30939</link><description>&lt;div style="line-height: normal;"&gt;We've attempted without success to install the Production 1.0.0 on our Windows Server 2003 R2 x64&amp;nbsp;&amp;nbsp; The Production 1.0.0 was the first public release of LitwareHR.&amp;nbsp; The system requirements for that release called for W2K3 SP1 or R2&lt;br&gt;
&lt;br&gt;
So what happens is the creation of the ADAM configuration fails&amp;nbsp;with the IdentityStore_ADAMInstanceConfigurator.exe throwing an exception;&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;Unhandled Exception: System.Reflection.TargetInvocationException: Suystem.DirectoryServices.DirectServiceCOMexception (0x8007202f): A constraint violation occurred. ---- End of inner exception stack trace ---- at System.DirectoryServices.DirectoryEntry.Invoke(String methodName, Object[] args) at Provisioning.Library.ADAM.ADAMManager.CreateUser(String userDistinguishedName, String cpn, String password, String email, String instancePort, DirectoryEntry parentDE) as ADAMInstanceConfigurator.Program.Main(String[] args)&lt;br&gt;
&lt;br&gt;
Any suggestions would be appreciated.&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>dhollas</author><pubDate>Tue, 15 Jul 2008 23:19:31 GMT</pubDate><guid isPermaLink="false">New Post: Datacenter Provisioning fails with ADAM error 20080715111931P</guid></item><item><title>New Post: Why does authorization not use AzMan?</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=30855</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Our goal was to&amp;nbsp;demonstrate Claim based security (authorization to be more explicit). In this context, &amp;quot;actions&amp;quot; is just one type of claim, but Litware infrastructure is more generic, so you we could expand it to use other claim types (e.g. &amp;quot;Gold Package&amp;quot;, &amp;quot;Silver Pacakage&amp;quot;). This enables federation between two organizations, with all the good things about that.&lt;br&gt;
&lt;br&gt;
Actions (which translate to the operations in LWHR or res#op claim type in Bizatlk Identity Services) are just convenient of course, because the ServiceAuthzManager is straight forward.&lt;br&gt;
&lt;br&gt;
I guess, we &lt;em&gt;could &lt;/em&gt;have used the same store, but I guess it&amp;nbsp;was just simpler to do this.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
Frankly,&amp;nbsp;in retrospective, I would probably mock out all the identity store using an in-memory implementation (just one less dependency to worry about, as demonstrated in other threads of this forum)&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
kim777 wrote:&lt;br&gt;
I'm interested to find out why the developers choose to use ADAM/AD to store the Users, Roles and the relationship between them but to put the Actions and the association between Actions and Roles in the database 'TenantMetadataStore'. &lt;br&gt;
&lt;br&gt;
It seems the &lt;a href="http://msdn.microsoft.com/en-us/library/ms998331.aspx"&gt;AzMan &lt;/a&gt;library provides authorization by storing users, roles and actions (called operations) also in ADAM/AD.&lt;br&gt;
&lt;br&gt;
Why was the current design chosen instead of either&lt;br&gt;
- store Users, Roles and Actions in ADAM and&amp;nbsp;manage the&amp;nbsp;Actions using the same API currently used for users and roles&lt;br&gt;
- use AzMan to&amp;nbsp;manage ADAM&amp;nbsp;&amp;nbsp;containing Users, Roles, Actions.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Kim&lt;br&gt;
&lt;br&gt;
BTW: great example code, but where are your code comments ;) &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Tue, 15 Jul 2008 17:42:38 GMT</pubDate><guid isPermaLink="false">New Post: Why does authorization not use AzMan? 20080715054238P</guid></item><item><title>New Post: Network Load Balancing</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27789</link><description>&lt;div style="line-height: normal;"&gt;I understand. Honestly, I don't know top of my head, but I will do some research.&lt;br&gt;
&lt;br&gt;
There are 2 layers though: the web sites and the web services. Nothing should prevent you to use NLB with no affintiy on the web sites. What we are talking here is what happens between the sites and the WCF web services, which as Hamdan says, uses wsFederationBinding. I need to dig into the WCF docs to see how you can achieve this.&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
aakshir wrote:&lt;br&gt;
OK NLB can be configured this way, but reliability is an essential factor of SaaS if you are going to convince the long tail isnt it? So isnt there a reliable NLB configuration you recommend other than &amp;quot;with affinity&amp;quot; which suits the WCF architecture litwareHR is built on? After all it's something that we can't hide from which is this kind of applications is not meant to be installed on a single server! &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Tue, 15 Jul 2008 17:32:28 GMT</pubDate><guid isPermaLink="false">New Post: Network Load Balancing 20080715053228P</guid></item><item><title>New Post: Datacenter Provisioning fails with ADAM error</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=30939</link><description>&lt;div style="line-height: normal;"&gt;Which version of LitwareHR are you using?&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
dhollas wrote:&lt;br&gt;
Using the Production 1.0 version on Windows Server 2003 R2 x64 &lt;br&gt;
&lt;br&gt;
The creation of the ADAM configuration was unsuccessful and fails&amp;nbsp;with the IdentityStore_ADAMInstanceConfigurator.exe throwing an exception;&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;Unhandled Exception: System.Reflection.TargetInvocationException: Suystem.DirectoryServices.DirectServiceCOMexception (0x8007202f): A constraint violation occurred. ---- End of inner exception stack trace ---- at System.DirectoryServices.DirectoryEntry.Invoke(String methodName, Object[] args) at Provisioning.Library.ADAM.ADAMManager.CreateUser(String userDistinguishedName, String cpn, String password, String email, String instancePort, DirectoryEntry parentDE) as ADAMInstanceConfigurator.Program.Main(String[] args)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Any suggestions would be appreciated.&lt;/p&gt;
&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Tue, 15 Jul 2008 17:27:26 GMT</pubDate><guid isPermaLink="false">New Post: Datacenter Provisioning fails with ADAM error 20080715052726P</guid></item><item><title>New Post: Network Load Balancing</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27789</link><description>&lt;div style="line-height: normal;"&gt;OK NLB can be configured this way, but reliability is an essential factor of SaaS if you are going to convince the long tail isnt it? So isnt there a reliable NLB configuration you recommend other than &amp;quot;with affinity&amp;quot; which suits the WCF architecture litwareHR is built on? After all it's something that we can't hide from which is this kind of applications is not meant to be installed on a single server!
&lt;/div&gt;</description><author>aakshir</author><pubDate>Mon, 07 Jul 2008 18:08:51 GMT</pubDate><guid isPermaLink="false">New Post: Network Load Balancing 20080707060851P</guid></item><item><title>New Post: Datacenter Provisioning fails with ADAM error</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=30939</link><description>&lt;div style="line-height: normal;"&gt;Using the Production 1.0 version on Windows Server 2003 R2 x64 &lt;br&gt;
&lt;br&gt;
The creation of the ADAM configuration was unsuccessful and fails&amp;nbsp;with the IdentityStore_ADAMInstanceConfigurator.exe throwing an exception;&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;Unhandled Exception: System.Reflection.TargetInvocationException: Suystem.DirectoryServices.DirectServiceCOMexception (0x8007202f): A constraint violation occurred. ---- End of inner exception stack trace ---- at System.DirectoryServices.DirectoryEntry.Invoke(String methodName, Object[] args) at Provisioning.Library.ADAM.ADAMManager.CreateUser(String userDistinguishedName, String cpn, String password, String email, String instancePort, DirectoryEntry parentDE) as ADAMInstanceConfigurator.Program.Main(String[] args)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Any suggestions would be appreciated.&lt;/p&gt;
&lt;/span&gt;
&lt;/div&gt;</description><author>dhollas</author><pubDate>Sun, 06 Jul 2008 05:25:41 GMT</pubDate><guid isPermaLink="false">New Post: Datacenter Provisioning fails with ADAM error 20080706052541A</guid></item><item><title>New Post: Why does authorization not use AzMan?</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=30855</link><description>&lt;div style="line-height: normal;"&gt;I'm interested to find out why the developers choose to use ADAM/AD to store the Users, Roles and the relationship between them but to put the Actions and the association between Actions and Roles in the database 'TenantMetadataStore'. &lt;br&gt;
&lt;br&gt;
It seems the &lt;a href="http://msdn.microsoft.com/en-us/library/ms998331.aspx"&gt;AzMan &lt;/a&gt;library provides authorization by storing users, roles and actions (called operations) also in ADAM/AD.&lt;br&gt;
&lt;br&gt;
Why was the current design chosen instead of either&lt;br&gt;
- store Users, Roles and Actions in ADAM and&amp;nbsp;manage the&amp;nbsp;Actions using the same API currently used for users and roles&lt;br&gt;
- use AzMan to&amp;nbsp;manage ADAM&amp;nbsp;&amp;nbsp;containing Users, Roles, Actions.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Kim&lt;br&gt;
&lt;br&gt;
BTW: great example code, but where are your code comments ;)
&lt;/div&gt;</description><author>kim777</author><pubDate>Fri, 04 Jul 2008 03:54:57 GMT</pubDate><guid isPermaLink="false">New Post: Why does authorization not use AzMan? 20080704035457A</guid></item><item><title>Source code checked in, #13257</title><link>http://www.codeplex.com/LitwareHR/SourceControl/ListDownloadableCommits.aspx</link><description>GeoRSS util libraries used for Virtual Earth mashup. It includes&amp;#58; library, unit tests and simple GeoRSS Feed sample for demonstration.</description><author>eugeniop</author><pubDate>Tue, 01 Jul 2008 19:41:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #13257 20080701074141P</guid></item><item><title>Source code checked in, #13041</title><link>http://www.codeplex.com/LitwareHR/SourceControl/ListDownloadableCommits.aspx</link><description>LitwareHR - May 2008 Release &amp;#40;this is essentially the same content you get when yuo download the MSI from the releases section and run it on your desktop&amp;#41;</description><author>eugeniop</author><pubDate>Mon, 30 Jun 2008 16:57:24 GMT</pubDate><guid isPermaLink="false">Source code checked in, #13041 20080630045724P</guid></item><item><title>New Post: Build fails on Vista Home Premuim and VS2008</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27401</link><description>&lt;div style="line-height: normal;"&gt;Installing Vista SP1 did solve the issue with 'OpenRemote'.&amp;nbsp; But It is a two-edge sword.&amp;nbsp; The ADAM ADS&amp;nbsp;is not compatable with Vista SP1.&amp;nbsp;&amp;nbsp;&amp;nbsp; The install&amp;nbsp;still fails.&amp;nbsp; I have run into the same issue&amp;nbsp;noted&amp;nbsp;within another thread &amp;nbsp;&amp;nbsp;&lt;a href="http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=29147"&gt;http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=29147&lt;/a&gt;&lt;br&gt;
Any suggestions is appreciated.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
pgnanaprakash wrote:&lt;br&gt;
If it is the missing component, it will show the error on reference. am I right? What it throw the error was, it doesn't have the function on ServerManager class. After installing the SP1 for Vista, it solved.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>dhollas</author><pubDate>Fri, 27 Jun 2008 04:27:20 GMT</pubDate><guid isPermaLink="false">New Post: Build fails on Vista Home Premuim and VS2008 20080627042720A</guid></item><item><title>New Post: Build fails on Vista Home Premuim and VS2008</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27401</link><description>&lt;div style="line-height: normal;"&gt;If it is the missing component, it will show the error on reference. am I right? What it throw the error was, it doesn't have the function on ServerManager class. After installing the SP1 for Vista, it solved.&lt;br&gt;
&lt;/div&gt;</description><author>pgnanaprakash</author><pubDate>Mon, 23 Jun 2008 06:59:49 GMT</pubDate><guid isPermaLink="false">New Post: Build fails on Vista Home Premuim and VS2008 20080623065949A</guid></item><item><title>Commented Issue: An error was encountered while creating the virtual folder</title><link>http://www.codeplex.com/LitwareHR/WorkItem/View.aspx?WorkItemId=2398</link><description>Hello,&lt;br /&gt;&lt;br /&gt;After I finished the data center provisioning, I proceed to run tenant provisioning. I encountered the following error after I enter the data for Contoso. The following is the detail of error message and stack trace. Can anyone help me on this issue or give me some pointer as to what I have done wrong&amp;#63; I am currently running this on Window 2003 R2. I logged in as administrator. Thanks. &lt;br /&gt;&lt;br /&gt;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#34;An error was encountered while creating the virtual folder&amp;#34; &lt;br /&gt;Description&amp;#58; An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.ServiceModel.FaultException&amp;#96;1&amp;#91;&amp;#91;System.ServiceModel.ExceptionDetail, System.ServiceModel, Version&amp;#61;3.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b77a5c561934e089&amp;#93;&amp;#93;&amp;#58; &amp;#34;An error was encountered while creating the virtual folder&amp;#34;&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 42&amp;#58;             public void DoProvisioning&amp;#40;string tenantName, string tenantAlias, int domainModel, string adminPassword&amp;#41;&lt;br /&gt;Line 43&amp;#58;             &amp;#123;&lt;br /&gt;Line 44&amp;#58;                 base.Channel.DoProvisioning&amp;#40;tenantName, tenantAlias, domainModel, adminPassword&amp;#41;&amp;#59;&lt;br /&gt;Line 45&amp;#58;             &amp;#125;&lt;br /&gt;Line 46&amp;#58; &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; c&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft AST&amp;#92;LitwareHR&amp;#92;Src&amp;#92;Litware&amp;#92;LitwareHR.Portfolio.Gateways&amp;#92;ProvisioningGateway.cs    Line&amp;#58; 44 &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;FaultException&amp;#96;1&amp;#58; &amp;#34;An error was encountered while creating the virtual folder&amp;#34;&amp;#93;&lt;br /&gt;   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41; &amp;#43;1779570&lt;br /&gt;   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41; &amp;#43;826&lt;br /&gt;   LitwareHR.Portfolio.Contract.IProvisioningUC.DoProvisioning&amp;#40;String tenantName, String tenantAlias, Int32 domainModel, String adminPassword&amp;#41; &amp;#43;0&lt;br /&gt;   LitwareHR.Portfolio.Gateways.UnSecureChannel.DoProvisioning&amp;#40;String tenantName, String tenantAlias, Int32 domainModel, String adminPassword&amp;#41; in c&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft AST&amp;#92;LitwareHR&amp;#92;Src&amp;#92;Litware&amp;#92;LitwareHR.Portfolio.Gateways&amp;#92;ProvisioningGateway.cs&amp;#58;44&lt;br /&gt;   LitwareHR.Portfolio.Gateways.ProvisioningGateway.DoProvisioning&amp;#40;String tenantName, String tenantAlias, Int32 domainModel, String adminPassword&amp;#41; in c&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft AST&amp;#92;LitwareHR&amp;#92;Src&amp;#92;Litware&amp;#92;LitwareHR.Portfolio.Gateways&amp;#92;ProvisioningGateway.cs&amp;#58;34&lt;br /&gt;   TryWizard_Default.DoProvisioningButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in c&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft AST&amp;#92;LitwareHR&amp;#92;Src&amp;#92;Litware&amp;#92;Litware.WebSite&amp;#92;TryWizard&amp;#92;Default.aspx.cs&amp;#58;42&lt;br /&gt;   System.Web.UI.WebControls.Button.OnClick&amp;#40;EventArgs e&amp;#41; &amp;#43;105&lt;br /&gt;   System.Web.UI.WebControls.Button.RaisePostBackEvent&amp;#40;String eventArgument&amp;#41; &amp;#43;107&lt;br /&gt;   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent&amp;#40;String eventArgument&amp;#41; &amp;#43;7&lt;br /&gt;   System.Web.UI.Page.RaisePostBackEvent&amp;#40;IPostBackEventHandler sourceControl, String eventArgument&amp;#41; &amp;#43;11&lt;br /&gt;   System.Web.UI.Page.RaisePostBackEvent&amp;#40;NameValueCollection postData&amp;#41; &amp;#43;33&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;5102&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;2.0.50727.42&amp;#59; ASP.NET Version&amp;#58;2.0.50727.42&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;Boon&lt;br /&gt;Comments: ** Comment from web user: pgnanaprakash ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am also facing the problem.&lt;/p&gt;&lt;p&gt;My environment is &lt;/p&gt;&lt;p&gt;Vista Enterprise with SP1&lt;br /&gt;VS 2008&lt;br /&gt;IIS 7.0&lt;/p&gt;&lt;p&gt;Anybody knows about ADAM for vista&amp;#63;&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Prakash&lt;/p&gt;</description><author>pgnanaprakash</author><pubDate>Mon, 23 Jun 2008 06:48:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: An error was encountered while creating the virtual folder 20080623064859A</guid></item><item><title>New Post: Build fails on Vista Home Premuim and VS2008</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27401</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
pgnanaprakash wrote:&lt;br&gt;
Hi all,&lt;br&gt;
&lt;br&gt;
I resolved this issue by installing Vista SP1. :)&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Prakash &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
My best guess is a missign component. Did you run the &amp;quot;dependency checker&amp;quot; tool beforehand?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Mon, 23 Jun 2008 03:18:37 GMT</pubDate><guid isPermaLink="false">New Post: Build fails on Vista Home Premuim and VS2008 20080623031837A</guid></item><item><title>New Post: ProvisioningService.svc could not be activated</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=20800</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
pgnanaprakash wrote:&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
I am also getting the same error. Please help me to resolve it.&lt;br&gt;
&lt;br&gt;
my working environment is &lt;br&gt;
&lt;br&gt;
Vista Enterprise&lt;br&gt;
IIS 7.0&lt;br&gt;
VS 2008 Prefessional Edition&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Prakash &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;p&gt;Have you checked the event log? Ca you please post the exception?&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Mon, 23 Jun 2008 03:02:32 GMT</pubDate><guid isPermaLink="false">New Post: ProvisioningService.svc could not be activated 20080623030232A</guid></item><item><title>New Post: Survey - Areas of interest</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=29953</link><description>&lt;div style="line-height: normal;"&gt;Hi... I do have a specific suggestion for SSDS functionality.&lt;br&gt;
&lt;br&gt;
In a multi-tenanted application, specific database tables can hold the data for many 'Tenant' companies.&amp;nbsp; For security reasons, it&amp;nbsp;is essential to ensure that the users of a particular&amp;nbsp;'Tenant' company only see&amp;nbsp;data belonging to that Tenant company.&lt;br&gt;
&lt;br&gt;
Within SQL sever, I believe that it is possible to create a 'view' on the database schema to help implement the&amp;nbsp;required separation.&amp;nbsp;&amp;nbsp;The SaaS/Multi-tenancy developer then programmes against the 'view' and then, even if a mistake is made in the programming of the 'where' clause (e.g.&amp;nbsp; accidentally omitting 'where Tenant ID = 123') then the query&amp;nbsp;does not go on to include&amp;nbsp;the data belonging to other Tenant companies.&lt;br&gt;
&lt;br&gt;
It would be great if such a 'view' could be implemented in SSDS to help insulate data&amp;nbsp;in the Containers and Entities, for each tennant and provide some protection for the application developer.&lt;br&gt;
&lt;br&gt;
Please let me know if you you need further explaination.&lt;br&gt;
&lt;br&gt;
Rgds&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;
&lt;/div&gt;</description><author>Northlondonguy</author><pubDate>Sun, 22 Jun 2008 20:58:26 GMT</pubDate><guid isPermaLink="false">New Post: Survey - Areas of interest 20080622085826P</guid></item><item><title>New Post: Build fails on Vista Home Premuim and VS2008</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27401</link><description>&lt;div style="line-height: normal;"&gt;Hi all,&lt;br&gt;
&lt;br&gt;
I resolved this issue by installing Vista SP1. :)&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Prakash
&lt;/div&gt;</description><author>pgnanaprakash</author><pubDate>Sun, 22 Jun 2008 16:35:10 GMT</pubDate><guid isPermaLink="false">New Post: Build fails on Vista Home Premuim and VS2008 20080622043510P</guid></item><item><title>New Post: Build fails on Vista Home Premuim and VS2008</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=27401</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
I am also facing this issue in my VISTA configuration.&lt;br&gt;
&lt;br&gt;
Any clue to resolve this?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Prakash&lt;br&gt;
&lt;/div&gt;</description><author>pgnanaprakash</author><pubDate>Sun, 22 Jun 2008 09:01:37 GMT</pubDate><guid isPermaLink="false">New Post: Build fails on Vista Home Premuim and VS2008 20080622090137A</guid></item><item><title>New Post: ProvisioningService.svc could not be activated</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=20800</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
I am also getting the same error. Please help me to resolve it.&lt;br&gt;
&lt;br&gt;
my working environment is &lt;br&gt;
&lt;br&gt;
Vista Enterprise&lt;br&gt;
IIS 7.0&lt;br&gt;
VS 2008 Prefessional Edition&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Prakash
&lt;/div&gt;</description><author>pgnanaprakash</author><pubDate>Sun, 22 Jun 2008 07:51:25 GMT</pubDate><guid isPermaLink="false">New Post: ProvisioningService.svc could not be activated 20080622075125A</guid></item><item><title>New Post: Survey - Areas of interest</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=29953</link><description>&lt;div style="line-height: normal;"&gt;Hi Eugenio,&lt;br&gt;
&lt;br&gt;
Thank you for the opportunity to provide some input.&lt;br&gt;
&lt;br&gt;
I am evaluating SSDS primarily as a candidate for re-writing a commercial (Web based) application package as a single instance, multi-tenanted SaaS application.&amp;nbsp; (Similar to SalesForce.com) but in a different vertical.&amp;nbsp; Users will have a high proportion of windows mobile devices (50%) as well as windows desktop computers (50%).&lt;br&gt;
&lt;br&gt;
Right now, I am primarily&amp;nbsp;interested in:&lt;br&gt;
&lt;br&gt;
Multi-Tenancy support&lt;br&gt;
Tooling&lt;br&gt;
Screen (Web Page) generation&lt;br&gt;
Report Generation&lt;br&gt;
n-tier, application framework (linking/controlling: UI, presentation, business, data and&amp;nbsp;persistance layers)&lt;br&gt;
Internationalization&lt;br&gt;
&lt;br&gt;
I am 'subscribing' to Microsoft's S+S model and would very much like the&amp;nbsp;application&amp;nbsp;to be able to use&amp;nbsp;SSDS running&amp;nbsp;both 'in the cloud' and&amp;nbsp;'on-premise', as required by the customer(s).&lt;br&gt;
&lt;br&gt;
Hope this helps.&lt;br&gt;
&lt;br&gt;
Rgds.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Northlondonguy</author><pubDate>Fri, 20 Jun 2008 22:13:45 GMT</pubDate><guid isPermaLink="false">New Post: Survey - Areas of interest 20080620101345P</guid></item><item><title>New Post: Survey - Areas of interest</title><link>http://www.codeplex.com/LitwareHR/Thread/View.aspx?ThreadId=29953</link><description>&lt;div style="line-height: normal;"&gt;As I enter a planning period, I'd very much appreciate any input folks might have for us. I'm interested in learning from you what areas would&amp;nbsp;like us to cover in our next set of deliverables. &lt;br&gt;
&lt;br&gt;
Examples:&lt;br&gt;
&lt;br&gt;
- Security aspects (SSO, identity federation, etc)&lt;br&gt;
- Integration (data &amp;amp; process)&lt;br&gt;
- Database design&lt;br&gt;
- Performance &amp;amp; scalability&lt;br&gt;
- Tooling&lt;br&gt;
&lt;br&gt;
My hope is to get a general idea of the areas first, and then&amp;nbsp;put together a set of more structured questions to get more details.&lt;br&gt;
&lt;br&gt;
Thanks in advance!&lt;br&gt;
Eugenio&lt;br&gt;
&lt;/div&gt;</description><author>eugeniop</author><pubDate>Thu, 19 Jun 2008 18:40:05 GMT</pubDate><guid isPermaLink="false">New Post: Survey - Areas of interest 20080619064005P</guid></item></channel></rss>