Monday, 11 April 2016

JAVA.LANG.EXCEPTION: CTGDKE022E NO AVAILABLE PROPERTY STORES TO READ KEY '

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.
 
 

Monday, 4 April 2016

CTGIMD061E The connection to the remote adapter failed

CTGIMD061E The connection to the remote adapter failed. The request will be retried periodically.


This error comes in itim during itim request processing because dispatcher connection failed with the Managed resource So resolving this error do the connection established from ITIM to managed resource via RMI dispatcher.

Daignosis the RMI dispatcher logs from /opt/IBM/TDI/V7.2/timsole/logs/ibmdi.log once conenction established with Managed resource from ITIM, issue will be fix.



Enabling tracing for the IBM Security Identity Manager user interface

1 ) :- Set the appropriate component loggers in the enRoleLogging.properties file as below & uncomment the lines

reach to path : /opt/IBM/isim/data/

open enRoleLogging.properties file and uncomment these parameters

# UI-tier tracing
# logger.trace.com.ibm.itim.ui.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.common.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.controller.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.customizer.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.help.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.impl.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.listener.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.tasklauncher.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.validator.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.view.level=DEBUG_MIN
# logger.trace.com.ibm.itim.ui.viewmodel.level=DEBUG_MIN
  
 2 ) :-  Enable WebSphere tracing by logging in to the WebSphere Application Server administrative console.
To enable the tracing level for the WebSphere Application Server administrative console, complete these steps:
  1. Log in to the WebSphere Application Server administrative console.
  2. Select Troubleshooting -> Logs and Trace.
  3. Click the appropriate server (for example, Server1).
  4. Select Change log detail levels under General Properties.
    • To make a static change to the configuration, click the Configuration tab.
      A list of well-known components, packages, and groups is displayed.
    • To change the configuration dynamically, click the Runtime tab.
      The list of components, packages, and groups displays all the components that are currently registered on the running server.
  5. Expand the node for com.ibm.itim.* under *[All Components].
  6. Click the node labeled com.ibm.itim.ui.*and select All Messages and Traces.
  7. Click Apply.
  8. Click OK.
  9. Stop and then restart the WebSphere Application Server to set the static configuration changes.

Tuesday, 22 March 2016

Never Give up..!! Till the end of last breath

Be the worrier but always remember never give up till the end of last breath......!!!!!!!!

Before





After