10.X REST API is throwing error while creating thread using CURL or POSTMAN

we are receiving following error wile making the API cal to create thread. 

Exception is as follows:

Parents Reply Children
  • Hi

    While Editing a forum thread via API getting error as mentioned below , Please suggest 

  • Receiving following exception

    <?xml version="1.0" encoding="utf-8"?>
    <exceptions generated="2019-07-10T21:18:44.2765781Z" version="10.3.2.7882" product="Telligent Community" machineName="EC2AMAZ-B5BFMCS" operatingSystem="Microsoft Windows NT 10.0.14393.0">
    <exception id="17061447" userAgent="Fiddler" serverName="EC2AMAZ-B5BFMCS" httpPathAndQuery="/api.ashx/v2/forums/792/threads/350946.xml" httpVerb="POST" httpReferrer="" message="Procedure or function te_Content_Content_Update has too many arguments specified." type="UnknownError" ipAddress="172.21.170.245" lastOcurred="2019-07-10T21:18:25.6400000Z" frequency="2">
    System.Data.SqlClient.SqlException (0x80131904): Procedure or function te_Content_Content_Update has too many arguments specified.
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean&amp; dataReady)
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task&amp; task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task&amp; task, Boolean&amp; usedCache, Boolean asyncWrite, Boolean inRetry)
    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean&amp; usedCache, Boolean asyncWrite, Boolean inRetry)
    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
    at Telligent.Evolution.Data.ContentSqlDataProvider.Update(IContent item)
    at Telligent.Evolution.Api.Content.ContentService.Update(IContent content)
    at Telligent.Evolution.Api.Content.ContentStateChanges.Updated(IContent content)
    at Telligent.Evolution.Forums.Plugins.Content.ForumThreadContentType.Events_AfterUpdate(ForumThreadAfterUpdateEventArgs e)
    at Telligent.Evolution.Components.EventsBase.Execute[T](Object eventObject, Action`1 executor, Boolean throwExceptions)
    ClientConnectionId:d5006f9e-6be9-4179-a580-757d5d7f0d29
    Error Number:8144,State:2,Class:16
    </exception>
    </exceptions>