* Abraham, Danny wrote:
> FATAL : could not read directory base": Invalid argument
>
> 8.2.4 on Windows. Service will not start. Any idea
The data directory path should be quoted, but yours only has the
closing quote. The parameter should look like
-D "S:\ome\path\goes\here"
, so add the opening quote back.
--
Christian