Jump to content
Server Maintenance This Week. ×

Import via Server Sided Script from handler > search does not work


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

Recommended Posts

Hi everyone,

I am trying to run a server sided script that will import a found set. The server sided script opens a handler file that opens data file 1, does the find, imports into data file 2. 

However, the search works in script debugger but imports all records. 

The script opens layout A, searches goes to layout b, imports. Also the import of the selected fields seems not be remembered. I am stuck.....

 

Thank you 

Link to comment
Share on other sites

Two things:

1) clearly something is not quite working properly in the process and that would need to be fixed to work properly in the debugger,

2) but even if you fixed it, it wouldn't work as a server-side script.

FMS cannot import directly from another hosted FM file.  It's a server limitation.  You need to produce your found set and export it to a non-FM format (CSV, tab delimited, whatever your preference) and then import from that intermediate file.

 

  • Like 2
Link to comment
Share on other sites

This topic is 1607 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.