Hi,
RTAB-Map database versions are backward compatible, so 0.11.7 should be readable from higher application versions (but not the inverse). The problem here is more that ros cannot find the rtabmap node in rtabmap_ros package. Make sure you source the setup.bash from /opt/ros/{ros_version}, if you have kinetic:
$ source /opt/ros/kinetic/setup.bash
cheers