DATE function - Server Date Format

2009-09-02 Thread Kali Obsum
Hi, We have a FILTER action that uses the DATE function to push values from a character field into a date/time field. ex: Field1 = character field, Field2 = date/time field Field2=DATE($Field1$) The string value of Field1 is in format: MM/DD/. Value of Field2 becomes 01/01/1970 10:00:01 AM

Re: Error 303 on Set Field Filter action

2009-09-02 Thread Victor Olufowobi
I'm using the development studio. There is no Advanced Option - only SAMPLE DATA as Data Source Victor On Wed 02/09/09 00:39 , Grooms, Frederick W frederick.w.gro...@xo.com sent: Are you using the Advanced option in your Set Fields? -Original Message- From: Action Request System

Re: Table Coloring W/O a Selection Field

2009-09-02 Thread koray
As a result, I had to edit SQL Views in order to add a new column and set its value using CASE - THEN - ELSE method . Works perfect! Thank you all, issue solved! Koray. On Aug 31, 7:11 pm, Grooms, Frederick W frederick.w.gro...@xo.com wrote: Actually I have had to add color to a View form with

Regarding email user instructions...

2009-09-02 Thread kiran
Hi, I am stuck up with a problem I have written a email user instruction template to do a query action on helpdesk form for tickets with status urgent(Instruction - Urgent) I have created a specific incoming mailbox for this and have associated it with AR-outing mail box Now i tried sending a

How to consume a web service?

