Guides (SDK /API)Technical ReferenceBBDNHow-to Documentation

You are here: Infinity SDK Utilities > BBMetalWeb > Install or Configure BBMetalWeb

Install or Configure BBMetalWeb

  1. Find the path to the BBMetalWeb executable. It is a part of the SDK folder for the Infinity SDK. For example, C:\SDK\Tools\BBMetalWeb.exe. For information about the Infinity SDK, see Infinity SDK and Developer Guides for Infinity.

  2. In Visual Studio, from the Tools menu, click External Tools.

    The External Tools screen appears.

  3. Click Add. A new tool entry appears.

  4. In Title, enter &BBMetalWeb. This determines how the menu item will appear in Tools.

  5. In Command, enter the path to the executable. For example, C:\SDK\Tools\BBMetalWeb.exe. This executable runs when you select the menu item determined in the Title field.

  6. In Arguments, enter the following as one line:

    Note: For a table of arguments and descriptions, see BBMetalWeb Arguments and Options.

    • /WSURI= followed by the URL for the BBAppFx web service. For example /WSURI="http://localhost/bbAppFx/appfxwebservice.asmx?WSDL".

    • /DB= followed by your database name. For example /DB=BBInfinity.

    • To display the results of the command, select Use Output window.

  7. Click OK.