Field "folderId" must have a Value
I got this error when I'm trying to create a new folder on a Report Explorer
using Informix 7.3 tables
FolderID is a serial type wich is is the autoincrement integer type provided
by Informix, is there a workaround?
Thanks in advance
Eduardo Martinez O.
Industria Envasadora de Queretaro, S.A. de C.V.
using Informix 7.3 tables
FolderID is a serial type wich is is the autoincrement integer type provided
by Informix, is there a workaround?
Thanks in advance
Eduardo Martinez O.
Industria Envasadora de Queretaro, S.A. de C.V.
This discussion has been closed.
Comments
reopening the dataset, make sure you can get back the auto increment field
value that the database created for that new record. Try setting
DataPipeline.RefreshAfterPost to true. That should fix the problem.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
DbPipelines (for Folders and for Items) and still get the same error.
I suppose that it is related with the mechanism Informix uses for create the
serial number. Is there some documented way to generate this number by code,
using BeforePost or AfterInsert perhaps?
Best regards
Edaurdo Martinez O.