2009-09-02 Thread kiran
Hi Listers, how do i consume a peoplesoft web service in remedy? I have tried it to load the required wsdl through a filter but i think remedy is not recognizing it. I also didnt get any error message from remedy :( Is there any documents regarding consumption of such web services ? Any help

Re: How to consume a web service?

2009-09-02 Thread Trevor Keppel-Jones
Hi Kiran, If you can't get Remedy to load the WSDL successfully, I would suggest using Eclipse with the SOAPUI plugin (all free). This is a great way to test the consumption of web services. SOAPUI will set up a test request (or requests, depending on the number of ports in the WSDL) for you

Re: Regarding email user instructions... (U)

2009-09-02 Thread kiran
Should i explicitly mention the fields that are to be returned from Remedy ? Can you please explain to me the second sentence that you have mentioned If you are using a SMTP address and not a user name, the fields included in your message must have Public permission. Regards, kiran On Wed, Sep

Re: Diary Field Issue - Attention - Remedy Product Defect.

2009-09-02 Thread Stephen Heider
On Tue, Sep 1, 2009 at 5:21 PM, John Sundberg john.sundb...@kineticdata.com wrote: ** Actually - I would consider the fuzzing technique for testing. Cause -- all testing a would do is catch the space problem. Fuzzing would try tons of things you would never think of. (tabs / Null \0 /

Right-click context menu for tables?

2009-09-02 Thread koray
Dear List, Is there any way to add right-click (contextual menu) items for a table in 6.3? Regards, Koray. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:rmisoluti...@verizon.net

Re: Diary Field Issue - Attention - Remedy Product Defect

2009-09-02 Thread Stephen Heider
Meenakshinathan, If you decide to switch from using Diary fields to a work log form, here is a free utility that will create the work log form entries by copying your existing Diary fields. http://arswiki.org/projects/dotnetutil It's named ARS_CreateDiaryForm. HTH -- Stephen Remedy Skilled

Critical- Distrib : Malloc failed on server : PrepareEntryContext (ARERR 300)

2009-09-02 Thread Manish SINGLA
Hello List, We are getting Distrib : Malloc failed on server : PrepareEntryContext (ARERR 300). Because of the above error, our DSO queue has built up and is completely blocked. Please advise. With Regards, Manish

Re: Regarding email user instructions... (U)

2009-09-02 Thread Hennigan, Sandra H CTR OSD-CIO
UNCLASSIFIED SMTP refers to a person's email address. Example: fred.sm...@gmail.com User's have permission in Remedy; a SMTP address does not. Sandra Hennigan -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of kiran

Re: Regarding email user instructions... (U)

2009-09-02 Thread kiran
Sandra, thank you very much for the prompt help --kiran On Wed, Sep 2, 2009 at 5:57 PM, Hennigan, Sandra H CTR OSD-CIO sandra.hennigan@osd.mil wrote: UNCLASSIFIED SMTP refers to a person's email address. Example: fred.sm...@gmail.com User's have permission in Remedy; a SMTP address

Re: Regarding email user instructions... (U)

2009-09-02 Thread Hennigan, Sandra H CTR OSD-CIO
UNCLASSIFIED The recipient of the message must have permission to the fields that you want included in the message. If you are using a SMTP address and not a user name, the fields included in your message must have Public permission. Sandra Hennigan -Original Message- From: Action

Deleting data from CMDB

2009-09-02 Thread Veeral Oza
Hi All, There are 2 custom classes along with their Asset views being created. There are more than 1 million records in each of these classes. Now the data needs to be deleted. However all of these records cannot be deleted by a single recon job because of some performance issue on the server we

Re: Right-click context menu for tables?

2009-09-02 Thread LJ Longwing
Nope, other than upgrading to 7.1 -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of koray Sent: Wednesday, September 02, 2009 6:19 AM To: arslist@ARSLIST.ORG Subject: Right-click context menu for tables? Dear List, Is

Cookie=IP-Restriction-GUID Error (Midtier)

2009-09-02 Thread Henderson, Danielle R CNTR
Good Morning everyone, I am having problem accessing Midtier. I am getting the following error Cookie=IP-Restriction-GUID=... When anyone tries to login we get Authentication failed ARERR 623 I cannot access configuration tool at all. I reset password. cleared cache, restarted

Re: Deleting data from CMDB

2009-09-02 Thread Roger Justice
You can use the BMC:BaseElement form if you are able to do a search with the specific qualification needed and do a delete from there. Both entries and all relationships are removed. -Original Message- From: Veeral Oza veer...@gmail.com To: arslist@ARSLIST.ORG Sent: Wed, Sep 2, 2009

Windows Dialog Box for filename?

2009-09-02 Thread koray
I really needed that property.. Well then, can I show a Windows Dialog Box to the user to locate for example a file and write the selected file's path and filename to a character field? Koray. On Sep 2, 4:23 pm, LJ Longwing lj.longw...@gmail.com wrote: Nope, other than upgrading to 7.1

Re: Deleting data from CMDB

2009-09-02 Thread Veeral Oza
Hi Roger, Deletion is not a problem. I need a phased approach to delete the records chunk by chunk. If i delete it from BaseElement form, say 5000 records at a time, from the User tool, will all the relationships be deleted? Is this the right approach to do it? Regards, Veeral Oza On Wed, Sep

Re: Windows Dialog Box for filename?

2009-09-02 Thread LJ Longwing
You can certainly do that. If you set an attachment field to a char field, the value you get is the combined path and file name that the file was saved from. If the attachment was added via the web, then all you get is the filename, but you certainly have that ability. On a separate note, it's

Re: Deleting data from CMDB

2009-09-02 Thread Roger Justice
The negative is that it is a manual approach and requires you to track what you want done. We needed to delete all assets at I present customer and 175K records took almost the whole day to delete. We had both People relationships and component relationships that were also deleted by deleting

Re: How to give a query like NOT LIKE in remedy

2009-09-02 Thread LJ Longwing
You need to say NOT ('field' LIKE %value%) but yes, it works :) _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of kiran Sent: Wednesday, September 02, 2009 8:15 AM To: arslist@ARSLIST.ORG Subject: How to give a query like NOT LIKE in

Re: Windows Dialog Box for filename?

2009-09-02 Thread koray
Sorry, my bad, I just could not explain. I am working on an export form and I'd like user to choose a folder and a filename for the backup file to be created. Not to input a previously created file. Updating MidTier to 7.1 does not seem to be possible for the time, so I will use buttons instead

error in outcoming mail

2009-09-02 Thread kiran
Hi, PF the error message that i got from AREmail when i had sent a user instruction to perform query on URGENT tickets. Instruction:Query Instruction Number:1 Instruction Template: Message Type: Message Number: 1 Message Text: Error while parsing the qualifier (Error Code: 6)

Re: Windows Dialog Box for filename?

2009-09-02 Thread LJ Longwing
What backup are you wanting saved, where is the backup file? -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of koray Sent: Wednesday, September 02, 2009 8:29 AM To: arslist@ARSLIST.ORG Subject: Re: Windows Dialog Box for

Re: How to give a query like NOT LIKE in remedy

2009-09-02 Thread Misi Mladoniczky
Hi, Note that the query will not match fields where ('field' = $NULL$). NULL values are excluded if not addressed specifically. If the field is Required this is not an issue of course. For an Optional field the query must be something like: (NOT 'field' LIKE %value% OR 'field' = $NULL$)

Re: South Florida RUGs

2009-09-02 Thread Haines, Ricki
EMS periodically hosted them but they're no longer in business. Date: Tue, 1 Sep 2009 14:24:02 -0400 Reply-To: arslist@ARSLIST.ORG Sender: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG From: Robert Fults rfu...@fiu.edu

Weird Table field behavior on Midtier 7.1

2009-09-02 Thread Eaton, Mark (DCS)
List, We just upgraded our Windows 2003 midtier server from v6.3 to v7.1 patch 6 and now have users complaining about a weird behaviour. In a table field they want to select multiple entries using CTRL-mouse click and then hit a button to have the system perform operations on everything they

Assignment Engine

2009-09-02 Thread Sokol, Brian
My server is version 7.1. We do not have the Assignment Engine installed. Can I simply run this as a stand alone install? Is it a separate install from ARS? If so I eventually need to install on a production system. Does the install take long and is a reboot of the server (Windows 2003/ Sql 2000)

REMEDY SERVER DOWN... and not able to restart

2009-09-02 Thread Pavan Kumar
Hi List, I would be really grateful if some once can help me with the below issue ASAPÆ We had problem with remedy emails and other services, so we stopped the remedy and tired to restart the server but it is giving me the below errors. Wed Sep 2 16:20:00 2009 Reconciliation : Name

Re: REMEDY SERVER DOWN... and not able to restart

2009-09-02 Thread Chowdhury, Tauf
Did you make sure you can establish a connection with the Database? Sometimes backup jobs or space issues will hang up the DB. Tauf Chowdhury Analyst, Service Management Office: 631.858.7765 Mobile:646.483.2779 From: Action Request System discussion list(ARSList)

Re: Windows Dialog Box for filename?

2009-09-02 Thread David Sanders
Hi Koray Here is a sample dialog form that uses OLE to get a file name and path - of course, this will only work in the User tool, not the Mid-Tier HTH David Sanders Remedy Solution Architect Enterprise Service Suite @ Work == tel +44 1494 468980 mobile +44 7710 377761

Re: Login id change....

2009-09-02 Thread Misi Mladoniczky
Hi, No, it does not replace things that way. First, exact match of char-fields up to 255 will be done. You can set another max size if you like. It also converts the user-name-part of Status-History and Diary-fields. No other text in the Diary-field will be changed. Quoted replacement CAN be

Re: Windows Dialog Box for filename?

2009-09-02 Thread Easter, David
If you can aim for getting to AR System 7.5.00, this feature is provided out-of-the-box. 16-Jan-2009 What's New: BMC Remedy Action Request System 7.5.00 http://documents.bmc.com/supportu/documents/84/15/98415/98415.pdf File system browsers for character fields A new display

Re: How to give a query like NOT LIKE in remedy

2009-09-02 Thread Pierson, Shawn
If I ever write a scripting/query/programming language, I'm going to make the syntax more like this: ('Field1' LIKE %ABC123%) ...NOT! From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of LJ Longwing Sent: Wednesday, September 02, 2009 9:18 AM To:

Updating data in Tasks from Incident

2009-09-02 Thread Thad K Esser
ARS 7.1, ITSM 7.0.3 I've integrated TMS with Incident (so that an incident auto-generates tasks based on templates) and everything is working swimmingly. What I would like to do now, is build a generic task template for software deployment, and have the resulting task gets its product

Re: Login id change....

2009-09-02 Thread Lyle Taylor
Excellent, that sounds much better than what I was thinking. :-) It sounds like you've thought it through well and have put together a nice tool. Thanks, Lyle -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Misi

