Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Field "folderId" must have a Value

edited July 2003 in End User
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.

Comments

  • edited July 2003
    Make sure you refresh after a post. When a new record is posted, without
    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


  • edited July 2003
    Thanks a lot,but it didn't work, I set RefreshAfterPost to True in both
    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.
This discussion has been closed.