An attempt to create an instance of an externally defined function failed. Group name = aa....aa, class name = bb....bb
- aa....aa: Group name
bb....bb: Class name - Description:
- An instance of the externally defined function cannot be created for one of the following reasons.
- The access modifier of the class or constructor is not public.
- Only constructors that have arguments are defined for the class.
- A class that cannot be instantiated, such as an abstract class, is specified.
- System processing:
- Suspends query group registration.
- Action to take:
- Revise the specified class.