Translators not loaded --- Translators error in Dreamweaver for coldfusion.htm
I use Dreamweaver 8 on Windows XP and recently started to get this error message for no reason. It just started one day. the following translators were not loaded due to errors coldfusion.htm has configuration information that is invalid. This could also happen for XSLT.htm has configuration information that is invalid, ASP.htm: has configuration information that is invalid. ASP.NET.htm: has configuration information that is invalid. and so on. The solution to this problem is to delete FileCache_X.dat files from the Dreamweaver user configuration folder, where X is a random number and it could be different for your system. See below Dreamweaver 8 on Windows XP: C:\Documents and Settings\[username]\Application Data\Macromedia\Dreamweaver 8\Configuration All the best. I was able to successfully solve this problem
Comments
Happy Eud to you. I've seen your post about using SAML with your custom Web Application. So I'd like to know if you have succeeded in implementing SAML there. Also I want to ask you the following.
- Do you know if there is a list of servers and applications that support SAML? Also is there a list of AAA servers that do support such protocol too.
- As far as I see, it's meant to be used with web applications only, so is there any alternative solutions for non web applications (telnet server for example)?
Thanks
Yes, I have been successful in implementing SAML. As for your questions, see below :
1. There are some companies out there who provide you SAML solution i.e. as a IDP (identity provider) or as a Source provider.
The ones I came across were
http://www.actividentity.com/solutions/technology/esso__overview.php
http://www.pingidentity.com/landing-pages/secure_sso.cfm?gcid=S31179x001-SINGLELP&keyword=single%20sign-on&gclid=CKnPmsuIz5YCFRJexwodtm4WxQ
http://www.quest.com/authentication-services/
2. Yeah, i have seen SAML for web applications so far but I believe pingidentity has some implementation wherein, you get software/application, which keeps running like a server and listens to the incoming requests.
I dont know the scope of your project, but all this is done using Java api's. Most preferred out there are OPENSAML and Apache XML Security Library.
I hope the information helps.