Re: How to get a table in a form to be populated with data on form load

2013-07-01 Thread itsm.support
Hi, You can achieve this by following two ways. 1. Use 'Change Field' Action in Active Link on Window Load , select 'table name' and 'Check Refresh Tree/Table' option. 2. In Active Link on Window load option, Use run Process 'PERFORM-ACTION-TABLE-REFRESH' followed by 'table field ID'

Re: Error during processing : ARERR [9241] Cannot create report directory

2013-06-19 Thread itsm.support
Hi Simon, This issue is caused due to incorrect report directory path. Give proper absolute path(from / ) according to linux like : /remedy/mid-tier/reports for more detail visit link:- Please check and correct the Reporting Working Directory from the mid-tier configuration tool.

Re: Error during processing : ARERR [9241] Cannot create report directory

2013-06-19 Thread itsm.support
, Ganesh Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: [hidden email] || Web Site: www.vyomlabs.com Follow Vyom Labs http://twitter.com/#!/vyomlabs || http://www.linkedin.com/company/vyom-labs -Original Message- From: itsm.support [mailto:itsm.supp

Re: Work Order Console issue

2013-06-13 Thread itsm.support
Hi Mark, Please check below details for your issue: Cause: When we open WO Console, an Active Link 'WOI:WOC:ServiceCall_0_Initialized' sets COMPANY field with value of company name of user currently logged in (in our case - Company A). Click 'More Filters' link on WO Console RHS top.

Re: AIE and Reconciliaiton job import issues

2013-06-11 Thread itsm.support
Hi, For AIE exchanges I would recommend to export the exchanges to server using Export Configuration Utility. There one more option of export-import AIE_Configuration.arx file. We need to modify this .arx file before import on target server. You can refer BMC Atrium Integration Engine 7604

Re: Users missing links to modules on home page

2013-06-10 Thread itsm.support
Hi, We did faced similar issue several times even on 7.0.03 environment. Removing application permissions and reapplying permissions resolves issue each time. -- Regards, Sunil Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: [hidden email] || Web Site:

Re: Development server issues - more

2013-05-29 Thread itsm.support
Hi Mark, There are many approaches to resolve ARERR-102 and ARERR-93 For ARERR-102: ARERR 102 is an error that happens when a field that is used in 'Advanced' workflow to reference a form or server name or 'Advanced' table fields to reference a form or server name is empty. This typically

Re: CMDB 8.1 Index on Name Field

2013-04-23 Thread itsm.support
Hi, There is nothing mention about indexing in CMDB 8.1 to improve performance. We can add index for better performance as per doc provided by BMC. - Indexing classes can reduce database query time. Index attributes that: *You expect users to query frequently. *Are used by discovery

Re: Midtier help

2013-04-23 Thread itsm.support
Hi, You can modify login.jsp file to add the note. The file is located at ‘BMC Software\ARSystem\midtier\shared\login.jsp’ Apart from this if you want to add some CSS to this note then make those changes in login_common.jsp in the same folder. HTH -- Regards, Rajkumar Vyom

Re: Values in the Column didn't appear

2013-04-17 Thread itsm.support
Hi, This seems to be a permission issue. Check if you have given permission to the fields on the form and also permissions are required to the columns of the table. If you don't have permission to the field then data can't be accessed . HTH -- Regards, Abhijit, Satish Vyom Labs Pvt.

Re: Date in the holiday list is invalid (ARWARN 625)

2013-04-02 Thread itsm.support
Hi, It isn't an error but warning. This warning code means the date in the holiday list of the Business Time Holiday form is not a legal date. In your case it is an old/expired date. Illegal dates are ignored and processing continues. Regards, Atul Vyom Labs Pvt. Ltd. BSM Solutions

Re: Unuser fields in the Incident

2013-04-01 Thread itsm.support
Hi, On HPD:Help Desk, there are almost 30 fields starting with 'z1D_KMSChar' and they all are not used if Knowledge Management is not installed. BMC does not recommend to use existing fields from the application for customization, if it is not used, it would be used in future by BMC for

Re: How can I load a form into a view field

2013-03-25 Thread itsm.support
Hi, You can perform below action with View Field by ensuring following points: · Set the text property with the url of the specific form whatever you find in mid tier. · In BMC Remedy User and a browser, contents of a view field do not load automatically when user opens a

Re: Space Character in Field Name

