Sun N1 Service Provisioning System User's Guide for Windows 2000 Plug-In 3.0

IIS Web Site or Virtual Directory Component Deployment Fails on Non-English Windows 2000 Servers (6318972)

IIS virtual directory component deployment fails on non-English Windows 2000 Servers.

The following error messages display:


Error occured during ExecJava execution in class
com.sun.n1.sig.plugin.windows.execjava.metabase.MetaImportExecutor(011100)
Unable to deploy IIS Metabase node "IIS://localhost/W3SVC/3/ROOT/FMStocks".
Its parent node could not be found on thetarget host. (019607)

Workaround: Perform the following steps:

  1. Create a different web site on the Windows machine with an ASCII name.

    1. Right-click Hostname

    2. Select WebSite from the New drop-down menu to start the Web Site Creation Wizard.

      For example, use a name like NewWebSite.

  2. Change the default value for the rsrcSourcePath variable in the IIS Web Site or Virtual Directory Settings component to use NewWebSite as the prefix for the path.

    For example:


    <var name="rsrcSourcePath" default="NewWebSite/ROOT/FMStocks"></var>

    instead of


    <var name="rsrcSourcePath" default="Default Web Site/ROOT/FMStocks"></var>

    or create a new variable set for rsrcSourcePath.