


Dear Team,
We need to know if someone was connected to the system in ACC V6, and to get the time of their last connection.
Is there any way to do that?
Kind regards,
Views
Replies
Sign in to like this content
Total Likes
Hi @sguerra,
logins.log
file.var f = new File( "/usr/local/neolane/nl6/var/"+ Application.instanceName +"/logins.log" );
var arr = ;
f.open()
for each(var line in f)
{
arr.push( line )
}
for ( var i = arr.length - 1; i = 0; i-- )
logInfo(arri);
f.close()
However, I would urge you to post your question here Adobe Campaign Classic v7 & Campaign v8 [0] to get better response.
Regards,
Santosh
Hi @sguerra,
logins.log
file.var f = new File( "/usr/local/neolane/nl6/var/"+ Application.instanceName +"/logins.log" );
var arr = ;
f.open()
for each(var line in f)
{
arr.push( line )
}
for ( var i = arr.length - 1; i = 0; i-- )
logInfo(arri);
f.close()
However, I would urge you to post your question here Adobe Campaign Classic v7 & Campaign v8 [0] to get better response.
Regards,
Santosh