Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Import script chaos when network connection dies.

Featured Replies

Location 1: FMS serves files (eg. customers.fp5, quotes.fp5, etc) to the local FM network.

Location 2: FMP 6 shares files (eg. w_customers.fp5, w_quotes.fp5, etc) with the local FM network.

Both sets of files are virtually identical.

Every day Location 1 files are updated via import scripts with Location 2 data.

A key relationship used in the updating process is quotes::id = w_quotes::id

The other day the DSL connection failed just before the import script was run. The connection is up again, but the script does not work properly because the key relationship now reads quotes::id = quotes::id !!!

It seems to me that because FM could not find w_quotes.fp5, it settles for quotes.fp5 instead.

I know FMP 7 does a better job with this, but can anyone advise me how to prevent this happening in the future?

If your script doesn't begin with the Set Error Capture[on] step, you should add it in. This will often prevent the problem of file references getting changed if the file can't be found.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.