Important: this is a critical system file and inappropriate changes can put at stake the production!
EditorialConfig contains number of parameters that drive the GN4 server behavior.
You can edit this configuration as a file on disk and then import it in your database (you can make a safe backup before making changes), or directly in EdAdmin4 (no backup, unless you copy and paste into a backup document before applying changes).
The parameters and the global overridable variables are described in the file itself. The syntax of what you have to enter in the customizable part of the EditorialConfig is described in About global overridable variables.
IMPORTANT: To make these changes available to the GN4 users, after you saved the file and imported it into the database, make all users log out and log back in.
1.Run EdAdmin4, and then under Application Configuration click Client Applications. 2.Click 3.Click 4.Double-click EditorialConfig in the navigator results, to display it in the content tab. 5.Select all text and paste it in a Notepad, to have a last good backup before making changes. 6.Edit and then on the Config menu, click Save. 7.Make all users log out and log back in. Important The changes you make in EdAdmin4 won't be reflected on the EditorialConfig.XML configuration file stored in ..\GN4\config folder. Therefore, if you ever reload the configuration file again, you will lose the changes made above. |
1.Locate ..\GN4\config\global\ folder. 2.Locate the EditorialConfig.XML and make a copy, to have a last good backup before making changes. 3.Open the EditorialConfig.XML file in Visual Studio Express or any other XML-enabled editor. 4.Modify what you want and save your changes. 5.Import the modified EditorialConfig.XML into the database. 6.Make all users log out and log back in. |
1.Open the Administrator Command prompt window. 2.Switch to the applications folder (typically c:\tera\gn4\bin). 3.Execute the command: cmd4 config -name EditorialConfig -out c:\temp\EditorialConfig.xml -srvurl http://<servername>/GN4/adminsrv.asmx -username <username> -password <password> 4.Open the EditorialConfig.XML in Visual Studio Express or any other XML-enabled editor and review it or edit it. 5.Save your changes. |
1.Open the Administrator Command prompt window. 2.Switch to the applications folder (typically c:\tera\gn4\bin). 3.Execute the command: cmd4 config -in <fullpath>\EditorialConfig.XML -srvurl http://<servername>/GN4/adminsrv.asmx -username <username> -password <password> 4.Make all users log out and log back in. |
|
•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. |