Skip to main content
Question

I have a Workspace (Child) which is supposed to runs as part of another Workspace (Parent). When I run the Child Workspace as standalone, it runs fine. But when I run the Parent Workspace, it never runs?

  • October 1, 2020
  • 6 replies
  • 41 views

ravibansal
Contributor
Forum|alt.badge.img+4
I have a Workspace (Child) which is supposed to runs as part of another Workspace (Parent). When I run the Child Workspace as standalone, it runs fine. But when I run the Parent Workspace, it never runs?
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.

6 replies

david_r
Celebrity
  • 8392 replies
  • October 1, 2020

I believe you'll have to be more specific... What does the log say? Are there any features entering the WorkspaceRunner?


ravibansal
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 17 replies
  • October 1, 2020

Sorry david_r. The child WorkSpaceRunner is expected to load data from database X to database Y. The step previous to the child WorkSpaceRunner is an SQL Executor running a Stored Procedure to empty the database Y. On completion, the SQL Executor feeds Result value 1 to kickstart the child WorkspaceRunner.

 

But, somehow the run is not initiated and the Parent Workspace completes.


david_r
Celebrity
  • 8392 replies
  • October 1, 2020

Sorry david_r. The child WorkSpaceRunner is expected to load data from database X to database Y. The step previous to the child WorkSpaceRunner is an SQL Executor running a Stored Procedure to empty the database Y. On completion, the SQL Executor feeds Result value 1 to kickstart the child WorkspaceRunner.

 

But, somehow the run is not initiated and the Parent Workspace completes.

What does the log say? Anything mentioning the WorkspaceRunner?


ravibansal
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 17 replies
  • October 1, 2020

I have attached image of the log file search results regarding the WorkspaceRunner. I couldn't make much sense of it. Hopefully, you can enlighten me.

2020-10-01_14-01-15


david_r
Celebrity
  • 8392 replies
  • October 1, 2020

I have attached image of the log file search results regarding the WorkspaceRunner. I couldn't make much sense of it. Hopefully, you can enlighten me.

2020-10-01_14-01-15

I'm sorry, but there's too little context for me to get anything helpful out of this. If you cannot post more detailed information for confidentiality reasons, consider going straight to your FME reseller/partner for support, rather than using these public forums.


Forum|alt.badge.img+2
  • 1891 replies
  • October 5, 2020

@ravibansal​  Sometimes this occurs if the parameters in the parent WorkspaceRunner are not passing as expected to the Child workspace. In your log file search out the lines:

INFORM|WorkspaceRunner

These will show you the parameters that were passed. There should also be a log file associated with the child workspace and this might also give you the clues you need to understand why the job failed.