Re: Deleting data from CMDB

2009-09-02 Thread Lyle Taylor
You can still use a recon job but add a qualification group to select an appropriate set of entries that can be deleted in a single job. You would then just have to go back and update the qualification group and run the job again, etc., until you've deleted the entire set. Lyle From: Action

SV: Java ARDBC plugin failing with multiple instances No suitable driver found for

2009-09-02 Thread Jonas Stumph Stevnsvig
Hi guys I have experimented with multiple plugin servers, starting with two to start off with. I have copied the contents of the %ARSYSTEMHOME%\pluginsvr directory to %ARSYSTEMHOME%\pluginsvr2 and set up the second server to listen on port 9998, then I modified the armonitor.cfg so it

Mid-Tier v7.1 Patch 7 Login - Error 500

2009-09-02 Thread O'Brien, Keith KOB. (Citco)
Hi all, We recently upgraded our Mid-Tier to v7.1 Patch7 But later we found that users connecting with the username in the URL received Error 500 If the user refreshes the page or retries the same URL they successfully login to the form. URL Example:

ITSM 7 Incident Templates

2009-09-02 Thread Shane Buchholz
I am running in to a problem that I am hoping someone might have a solution for. I am trying to create templates for Incident Management, but none of them are visible after creation. There are no issues during the creation process itself, but I have tried with multiple users, and nobody has

