A NEW TODAY IS DAWNING!

On start up the following error is displayed: Cannot find xdevTemplate.xml at http://localhost/bpxml

If your PC does not have IIS installed, you will need to change the file xdevProfile_user.xml. Change the XMLServer reference to c:\buildpro\web\bpxml (or the equivalent of your install directory).

Background: Certain xml resource files are required by the Developer. These are installed in c:\buildpro\web\bpxml. On Windows, the installation will create a virtual directory called bpxml via IIS to this path. On Linux systems, the virtual path must be created manually.

In a team environment, you will only need one bpxml resource on your LAN. Point all Developer profiles to this common bpxml resource. Example:

<XMLServer>http://teamserver/bpxml</XMLServer>

While too slow for daily work, you could also point to the TODAY Systems public bpxml resource:

<XMLServer>http://www.todaysystems.com/bpxml</XMLServer>