Re: Time out Error in External Db Access

2010-09-11 Thread NNMN
] On Behalf Of NNMN Sent: Friday, August 27, 2010 7:24 AM To: arslist@ARSLIST.ORG Subject: Time out Error in External Db Access Hi Folks! So here is the thing about the time out error I am getting. The error that I am recieving is ARERR [93] Timeout during data retrieval due to busy server

Time out Error in Externla Db Access

2010-08-27 Thread NNMN
Hi Folks! So here is the thing about the time out error I am getting. The error that I am recieving is ARERR [93] Timeout during data retrieval due to busy server -- retry the operation Now a small detail on the operations i am performing on the background. 1. A simple SQL Menu where values

Push Attachment from Display Form

2010-08-04 Thread NNMN
Hi all, I have one regular and one display only form. This Regular form acts as the backend for the display only form. There are attachment pools on both these forms. When i have an attachment in the backend form, i am able to bring it into the display form through set field on open of the

Document Save from Database

2010-07-17 Thread NNMN
Hi ARSers, Below is a situation which i am trying to sort out. 1. I have two systems, a Remedy system and a custom application which generates documents and stores it as blob. 2. I have access to read this blob from the Remedy system and save into an attachment. These are the methods which i

DB Links vs Webservices

2010-07-06 Thread NNMN
Hi ARSers, Something which i have been thinking about. I want to know your views on this. Let us imagine we have systems, SYS-A(Remedy with its backend) and SYS-B(another platform app(like java,.NET etc) with its backend). Now if i want the data from both these systems to flow from each other for

Curious Advanced Search

2010-07-02 Thread NNMN
Hi ARSers, Hi have a pretty silly and curious advanced search issue. This is a Advanced Search i am trying on User Form. I am trying to give a search on the basis of 'Group List'. I have,say 6 groups, Group1 to Group 6. I want to list out record of users belonging to Group List namely 'Group1',

Re: AW: Curious Advanced Search

2010-07-02 Thread NNMN
your advanced query should look like this ('Group List' like 1;% or 'Group List' like % 1;% or 'Group List' like %;1;%) HTH Kind Regards Conny -Ursprüngliche Nachricht- Von: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] Im Auftrag von NNMN

Re: parsing from csv

2010-07-01 Thread NNMN
Hi Rezaul, You can use PERFORM-ACTION-SAVE-ATTACHMENT, save it into a directory from where you can write and read it, then you can try running Atrium integration Engine command 'aiexfer' or AR Import command utility 'arimportcmd' command in a Run Process. Check on how to use either of these

Re: How to create ticket in Remedy by sending e-mail or script

2010-06-30 Thread NNMN
Hi, If you have email engine installed and incoming mailbox configured you can achieve this easily. Check out the guide on ARS Email Engine. skrz wrote: Hi, I want to create a ticket in Remedy in fast and simple way: for example, by sending a special e-mail or script, is it possible ? I

Re: SIT:Site Group Logical Assoc form's use

2010-06-28 Thread NNMN
Any Idea ?? :P NNMN wrote: Hi ARSers, I have seen the form SIT:Site Group Logical Assoc and as far the company-site relationship is concerned i dont find any concrete use for this form. I do see the the 'Site Group Type' field which has type values namely 'Logical' and 'Physical

SIT:Site Group Logical Assoc form's use

2010-06-25 Thread NNMN
Hi ARSers, I have seen the form SIT:Site Group Logical Assoc and as far the company-site relationship is concerned i dont find any concrete use for this form. I do see the the 'Site Group Type' field which has type values namely 'Logical' and 'Physical'. But only physical type is the only type

Re: Stack Exchange QA site proposal: BMC Remedy AR System

2010-06-25 Thread NNMN
Yea True David , But there is one more way you can turn the proposed place into- to be more useful. May be merging the posts/discussions that come from ARSList and BMCDN and allowing people from there to give reply on that. But not sure how much people would want to join. Lets see, believing

AR User Tool Deprecated?

2010-06-24 Thread NNMN
Hi ARSers, I have been hearing that AR User tool is getting deprected. I have few questions on this. - Is it really going to get deprecated? Is ARS8.0 going to have a thick client? - If it is just through mid-tier then will the DDE, OLE, macros etc be removed from active link actions. - Is

View form records to table field

2010-06-17 Thread NNMN
Hi ARSers, I am checking for all possible views on this below mentioned scenario. 1. I have a view form with records basically fetched from external db. 2. I have a table field in a regular form of which the records shown are from this view form. I know one way is to push data into a regular

Re: View form records to table field

2010-06-17 Thread NNMN
directly use a view form inside a table field instead of inserting into another regular form and then referencing unless you have a specific reason. On Jun 17, 4:36 am, NNMN naveen...@gmail.com wrote: Hi ARSers, I am checking for all possible views on this below mentioned scenario. 1. I have

A trigger event for fetching a direct DB update

2010-06-10 Thread NNMN
Hi Listers, I have a small problem in hand. This is a very strange case. -I have a regular form to which an entry is created by workflows. -Now this entry has an update happening into its records. But the funny thing is that update is done only to a particular field in the table through a direct

Re: All about Mid-tier

2010-06-07 Thread NNMN
] On Behalf Of NNMN Sent: Friday, June 04, 2010 4:50 AM To: arsl...@arslist.org Subject: All about Mid-tier Hi ARS’ers I have an environment where an ARS custom app has been built. The current version of ARS used is 7.0.001. This app has gone through migration through multiple version ARS starting

Re: ARERR 299 Too many levels in filter processing

2010-06-04 Thread NNMN
Hi Misi,Hany so on :) Although this is something which i had tried, the problem here is that although i would stop this very filter executing in this form through a 'DoNotFireMySubmitFilter'/flag , at the same time i have many other filters running on a submit again with many complex

All about Mid-tier

2010-06-04 Thread NNMN
Hi ARS’ers I have an environment where an ARS custom app has been built. The current version of ARS used is 7.0.001. This app has gone through migration through multiple version ARS starting version 5.1. Although it was never intended to have a thin-client view, we have thought of going with a

ARERR 299 Too many levels in filter processing

2010-06-02 Thread NNMN
Hi fellow listers, This is something which i had tried. My need was to change a field value in a form after a record is submitted/modified and the record for which i need the field value change to be made is the one which got submitted/modified. So I created a filter which gets triggerred(i.e