AGS 4.0 output

Hello I am trying to export to an ags 4 file.
I am creating my own gcx file, however I can't prevent the output ags files from looking like this:

"**PROJ"
"*PROJ_ID","*PROJ_NAME","*PROJ_LOC","*PROJ_CLNT","*PROJ_CONT","*PROJ_ENG","*PROJ_MEMO","*FILE_FSET"
"<UNITS>","","","","","","",""

When I want it to look like this:

"GROUP","PROJ"
"HEADING","PROJ_ID","PROJ_NAME","PROJ_LOC","PROJ_CLNT","PROJ_CONT","PROJ_ENG","PROJ_MEMO","FILE_FSET"
"UNIT","","","","","","","",""
"TYPE","ID","X","X","X","X","X","X","X"

Can someone please explain what I am doing wrong?

Parents
  • Calan,

    The TRAN_AGS field in the TRAN table in your project database is used to specify the version of the AGS file that will be created during export. If that field does not exist, or is blank, then the AGS version is taken as v3.

    Also, did you create your own AGS 4 database structure or did you download a copy from the Bentley site?

Reply
  • Calan,

    The TRAN_AGS field in the TRAN table in your project database is used to specify the version of the AGS file that will be created during export. If that field does not exist, or is blank, then the AGS version is taken as v3.

    Also, did you create your own AGS 4 database structure or did you download a copy from the Bentley site?

Children