Am 14.02.2012 um 18:12 schrieb Beatrix Willius: > Since a long, long time I have been moving data from Valentina to Filemaker > with MBS. Always, there have been a few bogus errors that were simple to work > around. > > However, since moving from Carbon to Cocoa, errors are getting more and more > and I can't reproduce them. Errors are -1728 Object not found, or -1708 or > -1712.
errAENoSuchObject = -1728, /* e.g.,: specifier asked for the 3rd, but there are only 2. Basically, this indicates a run-time resolution error. */ errAEEventNotHandled = -1708, /* the AppleEvent was not handled by any handler */ errAETimeout = -1712, /* the AppleEvent timed out */ The first thing would be to have the script being executed a second time after a second. Maybe Filemaker was just busy. > So I'm looking at a different method to move the data from Valentina to > Filemaker. Does anyone have an idea? Please don't suggest ODBC, this is worse > than bad. Setting this up for Filemaker is a PITA. Our Filemaker Plugin (2.6pr) has a new SQL interface which could help. It can connect with ODBC. > So far I have been using AppleScriptMBS. Is NSAppleScript so much different > than AppleScriptMBS? Yes. It's better and newer. It handles text encodings much better and has a low new features. Like accessing AppleScript objects better. Greetings Christian -- Real Studio Conferences, Training and Meetings in Orlando, London, Pforzheim and Leipzig. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
