Search found 18 matches

by Iulian
August 16th, 2024, 4:32 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Thank you, Gregory. It worked! The imbedded rosters provide an important advantage over other survey design tools that allowed us to build into CAPI a rather complex design of the time use diary - much appreciated by the international organizations community and countries making it part of their nat...
by Iulian
August 13th, 2024, 8:51 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Hi Justin,

Just following up if you had a chance to look into this. I can provide more details if needed.

Best regards,
Iulian
by Iulian
July 12th, 2024, 3:52 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Hi Justin, Thanks for looking into it. I guess you are checking an old compiled version (which was provided with the package). Could you recompile or better run the app from the .ent file? The error message looks like in the attached screenshot and it popped up after input to question OPS_2. In this...
by Iulian
July 9th, 2024, 10:35 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Thanks Gregory! I confirm it working in the latest CSEntry update. For the second issue, please find attached a subset of our application. In the first and last instance of the nested rosters the question is activated (as it's supposed), but the second roster is attempted to be skipped and it throws...
by Iulian
July 5th, 2024, 4:41 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Hi Gregory, It seems that the issue still persists even after I've updated to the latest version from Play Store - v8.0.1 Updated on Jun 24, 2024 . Under "About CSEntry" it says that the "Release Date: 19 Mar 2024", though despite a complete reinstall. Also, another strange behav...
by Iulian
June 20th, 2024, 10:30 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

Re: SetOccLabel Function Erorr in v8

Got it, thanks for your super prompt reaction!
by Iulian
June 20th, 2024, 3:55 am
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 10
Views: 40462

SetOccLabel Function Erorr in v8

Dear Dev Team, It seems that the SetOccLabel function does not work well in the latest version of CSEntry (v8.0.1) on the tablet. An application build in v7.7 crashes the app each time it needs to update the occurrence label for a group. It works on the CSEntry desktop app, though, and it used to wo...
by Iulian
June 14th, 2024, 10:04 am
Forum: Synchronization
Topic: CSWEB Mixed Content: HTTPS load vs HTTP request
Replies: 4
Views: 18632

Re: CSWEB Mixed Content: HTTPS load vs HTTP request

I am happy to follow up that a solution was found by disabling Compression . The issue apparently had to do with the Reverse Proxy and the following rule in the web.config file has fixed it: <rule name="ReverseProxyInboundRule2" stopProcessing="true"> <match url="(certsrv/.*...
by Iulian
June 14th, 2024, 5:34 am
Forum: Synchronization
Topic: CSWEB Mixed Content: HTTPS load vs HTTP request
Replies: 4
Views: 18632

Re: CSWEB Mixed Content: HTTPS load vs HTTP request

Hi Justin, Thanks for your reply. The API_URL is pointing to httpS since the initial setup. I've changed it in all possible combinations following your steps, but none worked. Somehow the application refers to the internal server's http URL for the endpoint when it loads the users/roles tables. If I...
by Iulian
June 13th, 2024, 10:38 am
Forum: Synchronization
Topic: CSWEB Mixed Content: HTTPS load vs HTTP request
Replies: 4
Views: 18632

CSWEB Mixed Content: HTTPS load vs HTTP request

Hi, Not sure anyone else is experiencing the same, but maybe someone could help. The CSWeb server (v8.0.1) is throwing us an error when accessed from the web domain: CSwebError.jpg Mixed Content: The page at 'https://***/roles' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint...