Skip to Main Content

Analytics Software

Announcement

Testing banner

How to handle special characters when uploading to EPBCS with Data Management?

Héctor OrtegaApr 27 2022

Hi Experts,
I am trying to load data in EPBCS application using DataManagement but I'm facing the next issue:
2022-04-27 16:59:13,028 INFO [AIF]: Load data encountered the following errors:
| Error: 3303 | Gerente Due�o | "Costo_Cat","MCA_003","Ver_Base","Gerente Due�o","NA_Canal","MEX","CEC_17906","BaseData","Actual","FY20","Jan","MXN",16.548 |
2022-04-27 16:59:13,036 INFO [AIF]: Load data failed.
2022-04-27 16:59:13,045 ERROR [AIF]: Load data failed.
2022-04-27 16:59:13,056 INFO [AIF]: EssbaseService.loadData - END (false)
2022-04-27 16:59:13,069 FATAL [AIF]: Error in CommData.loadData
Traceback (most recent call last):
File "<string>", line 2430, in loadData
RuntimeError: false
The member "Gerente Due�o " did not exist, so I added it and refreshed the DB.
Due to the above, this member was added to the metadata as it comes from the file ("Gerente Dueño") that is being loaded, but the error is shown again, it seems that it has problems with handling the "ñ" due to the way it is presented in the log
Has this happened to you and do you know how it can be solved?
Thanks for your comments.

Comments