Install or Configure BBMetalWeb
Note: If you use Visual Studio 2017 and Visual Studio 2019, we recommend that you back up settings for external tools before you install the SDK because we changed how the SDK installer handles external tools for these versions
-
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 Developer Guides for Infinity.
-
In Visual Studio, from the Tools menu, click External Tools.
The External Tools screen appears.
-
Click Add. A new tool entry appears.
-
In the Title field, enter &BBMetalWeb. This determines how the menu item appears in Tools.
-
In the Command field, 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.
-
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.
-
-
Click OK.