Hi everyone,
I am working with transformer FMEServerJobSubmitter to propagate the information about the files .dbf to PgAdmin table.
Previously in the child-workspace we used a WorkspaceRunner and it was showed of the next way: It was something very simple where it just counted with 3 parameters and it used a parameter path_windows because it referenced a file route where the 56 files .dbf were saved and there was no problem because it wrote all the information in the PgAdmin table because it worked in a local way.
Now, it is working on FME Server and the transformer WorkspaceRunner was changed to the transformer FMEServerJobSubmitter and they are using the values in the parameters including the path_windows value and when we try to run, it doesn't propagate the information of the 56 .dbf files, it just sends a message of successful in JobSubmiter and the 56 logs that should be created result with status failure.
Reviewing the log, I realize that all process works until it executes the FMEServerJobSubmitter where this transformer fails, and it does that the process doesn't finish successfully.
I would like to know if does FMEServerJobSubmitter recognize the path_windows? or is there any other parameter value that I should use that help me to write my information?
Best greetings and thanks for help
Cecy