Tuesday, June 7, 2016

1406461 - IC75:login text not take into account in French application language

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
  1. Log into the application
  2. Select the French working language
  3. Go to Administratio > Sytem > Settings
  4. Click on Login text and then enter a new message
  5. Do not activate the Replace With Default option and then click Update
  6. Log off the application
  7. 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



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