SSR_SetUserTmpStr in zkemkeeper.dll returns Error Code: -100

425 views Asked by At

I'm using VB.NET to copy fingerprint template from one device to another. I've successfully pulled fingerprint template from the origin device using SSR_GetUserTmpStr. However, when set the fingerprint template to destination device using SSR_SetUserTmpStr returns -100.

SSR_SetUserInfo was successfull and the new user was registered at the destination device.

Please advice.

1

There are 1 answers

1
ngo tuan dung On

use SetUserTmpExStr

axCZKEM1.EnableDevice(1, false);
axCZKEM1.SetUserTmpExStr(1, userid.ToString(), FingerIndex, 1, TmpData)
axCZKEM1.RefreshData(1);
axCZKEM1.EnableDevice(1, true);