2013-03-19 Thread itsm.support
Hi, AIE is not that much intelligent to read columns with spaces in it. Otherwise frequently we need to use some functions like LTRIM, RTRIM etc provided by AIE to truncate the spaces. Always we need to make sure that the header columns doesn't contain leading/trailing space and possibly

Re: CRQ and INC work detail table.

2013-03-06 Thread itsm.support
Hi, This is out of the box functionality of Incident work info (detail form open when double click)and for change work info (detail form does not open when double click) For HPD:HelpDek , HPD:INC:DetailWorkLog_100_Dialg AL Opens Incident work Info form on Double click(On Return) of record in

Re: User client issue

2013-02-11 Thread itsm.support
Hi, Issue might be with window size. Data is stored in the ar.ini (client machine) or in the User Preferences form. Solution might be renaming ar.ini or delete their user preference record. Next time they log into the user tool it will recreate user preferences using the default values.

Re: AssetPeople

2013-01-30 Thread itsm.support
Hi, There can be number of situations: 1. If the Data is accidentally deleted from AST:AssetPeople Form, just check the forms BMC.CORE:BMC_BaseElement and BMC.CORE:BMC_Person_ and AST:AssetJoinASTPeople if related data can be retrieved . In case, the People-Asset details were

Re: Return Function

2013-01-30 Thread itsm.support
Hi, The Error code ‘ARERR 44889’ is related to following two filters ‘CTM:PPL:VerifyManageInfo_142_Msg’ ‘FIN:FCP:ValidateCCOwner_03’ You can either Disable filter (CTM:PPL:VerifyManageInfo_142_Msg) if you do not want to provide the Managers's Login ID OR Try manipulating below

Re: Audit a Character Field

2013-01-17 Thread itsm.support
Hi, We can enable Audit Option for the respective character field and can track of the audit logs. if the Audit trial for the character field is to implement with custom approach using workflow, then we can have following approach: Step1: Create a Diary Field on the same form where character

Re: Need urgent help on SRM - Details field

2013-01-16 Thread itsm.support
Hi, We have analyzed below scenario, and from our preliminary observation we found that below form contains the request details before it turned into Planning in SRM:Request. Form name: SRD:MultipleQuestionResponse HTH -- Regards, Amrut Pabitra Vyom Labs Pvt. Ltd. BSM Solutions

Re: Different date format when setting Date/Time field into a Character Field when moving from Solaris to Linux

2013-01-16 Thread itsm.support
Hi, You need to make sure both Solaris 9 and RHEL 6 recognize the common date format. You can achieve this by setting the ARDATE environment variable. HTH -- Regards, Amol Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: [hidden email]

Re: Broadcasts visible by all

2013-01-11 Thread itsm.support
Hi, Broadcast View access - Public or Internal is for multitenant environment. View access depends on company configured for People in the People form View access play no role if environment is single tenant. HTH -- Regards, Rahul Badwaik Vyom Labs Pvt. Ltd. BSM Solutions

Re: 8961 error with Impact and Reported Source

2012-12-10 Thread itsm.support
Hi, This is what I found while navigating for below issue: The real problem seems to be the order of the elements in the input XML call. It seems that Remedy, or perhaps whatever mechanism they used to implement the web services, isn't happy if the input elements aren't in the same order as

Re: arsystem stop

2012-12-05 Thread itsm.support
Hi, It appears the command to stop the service is fired on Linux/Solaris and with non root user. Please verify if the user has root privileges when issuing the start/stop command. HTH -- Regards, Arnab Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training

Re: Baffled by outgoiong email

2012-11-30 Thread itsm.support
Hi, It seems any other well configured mailbox which is in 'Enable' state is doing this job. You can try with putting some wrong info in Email server user password fields in Mailbox Configuration for that particular mailbox. -- Regards, Mayur Vyom Labs Pvt. Ltd. BSM Solutions

Re: Mid-Tier SP4 reports running out of memory

2012-11-06 Thread itsm.support
Hi, Increasing the Java heap size may definitely help in this scenario, as the error message shows Running OutOfMemory Exception. You can consider setting Min-1024 Max-2048 HTH. -- Regards, Anupam Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: [hidden email]

Re: SRM - Issue with Draft Records (ARERR-150)

2012-11-01 Thread itsm.support
Hi, There can be a situation such as some customized macro is running while opening SR in draft mode which needs login info (Server name). While searching for resolution of this issue I got this work around. So please check that is this useful ? Regarding ARERR 150 - A server name must be

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread itsm.support
Hi, This happens because, there was a request to allocate memory by the server and the OS could not fulfill that request. In response to this, the AR System server shuts itself down and restarts. In general, except for users who are currently interacting with that server with a command, the

