OHDSI Home | Forums | Wiki | Github

Running error on ETL Lambda bulder (Debug)

I successfully compiled the project and from the

C:\Users\josecz\source\repos\ETL-LambdaBuilder\sources\Presentation\org.ohdsi.cdm.presentation.buildingmanager2\bin\Debug

folder I run

.\org.ohdsi.cdm.presentation.buildingmanager2.exe

After entering my needed db values I started the building process but I got the next error message:

Builder: HSC-CTSC-ETL
Time: Nov 12 2020 10:49AM
Error: Exception Found:
Type: System.ComponentModel.Win32Exception
Message: The system cannot find the file specified
Source: System
Stacktrace: at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at org.ohdsi.cdm.framework.desktop.Controllers.BuilderController.<>c__DisplayClass27_0.b__0() in C:\Users\josecz\source\repos\ETL-LambdaBuilder\sources\Framework\org.ohdsi.cdm.framework.desktop\Controllers\BuilderController.cs:line 211
at org.ohdsi.cdm.framework.desktop.Controllers.BuilderController.PerformAction(Action act) in C:\Users\josecz\source\repos\ETL-LambdaBuilder\sources\Framework\org.ohdsi.cdm.framework.desktop\Controllers\BuilderController.cs:line 68

Does any one know how to solve this error?

Thanks

I notice that some files posted at the executable folder are not generated during the compilation of the cloned project. One of these files is the executable:

org.ohdsi.cdm.presentation.builderprocess2.exe

How can this file be generated?

Thanks

t