Re: ITSM 7 Incident Templates

2009-09-02 Thread Rick Cook
You have to set the owner and user of the templates appropriately. It doesn't happen by default, unfortunately. Rick -Original Message- From: Shane Buchholz sha...@samhealth.org Date: Wed, 2 Sep 2009 10:50:37 To: arslist@ARSLIST.ORG Subject: ITSM 7 Incident Templates

Re: ITSM 7 Incident Templates

2009-09-02 Thread Pargeter, Christie :CO IS
On the Authored For Groups tab the table at the bottom is the list of support groups that can see the template. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Shane Buchholz Sent: Wednesday, September 02, 2009 10:51

Re: ITSM 7 Incident Templates

2009-09-02 Thread Shane Buchholz
I set this option in the initial setup, but still have no visibility. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Pargeter, Christie :CO IS Sent: Wednesday, September 02, 2009 11:04 AM To: arslist@ARSLIST.ORG Subject: Re: ITSM 7 Incident

AW: New fields added becomes Core fields

2009-09-02 Thread Conny Martin
Kali, with the following sql statement you can set nextfieldid to a safe number. UPDATE arschema SET nextfieldid = (SELECT MAX(fieldid) FROM field WHERE field.schemaid =arschema.schemaid) + 1 where name = 'Name of your form' After that you must restart your arserver. Kind Regards Conny

Re: ITSM 7 Incident Templates

2009-09-02 Thread Thad K Esser
Does/do your user/users have Task Viewer or Task User permissions? Thad Esser Remedy Developer Now... Just where did I put that cheese...? | | From: | |

Re: ITSM 7 Incident Templates

2009-09-02 Thread Chowdhury, Tauf
Also remember when modifying incident templates, go in through the APP ADMIN CONSOLE Custom Config. For some reason, opening the Incident Template form directly does funky things... Make sure that you have all the support groups that should have access to it in the Authored for Groups table.

Re: ITSM 7 Incident Templates

2009-09-02 Thread Shane Buchholz
I am creating templates from the App Admin Console. My test users have Task User permissions. One thing that looks a bit odd is that the 'Viewing Templates for Support Group' field on the 'Incident Template Selection' form shows up as display-only with // as the default for the field. We

Re: New fields added becomes Core fields

2009-09-02 Thread Lyle Taylor
What sets the initial nexfieldid for a given form? For example, if I create a new form and add a new field and manually set the ID to X (and it's not in the reserved range and higher than any other field on the form), will that plus one become the next field ID? Thanks, Lyle From: Action

Re: ITSM 7 Incident Templates

2009-09-02 Thread SUBSCRIBE arslist Melissa
Does your user have a default group set up? From: Shane Buchholz sha...@samhealth.org To: arslist@ARSLIST.ORG Date: 09/02/2009 01:47 PM Subject: Re: ITSM 7 Incident Templates Sent by: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG ** I am creating templates from the

Question concerning Application-Invalidate-User

2009-09-02 Thread Shellman, David
We recently upgraded our app server from 7.0.1 to 7.1 (Windows server connected to Oracle). After the upgrade I have been looking at the new filters associated with password management with 7.1. I noted a filter called User:DisableUserAccount. The Run If is fairly straight forward with

AW: New fields added becomes Core fields

2009-09-02 Thread Conny Martin
if you create a new form nextfieldid is initially set to 536870912, regardless if you create a field with a manually given fieldid or not. Von: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] Im Auftrag von Lyle Taylor Gesendet:

