How can I get the Node Id,Node Name and the file name in the OCOMC?
Hi,
1) We are defining the Node name in the node chain of the OCOMC and the id used to get generated once we created the node successfully.
For the reporting purpose I want to access the Node Name and Node Id in the execution.
Can I get it in the NPL through some OOTB java hooks or any other API's are available for this?
2) We are passing the ASCII file to OCOMC as input and through the ASCII CC that file used to convert into NAR and those NAR used to flow through the whole node chain.
By this way we are not able to track the status of the records form teh file prospective.So is it possible to get the filename in the NPL so that we can use that file name and put some loggers for the debugging purpose.