Export strings to a file

Build 1501 on 14/Nov/2017  This topic last edited on: 11/Sep/2014, at 09:35

You can export a GN4 string to a file. This can be useful if you want to see what's loaded in the database, and eventually to compare the database content with the last good backup of the data file.

To export strings from the database to a file

<cmd4path>\cmd4 strings -name <itemname> -out <filepath> -srvurl http:/<servername>/GN4/adminsrv.asmx -username <username> -password <password>

Notes

Replace <cmd4path> with the path of your GN4 application folder.

Replace <itemname> with the name of the item (without .xml extension).

Replace <filepath> with the full path to the file to be imported or exported, including file extension.

Replace <servername> with the real name of your GN4 server.

Replace <username> with the name of a GN4 user who has administrative permissions.

Replace <password> with the password of the <username> GN4 user.

Replace <fullpath> with the drive letter and the path to the file, including extension.

For a full list of command options, see cmd4 strings.

See also

Identifying the right import/export method