I was finally able to track down some hardware and was able to get the attached example to work. For some reason, implicitly pulling the sample clock timebase from the 4472 isn't working. Instead, I had to explicitly export the sample clock timebase on the 4472 across the PXI-Star trigger line to the appropriate PXI slot. Then the 6115 could import the timebase by using the PXI-Star trigger line as it's sample clock timebase. You'll notice this is done in the revised example through the DAQmx Export Signal property node.
Finally, some explanation on the topology of the PXI-Star trigger lines may be in order. The star trigger lines are equal length point to point connections connecting slot 2 to slots 3 - 15. This enables the device in slot 2 to selectively fan out a trigger or clock to any of the devices in slots 3 - 15. It is across these trigger lines that the 4472 is sending the sample clock timebase to the 6115. However, the name of the trigger line to use in the terminal control may not be intuitive. The trigger line that connects slots 2 and 3 is PXI_Star 0. The line that connects slots 2 and 4 is PXI_Star 1, and so on up to PXI_Star 12 on an 18 slot chassis. In the current example, I am connecting a 4472 in slot 2 with a 6115 in slot 4 by using PXI_Star 1. You may need to change this depending on the placement of your boards. Also, if you plan to synchronize more the one 6115 with the 4472, you will need to export the sample clock timebase on each dedicated star trigger line. This can be done through the DAQmx Export Signal Property Node by using a comma separated list of terminal names instead of just a single terminal name.
Hopefully this will be the one that gets things working for you. Out of curiousity, what type of application are you trying to solve by synchronizing these two boards?