EC25 Module- Open PDP context failed

I want TCP server connection. it fails in PDP activation

here is the procedure log which i have followed.
Please suggest a solution for this.

[2021-10-05_19:13:03:836]AT+CFUN=1,1

[2021-10-05_19:13:03:836]OK
[2021-10-05_19:13:05:745]AT

[2021-10-05_19:13:05:745]OK
[2021-10-05_19:13:08:579]AT+CPIN?

[2021-10-05_19:13:08:579]+CPIN: READY

[2021-10-05_19:13:08:579]OK
[2021-10-05_19:13:27:645]
[2021-10-05_19:13:27:645]RDY

[2021-10-05_19:13:27:645]+CPIN: READY

[2021-10-05_19:13:27:645]+QUSIM: 1
[2021-10-05_19:13:27:750]
[2021-10-05_19:13:27:750]+CFUN: 1
[2021-10-05_19:13:27:863]
[2021-10-05_19:13:27:863]+QIND: SMS DONE
[2021-10-05_19:13:29:386]
[2021-10-05_19:13:29:386]+QIND: PB DONE
[2021-10-05_19:13:41:320]AT+CREG?

[2021-10-05_19:13:41:320]+CREG: 0,1

[2021-10-05_19:13:41:320]OK
[2021-10-05_19:13:43:322]AT+CGREG?

[2021-10-05_19:13:43:322]+CGREG: 0,1

[2021-10-05_19:13:43:322]OK
[2021-10-05_19:13:49:470]AT+QICSGP=1,2,“IOT.SMARTMETER.COM”,"","",1

[2021-10-05_19:13:49:470]OK
[2021-10-05_19:13:59:252]AT+QIACT=1`

[2021-10-05_19:13:59:252]ERROR

Thank you
Manoj

1.Check whether the APN configured above is correct.
2.Check whether the user name and password need to be configured for the APN
3.AT+QICSGP=1,2,the"2" indicated as IPv6,Check whether the APN supports IPv6 only,and the network supports only IPv6.
I suggest you refer to the configuration parameters below

AT+QICSGP=1,1,“APN”,“username”,“passowrd”,1
//Ensure that the APN, user name, and password are correctly configured

Thank you
Its working now. Before we missed some network mode configurations.

Hi, can you guide me on how you resolved this error, I too am facing the same issue

Are you still unable to solve your problem with the advice above?

Using the Qnavigator TCP/IP option I am unable to do so

pls run the command

AT+QENG=“SERVINGCELL”
AT+CGDCONT?


this is what i got

pls run the command

AT+CFUN=0
AT+CGDCONT=1,“IPV6”,“jionet”
AT+CFUN=1
AT+QENG=“servingcell”
AT+CGDCONT?