Jump to content

incompatibility: CDS-API V9.30.0.11 on/to Swyx/Netphone Server V11 ?


JoergG

Recommended Posts

  • Most Valued User

Hi @ All,

 

Is there an incompatibility with an old CDS Api to new Swyx/Netphone 11 ?

I become Following Error on two of my Applications:
The Error is by getting filtered UserEnum , this by all UserEnum.ExecutexxxFilter() methods reproduced.

 

 

Logfile Snipped:

 

Alws CDSClient  LibManager.Initialize()                  IpPbxCDSClientLib: PV:9.30.0.11 FV:9.30.0.70
Alws CDSClient  LibManager.Initialize()                  IpPbxCDSSharedLib: PV:9.30.0.11 FV:9.30.0.54
Alws CDSClient  LibManager.Initialize()                  Platform: x86

Verb IWA        IpPhoneWorkAround.IpPhoneWorkAround      New UserEnum
 *Err CDSClient  UserEnum.                                ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: key
~   bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
~   bei SWConfigDataClientLib.Proxies.Users.UserPrimaryCollection.AddToKeyDictionaries(Object entry)
~   bei SWConfigDataClientLib.SArrayList.Add(Object entry)
~   bei SWConfigDataClientLib.Proxies.Users.UserPrimaryCollection.Add(UserEntry entry)
~   bei SWConfigDataClientLib.Proxies.Users.UserEnum.ExecuteIDFilter(Int32 UserID)

 

by this c# Code snipped:

 

var myUserEnum = myLibManager.GetUserEnum();

myUserEnum.Clear();
myUserEnum.ExecuteIDFilter(UserID);

 

 

Best regarts 

Jörg

 

p.s. Sorry for my English ;-)


 

Link to comment
Share on other sites


  • Most Valued User

Hello Jörg,

 

the old SDK is not compatible with SwyxWare 11. The new SDK package will be available for download shortly on the following website:

https://www.swyx.com/products/support/knowledge-base/article-details/swyxknowledge/kb3216.html


Kind regards

 

Sebastian Dreier

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.