Support Forum

Ask questions and get help from MobileTogether experts.
MobileTogether Product Information
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
Yannic  
#1 Posted : Monday, November 18, 2019 4:40:10 PM(UTC)
Yannic

Rank: Member

Groups: Registered
Joined: 11/21/2018(UTC)
Posts: 27

Thanks: 6 times
Hello,

today i recieve an error everytime i want to use a specific XML strucutre in my app.
Until today there was no problem at all using it, but now the errorcode XPST0008 pops up.
The structure gets filled "on pageload" with parameters that are used for sql select statements.
When i want to use the select statement for the first time the error pops up, after that it runs throgh.

Was there any update that could have changed something regarding the topic?

PS: The error occurres on iOS clients, i cannot reproduce it with the designer.
bbv  
#2 Posted : Tuesday, November 19, 2019 9:44:52 AM(UTC)
bbv

Rank: Administration

Groups: Registered, Administrators
Joined: 7/21/2014(UTC)
Posts: 498

Was thanked: 88 time(s) in 88 post(s)
There was a bug fix for client-only XML trees. If you have a page source, which is marked as client-only, then such error can happen
thanks 1 user thanked bbv for this useful post.
Yannic on 11/20/2019(UTC)
Yannic  
#3 Posted : Wednesday, December 11, 2019 2:12:09 PM(UTC)
Yannic

Rank: Member

Groups: Registered
Joined: 11/21/2018(UTC)
Posts: 27

Thanks: 6 times
Regarding this bug-fix, my application is mainly focused around offline features.
I changed my XMLs from "client only" to "shared between client and server", and now I can't use them without any connection, because this error pops up: "connection to (serveradress:clientport)/workflowmanagement can not be established"

Could you give me some advice working around this problem?
bbv  
#4 Posted : Friday, December 13, 2019 1:03:36 PM(UTC)
bbv

Rank: Administration

Groups: Registered, Administrators
Joined: 7/21/2014(UTC)
Posts: 498

Was thanked: 88 time(s) in 88 post(s)
You have mulitple possibilities

The easiest for you would be to add another, shared tree, and only use it for passing parameters, i.e. copy the values to it immediately before requesting database data

Alternatively you could also use temporary variables to store the values
thanks 1 user thanked bbv for this useful post.
Yannic on 12/16/2019(UTC)
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.