Column definition mapping 'uniqueidentifier '

Certified Lead Developer
Is there any by which I can map Sql server database row with data type 'uniqueidentifier ' with appian column.

OriginalPostID-245193

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Vinit ,
    I am trying to insert data in Session table. In Session table, we have many columns out of which GuId is one of the column with the data type uniqueidentifier . This column gets auto-populated from a database.
    I am able to verify mapping successfully with above changes that you suggested . But when I try to write session data in database 'Wtite to data store' smart service throws below error.

    could not load an entity: [DsReportSessionDT37737#]:
    com.microsoft.sqlserver.jdbc.SQLServerException: Conversion failed when
    converting from a character string to uniqueidentifier.
Reply
  • 0
    Certified Lead Developer
    Hi Vinit ,
    I am trying to insert data in Session table. In Session table, we have many columns out of which GuId is one of the column with the data type uniqueidentifier . This column gets auto-populated from a database.
    I am able to verify mapping successfully with above changes that you suggested . But when I try to write session data in database 'Wtite to data store' smart service throws below error.

    could not load an entity: [DsReportSessionDT37737#]:
    com.microsoft.sqlserver.jdbc.SQLServerException: Conversion failed when
    converting from a character string to uniqueidentifier.
Children
No Data