Prompt user to login through the workflow

2007-03-05 Thread Veeral J Oza
Hi All, Is there a way to "Prompt user to login" through the workflow without using the user tool. This should override the settings in the user tool >> Tools >> Options >> General Tab >> Prompt for Login checkbox. Environment Details ARS 6.3 Unix / Oracle Regards, Veeral Oza, Application

Modifying Join form through Java API

2007-01-31 Thread Veeral J Oza
Hi All, I am able to create an entry successfully on a Join form. However I am not able to modify the same. The code looks something like this. JoinEntryID entryID = new JoinEntryID(ActivityEntryNumber); EntryKey entryKey = new EntryKey(schname, entryID); . . . . . . entry.store();

Retrieving Date from SQL

2006-12-08 Thread Veeral J Oza
Hi All, Remedy datatype "Date" is stored as an integer in the SQL Server database. It is stored as the number of seconds from 1st Jan 1970. Now I am using a SELECT query to read this value in a character (There is a requirement that I cannot read this into a date field on Remedy). The value retu

Query regarding *.data file created in Session swap folder.

2006-12-04 Thread Veeral J Oza
Hi All, I have a query which is as follows We are using ARS 6.03.00(patch 018) + Mid-tier (6.03.00 patch 016) on Windows 2003 server and we use ServletExec 5.0p06 as our web application server. The problem is that we find there are hundreds of "*.data" files(1000+ per day) in our web application

JSP integration issue

2006-11-22 Thread Veeral J Oza
Hi, I am facing a problem with integration of JSP file upload with Remedy Attachment Pool. My objective is to take a file as a input from the user through JSP and push that file to the Remedy AR System form's attachment pool so that it can save it in to the database. I need to do this because a

Re: Need help to dynamically read field values.

2006-10-09 Thread Veeral J Oza
** Hi Meenakshi,   Thank you very much for ur reply. But it seems that you didn't understand what I am trying to do. Well, I want to populate the field value dynamically in Temp2 based on the field name typed in Temp1. Setting the value of Temp2 to Submitter in Set fields action will make it

Retaining Request ID values

2006-10-08 Thread Veeral J Oza
** Hello all,   I have 2 forms which are exactly identical (same ids for all the fields). I would like to push records from form A to form B via escaltion. Is it possible to retain the same value for the Request ID field on form B as that of Form A? and if so , can you please tell me how th

Need help to dynamically read field values.

2006-10-08 Thread Veeral J Oza
** Hello all,   This is what I am trying to do. I have 2 character fields Temp1 and Temp2 and one Button. There are other fields on the form like Submitter, Last Modified Date, etc.. So when I type in Temp1 field the value as $Submitter$ and I hit Button, I want the value of Submitter fiel

Re: Consuming Web-Services..

2006-04-27 Thread Veeral J Oza
Hi John, The problem is trying to consume a webservice that's protected by a proxy and it requires authentication. Regards, Veeral Oza -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of John Baker Sent: Thursday, April 27, 20

Retrieve database info using active link

2006-04-26 Thread Veeral J Oza
** Hi,   Here is what I am trying to do, I have a menu from which I select a form name, On selecting a form name, I have all the fields name populated on another menu. After selecting a particular field i want to store the database id of that field in a hidden character field. E.g. Menu1->My

Re: Consuming Web-Services..

2006-04-26 Thread Veeral J Oza
** Hi Paul, Yes login/pwd is only the problem that I am facing. So is there a work around or some tweaking that could be done other than adding a URL to allowed sites within the proxy server (ofcourse)?   Regards, Veeral Oza From: Action Request System discussion list(ARSList) [mailto:[EMAI

Consuming Web-Services..

2006-04-26 Thread Veeral J Oza
** Hi,   I am facing problem while consuming web services. ERROR: URI not found http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl    Additional Details:Connection timed out: connectcom.remedy.arsys.ws.util.ARWSException: URI not found http://www.xmethods.net/sd/2001/CurrencyExchan

FW: Trouble in accessing columns in view forms

2006-04-21 Thread Veeral J Oza
**   Hi,   Kindly ignore my previous mail. I was actually trying to access the nvarchar , date n other datatypes which are not supported by ARS 6.3.     Regards, Veeral Oza From: Veeral Oza (WT01 - TECHNOLOGY INFRASTRUCTURE SERVICES (GS)) Sent: Friday, April 21, 2006 2:30 PMTo: 'arslist@A

Trouble in accessing columns in view forms

2006-04-21 Thread Veeral J Oza
** Hi,   When I create a View form, and point to a database table, i am able to access only the integer columns. The char, nchar, date n all other columns are not accessible. I have checked the permissions on the database side and they are as per my requirement.   Environment: ARS 6.3 SQL