Original Message:
Sent: Mon November 04, 2024 07:30 AM
From: Zeif Ramadhan
Subject: Issue with IBM Sterling Connect for UNIX FileAgent Self-Terminating (Version 6.3.0.x)
Additionally, here is an excerpt from my Default_Config.json
configuration file, which I converted from our production FileAgent setup. I am not running the FileAgent manually; I have already set cdfa.enable=y
, ensuring that the FileAgent starts automatically.
"version" : 1,
"minSupportedVersion" : 1,
"basicConfig" : {
"comments" : "File Agent Default config",
"apiHost" : "127.0.0.1",
"apiPort" : 1363,
"apiUserID" : "com",
"apiSignonAlways" : true,
"watchFileInterval" : 1,
"fileCompletionDelay" : 1,
"fileAgentUniqueName" : "FileAgent",
"snmpListenerPort" : 1163,
"snmpStatusTimeInterval" : 30,
"info" : "AAAAAAAAAAAAAAAAAAAAAAAAAAA="
},
"watchDirs" : {
"watchDirList" : {
"/home/senfu/IFDIR/LINFD4AE/IFDATA/OUT" : {
"watchedDir" : "/home/com/1",
"monitorSubDirectories" : false
},
"/home/senfu/IFDIR_QA/LINFD4AE/IFDATA/OUT" : {
"watchedDir" : "/home/com/2",
"monitorSubDirectories" : false
}
}
},
"rules" : {
"ruleList" : [ {
"name" : "Default Rule",
"ruleStatus" : "Enabled",
"comments" : "Default Rule",
"lastModified" : "2024-10-30T10:04:31.539437711Z",
"procArgs" : "&DSN=\"%FA_FILE_FOUND.\"",
"procClass" : "1",
"procPriority" : "1",
"matchCriterion" : {
"criteriaList" : [ ]
}
}, {
"name" : "TESTPROC",
"ruleStatus" : "Enabled",
"comments" : "imported from rule D43PL001QA",
"lastModified" : "2024-10-30T10:04:31.549162191Z",
"procName" : "/home/com/cdunix/ndm/bin/sample.cd",
"procArgs" : "&DSN=/home/com/1/tes.txt",
"procClass" : "1",
"procPriority" : "1",
"matchCriterion" : {
"criteriaList" : [ {
"enabled" : true,
"operator" : "CONTAINS",
"field" : "WATCH_FILENAME",
"compareString" : "tes.txt"
} ]
}
}, {
-------------------------- shortened ---------------------------
Moreover, I am not using a password since this points to a local connection, which doesn't require a password, as configured in cdjai.properties
with the following line:
Despite this configuration, I am encountering the following error: "Snap title: Error: Logon failed! Userid or password may be invalid."
I have ensured that the firewall is disabled and verified the connections with netstat -tulpn
. Could someone help me troubleshoot this issue?
Thanks in advance!
------------------------------
Zeif Ramadhan
Original Message:
Sent: Tue October 29, 2024 09:53 AM
From: Volker Friedrich
Subject: Issue with IBM Sterling Connect for UNIX FileAgent Self-Terminating (Version 6.3.0.x)
Hi,
When using Integrated File Agent (IFA) installed with CD UNIX 6.3, ensure you have enabled it by setting cdfa.enable=y in your CD UNIX initparm.cfg file.
The CD UNIX node will start IFA automatically. Do not attempt to start IFA manually!
With CD UNIX 6.3, the node monitors the IFA state periodically and will start or stop IFA based on the current cdfa.enable setting. You can review this activity in the related cdfastart/cdfastop/cdfapoll logs in your <cd_dir>/fileagent/logs directory.
This is different from CD UNIX 6.1 and Standalone File Agent 1.4.0, where the user is responsible to starting and stopping File Agent.
------------------------------
Volker Friedrich
Original Message:
Sent: Thu October 24, 2024 08:46 AM
From: Zeif Ramadhan
Subject: Issue with IBM Sterling Connect for UNIX FileAgent Self-Terminating (Version 6.3.0.x)
Hello,
I'm encountering an issue with IBM Sterling Connect for UNIX versions 6.3.0.0 and 6.3.0.3 iFix000 while running on RHEL 8.1, 8.6, and 9.4. We're using the FileAgent component to monitor specific folders and trigger execution processes based on file detection. The agent works fine in detecting files that meet certain criteria (e.g., a file named test.tsv
), but during functional testing using default and production parameters, the agent self-terminates without any error messages or exceptions, as shown in the screenshot attached.
Here are the details:
- We followed the IBM documentation precisely during the installation and configuration.
- We moved a file to the monitored folder, but upon detection, FileAgent stops abruptly without providing any feedback or logging errors.
- This issue happens consistently, with no visible crash logs or exceptions to trace the problem.
For now, we've rolled back to IBM Sterling Connect for UNIX 6.1, which works well in our production-simulated environment. We're waiting for a fix or update to the current version, but we would appreciate any guidance or suggestions for troubleshooting the current issue in 6.3.0.x.
Has anyone else encountered similar issues, and how can we further diagnose or resolve this self-termination issue in the FileAgent?
Thanks in advance!
------------------------------
Zeif Ramadhan
------------------------------