Skip to main content
Solved

Why do I need to make a new web connection on FME desktop 2019 when I switch computers?

  • June 4, 2020
  • 2 replies
  • 21 views

Forum|alt.badge.img

When I switch computers and open up the same workspace I get errors on the web connections. So I have to reconnect to the same AGOL feature service but on a different computer.

Best answer by erik_jan

You don't.

When you create a web connection, you have the option to make it private or public.

The information is stored in a file (SQLLite database).

The location of that file is per default on your own computer, but that can be changed to a network location, using these settings for connection storage:

If you use a network location, you can reuse the same web connections on all machines.

Hope this helps.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • Best Answer
  • June 4, 2020

You don't.

When you create a web connection, you have the option to make it private or public.

The information is stored in a file (SQLLite database).

The location of that file is per default on your own computer, but that can be changed to a network location, using these settings for connection storage:

If you use a network location, you can reuse the same web connections on all machines.

Hope this helps.


mark2atsafe
Safer
Forum|alt.badge.img+58

That's so if you pass the workspace to a colleague, they can't use your connection details to log in; they have to provide their own. It just happens here that you are passing them to yourself on another machine, but FME can't know that.

But if you have lots of these you should be able to export them from one machine and import them to another (go to Tools > FME Options > Connections, right-click in there, and choose Export).