Dear Volkmar
Thanks for the tip.
Although the warning message (Run spm_jobman('initcfg'); beforehand) disappeared after adding spm_jobman('initcfg'),
the other warning messages (see below) still remain.
Item 'Time Modulation', field 'val': No matching defaults value found.
Item 'Model derivatives', field 'val': No matching defaults value found.
Item 'Model derivatives', field 'val': No matching defaults value found.
Item 'Model Interactions (Volterra)', field 'val': No matching defaults value found.
Item 'Global normalisation', field 'val': No matching defaults value found.
Item 'Time Modulation', field 'val': No matching defaults value found.
Item 'Model derivatives', field 'val': No matching defaults value found.
Item 'Model derivatives', field 'val': No matching defaults value found.
Item 'Model Interactions (Volterra)', field 'val': No matching defaults value found.
Item 'Global normalisation', field 'val': No matching defaults value found.


Does anybody know why SPM8 still complains about these no matching values?


On Mon, Jan 23, 2012 at 10:45 AM, Volkmar Glauche <[log in to unmask]> wrote:
Dear Glen,

the batch script currently assumes to run in an environment where SPM has been started. To run it without starting SPM before, please add a line

spm_jobman('initcfg')

right before the line reading

spm_jobman('serial',...)

Hope this helps,

Volkmar