passing command line arguments to Bentley Geospatial Administrator

Anonymous
Anonymous

iam new to bentley geospatial Administrator, when i try to pass a command line argument say an xml file with the command

geospatialadmin mytown.xml .

Bentley geospatialadmin is crashing with the message error creating handle. can someone please help me out

 

 

Parents
  • You need to use geospatialadminCL instead of geospatialadmin. CL stands for Command Line. This should solve your problem.

  • Iam able to open the  the Xml file in the GSA interface, i tried using the geospatialadmincl command too to when i issue the command geospatialadmincl -l mytown.xml i just got a msg at the command line executing start up commands, but the gsa interface is not opening up.

  • The Bentley Geospatial Administrator (geospatialadmin.exe) should be used for all interactive geospatial schema editing. The following command line should automatically open the specified schema:

    geospatialadmin.exe -l=full_file_specification.xml 

     Note: The argument is a lower case L followed by an equal sign followed by a complete path and file specification.

    The geospatialadminCL.exe is intended to provide a mechanism by which you can generate (e.g. "Export") workspaces from a Geospatial schema file for use in batch processing w/o a visible user interface. For convenience you can also make use of the recently opened file history in the "File" menu for quick access to previously opened schema files.

    Regards,

    Jeff Bielefeld [Bentley]

    Regards,

    Jeff Bielefeld [Bentley]



Reply
  • The Bentley Geospatial Administrator (geospatialadmin.exe) should be used for all interactive geospatial schema editing. The following command line should automatically open the specified schema:

    geospatialadmin.exe -l=full_file_specification.xml 

     Note: The argument is a lower case L followed by an equal sign followed by a complete path and file specification.

    The geospatialadminCL.exe is intended to provide a mechanism by which you can generate (e.g. "Export") workspaces from a Geospatial schema file for use in batch processing w/o a visible user interface. For convenience you can also make use of the recently opened file history in the "File" menu for quick access to previously opened schema files.

    Regards,

    Jeff Bielefeld [Bentley]

    Regards,

    Jeff Bielefeld [Bentley]



Children
No Data