SQL Procedure Excution in Oracle Vs Remedy.

2007-12-11 Thread Gopala Krishna Peela
Hi , I am trying to execute an external db procedure from my remedy application through dblink connectivity. I am not getting any errors while executing it separately through in Oracle using Toad. But I am facing the below error while executing it from Filter or Activelink using

Re: SQL Procedure Excution in Oracle Vs Remedy.

2007-12-11 Thread Gopala Krishna Peela
Krishna Peela wrote: Hi , I am trying to execute an external db procedure from my remedy application through dblink connectivity. I am not getting any errors while executing it separately through in Oracle using Toad. But I am facing the below error while executing it from Filter

Re: Error: Plug-In server is not responding

2007-09-09 Thread Gopala Krishna Peela
Hi Jarl, I tried even loopback.. But still facing the same issue. I have configured below lines into ar.cfg file Private-RPC-Socket: 390693 4 4 Plugin-Loopback-RPC-Socket: 390693 Environment details: Windows XP, remedy 6.3 patch 18. Mid Tier 6.3, .Net API 7.0

Error: Plug-In server is not responding

2007-09-08 Thread Gopala Krishna Peela
or before. Give a quick try; if things don't work quite right, I can try digging around some more on this. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Gopala Krishna Peela Sent: Friday, September 07, 2007 8:54 AM

Error: Plug-In server is not responding

2007-09-07 Thread Gopala Krishna Peela
HI, Please find below failure scenario where I have been facing issues with remedy-.net integration. Failure Scenario 1. Calling .NET Web Service from ARS Filter 2. There are .NET API Calls in .NET Web Service for Getting Entry and Creating Entry (ARS filter and

Issue with Calling .NET Web Service from Remedy

2007-08-30 Thread Gopala Krishna Peela
Hi, I have written a .Net web service which posts request xml to one http url and retrieves data from response xml. I am trying to achieve this in .NET Web Service using below steps. 1. Building Request XML with the data of a regular form using Dot NET REMEDY API 2. Posting

C# Script Error.

2007-07-30 Thread Gopala Krishna Peela
Hi, I am trying to use spring messaging API in remedy using REMEDY.ARF.SCRIPT plugin. Below is the code written in C# script. NMS.IConnectionFactory factory = new ActiveMQ.ConnectionFactory(new System.Uri(http://localhost:61616;)); NMS.IConnection connection =

Re: C# Script Error.

2007-07-30 Thread Gopala Krishna Peela
other C# script in the plugin? Can the remedy server connect to localhost on port:61616? - Jarl On 7/30/07, Gopala Krishna Peela [EMAIL PROTECTED] wrote: ** Hi, I am trying to use spring messaging API in remedy using REMEDY.ARF.SCRIPT plugin. Below is the code written in C

Need Date fields in View Form

2006-12-06 Thread Gopala Krishna Peela
Hi, The date fields are not coming in view form when I am trying to create view form for the external db table. Is there any work around for this..? Any help would be appreciated. Thanks and Regards, Gopala Krishna.Peela, Virtusa India Pvt Ltd.

Need Date fields in View Form

2006-12-06 Thread Gopala Krishna Peela
Hi Anoop, I have tried your steps as follows 1. Created date time field in view form after getting all other fields 2. I have given name of the dbcolumn in Name box of database tab of created date time field properties dialog box as follows 3. I am getting following error on clicking on

Re: Need Date fields in View Form

2006-12-06 Thread Gopala Krishna Peela
Yes Anoop..i giving db column name of external table which is accessed from aradmin through dblink. Thanks and Regards, Gopala Krishna.Peela SHOP - Team / Ext: 3217 From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On

Re: ARNOTE (10000)

2006-11-28 Thread Gopala Krishna Peela
Hi Stephen, How to call .NET App from active link for displaying message box (using RUN PROCESS..?). Could you please explain in detail..?. Thanks and Regards, Gopala Krishna.Peela -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED]

How to generate log file dynamically

2006-11-27 Thread Gopala Krishna Peela
Hi, Is there any way to generate log file dynamically with unique name for each transaction (Ex..one log file for one order placed (set of filters involved) in application). I am trying to use Log to File action but I could not able to specify file name which can be generated for each

Re: How to generate log file dynamically

2006-11-27 Thread Gopala Krishna Peela
+ Tools Fast, Accurate, Cheap Pick two. On 11/27/06, Gopala Krishna Peela [EMAIL PROTECTED] wrote: ** Hi, Is there any way to generate log file dynamically with unique name for each transaction (Ex..one log file for one order placed (set of filters involved) in application). I am

Re: Table field behaviour

2006-11-23 Thread Gopala Krishna Peela
Hi, Will any patch installation solve this limitation on ARS6.3..? Thanks and Regards, Gopala Krishna.Peela From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Michael Worts Sent: Thursday, November 23, 2006

