cannot join thread network setup by otbr: Error 7: InvalidArgs

following this webpage to setut rcp board router(by flashing coprocessor app to nrf52480) and  flash the openthread client sample application into nrf52480 usb dongle. They both are inserted to a linux host.
the rcp otbr runs successfully and act as a leader with active dataset. I use ot-ctl to connect with otbr-agent and runs:
dataset active -x
0e080000000000010000000300001235060004001fffe002081c85db7fd565caf40708fd1976e8a13248030510d89087d386d9650a243b5ba3af4a8659030f4f70656e5468726561642d3763343801027c4804107670d4b1f803c219e7ba0edf4839bbfa0c0402a0f7f8
Done
then I connect to thread client with ttyACM1. and runs
uart:~$ ot dataset set active 0e080000000000010000000300001235060004001fffe002081c85db7fd565caf40708fd1976e8a13248030510d89087d386d9650a243b5ba3af4a8659030f4f70656e5468726561642d3763343801027c4804107670d4b1f803c219e7ba0edf4839bbfa0c0402a0f7f8

Error 7: InvalidArgs
It returns  Error 7: InvalidArgs
however I could set the dataset one by one:
dataset activetimestamp 1
dataset channel 18
dataset channelmask 0x07fff800
dataset extpanid 1c85db7fd565caf4
dataset networkkey d89087d386d9650a243b5ba3af4a8659
dataset networkname OpenThread-7c48
dataset panid 0x7c48
dataset pskc 7670d4b1f803c219e7ba0edf4839bbfa
dataset meshlocalprefix fd19:76e8:a132:4803::
dataset securitypolicy 672 onrc
What is the problem,Could you pls help?
Related