Re: CMDB 7.6.4

2012-09-24 Thread ITSM.Support
Hi, cmdbdriver and cmdbdiag utilities are used to perform cmdb/reconcilation related activities through command line (when the tool is not working properly) cmdbdriver - is used for creating/modifying classes/attributes; imorting/exporting attribute or class metadata from one server to

Re: Error on Mid Tier

2012-09-18 Thread ITSM.Support
Hi Prakash, For the below error - One of the common reasons for this Error can occur if Java script try to retrieve the information before html info is fully loaded. This is why 'Unable to get value' message appears. This is a common error for some of the versions of the Internet Explorer.

Re: AR System Permission Groups

2012-09-11 Thread ITSM.Support
Hi, If you do not have group already created, you can add a new Group Incident Creator in the Group from. You can make it as Regular/Dynamic/Computed as per your business requirements. As you want to customize Incident Management Application Permission, You need to do following steps:

Re: Create CI from Change form?

2012-09-06 Thread ITSM.Support
Hi Charlie, You cannot define a new configuration item on the Relationships tab. Use the Advanced Functions = Manage CIs on the Change Management console to define new CIs. -- Regards, Dhanshree Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: i...@vyomlabs.com

Re: Email ENgine Silent Install on Linux

2012-09-06 Thread ITSM.Support
Hi Francois, BMC has provided ARSystem-ini-template.txt file with installer package. To Create Option file for silent installation, you can refer this file, it also covers Email Engine parameters. -- Regards, Dhanshree Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting

Re: Asset Create and Update Permission Limits

2012-08-31 Thread ITSM.Support
Hi, Please find some additional info below: If you are an Asset Admin for a Company you can create, update and delete any asset. Comments: True. Additionally, you can 1. Access to do Bulk Updates 2. Access to Manage Inventory 3. Ability to

Re: security risk with attachment - Any ideas?

2012-08-27 Thread ITSM.Support
Hi, I have found one thread on web http://old.nabble.com/Re:-Virus-Scanning-Remedy-Attachments---p3614885.html Which in short means: We can make use of Filters that fire on Create/Modify that check to see if there is a change in an attachment. The actions taken are 1) Use special run

Re: Server Information shows Windows 6.1

2012-08-23 Thread ITSM.Support
Hi, Yes, this is normal. We have observed this in our environment. This is because of minor version of Windows server 2k8. -- Regards, Sunil Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: mailto:i...@vyomlabs.com i...@vyomlabs.com || Web Site:

Re: Use of sync ui

2012-08-23 Thread ITSM.Support
Hi, 'Sync Asset UI' utility is used to synchronize common data model changes with the Asset Management. It will sync all CMDB CDM changes flown down to all respective Asset Management forms. -- Regards, Sunil Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training

Re: Finding: Incident Business-Time Duration, minus Pending Status time

2012-08-22 Thread ITSM.Support
Hi, This can be achieved by creating separate form with same logic as Incident assignment log. We had done this for one of our client and were effective to calculate pending time for incident. -- Regards, Sunil Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email:

Re: Service action Peculiarity

2012-08-17 Thread ITSM.Support
Hi, It’s not a bug. We have seen a case where because of change in the input length of a field it was providing a wrong value. HTH -- Regards, Dhanshree Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email: i...@vyomlabs.com  || Web Site: www.vyomlabs.com Follow Vyom

Re: Change Management 7.0.3- CR stuck with Complete status.

2012-08-17 Thread ITSM.Support
Hi, Following may be the possibility due to which the Change Request is getting stuck in Complete Status: 1) Configuration for your company or Global in Approval Process Configuration Form such that below and which is enabled Begin Approved Rejected No Approvers - - -

Re: Escalation not working

2012-08-13 Thread ITSM.Support
Hi, Escalations can be assigned to pools so the escalations from each pool run in parallel on separate threads within the escalation queue. To use escalation pools, you must first configure multiple threads for the escalation queue. The Escalation Queue is assigned to RPC port number

Re: Write Access Permissions Error Submitting SRM On Behalf Of

2012-08-09 Thread ITSM.Support
Hi, We have seen same error at our end. To resolve this, we recreated user record for the user we were getting an error, then it started working correctly as expected. HTH -- Regards, Yogini Vyom Labs Pvt. Ltd. BSM Solutions Services || ITIL Consulting Training Email:

