Hi,
a basic question about FSM inboud integration using middle table i_xml_to_m5
In the documentation, i understood that the field mi_sequence will be generated automatically, so i don’t need to put it in the insert SQL statement but i meet an error message indicating that this field doesn’t allow NULL..
Below SQL Statement and the error..
Could you help ?
Is it a bug or do we need to put the mi_sequence field in the insert statement ?
Thanks,
Best Regards,
Abdelmajid
INSERT INTO i_xml_to_m5 (mi_xml,status, mi_reference)
values
('<perform_inbound_integration><parameters><mapping_name>REQUEST_INT_TO_FSM</mapping_name><xml_import><request><place_id>S08133</place_id>
<currency>USD</currency><status>OP</status><request_text><text>This is text</text><text_line_code>MISC</text_line_code></request_text>
</request></xml_import></parameters></perform_inbound_integration>',
'04',
'Request-AKA-251021-1051')
L'exception suivante au niveau système a été générée par l'application : Cannot insert the value NULL into column 'mi_sequence', table 'sogefsmtstdb.dbo.i_xml_to_m5'; column does not allow nulls. INSERT fails.
The statement has been terminated. Contactez votre administrateur système pour obtenir de l'aide. Le journal serveur ou le journal des événements contient peut-être plus d'informations sur l'erreur.