Hello
There a conversion problem from convert srting to INT with PsDsc or Ensure-DsC function.
Ensure-DscResource
(
ConfigurationKey: setMaxSQLRAM,
Name: SqlServerMemory,
Module: SqlServerDsc,
Properties: %(ServerName: $ServerName,DynamicAlloc: false,MinMemory: 256,InstanceName:$Instance,Ensure: Present)
);
gives the following error message:
Importing ModuleName...
Échec de conversion de la valeur de la propriété « MinMemory », du type « STRING » au type « SINT32 »
Ligne : 12, caractère : 2
Mémoire tampon :
MinMemory = "256";
};^
blablabla
I try several solutions unsuccessfully.
The PsDsc equivalent in Otter 1.7.2 is working fine
Any answer would be helpfull
Best regards
Philippe
Product: Otter
Version: 2.1.2