Hi Sivakumar,
-confint option obviously works only when you are optimizing/fitting
something. So, if you have not specified any fit parameters, the
option will be simply ignored. In your case, you have to use it with
your best-fit parameter values (from the first step) specified as the
initial point of a fit. But, at this step, you should not do any
shaking (-shake option) or multiple starting points, or you will get
an error message as before. If you specify a grid of starting points
for parameter optimization (by saying e.g. fit_par x/0:10/), you
should disable this grid when you are computing the covariance matrix/
confidence limits in the second step (by replacing that line with
fit_par x).
Mikhal