-T texport option

The type name (-T) option of the texport utility command is used to specify through a parameter, the specific type that needs to be exported. The type name is case sensitive and it should be the full path of the type. Specify the full path in descending order starting from the root type in the schema to the type that you want to export. You must separate each type in the hierarchy by a semi-colon. An example of the format is: roottype:ancestortype:parenttype:actualtype. If you did not specify the (-T) option, the whole schema from the root is exported.

If you specified the type name (-T) option but did not specify type name in the command line, it is an invalid command line, and the Not a valid command line : Type name parameter is required if type name command option (-T) is selected error message displays on the console. If the type name that you specified in the command line is not found in the schema, the texport execution terminates and the Not a valid command line : Type name specified is not valid error message displays on the console.