I'm trying to configure interrupt mode in ROAK but VME acknowledge cycle is not performed.
Your use of the API looks correct for the two lines you quoted. What type of resource is LCibleSession? Based on your original post and your followups, I think you are using a VME (rather than VXI) INSTR resource, with a pseudo-LA; let me know if that is not correct (for example, let me know if this is a real VXI INSTR with a VXI logical address, or maybe a BACKPLANE resource).
For VME resources, the INSTR will receive the interrupt based on the interrupt mask for that resource, which is controlled by how the VME pseudo-LA is set up in MAX, so please check that MAX has the correct configuration for your VME device.
Your NI-VXI 3.x CD includes a utility called BusMonitor which can be used to check the status of a particular VXI bus, including one on the other side of a MXI connection, to see if the software sees an interrupt pending there. You can also open the BACKPLANE resource (probably easiest to do this in VISA Interactive Control) and check VI_ATTR_VXI_VME_INTR_STATUS yourself, which is what BusMonitor does, to see if the VME-MXI-2 sees the interrupt. If the VME-MXI-2 sees it and the PCI-MXI-2 doesn't, there may be a problem with the interrupt not being routed out of the chassis due to the MAX interrupt configuration, and you'll want to check that configuration on your VME-MXI-2 in MAX. You can also confirm the interrupt routing yourself by reading the appropriate register from the VME-MXI-2's A16 configuration space: offset 0x12 should be something like 0x7f00 (refer to the VXI-6 specification for details) where the 0x7f byte enables the 7 interrupt levels for routing and the 0x00 byte routes them all out of the chassis, from VME to MXI.
Often VME devices are RORA (not ROAK) and the VISA specification does not support RORA; if you need that functionality, let us know and we may be able to describe some unsupported NI-specific extensions we use internally to support RORA. Based on your last post it sounds like ROAK should work for you, but I just wanted to mention that in case it affects you.
-Scot