Re: Single to Multi-tenancy Conversion

2012-08-08 Thread ITSM.Support
Hi, When we change from Single-tenancy to Multi-Tenancy, we need to do the bulk updates. You can use AR Import/DMT for bulk updates Apart from this BMC Migrator would be the best choice for data replication. -- Regards, Amol Londhe Vyom Labs Pvt. Ltd. BSM Solutions Services ||

Re: Timeout in Remedy - ARS 7.1

2012-08-02 Thread ITSM.Support
Hi, There can be multiple ways to troubleshoot it 1. Enable AeTrace logging, to determine what work it is performing when it stops. If it is processing an entry from the Application Pending form, you can export that entry to an ARX file, then delete it, and determine if it was just one

Re: Approval Server Auto Approval issue

2012-07-31 Thread ITSM.Support
Hi, Approval process starts working when a filter which triggers the approval process is executed. So you can check in filter logs to find out whether intended approval process is getting triggered or not. In filter logs you can narrow down the search to check only application command as

Re: Issue in AIE

2012-07-25 Thread ITSM.Support
Hi, Please check few points below which can be useful to resolve your issue. For issue 1: a) Just stop or deactivate other instances apart from the instance you have mapped with your data exchange b) Restart the instance (mapped with your data exchange) manually from the

Re: Counter

2012-07-24 Thread ITSM.Support
Hi, We can have solution as below to achieve this. Take a Configuration form (Regular Form) to store Form Name, View Name and View Access Count. Insert a record of each Views along with Form Name and View Access Count =0 respectively in the config form. Create a display only field (say

Re: Ho to remove default value for selection field mapped in Web Service?

2012-07-23 Thread ITSM.Support
Hi, We have observed that even if we don’t set the default value and save the record in Get List operation of web service it is showing the first value as default. You can change the Drop-Down list default value to blank in Output mapping of a web service. HTH -- Regards, ITSM Support Vyom

Re: Weird Normalization behaviour

2012-07-17 Thread ITSM.Support
Hi, Cause for this issue is the 'Normalization Status' Field. This is a selection field with below values. Selection Values ID Other 10 Not Normalized 20 Not Applicable For Normalization 30 Normalization Failed 40 Normalized but Not Approved 50 Normalized and Approved 60

Re: Can we change char size of Organisation field across ITSM

2012-07-13 Thread ITSM.Support
Hi, According to the observations so far, we cannot modify the character size of the mentioned fields using the remedy application. The field 'Organization' is on the 361 forms with the same database field ID. Though it may be possible that we can update it at database level, but the same

Re: Issues w/round robin assignments not working

2012-07-13 Thread ITSM.Support
Hi, First check apsvcae.sh is running or not. For New Support Group, cross check whether you have configured the Support Group properly. (In CTM:Support Group Association form check whether Assignment Availability is set to Yes). In CTM:People Form check the Following configurations: a)

Re: Task Management Approvals

2012-07-11 Thread ITSM.Support
Hi, Below steps can be done to achieve this 1) Integrate Approval Engine with TMS:Task a) Create join of TMS:Task and AP:Detail. b) Create join of TMS:Task and AP:DetailSignature. 2) Run arjoinfix.exe. (for windows) 3) Configure TMS:Task in the AP:Form. 4) Configure 'Process' and

Re: Mass delete of Product Catalog

2012-07-10 Thread ITSM.Support
Hi, You can follow below steps to clean everything out more quickly Login with Application Administrator or User having Config Categorization Admin Permission Go to Application Administration Console Custom Configuration Foundation Product/Operational Catalogs Product Configuration

Re: HTML Email template question

2012-07-09 Thread ITSM.Support
Hi, While going through the code we found that the line break tag 'br' has not been closed anywhere in the code. It should be ended up properly as /br. For e.g. in the below code the line break tag has been started, but it doesn't seem to end up anywhere. Existing code: br img

Re: how to change RMI port of email engine

2012-07-09 Thread ITSM.Support
Hi, Yes, we can change RMI Port in emaildeamon.properties. One of the cause of error could be new port number. Please check if new port number is in use. Also please check below steps. 1. Stop the AR Server services 2. Perform the changes in emaildeamon.properties file and save the file 3.

Re: ARERR 8939: Plugin Server not responding

2012-07-06 Thread ITSM.Support
Hi, You can check below things: -Verify from task-manager if arplugin.exe is running, if not restart ARPort mapper service. -If port mapper is not configured for assigning the port check if same port is being used by some another application -You may also check if the below entries

