Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2617 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I get error 800 in the "Export Records" script step when executing it as PSOS.

The file path is set in a variable ($path) as a calculation:

Get(TemporaryPath)& "tmp.fmp12"

This script works well when executing it to save the file to the local temporary folder (OS X El Capitan), but returns an error when executing it as PSOS (Windows Server).

I believe it can be a permissions issue, but I thought the temporary path was accesible from FM Server "by default". Anyway, any insights are appreciated, thanks!

 

 

Posted

Thank you very much! that was it, I just learnt about that and was about to post it here... I changed it to export as xlsx and it works perfectly.

  • 1 month later...
Posted (edited)
On 8/10/2017 at 6:23 PM, TJ53 said:

Thank you very much! that was it, I just learnt about that and was about to post it here... I changed it to export as xlsx and it works perfectly.

What is your use of the exported data? Is this a temp thing that you import in the next step?

Like populating an invoice from an order, i e

Then using unformatted XML may be faster than XSLX.

Edited by ggt667
Posted

Thank you for the tip.

Yes, this is used to then import into a temporary table for running a report, that is faster than a loop.

It works fast enough now (it takes about two seconds), but I'll consider your suggestion for the future, thanks.

This topic is 2617 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.