go to post Oren Wolf · Oct 31, 2017 if you're connecting to an IP address - this should be transparent.when a failover happens, the backup takes ownership of the VIP address as part of the process of it becoming a primary, you can find out more details in the documentation - here
go to post Oren Wolf · Oct 30, 2017 I've posted the 'Clustering options for high availability and scalability' slides on SlideShare (here)
go to post Oren Wolf · Apr 13, 2017 @Sven,Caché does not support outgoing NTLM authentication, EWS will have to be configured to allow basic authentication which in turn allows Caché to provide a username/password from that domain.The connection can be made more secure by requiring TLS prior to transmission or requiring client certificate authorization.Oren
go to post Oren Wolf · Apr 3, 2017 Sven,which direction are you talking about?incoming - clients coming into Caché providing credentials that need to be authenticated against Active Directoryoutgoing - Caché/Ensemble needs to authenticate against a third party service and needs to provide credentials that can be authenticated against Active DirectoryOren
go to post Oren Wolf · Oct 14, 2016 Just to clarify regarding option 1, the idea is to add the extent index to the USA.President class like thisClass USA.President extends USA.Person{Property PresNumber as %Integer;Index PresNumberIDX on PresNumber;Index Extent [Type=Bitmap, Extent];}
go to post Oren Wolf · Sep 12, 2016 Kevin, FWIW i've setup a mirror on windows 10 & 7 and doing so through the management portal was fairly easy and straight forward (assuming you remember to turn off windows firewall or open the right ports before you start)I'd also repeat an earlier comment - remember that if you're setting failover mirror with those two machines, operations can failover from one to the other, i suspect that's not what you're looking for so you might want to make the second member an async member.