The following is a list of error codes reported by NiCE during run time with descriptions, displayed contents and developer instructions.
Code Descriptions Contents Instructions
1
Trying to use a plug-in fails with message dialogs popping up that reference this error. The form displayed on the screen is missing entries.
The entry <entry name> requires a selection from a set of values, but does not provide that set. This most likely means that you are missing some required data files. In rare instances it may indicate a bug in the plug-in that you are trying to use. If you feel like you have configured everything properly, feel free to submit a bug report at niceproject.sourceforge.net and reference error code #1.
Users should check their data files or submit a bug report if they want more help. Fixing this may be as simple as importing a file of the appropriate type with the Import action in the tool bar.
Developers should check the plug-in and make sure the Item was constructed by its builder with the constructor that requires an IProject. If the plug-in in question is a JobLauncher that uses file filtering, care should be taken to make sure that the right file extensions are put in the filter argument of addInputType().