CAFT Message: Transfer time limit exceeded UNIX NIS Directory
search cancel

CAFT Message: Transfer time limit exceeded UNIX NIS Directory

book

Article ID: 53004

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Sometimes when adding a UNIX namespace you can get the following message:
"CAFT Message: Transfer time limit exceeded UNIX NIS Directory"

Environment

Release:
Component: Identity Manager

Cause

The reason for this is a combination between the network and the fact that default protocol for CAM/CAFT is UDP.

Resolution

Possible fix is to change the protocol on both the server and your clients to TCP.

On your server (where your IM C++ Connector Server is running):

camconfig *paths "<Your_Unix_endpoint_host_name> protocol=tcp"
camsave persist 

On your UNIX endpoint:

cd 'cat /etc/catngcampath'/bin           
./camconfig *paths "<YOUR_SERVER_NAME> protocol=tcp"       
./camsave persist

The above commands will switch CAM/CAFT communication to TCP port only between the specified Unix machine and IM CCS server machine. Other endpoints will not be affected.