Skip to main content
Solved

MWO Survey Question are not synced

  • May 8, 2025
  • 6 replies
  • 180 views

Forum|alt.badge.img+6

Hi Team,

I tried to create new surveys configured in the workflow, but I encountered the following error. The data was not populate on mobile, but it was present in the Back Office.

 

 

 

Configuration details : 

Survey Information 

Workflow details 

Thanks

Best answer by anmise

Hi ​@venkatesh 

What kind of environment is this? Since it looks like you have db access, can you try to run this?

 

GRANT ALL PRIVILEGES ON CONNECTED_SURVEY_QUESTIONS TO IFSSYS

6 replies

  • Superhero (Employee)
  • Answer
  • May 8, 2025

Hi ​@venkatesh 

What kind of environment is this? Since it looks like you have db access, can you try to run this?

 

GRANT ALL PRIVILEGES ON CONNECTED_SURVEY_QUESTIONS TO IFSSYS


supulm
Hero (Employee)
Forum|alt.badge.img+7
  • Hero (Employee)
  • July 6, 2025

Hi @venkatesh, may I know the environment that you faced this issue in? 


supulm
Hero (Employee)
Forum|alt.badge.img+7
  • Hero (Employee)
  • July 6, 2025

Hi ​@venkatesh, may I know then environment that you faced this issue in? 


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • July 6, 2025

Hi ​@supulm ,

I encountered this issue in our internal environment. Due to DB access restrictions, the environment was not synced with the standard setup, which may have contributed to the issue.


Forum|alt.badge.img+17
  • Superhero (Employee)
  • July 17, 2025

Hi ​@venkatesh ,

Could you please detail what was the solution implemented to solve this problem?


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • August 11, 2025

Hi ​@anmise ,

We tried the same approach in the new internal environment but encountered the same issue after applied the below solution which we done in our other internal environment. We have also granted access to the IFSSYS user using the following command : 
GRANT ALL PRIVILEGES ON connected_survey_questions TO ifssys WITH GRANT OPTION; 

Screenshot

Thanks

Venkat