Skip to main content
Question

Workspace Runner, need help

  • June 22, 2020
  • 2 replies
  • 39 views

nicholas
Contributor
Forum|alt.badge.img+14

I am failing to get Workspace Runner working.

I have over a thousand MapInfo tables that I want to process. (I am only trying three tables right now)

Each table has a single record (a point object).

My workspace runner is set up with;

Directory and File Pathnames Reader

(path filter *.tab)

Workspace Runner

(Wait for job to complete = Yes

Source MapInfo tab files = path_windows)

But it only processes the first table, although the transformer reports three successes

The workspace that does the work names the output file according to an attribute column, which is different for each table, so it should know to give the three outputs three different names

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

stalknecht
Contributor
Forum|alt.badge.img+22
  • Contributor
  • June 22, 2020

You can check the log file of the workspace that you call with the workspacerunner. Alternatively you can probably get rid of the workspace runner and use a featurereader instead.


nicholas
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • June 22, 2020

I can't use a feature reader. I need to run the complete process for each feature in turn.

I am using a network cost calculator and a contour generator to create service zones around points. and each point needs its own service zone. If two points are close to each other, they change each other's service zones, and that is not the result I want

But, I will check the log file