This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Feb 14, 2017, 10:17 AM
51 Posts
topic has been resolvedResolved

Problem with GetMachineInfo([IP]) function....

  • Category: Domino Server
  • Platform: All Platforms
  • Release: 9.0.1
  • Role:
  • Tags: Policy,Machine specific
  • Replies: 2

We need to apply Desktop policies - Managed replica via custom specific formula settings. This selection should be based on IP addresses of client.

 

However, it seems to be some problem with our syntax - we have tried following formulas without success:

 

a) @If(@GetMachineInfo([IP];"192.168");"7";"8");

b) @If(@GetMachineInfo([IP];"192.168.*.*");"7";"8");

c) @If(@GetMachineInfo([IP];"192.168.15.200");"7";"8");

 

The formula based on "[IsLaptop]" keyword works:

@If(@GetMachineInfo([IsLaptop]);"7";"8");

 

Where is my problem with [IP] keyword syntax?

 

Thanks..

Feb 16, 2017, 8:40 AM
51 Posts
Works with @Contains based formula...

... thanks for tip!

 

BTW: Before submitting my question, I tried @Begins function (to test output of @GetMaichInfo([IP]) - without success (even when the same formula worked in button). Therefore I expected some deeper problem :-)...

 

 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal