I get an error "The requested object could not be found in the config file"

This error occurs when Transfer can't find the object element that matches a given class name in the XML configuration file.

The first things to do when solving this problem are:

  1. Double check that the package and object names match with the class you are requesting
  2. Remember that the class name is CaSe SenSitive, so make sure that you have 'user.User' and not 'User.user'
  3. Validate your configuration file against the provided XML Schema, there may be a typo somewhere.

Categories: