distudio.ini
file. For more
information, see the following tasks:
distudio.exe
command.
distudio.ini
file. The following
sections contain information about options that you can specify on
the command line or add to the distudio.ini
file.
distudio.ini
file. For example, adding the following two lines specifies the locale as Japanese: JavaArgs_13=-Duser.language=ja JavaArgs_14=-Duser.country=JP
plugins
directory
under the directory in which the application was installed. If you
are starting SAS Data Integration Studio from another location, you
must specify the location of the plug-in directory. Edit your distudio.ini
file
to include the additional Java argument -DAddPluginDir
to
point to the plug-in folder. Here is an example:
JavaArgs_15=-DAddPluginDir="c:\plugins"
errorlog.txt
in
the working directory, such as C:\Users\user_ID\AppData\Roaming
.
Because each SAS Data Integration Studio session overwrites this log,
you might want to specify a different name or location for the log
file. Use the following option to change the error logging location: distudio –logfile
'<relative_filepath/filename>'
distudio.ini
and
add the following Java argument: JavaArgs_xx=-Dsas.appdatapath="new_path"where xx is the next available Java argument number, and new_path is a fully qualified path to the new directory. Here is an example:
JavaArgs_12=-Dsas.appdatapath="\\adminServer02\DISClientFiles\Hostd17362"
–MessageLevel level_value
option. Valid values for level_value are
listed in the following table.
Value
|
Description
|
---|---|
ALL
|
All messages are logged.
|
CONFIG
|
Static configuration
messages are logged.
|
FINE
|
Basic tracing information
is logged.
|
FINER
|
More detailed tracing
information is logged.
|
FINEST
|
Highly detailed tracing
information is logged. Specify this option to debug problems with
SAS server connections.
|
INFO
|
Informational messages
are logged.
|
OFF
|
No messages are logged.
|
SEVERE
|
Messages indicating
a severe failure are logged.
|
WARNING
|
Messages indicating
a potential problem are logged.
|
distudio.ini
file
(in the default location such as C:\Program Files\SASHome\SASDataIntegrationStudio\<version>)
by increasing the memory setting of the JavaArgs_1 parameter to 1024.
Add an additional argument to set the MaxPermsize option.
JavaArgs_1=Xmx1024m JavaArgs_13=-XX:MaxPermSize=128m