Forum Post: RE: CommandProcessor
The code works (except for rows++ that I had to change to i++). how do I select changerequest by cr number?
View ArticleForum Post: RE: CommandProcessor
how do I select changerequest by cr number? select * from ChangeRequest where ChangeNumber = 1234 The complete syntax of the SELECT statement is select * | access-rights | changes | linked-items |...
View ArticleForum Post: RE: New client bug
The latest client is CPC build 13.0.1.36 - SDK build 13.0.1.30 Please ask Customer Support to provide you with these builds. I believe that the behavior you are describing is a known defect in build...
View ArticleWiki Page: When using "mixed mode" authentication I can log into TM ART...
There is a known issue in TM ART Central where a user can log on to the web interface or get a web services session ID by leaving the password blank when "mixed mode" authentication is specified....
View ArticleWiki Page: Does TM ART Central support Microsoft SQL Server Windows...
With the introduction of BMC TM ART Central 3.6, Windows authentication users for Microsoft SQL Server are now supported. To connect to SQL Server with a Windows user account, enter the username in TM...
View ArticleWiki Page: Can I configure a rule to raise incidents after a certain number...
With the introduction of TM ART Central 3.6, rules can now be configured to raise incidents after a certain number of consecutive failures, independent of any timeframe. This option is shown below:
View ArticleWiki Page: Can I change the execution interval of a monitor in case of an...
With the introduction of BMC TM ART Central 3.6, a new rule action has been added which enables changing the execution interval of a monitor in case of an incident. The schedule is set back to its...
View ArticleWiki Page: Should I specify a Blackout period to run annually - i.e. holidays...
Blackout periods cannot overlap. Central will not allow you to define overlapping blackout periods. Therefore if a blackout was set to run all year through (whether active or not) it would not allow...
View ArticleWiki Page: Why is Performance and Histogram data missing in TMART and how do...
In the Client Health view of each project, under Transaction Response time, TMART provides performance and Histogram data for the Transaction Response Time value. The performance value and histogram...
View ArticleWiki Page: Why does the XML in the "Configuring Secure Connections with...
The XML in the SCAdminGuide ("Configuring Secure Connections with Tomcat Web Server") fails because the syntax is wrong. It currently reads: minProcessors="5" maxProcessors="75" enableLookups="true"...
View ArticleWiki Page: After rebooting the Application Server why does the performance...
In TMART Central 3.2 an enhancement was implemented in order to improve overall performance; by caching measure objects such as names, id"s, data aggregation settings etc. The performance is improved...
View ArticleWiki Page: Why does Remedy 7.1 Script "hang" when replayed in TMART Workbench...
An issue has previously been reported to Technical Support; where a Script recorded against a Remedy 7.1 application "hangs" when replayed in BMC TMART Workbench 3.2. Please consider the following...
View ArticleWiki Page: How do I resolve a java.io.FileNotFoundException in TMART after...
The full error is as follows: "java.io.FileNotFoundException: C:\temp\\\\\localhost@file_VUser-Profile1_1_Error (The system cannot find the file specified) at java.io.FileInputStream.open(Native...
View ArticleWiki Page: Is database replication supported by TM ART Central?
Database replication is the creation and maintenance of multiple copies of the same database. Database replication of a TM ART results repository is not currently supported by TM ART Central. There is...
View ArticleWiki Page: How do I resolve ORA* Login failed errors when upgrading from TM...
There is a known issue where one or all of the following errors may be reported during an upgrade from BMC TM ART Central versions 2.9, 3.0 or 3.0.3 to 3.6 when an Oracle database is being used: -...
View ArticleWiki Page: Why is the error "Filepool entry or essential not found Custom...
This error is reported when the file contained in the filepool has an owner specified and is different to the currently logged in user calling the createMontitor method of the svmonconfctrl Web...
View ArticleWiki Page: Is there any way I can find the Project and Monitor name for a...
The following query will allow you to retrieve the Project"s and Monitor"s name for a specific MeasureId: select p.ProjectName, m.Name from SV_Monitors m inner join SV_MonitorTransactions on...
View ArticleWiki Page: After restarting the App Server service, why do my notifications...
This is a known issue in TM ART 3.6, which only occurs immediately after the (re-)start of the Appserver service; notifications at any other time are not affected. This issue can be resolved by...
View ArticleWiki Page: When should the "Start with Console" option on the "Execution...
This option is intended for debug purposes only. The only time when a customer will need to use this option is when requested to do so by R&D.
View ArticleWiki Page: Is there any aggregation of the measures displayed in the Client...
The Availability, Accuracy and Performance measures displayed in TM ART Central are all aggregated values; in the sense that the measures shown are calculated averages from a set of transactions. This...
View Article