Re: ITSM 7 Incident Templates

2009-09-02 Thread Shane Buchholz
I am trying to test the templates on two existing groups Help Desk and Account Services. I have created the templates to be visible by both groups, and each of the testers has access to these groups. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf

Re: ITSM 7 Incident Templates

2009-09-02 Thread Tomasiewicz, Mike (Information Technology)
Bingo!! Ran into this one last week. The user account must have a default group setup or the templates will be a no-show! .:Mike:. From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of SUBSCRIBE arslist Melissa Sent: Wednesday, September 02, 2009 1:50

Re: ITSM 7 Incident Templates -RESOLVED-

2009-09-02 Thread Shane Buchholz
That was the piece that was missing. The templates are now visible. Thank you all for your help. Shane From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Tomasiewicz, Mike (Information Technology) Sent: Wednesday, September 02, 2009 12:00 PM To:

Re: New fields added becomes Core fields

2009-09-02 Thread Lyle Taylor
So, what would cause it to change the next field ID to another range of numbers. For example, I recently created a new display only form and started adding fields to it with the same field ID as on other forms, and pretty soon, it was automatically assigning new field ID just above the fields

Re: New fields added becomes Core fields

2009-09-02 Thread Mueller, Doug
Lyle, If I had to guess. Someone wanted to reset the nextID value -- the ID for the entry ID -- and instead of resetting the nextID column, they reset the nextFieldID column -- the number to start at when looking for the next available field ID that is not used for auto assignment of field

Re: New fields added becomes Core fields

2009-09-02 Thread Lyle Taylor
Thanks for responding, Doug. In our environment, we do not ever directly update the database, so I don't think this is what happened here. It appears to have changed just as a result of modifying the form. Now, I did manually enter field IDs for many of the fields as I was adding them to the

Re: New fields added becomes Core fields

2009-09-02 Thread pascale . boyer
Lyle, I have a very similar problem with 3 table fields that I am copying from one form to another. They get field ID 100, 200 and 300. This seems to be only happening with this particular form and only for those table fields and only if the field ID already exists on the target. This is

Re: Question regarding Daylight Savings and slm module

2009-09-02 Thread Easter, David
There's not really a white paper - although you can learn some interesting things from the DST info that was distributed when the U.S. and other countries changed the start/end dates. That occurred during the life of AR System 7.0.01 so you can still find that bulletin here: 06-Mar-2007

Notify - Calculate Time

2009-09-02 Thread Brittain, Mark
HI All, What I would like to do is have a statement in an email Ticket was last updated 35 minutes ago So in the filter I want to calculate the difference $TIMESTAMP$ - $Modified Date$ and include the results in the email without first having to store the results in a field Is there a syntax

Re: Notify - Calculate Time

2009-09-02 Thread Charles Baldi
I'm assuming that you are on ITSM 7.x. I'm sure that the answer will be different for 6.x or earlier. What you can do is create your own translate filter to do this. We added one to translate #TIMESTAMP# into the actual timestamp, but you could come up with your own tag, like #MODTIME#, and

Need Help On Mid-Tier

2009-09-02 Thread pintu mallick
Hi Friends,   Mid-Tier page is not opening. please find the below error information.    [ /opt/app/remedy/midtier/logs ] :SID=TBD=more armidtier0.log Sep 2, 2009 3:17:28 PM - SEVERE (com.remedy.log.SERVLET) : (Thread 11) Caught RuntimeExceptionjava.lang.NullPointerException please help me.  

Vertical Navigation field questions

2009-09-02 Thread Reiser, John J
Hello Listers, ARS 7.1 Patch 4 MS SQL 2005 In the documentation for Navigation fields it states: You cannot define one navigation field that is shared across several forms. To overcome this limitation, you can create common workflow for the navigation fields on several forms. Seems

Test

2009-09-02 Thread Shafqat Ayaz
I seem to be able to recieve emails from the list but do not seem to be able to post. thanks shafqat ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:rmisoluti...@verizon.net ARSlist:

Re: Test

2009-09-02 Thread Jase Brandon
TEST SUCCESS.. :-) On Wed, Sep 2, 2009 at 7:32 PM, Shafqat Ayaz shafq...@yahoo.com wrote: ** I seem to be able to recieve emails from the list but do not seem to be able to post. thanks shafqat _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_