Page 1 of 1

xml webpublishing erros

PostPosted: Thu Nov 08, 2012 12:02 pm
by pfroe
I get the following errors

localhost 127.0.0.1 pcf XML 401 496 "/fmi/xml/FMPXMLRESULT.xml?-db=ZuluSampleData&-lay=ZuluCalendarList&-sortfield.1=zulu_dateCreated&-sortorder.1=ascend&zulu_dateModified.op=gte&zulu_dateModified=11/08/2012 17:57:07&-max=all&-find"

And

localhost 127.0.0.1 pcf XML 105 496 "/fmi/xml/FMPXMLRESULT.xml?-db=ZuluSampleData&-lay=ProscNoSuchTable&-view"

any hints what is wrong?

Re: xml webpublishing erros

PostPosted: Thu Nov 08, 2012 12:20 pm
by JasonYoung
Hi Pierre,

401 means no records found, and is expected behavior if there are no changes for a filtered calendar. Zulu loops through the calendarlist records and tries to find the associated events that have been changed. If it doesn't find any it returns a 401 error just like a script would if a find didn't produce any results.

105 means Layout is Missing. It could mean that a calendarlist record is referencing an invalid layout, but we also see this in the server log as a result of another error like the above 401. Zulu is also set up to try a Read-Only with a default password before trying with a FileMaker account, so the log will show an authentication error which is often followed by the 105.

We don't have control over the server logging itself and it's better to use the Catalina log for troubleshooting if you're experiencing an issue with Zulu.

hth,
-Jason