A SERVICE OF

logo

SAP Online Help 07.09.2004
SAP NetWeaver Visual Composer: User Guide 191
Using Log Files for Troubleshooting
Use
If a problem occurs in Visual Composer Storyboard, you may be able to determine its source
from log files created and stored both on the Visual Composer server and on the connected
portal.
Visual Composer Server Log
On the Visual Composer server, events can be logged in the Output Console located at the
bottom of the workspace. Events are logged for the duration of the client session. The Output
Console can be viewed in Storyboard by dragging open the status bar at the bottom of the
Storyboard desktop.
Output Console
The server administrator controls the display of the log file in the console, selecting to show
only errors, only warnings, or all information. The actual file that controls the display of
information resides in the following path of the Visual Composer server:
...inetpub\wwwroot\SAP NetWeaver Visual Composer\server\~server.ini
The control file is as follows:
<%
var devmode = false, LogLevel = 0;
var SERVER_VIRTUAL_DIR = "VCServer";
var DATA_VIRTUAL_DIR = "VCData";
var GKB_URL = 'SERVER_URL/'+SERVER_VIRTUAL_DIR+'/';
var RES_URL = 'SERVER_URL/'+SERVER_VIRTUAL_DIR+'/';
var DOCS_URL = 'SERVER_URL/'+SERVER_VIRTUAL_DIR+'/docs/';
var DATA_URL = 'SERVER_URL/'+DATA_VIRTUAL_DIR+'/';