Friday, February 13, 2015

How to delete a WAS Profile


  1. cd install_root/bin
  2. wasprofile -delete -profileName profile
Where profile is the name of the profile in WAS that you are deleting


Wednesday, February 11, 2015

Upgrade from TRIRIGA version 10.0 and TRIRIGA Application Platform version 3.0 to the most current application and platform releases

Upgrade from TRIRIGA version 10.0 and TRIRIGA Application Platform version 3.0 to the most current application and platform releases


To upgrade from TRIRIGA version 10.0 and TRIRIGA Application Platform version 3.0, you must upgrade TRIRIGA, TRIRIGA Application Platform, apply object migration packages, and run patch helpers.
Check the release notes for the packages you are installing for details about new features and fixes for the release. Refer to the release version summary table for a summary of the TRIRIGA releases available.
  1. Shut down the application server.
  2. Upgrade the platform to IBM® TRIRIGA Application Platform version 3.4 as described in the  IBM TRIRIGA Application Platform version 3 Upgrade Installation Guide.
  3. Start the server and ensure the server startup processes are running.
  4. Apply the TRIRIGA version 10.1 minor release cumulative package.
  5. Restart the application server.
  6. Apply the TRIRIGA version 10.2 minor release package.
  7. Restart the application server.
  8. Update DateTime system fields from VARCHAR to NUMERIC
  9. Apply the TRIRIGA version 10.3 minor release package.
  10. epublishing Business Objects for Localization
  11. Apply the TRIRIGA version 10.3.1 mod release package.
  12. Apply the TRIRIGA version 10.3.2 mod release package.
  13. Apply the TRIRIGA version 10.4 minor release package
  14. Apply the TRIRIGA version 10.4.1 mod release package.
  15. Importing Patch Helper Records.


Taken from https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20TRIRIGA1/page/Upgrade%20from%20TRIRIGA%20version%2010.0%20and%20TRIRIGA%20Application%20Platform%20version%203.0%20to%20the%20most%20current%20application%20and%20platform%20releases

Security warnings when loading to AutoCAD 2014: Troubleshooting

Security warnings when loading to AutoCAD 2014: Troubleshooting

The installation or upgrade process for version 12 of TRIRIGA® CAD Integrator/Publisher for the AutoCAD 2014 application might generate security warnings. You can resolve this issue by adding the TRIRIGA CAD Integrator/Publisher installation path to the AutoCAD TRUSTEDPATHS variable.

Symptoms

In a security concern window, you see a message that an executable file was found outside of the specified trusted locations.
The security window is displayed twice: once for the TRIRIGA CAD Integrator/Publisher program commands, and once for the IBM TRIRIGA menu items.
In both security windows, you click Load, and TRIRIGA CAD Integrator/Publisher starts. However, the next time you start TRIRIGA CAD Integrator/Publisher, the security windows are displayed again, and you must load the path names again.

Resolving the problem

To prevent the security windows from being displayed, add the TRIRIGA CAD Integrator/Publisher installation path to the AutoCAD TRUSTEDPATHS variable.
  1. Open AutoCAD 2014.
  2. In the command line, enter TRUSTEDPATHS.
  3. Add the TRIRIGA CAD Integrator/Publisher installation path. The default location is C:\Program Files\IBM\TRIRIGA\CI-12\bin\ac.
Taken from http://www-01.ibm.com/support/knowledgecenter/SSFCZ3_10.4.1/com.ibm.tri.doc/ci_cadint/ts_troubleshoot_AutoCAD2014_security_warnings.html

Tuesday, February 10, 2015

Default URL for the WebSphere Application Server (WAS) Admin Console

Question

A successful installation of WAS has completed and now the administrative console needs to be accessed. How is the admin console accessed? Access to this console may be necessary in preparing for the ITIM installation.

Answer


Assuming a successful install, using default properties, the URL for the administrative console would be:

    http://yourserver:9060/ibm/console
    or
    https://yourserver:9043/ibm/console

(where 'yourserver' is the server WebSphere is installed on)
This is also assuming the 9060 and 9043 ports were not already in use. If the ports are already in use the WAS admin console port can be changed to another port by modifying the HTTPTransport_4 and HTTPTransport_5 port values in the $WAS_HOME/profiles/profileName/config/cells/cellname/virtualhosts.xml file.


Taken from https://www-304.ibm.com/support/docview.wss?uid=swg21155098