cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Load master data into SAP BPC Dimension error: Synchronous buffer

former_member245036
Participant
0 Likes
242

Dear Expert,

I have an issue lile this when load master data into sap bpc

Please help me to solve this, thanks so much

HUNGTH

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Package status failed ok !! what your getting when you validate the transformation file.

Is it validating correctly ?

former_member245036
Participant
0 Likes

I know why the system can not load data beacause of '#' character in an attribute.

I don't know to solve this.

P/s: I load vietnamese text in an attribute.

please help me

Former Member
0 Likes

My suggestion,


Use conversion files to replace the special characters in BPC.


---Go for Javascript,.syntax is


In External     *    ; In Internal     js:%external%.toString().replace(/\s+/g,"").replace("-","_")     OR

In External     *    ; In Internal     js:%external%.replace("-","_")

Answers (0)