Re: Mid-Tier error ARERR [9350] Network protocol/data error when performing data operation. Please contact administrator

2012-07-04 Thread ITSM.Support
Hi, In Internet Explorer, by default many of the ActiveX options and scripting are disabled. User must try to active those controls from Internet Explorer just going through Tool-Internet Option- Security tab -select Internet and click Custom Level. However, exception being faced by user

Re: Securing SRM tickets (SR,WO, Task) for HR

2012-07-03 Thread ITSM.Support
Hi, If we have understood your issue correctly, following things can be configured as one of the solutions to get this done 1. Create two separate companies: one for HRIS and another for NON-HRIS 2. Give unrestricted access to HRIS member, so they will be able to see all the tickets

Re: Form Field missing in Web Reports Designer

2012-06-28 Thread ITSM.Support
Hi, In background we have a field on AR System Report Console form, named Form Name, on which run time form name is populated after selecting value in Report Name field. For populating fields, we have data dictionary menu attached to different fields. (e.g. Field1, Field2 etc) Fields which are

Re: Crystal Report Dynamic Parameter Issue

2012-06-27 Thread ITSM.Support
Hi, Create New User DSN on the AR Server providing Admin Credentials Server Name OR IP Address. Follow below Steps to configure ODBC DSN: Start -- Administrative Tools -- Data sources (ODBC) -- Create new User DSN -- provide AR Server name AR Server Admin user credentials

Re: Handle Duplicate Request IDs By: Update Old Record with New Record's Data

2012-06-25 Thread ITSM.Support
Hi, Possible reason behind getting error could be the null value for required core field, In your case its Submitter field (ID: 2) So need to check whether there are null values for required field in .arx file being used for importing. Also there could be problem with the incorrect criteria

Re: multi-tenancy SLA

2012-06-20 Thread ITSM.Support
Hi, All SVT Target that you want to get attached when ticket is transferred from one tenancy to another, should be grouped under a same Service Target Group. So that when value for company changes, SVT specific to that company satisfying the criteria will get attached HTH -- Regards,

Re: SRM 7.6.03 Entitlement

2012-06-19 Thread ITSM.Support
Hi, In 7.6.03 by default the Status of Entitlement Rule is disabled. So we have to enable it in order to apply the entitlement rule for specific SRD's and User's. We can enable it from Application Administration Console - Custom Configuration tab - Service Request Management - Entitlement -

Re: OOB SR 7.6 form data.

2012-06-19 Thread ITSM.Support
Hi, After submitting request from request entry console data would get stored in SRM:Request form and if you have configured questions, those questions would be stored in SRD:MultipleQuestionResponse form. HTH -- Regards, ITSM Support Vyom Labs Pvt. Ltd. BSM Solutions Services ||

Re: Issues while searching for a ticket in the INCIDENT console

2012-06-19 Thread ITSM.Support
Hi, This kind of operation query like ['Summary*' LIKE %CJ%] means searching with special character uses Full Text Search Operation. Please go to Service Information- FTS tab, and verify FTS Configuration and FTS Collation path. If ARS is installed on C: Drive, the default path for

Re: Abydos is now BMC

2012-06-19 Thread ITSM.Support
Hi Patrick, You can find it here: but it requires registration and as of now 'Abydos Designer' is not available for download but all documents related to 'Abydos Designer' are available for download http://www.abydos-workflow.com/Home/tabid/36/Default.aspx -- Regards, ITSM Support

Re: Web Service Errors

2012-06-18 Thread ITSM.Support
Hi, For authentication error thrown when authentication mode is set to None or Custom check following things : 1. Synchronize the AR Server connection password in mid-tier and User tool 2. It could be a number of things such as case sensitivity, additional characters (spaces,

Re: making use of itsm breadcrumbs with custom bolt on apps

2012-06-18 Thread ITSM.Support
Hi, This option works only for the forms opened using the application navigation panel and works only for the number of forms listed in a particular field of SHR:LendingConsole form To achieve the same for custom form, first prerequisite is that the custom application should be accessed

Re: Approval request

2012-06-15 Thread ITSM.Support
Hi, You can do following steps to create approval request: 1. Create one Custom approval request form 2. Created two join forms that will join your approval request (AP:Detail and AP:Detail-Signature) with these forms 3. Run the arjoinfix.exe to configure the join forms for the approval server