2

I launching a 4D method from Wakanda, I have this error :

{
"__ERROR": [
  {
"message": "The maximum number of sessions has been reached",
"componentSignature": "dbmg",
"errCode": 1823
}
],
}

I see 4D databases in Wakanda.

I use 4D rest and I have a method name Test_WebService() in 4D side. In Wakanda, I call the method by ds.FA_UNITES.Test_WebService(); FA_UNITES is my table name

method Test_WebService() 4D side is $0:="Hello"

Anyone can help me ?

Noctis Skytower
  • 21,433
  • 16
  • 79
  • 117
Pratoux
  • 87
  • 8
  • May you provide the error message in english language and with proper encoding. More details would also be helpful... – hering Apr 19 '17 at 12:04
  • thanks, "message":The maximum number of sessions has been reached – Pratoux Apr 19 '17 at 12:09
  • I use 4D rest and I have a method name Test_WebService() in 4D side. In Wakanda, I call the method by ds.FA_UNITES.Test_WebService(); FA_UNITES is my table name – Pratoux Apr 19 '17 at 12:15
  • method Test_WebService() 4D side is $0:="Hello" – Pratoux Apr 19 '17 at 12:18

1 Answers1

2

The "The maximum number of sessions has been reached" error indicates you do not have the appropriate licenses to use 4D Mobile.

I believe 4D Mobile Expansion is required to develop 4D Mobile applications. It grants you two 4D Mobile Client sessions. If you do have 4D Mobile Expansion, please check if it is activated properly.

Xiang Liu
  • 393
  • 1
  • 7