Error on Delete request

  • Sebastien
  • Topic Author
  • Visitor
  • Visitor
9 years 6 months ago #11095 by Sebastien
Replied by Sebastien on topic Re: Error on Delete request
Hello,

After installed the version 1.4.0.3248, I restart the tests.

And, unfortunately, I have a another error.

First step : A insertion
Code:
INSERT INTO dbo.StringMaps (StringMapId,AttributeName,AttributeValue,DisplayOrder,ObjectTypeCode,ShortValue, Value,CreatedBy,CreatedOn, ModifiedBy, ModifiedOn) VALUES (NewId(),'Service', 20, 20, 1011, 'Dir.', 'Direction', NULL, NULL, NULL, NULL );
Second step : Find the new Id in the StringMaps table

Third step : A update of the ShortValue column of the new line
Code:
UPDATE dbo.StringMaps SET ShortValue = 'AHAH' WHERE StringMapId = 'F3F5F9DB-4E2D-439B-9A41-B4FA1F2489F0';
Fourth step : Exactly, the same update.
Code:
UPDATE dbo.StringMaps SET ShortValue = 'AHAH' WHERE StringMapId = 'F3F5F9DB-4E2D-439B-9A41-B4FA1F2489F0';

And Error !
Code:
Le fournisseur OLE DB "PGNP" du serveur lié "wake" a retourné le message "ERREUR: erreur de syntaxe ? la fin de l'entr?e LINE 1: MOVE BACKWARD 1 FROM ^ ". Msg 7343, Niveau 16, État 4, Procédure TRIGGER_SERVICE_UPDATE, Ligne 5 Le fournisseur OLE DB "PGNP" du serveur lié "wake" n'a pas pu UPDATE la table "[PGNP]".

The update do the same thing in MSSQL table and Postgresql Table.

I don't know what I must do ...

Thanks for advance for a solution.

Best Regards.

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #11123 by Moderator
Replied by Moderator on topic Re: Error on Delete request
The missing cursor name issue was a side effect from a previous fix. We have fixed it in build 3250. Please obtain an update when it is released, or contact Support to obtain installation module with the fix. Thank you!

Please Log in or Create an account to join the conversation.

Time to create page: 0.161 seconds
Powered by Kunena Forum