FMSA 9.0 Schedule Scriptmaker Script Erroring
FMSA 9.0 Schedule Scriptmaker Script Erroring
am 20.01.2008 18:12:01 von DavidR
Hi: I am trying to automate an export via a scriptmaker script in a
database I have. On the schedules window under last Run Status, it
says "scriptmaker script aborted".
I made a second test script that simply goes to a layout and saves the
current record in PDF format.. that one produces the same Last Run
Status error?
If I run these scripts via a client connection, they run fine. The
server however, is aborting the script for some reason.
Am I missing something?
Server: Win2003, FMPSA 9.03, Schedule logging in with full access
privs.
Thanks
David R
Re: FMSA 9.0 Schedule Scriptmaker Script Erroring
am 20.01.2008 20:41:40 von Howard Schlossberg
Server-side scripts are only able to run IWP compatible script steps.
Anything that exports a file (like 'save as PDF') is not IWP compatible
and is therefore not compatible with server-side scripting.
DavidR wrote:
> Hi: I am trying to automate an export via a scriptmaker script in a
> database I have. On the schedules window under last Run Status, it
> says "scriptmaker script aborted".
>
> I made a second test script that simply goes to a layout and saves the
> current record in PDF format.. that one produces the same Last Run
> Status error?
>
> If I run these scripts via a client connection, they run fine. The
> server however, is aborting the script for some reason.
>
> Am I missing something?
>
> Server: Win2003, FMPSA 9.03, Schedule logging in with full access
> privs.
>
> Thanks
> David R
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg
FM Professional Solutions, Inc. Los Angeles
FileMaker 8 Certified Developer
Member, FileMaker Business Alliance
Re: FMSA 9.0 Schedule Scriptmaker Script Erroring
am 21.01.2008 16:23:18 von DavidR
On Jan 20, 2:41=A0pm, Howard Schlossberg
wrote:
> Server-side scripts are only able to run IWP compatible script steps.
> Anything that exports a file (like 'save as PDF') is not IWP compatible
> and is therefore not compatible with server-side scripting.
>
>
>
>
>
> DavidR wrote:
> > Hi: I am trying to automate an export via a scriptmaker script in a
> > database I have. On the schedules window under last Run Status, it
> > says "scriptmaker script aborted".
>
> > I made a second test script that simply goes to a layout and saves the
> > current record in PDF format.. that one produces the same Last Run
> > Status error?
>
> > If I run these scripts via a client connection, they run fine. The
> > server however, is aborting the script for some reason.
>
> > Am I missing something?
>
> > Server: Win2003, FMPSA 9.03, Schedule logging in with full access
> > privs.
>
> > Thanks
> > David R
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Howard Schlossberg
> FM Professional Solutions, Inc. =A0 =A0Los Angeles
>
> FileMaker 8 Certified Developer
> Member, FileMaker Business Alliance- Hide quoted text -
>
> - Show quoted text -
Thanks Howard. Somehow I missed that in all the manuals and online
support materials I have been reading.
David
Re: FMSA 9.0 Schedule Scriptmaker Script Erroring
am 22.01.2008 22:17:00 von Chris Brown
DavidR wrote:
> On Jan 20, 2:41 pm, Howard Schlossberg
> wrote:
>> Server-side scripts are only able to run IWP compatible script steps.
>> Anything that exports a file (like 'save as PDF') is not IWP compatible
>> and is therefore not compatible with server-side scripting.
>>
even on a LAN, and without IWP being used; hardly satisfactory is it?