I have a XMLP process which creates an output text file with the filename XXXXX.1234.20111109_1314.txt
"XXXXX.1234." -- this is a constant value followed by DateTimeStamp YYYYMMDD_HHMM and then the ,txt extension.
This file is successfully transferred to the report repository but is not visible via Report Manager. There is no entry of this file in PS_CDM_FILE_LIST table.
How do I get it to show up in Report Manager?
If I replace the "." (dot) in the filename with say underscores, like "XXXXX_1234_20111109_1314.txt" then it works fine, but unfortunately I need the dot notation in the filename.
看到如上链接的帖子后,突发奇想,是不是在文件名中加点就可以在进程监视器中隐藏发布的文件?
经过测试,设想成功。