Page 1 of 1

New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 2:33 am
by brian.curran
On FM Go, when checking for a 'New Version' of the mobile file in GoZyncMobile, I get the standard dialog prompt stating that there is a new version of my mobile file so I click 'Install' but then I receive an error saying:

The file "QuickContact.fmp12" could not be opened.
(Not Found)

How do I stop this from appearing, can I reset something or maybe move the sample file out of the Local folder possibly?

I also have to login to my mobile file twice for some reason...

Thanks
Brian.

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 3:39 am
by brian.curran
Progress update:
I removed the 'Contact' layout and TO from the GoZync files, which appears to have worked. Can I also delete the file from the 'MobileFiles' layout so that it doesn't appear on the 'Downloads' tab?

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 6:30 am
by John Sindelar
Of course. You probably also want to upload a copy of your file to replace it. Instructions are here: http://www.seedcode.com/pmwiki/pmwiki.php?n=GoZync3.DistributingMobileFiles

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 6:58 am
by brian.curran
Thanks John, uploading a copy of my mobile file has been working without a hitch which is unusual for me ;) I can't figure out why FM Go makes me log in to my mobile file though, it's up to 3 times now before it will open, any ideas anyone?

Thanks
Brian.

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 3:19 pm
by JasonYoung
Hi Brian,

You do want to set up the auto-login in File Options and that should fix this. Your script for checking if you're on Go will work in conjunction with that setting, i.e. force the re-login if you're not on Go.

hth,
Jason

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 5:06 pm
by brian.curran
Thanks Jason, that seemed to do the trick...

Just a quick one; when adding TO's to the GoZync relationship graphs, what do you do with the tables that don't have a primary key?

Also, can I change the CalendarPro 'SampleEvents' id to a UUID as part of the GoZync process?

Thanks
Brian.

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 5:26 pm
by JasonYoung
Great Brian,

All GoZync tables require a UUID as a primary key, so you'll need to add them in and back-fill them. We've got some documentation on this here:

http://www.seedcode.com/pmwiki/pmwiki.p ... ync3.UUIDs

It's really best practices to have a Primary Key in any database table. Usually in FileMaker, being a UUID is optional, but GoZync requires them.

hth,
-Jason

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 5:38 pm
by brian.curran
Ok, I'll add a primary key to the problem table as I'm not sure how I've missed adding one at the beginning. What do you mean by 'back filling'?

Re: New Version, QuickContact Error!

PostPosted: Thu Nov 08, 2012 6:07 pm
by brian.curran
Think this was the right thing to do, I added a new PK set to Serial, Number and filled it using the 'Replace Field Contents'. I then changed it to a UUID and wired it up in the relationships.

Re: New Version, QuickContact Error!

PostPosted: Fri Nov 09, 2012 11:48 am
by JasonYoung
Right, doing the Replace is what I meant by back-filling.

Thanks.