Common Gotchas
1) Extra character in Certificate
Thumbprint – Go to Windows MMC, add the certificates snap-in (Ctrl M), select
any certificate properties and copy-paste its thumbprint in notepad to see it.
2) Enterprise library Semantic logging
(out-of-process) service not logging anything – Restart the service.
3) Enterprise library Semantic logging
will not write anything if any one of the parameter passed is null.
Example -
this.WriteEvent(2, FirstName, LastName, EncSSN, City);
will not write if anything if just “City” is null.
4) While configuring Quartz.NET scheduler with AdoNetJobStore (needed for clustered scenario), make sure no other instance of Quartz.NET scheduler is pointing to the same job store (database). Example - SIT Env Quartz.NET jobstore might be pointing to UAT Env. jobstore.
5) Sharing a folder in Windows will update the existing ACL list of the children folder. For example - Sharing the inetpub > "wwwroot" folder with read-only permissions for some colleagues removed "NetworkService" and "IIS_IUSRS" users from all its virtual directories physical folders.
4) While configuring Quartz.NET scheduler with AdoNetJobStore (needed for clustered scenario), make sure no other instance of Quartz.NET scheduler is pointing to the same job store (database). Example - SIT Env Quartz.NET jobstore might be pointing to UAT Env. jobstore.
5) Sharing a folder in Windows will update the existing ACL list of the children folder. For example - Sharing the inetpub > "wwwroot" folder with read-only permissions for some colleagues removed "NetworkService" and "IIS_IUSRS" users from all its virtual directories physical folders.
No comments:
Post a Comment