Question

Workspace Runner, need help


Badge +10

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


2 replies

Userlevel 1
Badge +18

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.

Badge +10

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

Reply