Java Script Error

2006-11-22 Thread Gopala Krishna Peela
Hi, I was trying to use following java script in run process action for setting abc value to the field named tempField available in the form named TheForm javascript: window.TheForm.setFieldValue(tempField,abc) But I am getting following error while executing that action in mid

Trigger Remedy Action from Oracle

2006-10-09 Thread Gopala Krishna Peela
** Hi, I want to inert a record into a table from oracle using insert command. So I have created filter on view form of above table which should execute on submit. But it is not recognizing submit action from oracle. Is there any way to trigger remedy action from oracle... I should

Perform Push Field from Oracle

2006-10-06 Thread Gopala Krishna Peela
** Hi, Can we call push field action (submitting record) from oracle without using insert sql command. Which means this action should be able to fire remedy filterfrom oracle.. Thanks and Regards, Gopala Krishna.Peela __20060125___This posting was

Call API from Oracle

2006-10-06 Thread Gopala Krishna Peela
** Hi Is there any way to use Remedy API in Oracle DB..? Thanks and Regards, Gopala Krishna.Peela __20060125___This posting was submitted with HTML in it___

Re: Perform Push Field from Oracle

2006-10-06 Thread Gopala Krishna Peela
Krishna Peela Sent: Friday, October 06, 2006 2:28 PM To: arslist@ARSLIST.ORG Subject: Perform Push Field from Oracle Hi, Can we call push field action (submitting record) from oracle without using insert sql command. Which means this action should be able to fire remedy filterfrom oracle

Problem with Overriding

2006-10-05 Thread Gopala Krishna Peela
** Hi, Problem Description Overridden Filter A submits a record in Form F1 with value X in Column1 Filter B executes on submit of Form F1 and checks the push field if condition (Column1=X) and modifies the form F2 But Filter B has been failing at push field if condition even if

Re: Problem with Overriding

2006-10-05 Thread Gopala Krishna Peela
(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Gopala Krishna Peela Sent: Thursday, October 05, 2006 5:44 AM To: arslist@ARSLIST.ORG Subject: Problem with Overriding Hi, Problem Description Overridden Filter A submits a record in Form F1 with value X in Column1 Filter B executes

Re: Problem with Overriding

2006-10-05 Thread Gopala Krishna Peela
Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Gopala Krishna Peela Sent: Thursday, October 05, 2006 6:18 AM To: arslist@ARSLIST.ORG Subject: Re: Problem with Overriding Hi, Thanx for response.Can we use like TR.Column1 in push field if condition

Re: Problem with Overriding

2006-10-05 Thread Gopala Krishna Peela
you want to form F2. Your condition in the push fields action will be to identify the record in form F2 where the value should be pushed. CRAIG J. CARTER From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Gopala Krishna Peela Sent: Thursday

Recall: Sorting

2006-09-29 Thread Gopala Krishna Peela
Title: Recall: Sorting ** Gopala Krishna Peela would like to recall the message, Sorting. __20060125___This posting was submitted with HTML in it___

Re: How to capture workflow errors in Filters

2006-09-21 Thread Gopala Krishna Peela
Hi Misi, Many Thanks for your help.. I will try it out.. Thanks and Regards, Gopala Krishna.Peela SHOP - Team / Ext: 3217 -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Misi Mladoniczky Sent: Friday, September 15,

How to capture workflow errors in Filters

2006-09-15 Thread Gopala Krishna Peela
** Hi, All of the my workflows are written in filters..the problem is all filters are rolling back when there is any error occurred in any one of the filter.. Could you please help me on how to capture errors occurred in filter.. Any tips would be appreciated. Thanks and Regards,

Re: How to capture workflow errors in Filters

2006-09-15 Thread Gopala Krishna Peela
Hi, Many Thanks for your immediate reply.. Could you please explain me on 4th point you mentioned below... Thanks and Regards, Gopala Krishna.Peela -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Misi Mladoniczky Sent:

Regarding user offset

2006-09-13 Thread Gopala Krishna Peela
** Hi all, This mail is regarding the user offset. Many countries will have same offset .Then how could we differentiate those countries and take out a particular country For example, User offset country GMT +1 France GMT +1 Germany How could we fetch out Germany from

Regarding table deselection

2006-07-16 Thread Gopala Krishna Peela
** Hi all One more doubt in remedy, just need to know how the deselecting of a row in a table is identified. 1. in the deselecting of a row in a table I need to enable some fields. So I need to know how the deselecting is done in remedy .please help in this issue. Thanks and

Regarding the user offset

2006-07-10 Thread Gopala Krishna Peela
** Hi all , We are facing a issue with determining the user offset with the daylight savings. Actually we got a run process explanation from Eric (a member of arlist) which helped as in determining the offset but we need the offset value along with the daylight savings. Please help