My load to enter Users (Define Users form) fails with a Post insert trigger error, why?
A. All user names must be in upper case. If they are not then this error occurs. Where Oracle converts data manually entered in a form to upper case then the data entered with forms playback should also be in that format. Q. My load randomly fails and Oracle crashes. A. If your database uses the Unicode UTF-8 character set certain characters may cause the load to fail because they will have been saved in your local character set and are not compatible with UTF8. For example, €, ä, å, æ and ü are also represented differently in UTF-8 compared to the Windows European character sets. By default DataLoad processes data in your local Windows character set. For compatibility with UTF-8 systems the UTF-8 option must be turned on in DataLoad. That is described here.
Related Questions
- You will receive an error message if you enter invalid or incomplete information in a field on an application form. What type of documents and files can be uploaded to an application package?
- When trying to print reports, I get an error message "Cannot shift objects off sheet" or Cashflow Plan fails to hide columns in certain reports?
- How can I get Uniface to insert different code into the RETRIEVE trigger of every form I create?