Ok, so i just figured this out abd thought i would post my solution in case it can help someone else.
The solution was to flush the memcached cache on the server using the following command:
echo ‘flush_all’ | nc localhost 11211
Cleared the cache and problem was solved. ??
/Jarnek