Files are listed twice

dojabergen

ADSM.ORG Member
Joined
Nov 4, 2013
Messages
35
Reaction score
2
Points
0
Hi, we are running an application ICC4SAP which archives files on the TSM server. I want to list these files and use the flw. script:

select ll_name from archives where node_name='NAME-OF-NODE'

Why does each file lists twice?
Thank you in advance!
 
Hi, we are running an application ICC4SAP which archives files on the TSM server. I want to list these files and use the flw. script:

select ll_name from archives where node_name='NAME-OF-NODE'

Why does each file lists twice?
Thank you in advance!
Hello,

each time you archive a file each time there is a new "active version" of this object.
So you have to filter the output, for example by using the last archive date.
 
Back
Top