Re: Error -609 and Filemaker
Re: Error -609 and Filemaker
- Subject: Re: Error -609 and Filemaker
- From: Philip Aker <email@hidden>
- Date: Fri, 15 Feb 2008 06:56:02 -0800
On 2008-02-13, at 10:43:03, Beatrix Willius wrote:
following the recent discussion I now have a second user
complaining about this error on Leopard when moving data to
Filemaker 9. They say that after a couple of 100 records the script
simply stops with the error -609. I haven't seen this myself, only
in a quite unrelated script which pulls data out of Powermail.
What could cause this error?
The simplified script is:
property OriginatorFrom: "OriginatorFrom"
property OriginatorSender: "OriginatorSender"
with timeout of 10000 seconds
tell application "FileMaker Pro"
go to layout "all Fields Mail"
set myNewRecord to (create new record with data {OriginatorFrom,
OriginatorSender})
end tell
end timeout
The script has been used in this form for over 2 years. It's
constructed dynamically with Realbasic and uses data from another
database. The database is opened and checked before this script is
used.
Hi Trixi,
This is the specific ProcessManager error:
connectionInvalid = -609,
It's difficult to tell who is the originator of the error here
because of the dynamic nature of the interactions and I think we
would need an account of those interactions in order to make a guess.
For instance, is the flow proceeding 1 record at a time form OtherDB-
>script->FMP? Is RealBasic involved at all after it creates the
script? Do you have to tickle the connection to OtherDB every once in
a while to say "I'm still here"?
Seems to me it would be very rare for someone to be using all the
technologies you mention though so good luck!
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden