Pinnacle 21 Community has expired due to an extended period with no internet connection.

i used CLI to call the function–“generate define spec with xml”,but it give me an error as follows:

[main] ERROR n.pinnacle21.oce.utils.ProcessUtils - CLI.3.17::Pinnacle 21 Community has expired due to an extended period with no internet connection. Connect to the internet to continue using your application.

and here is my code:

java -jar “C:\Program Files (x86)\Pinnacle 21 Community\resources\app.asar.unpacked\components\lib\p21-client-1.0.6.jar” ^
–source.define=“xxx” ^
–output.format=define-excel ^
–output=“xxx*.xlsx”

thanks