Solved

Connect objects to mobile user in Aurena Native Apps



Show first post

30 replies

Userlevel 4
Badge +10

 

I have Init there.

 

In out message, maybe this is the problem, the system is deleting the objects?

Look below.

 

 

Userlevel 6
Badge +16

In Grouped Push Transaction Queue, on the Init record can you RMB and view Transaction Messages. Is this the data you are expecting to see?

 

In Grouped Push Filter Map do you see data for your User and App. If so, what is the language code?

Can you then check what the language code is for your mobile user?  Unfortunately we don’t display this in IEE client yet. You can check this by running the following SQL:

SELECT mdau.app_name, mdau.app_version, mdau.device_id, mdau.user_id, LANGUAGE FROM MOBILE_DEVICE_APP_USER mdau
WHERE mdau.App_name = 'MaintEngApp'
AND mdau.app_version = (select mav.app_version from MOBILE_APPLICATION_VERSION mav WHERE mav.app_name = 'MaintEngApp' AND mav.active = 'TRUE')
AND upper(mdau.user_id) = upper('<USER_ID>')

 

please replace <USER_ID> with your User ID

Userlevel 4
Badge +10

In messages I have this info:

 

filter MAP:

 

Userlevel 4
Badge +10

Ok. I’ll try that and tell you.. Tks a lot!!

Userlevel 4
Badge +10

hi James,

Did both option and no success.

Investigating the situation, one thing is that after sync, the GroupedPush entity is not working. Look bellow:

The first one is the environment with the problem.

I already asked technical help.

Reply