OS_FILE_fopen failed to open file: ./data/CONFIG.d

Everything about Control-M agents installation or setup.
Post Reply
User avatar
llsn013
Nouveau
Nouveau
Posts: 2
Joined: 30 Dec 2011 12:00

OS_FILE_fopen failed to open file: ./data/CONFIG.d

Post by llsn013 » 20 Jun 2012 2:03

Hello Everybody,
this is my problem.
Each time I stop or I start my agent control-M 6.4 i have this message:

0614 09:57:03:870 ctmcreate:OS_FILE_fopen failed to open file: ./data/CONFIG.dat. mode: r. errno=13, Permission denied

i must change the right on the file config.dat to resolve my problem temporarily until my next restart of the agent.

Someone have any idea to correct this problem?

thanks in advance

User avatar
badenhw1
Nouveau
Nouveau
Posts: 10
Joined: 24 Aug 2009 12:00

Post by badenhw1 » 22 Jun 2012 8:08

It might be umask related. Check the umask for the account you use to manage the agent.

User avatar
llsn013
Nouveau
Nouveau
Posts: 2
Joined: 30 Dec 2011 12:00

Post by llsn013 » 22 Jun 2012 11:55

badenhw1 wrote:It might be umask related. Check the umask for the account you use to manage the agent.
This is some informations of my environment:

% ctmdllver
Local host: cfib1p1 - AIX 1 6 00CD50744C00
AGENT dll 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
IOA dll 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
DSECT dll 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
GLOBAL dll 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
OS dll 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
BE UNIX 6.4.01 - folder 1641 and folder 1642 - Wed Aug 6 22:00:34 IDT 2008
%
%
% id
uid=8196(ctmagt) gid=8097(ctmagt) groups=100(users)
%
% umask
133
[root@cfib1p1 ~]# umask
0027

Post Reply