OHDSI / ETL-CDMBuilder

ETL-CDMBuilder is a repo containing a .NET Core application to perform ETL to OMOP CDM for multiple databases
Apache License 2.0
50 stars 32 forks source link

Exception running Builder #5

Closed JohnPCuthbert closed 4 years ago

JohnPCuthbert commented 9 years ago

I am running builder with the following settings: Vendor: Cprd Batches: 10 Batch size: 100 Parallelism: 2

I get this exception: Exception Found: Type: System.ArgumentNullException Message: Value cannot be null. Parameter name: format Source: mscorlib Stacktrace: at System.String.Format(String format, Object arg0) at org.ohdsi.cdm.framework.data.DbLayer.DbSource.d5.MoveNext() in c:\Users\john-c\Source\Repos\ETL-CDMBuilder\source\Framework\org.ohdsi.cdm.framework.data\DbLayer\DbSource.cs:line 58 at org.ohdsi.cdm.framework.core.Controllers.ChunkController.d5.MoveNext() in c:\Users\john-c\Source\Repos\ETL-CDMBuilder\source\Framework\org.ohdsi.cdm.framework.core\Controllers\ChunkController.cs:line 76 at org.ohdsi.cdm.framework.core.Controllers.ChunkController.CreateChunks() in c:\Users\john-c\Source\Repos\ETL-CDMBuilder\source\Framework\org.ohdsi.cdm.framework.core\Controllers\ChunkController.cs:line 30 at org.ohdsi.cdm.framework.core.Controllers.BuilderController.PerformAction(Action act) in c:\Users\john-c\Source\Repos\ETL-CDMBuilder\source\Framework\org.ohdsi.cdm.framework.core\Controllers\BuilderController.cs:line 72

bradanton commented 9 years ago

Try to rebuild project, seems that Batch.sql file not created. You also, can check {BuilderFolder}/CPRD/Batch.sql - file must exists

you can find builder folder in Builder db, SELECT [Folder] FROM [Builder]