Skip to content

Creating Empty Business Applications

Mat Davis edited this page Nov 6, 2019 · 1 revision

Note: This applies to TADDM 7.3 only.

You may have the need to create empty business applications in TADDM. The only way to accomplish this in TADDM is through the API. Provided is a simple web page to make this easier.

  1. Download the CreateApplication.html file.
  2. Edit the file and change taddm.ibm.com to match the server name in your TADDM environment.
  3. Important! This will not work unless you deploy this web page to a TADDM server. Use the instructions in Adding Static Web Pages to Web Server to deploy the web page.
  4. Open a browser and browse the location where you deployed the web page. (e.g. http://taddm.ibm.com:9430/CreateApplication/CreateApplication.html)
  5. In the text area you will see 3 fields with CHANGEME as the values. Set all three to the application name you want to create.
  6. Click "Send Via PUT" button.
  7. You will be prompted for your TADDM account.
  8. The GUID of the created business application will appear in the Server-Response section once it is created successfully.
Clone this wiki locally