from https://github.com/prjemian/epics-docker/issues/43 > after iocInit: `PV: xxx:epid1:outpv scanAdd: I/O Intr not valid (no DSET)` The code in the [`fb_epid.db`](https://github.com/epics-modules/optics/blob/master/opticsApp/Db/fb_epid.db) database has this: ``` grecord(sseq, "$(P):outpv") { field(DESC, "follow OUT PV name") field(SCAN, "I/O Intr") field(DOL1, "$(P):out.OUTN") field(DLY1, "0") field(LNK1, "$(P):resume.INBN") } ``` The `SCAN` field is triggering the message above.