Symptom
In French application language, the new message entered in the
Administration -> system -> settings -> Login text is not
displayed when you log in to the application.
Environment
- BOBJ INTERCOMPANY 7.5
- Microsoft SQL Server
Reproducing the Issue
- Log into the application
- Select the French working language
- Go to Administratio > Sytem > Settings
- Click on Login text and then enter a new message
- Do not activate the Replace With Default option and then click Update
- Log off the application
- On the log in application screen, select the application language French
Cause
The issue has been identified and tracked under ID ADAPT01314145.
Resolution
This issue has been addressed in Service Pack 08
Workaround:
Run the following query to update the French Login Text manually.
UPDATE Setting SET PropertyValue = 'New Text'
WHERE PropertyKey = 'LoginText' AND Language = 2
Warning: if the new text contains the character ‘ put it twice as shown below:
UPDATE Setting SET PropertyValue = 'Enter user''s name and password'
WHERE PropertyKey = 'LoginText' AND Language = 2
Workaround:
Run the following query to update the French Login Text manually.
UPDATE Setting SET PropertyValue = 'New Text'
WHERE PropertyKey = 'LoginText' AND Language = 2
Warning: if the new text contains the character ‘ put it twice as shown below:
UPDATE Setting SET PropertyValue = 'Enter user''s name and password'
WHERE PropertyKey = 'LoginText' AND Language = 2
Header Data
Released On | 02.05.2013 10:13:44 |
Release Status | Released to Customer |
Component | EPM-IC InterCompany |
Priority | Normal |
Category | Bug Filed |
No comments:
Post a Comment