JAVA.LANG.EXCEPTION: CTGDKE022E NO AVAILABLE PROPERTY STORES TO READ KEY '
I face this error when I was creating a project from TDI confiuration editor. I was trying to place variable from properties but variable were not getting placed So I found the solution.
Steps : 1 ) I found root cause for this that I was creating TDI project with name Daily_CSVFile.ENC2.0
TDI does not support these characteres such as . (dot)
2 ) I removed the . from name Daily_CSVFile.ENC2.0.
project name become Daily_CSVFile.ENC20
my issue got resolve.
HTH.
I face this error when I was creating a project from TDI confiuration editor. I was trying to place variable from properties but variable were not getting placed So I found the solution.
Steps : 1 ) I found root cause for this that I was creating TDI project with name Daily_CSVFile.ENC2.0
TDI does not support these characteres such as . (dot)
2 ) I removed the . from name Daily_CSVFile.ENC2.0.
project name become Daily_CSVFile.ENC20
my issue got resolve.
HTH.