Re: AR Server Threads

2007-11-14 Thread Michiel Beijen
There's also this document on performance tuning for Remedy; http://documents.bmc.com/supportu/documents/55/03/85503/85503.pdf It states that you should have 3 fast and 5 list threads per CPU with a maximum of 30 threads for any thread group; it does not discuss escalation threads or private

RE : Re: Field 530001900

2007-11-14 Thread Frex Popo
Still having problems creating classes!! This time an entry gets created in the OBJSTR:Classes, OBJST:Pending, OBJSTR:ApplicationPending .. The entries are in status PENDING and nothing happens after that!! No errors in the SQL/FILTER/API logs. Anyone had this problem before!! I

Re: unable to read data from Table field more than one time

2007-11-14 Thread Peter Romain
Hi Serouche, Try setting temp fields to the values in the table you are looping and pushing the temp fields (ie don't push the column values directly). Also, check that the phasing of the push is correct - you might neet to adjust it to run in phase 1. Cheers Peter Dear listers, I have in

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
Thanks Peter, actually I do not Push anything. What I do is on change of one field (let's say Assignee field), I check if this can be found in Lists of my Table. If yes I set field B, to Logins found in Table. Then I set field C to $PROCESS$ echo $B$ $C$ B and C are character fields. One

Re: CM7.2, AIE 7.1, CDIntegration 7.1.1

2007-11-14 Thread Kelly Deaver
Hi, AIE is the new bundled version of the Integration Engine. It includes adapters for MS-SQL, Oracle, DB2, XML file and delimited file (CSV if you choose). There no longer is a separate product for Remedy Link for SQL or Oracle. You install one and get all. As for where to install, it isn't

Re: Remedy ITSM suite 7 in VMWare ESX??

2007-11-14 Thread Gayford, Matthew C.
We're running our test server on ESX. One of the nice features of the Client Infrastructure Client is the ability to get a graph of each box's resources (CPU, memory, etc) and has a console built in so you don't have to use remote desktop to get in and reboot ARS. :) Certainly make sure that

Re: Late session summary report from BMC User World 2007

2007-11-14 Thread Hugo Visser
Any screenshots or presentations on the upcoming dev studio? Hugo On Nov 14, 2007 8:27 AM, Geoffrey Endresen [EMAIL PROTECTED] wrote: Exactly. The new Eclipse developer studio looks awesome. On Nov 8, 2007 2:52 PM, Susan Palmer [EMAIL PROTECTED] wrote: ** Great summary Geoffrey!

Re: Looking for a password generator

2007-11-14 Thread Opela, Gary L Contr OC-ALC/ITMA
Wow Carey, thanks. Your skills in navigating the BMCDN far surpass mine! I guess I need more practice :\ I appreciate all of the feedback, as well as the private messages. Thanks, Gary Opela, Jr Sr. Remedy Developer Leader Communications, Inc. -Original Message- From: Action

Re: unicode function calls from api libraray libar.a problem

2007-11-14 Thread Mo Korda
That's a good guide as to what .so.* to link in. Thanks for that. More useful than 'nm' that I was using to locate function definitions. I have it all linked and running now. with thanks Mo Korda -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL

Question: ITSM 7.0 - Survey (SRM:Survey)

2007-11-14 Thread T. Dee
I'm curious as to what some of you have done with the Survey in ITSM 7.0 - in the form SRM:Survey beside each quesiton it says Rating (1-10) - it does not say 1 being the lowest and 10 being the highest or vice versa. We are not sure how users will treat this and we may get mixed results.

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
push fields to a display only fields didn't help. Another idea? Any help will be appreciated. Thanks Serouche Peter Romain wrote: Hi Serouche, Try setting temp fields to the values in the table you are looping and pushing the temp fields (ie don't push the column values directly). Also,

Re: Question: ITSM 7.0 - Survey (SRM:Survey)

2007-11-14 Thread Rahul AR User
Hi, Since the forms are customizable, what I can suggest is that put a label on the form explaining the ratings. Hope this might help you. On Nov 14, 2007 7:36 PM, T. Dee [EMAIL PROTECTED] wrote: I'm curious as to what some of you have done with the Survey in ITSM 7.0 - in the form

Re: Notification method for ParentChild ticket.

2007-11-14 Thread Reiser, John J
Richard, The problem is not the addressing of vtext.com notifications but the amount of text they accept as one message. Our count has them truncating notifications at 180 characters, that includes the From and Subject of the email notification. I am trying to make the notification pass enough

Job: Remedy Business Analyst - Pasadena, CA

2007-11-14 Thread Kitchen, Joshua T
Job Title: Remedy - Business Analyst Location: Pasadena, CA Type: Contract - Duration 3 Months+ Rates: 50/HR Key: Looking for 3 years experience with any of the Remedy ARS or ITSM Description: Analyze business processes using ITIL principles and to propose well developed process

Re: unable to read data from Table field more than one time

2007-11-14 Thread Rahul AR User
Hi Serouche, Can you please confirm whether the same is working fine in the user tool? If the answer is yes then I believe that this is something to do with the Mid-Tier cache which is not refreshing. In the Mid-Tier, change the flush time to less, maybe for testing purpose you can change it to

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
no this has nothing to do with a caching problem on the web. The only thing I do is to click on a Submit button in Form A. This button pushes the values of one field (called CC field) to another form let say Form B. On submit to that form B, I check entry per entry, whether it is a valid email

Job: Remedy Developer - Austin, TX

2007-11-14 Thread Kitchen, Joshua T
Job Title: Remedy and/or Crystal Enterprise Developer Rates: MAX 50/HR 1099 or Corp to Corp Summary: This position is responsible for the installation, documentation and testing of: 1. REMEDY Web reporting (including Crystal Reports Enterprise Edition) 2. Single sign-on or

Re: CM7.2, AIE 7.1, CDIntegration 7.1.1

2007-11-14 Thread strauss
I put it on a third server, and also installed it twice with two separate sets of services - one set against the development server and one set against the pre-production server. That works just fine. My initial reason for doing so was that all of my db and AR servers (source db and target ARS)

Re: AR Server Threads

2007-11-14 Thread Axton
Probably just better testing. The 7 apps also use a lot of plugins and external processes whereas older versions did not. This would drive the number of threads up to prevent things from blocking each other. Better throughput by letting the OS/processors time slice instead of forcing time

New Open Source Project

2007-11-14 Thread Axton
This was posted on ARSwiki.org: pyARS The pyARS project provides a mostly Pythonic interface to the ARSystem (ARS) API functions as well as Atrium CMDB API functions for CPython. The requirements for Windows are low: Python, cTypes and the Remedy DLL.

Re: unable to read data from Table field more than one time

2007-11-14 Thread P Romain ARSlist
Are you using an EXTERNAL qualification for the table field? I assume you are: 1. parsing the CC field to get the first value (X) 2. putting the value in the table field external qualification 3. calling the guide which walks the table getting the values for appending to the mailing-list 4.

Re: AR Server Threads

2007-11-14 Thread Rick Cook
I remember the original Performance White Paper (for v5.x, I think) that said that Min=1-2xCPU and Max=3xCPU was about all that was useful. I wonder what is responsible for the increase in recommended threads. The new and expanded API set? Or is ITSM 7 simply pushing the system to levels not

Re: Question: ITSM 7.0 - Survey (SRM:Survey)

2007-11-14 Thread T. Dee
Thanks Rahul. I know the forms are customizable - I was looking for input as to what others have done. Thanks. T. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rahul AR User Sent: Wednesday, November 14, 2007

Re: KM Error on Incident

2007-11-14 Thread Consultant Al
Hi, I faced a similar problem and the cause of it was the firewall. By applying the latest patches of SQL server it was resolved. Please make sure that u can communicate on the default port that u have kept. Regards, Al -Original Message- From: Action Request System discussion

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
the Table field has a qualification like $field on my form$ = 'values in the other form' I parse the CC field into another field A. Everytime field A = $field on my form$ 'values in the other form' are changed in the Table. That works fine. But to copy these later to another field doesn't

Re: unable to read data from Table field more than one time

2007-11-14 Thread Ray Palla
Are you sure your filters are running asynchronously using the `! Naming convention? -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of P Romain ARSlist Sent: Wednesday, November 14, 2007 9:18 AM To: arslist@ARSLIST.ORG

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
no. I don't see why they should run asynchronously ?? There is no need. Or ? Could you give more details why they should run so? I red the docs nothing convinced me. Thanks Serouche Ray Palla wrote: Are you sure your filters are running asynchronously using the `! Naming convention?

Re: CM7.2, AIE 7.1, CDIntegration 7.1.1

2007-11-14 Thread Kelly Deaver
See the compatibility matrix for AIE - http://www.bmc.com/support/bmcremedycomp/Atrium_Integration_Engine_7_1_0_Compatibility_matrix.htm In most cases, yes 64 bit is now supported :) - Kelly Deaver [EMAIL PROTECTED] Original Message Subject: Re: CM7.2,

Using ITSM 6 for things other than ITSM

2007-11-14 Thread Durrant, Michael M. - ITSD
Is anyone using ITSM to run non-IT help desks? Thanks, Michael The information contained in this email may be privileged, confidential or otherwise protected from disclosure. All persons are advised that they may face penalties under state and federal law for sharing this information with

Re: Mid-Tier 7.1 and BusinessObjects Enterprise XI

2007-11-14 Thread Pam Hollis
FYI - on the case of Business Objects Enterprise - we own this software and the only way reporting can be done with BO is that you must own the Premiere License Key and not Professional - we own Professional and to be able to run reports we were going to have to spend $40,000 a license (1 license

Mid-Tier 7.1 and BusinessObjects Enterprise XI

2007-11-14 Thread Dwayne Martin
Hello Everyone, We are installing Mid-Tier 7.1 on an IIS 6 web server, and we want to run Crystal Reports. The installation manual gives us three choices for reporting tools, but says that BusinessObjects Enterprise XI is recommended. Given that we already have Crystal Reports Server XI (one

Re: License keys to became inactive

2007-11-14 Thread LJ LongWing (Head)
Strange license key problems have often been caused by a corrupted multilicense file. try shutting down your server, delete/rename the file and restart...this should cause the file to be re-created and if this was your cause then your license issues should be resolved. _ From: Action

License keys to became inactive

2007-11-14 Thread T. Dee
Did you change your ethernet card? T. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Polo Sent: Wednesday, November 14, 2007 11:15 AM To: arslist@ARSLIST.ORG Subject: *SPAM* License keys to became

License keys to became inactive

2007-11-14 Thread Jorge Polo
Hello Everyone, I don't know how our license keys became inactive in one of our servers. If you can offer any help I will greatly appreciate it. Our Environment is Windows Server 2003 - Remedy AR System Server 6.3 - Microsoft SQL-Server 2000 - Helpdesk 5.6 Application - Thank you. Jorge

Mid Tier Logs

2007-11-14 Thread Kemes, Lisa
I have a problem with the Mid Tier and wanted to check the Mid Tier Logs. When I go to C:\Program Files\Ar System\Mid-Tier\Logs, the latest one is dated 11/7/2007. When I go to our config.jsp page, under the View Logs area, there are log entries from November 14th 11:23. Where can I go to

Re: unable to read data from Table field more than one time

2007-11-14 Thread Ray Palla
Filters inside a loop on a table field need the asynchronous runtime to read each row in the table, otherwise you only receive one pass and I believe it reads the last record in the table field. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL

*** WARUG, 16 Nov 2007, 9AM - 1PM, BAH Auditorium, Mclean VA ***

2007-11-14 Thread Betina Lose
Dear ARSListers - This is a reminder of the upcoming Washington D.C. Area Remedy Users Group (WARUG) meeting on 16 November 2007. The agenda is as follows: 9:00 - 9:15Betina Lose, WARUG Chairperson, Welcome 9:15 - 10:00 Marty Corbett, Triumphant,Resolution

Re: Using ITSM 6 for things other than ITSM (UNCLASSIFIED)

2007-11-14 Thread FRANK, GORDON CTR DISA JSSC
Classification: UNCLASSIFIED Caveats: NONE ITSM is very generic at it's core. I've seen it used for many things such as: 1. Office Move, adds, changes 2. Security/Badge approval 3. HR Inprocess/Outprocess 4. Property passes 5. Book ordering 6. Motor pool 7. Car Repair 8. etc., etc. ITIL is

Re: Mid Tier Logs

2007-11-14 Thread Anukampa Malik
Hi, Confirm your latest log directory settings under general settings in Remedy Configuration Tool. Anu. From: Action Request System discussion list(ARSList) on behalf of Kemes, Lisa Sent: Wed 11/14/2007 9:58 PM To: arslist@ARSLIST.ORG Subject: Mid Tier

Re: Mid-Tier 7.1 and BusinessObjects Enterprise XI

2007-11-14 Thread Dwayne Martin
Pam, Thank you for this info !! Dwayne Original message Date: Wed, 14 Nov 2007 10:31:02 -0600 From: Pam Hollis [EMAIL PROTECTED] Subject: Re: Mid-Tier 7.1 and BusinessObjects Enterprise XI To: arslist@ARSLIST.ORG FYI - on the case of Business Objects Enterprise - we own this

Re: Duplicate Emails Being sent

2007-11-14 Thread Shellman, David
Brian, This is a known bug with the 7.0.1 email engine. It's in at least patch 002 and 003. Support sent us a jar that we put in place about a week ago that seems to have stopped it. Dave From: Action Request System discussion list(ARSList) [mailto:[EMAIL

Duplicate Emails Being sent

2007-11-14 Thread Sokol, Brian
Occasionally an end user will get the same email from ARS twice. Has anyone seen this behavior before? Brian Sokol Manager, Desktop Services Scholastic Inc. 557 Broadway NY, NY 10012 (212) 343-6494 http://www.Scholastic.com

Re: Mid Tier Logs

2007-11-14 Thread Kemes, Lisa
My Log Directory on the Mid Tier Configuration Tool is set to C:\Program Files\Ar System\Mid-Tier\Logs Log Level = Warning Log Viewer = File Log Format = Simple Text From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Duplicate Emails Being sent

2007-11-14 Thread Dwayne Martin
Re: Has anyone seen this behavior before? Yes. It started when we upgraded to 7.0.1, and it happened all the time, not just occasionally. It went away when we upgraded to 7.1. (We are on a RH Linux ARS server.) Dwayne Martin James Madison University Original message Date: Wed, 14

Re: Duplicate Emails Being sent

2007-11-14 Thread Dwayne Martin
I should have mentioned that when we upgraded to 7.0.1 we also switched platforms. We were previously on Unix and moved to Linux. Dwayne Re: Has anyone seen this behavior before? Yes. It started when we upgraded to 7.0.1, and it happened all the time, not just occasionally. It went away

Re: Duplicate Emails Being sent

2007-11-14 Thread Ben Cantatore
SW00272549 Email notifications are being sent out twice randomly. Fixed in patch 5 for version 7.0.1 Ben Cantatore Remedy Administrator Avon (914) 935-2946 Dwayne Martin [EMAIL PROTECTED] Sent by: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG 11/14/2007 12:49 PM Please

Crystal Report ARERR 1904 - Error while generating a Crystal Report

2007-11-14 Thread Susan Palmer
Hi Everyone, In the last couple of weeks we have had a rash of Crystal report errors with various users. They are reports generated by clicking on a button and a couple of active links run. One AL provides a display form for parameters, the second AL contains the Run Macro with the query macro

Help zeroing permission/support group data in ARS7.1/ITSM 7.0.02?

2007-11-14 Thread Russell, James C
Howdy listers! A blown migration between ARS 7.1, ITSM 7.0.02 (Unix/Oracle to Win2003/SQL) servers has caused some interesting company/support group/people permissions errors, and we'd like to zero everything and start over (Re-migrating with Migrator hasn't worked out correctly, and we need to

Support site

2007-11-14 Thread Rick Cook
Just went to the Support page for the first time in a couple weeks. Anyone else notice the changes to the Issues page on BMC Support? You can now choose Product Categories and Products and Profiles right on the same page, instead of having to go to a separate (and oft forgotten) tab to select

Re: Mid Tier Logs

2007-11-14 Thread Grooms, Frederick W
Depending on your settings, (and how much traffic goes thru your Mid-Tier) the date you see may be the Create Date of the log file and not the last modified date. Look in the armidtier0.log file and see if the last data in it is for the 14th (You can probably use Notepad to view it). Fred

7.1 Compatibility Matrix

2007-11-14 Thread Jon Chau
I was trying to view the 7.1 Compatibility Matrix on the BMC Support Web site, but the link is broken. I reported it, but am wondering how long it will take to fix it. Can someone forward this to me if they have it?

AR System Java Driver 7.1 - Complete source code build instructions

2007-11-14 Thread Papolu, Appajee
Just FYI (Ignore if you have already seen this announcement/download on BMCDN already)... As some of you may know, the driver program which is delivered as source is a great API learning/reference tool for AR System API users. Unfortunately in 7.1 version of Java API, a couple of necessary source

Re: Re-appearing Expand Boxes SOLVED

2007-11-14 Thread Dwayne Martin
This is embarrassing, but after seven years of Remedy development, I didn't know that you had to save each form view one at a time. I thot you could modify them all, then update them with one big save. So I was updating the fields in each view, and the last view I changed would stay changed,

Re: Crystal Report ARERR 1904 - Error while generating a Crystal Report (UNCLASSIFIED)

2007-11-14 Thread FRANK, GORDON CTR DISA JSSC
Classification: UNCLASSIFIED Caveats: NONE Make sure you have ODBC Use Underscores is checked under options for these users. Crystal requires the underscores substituted for spaces. Gordon M. Frank DISA\Version FNS -Original Message- From: Action Request System discussion

Re: Re-appearing Expand Boxes SOLVED

2007-11-14 Thread Rick Cook
Don't be too embarrassed, Dwayne - that is a recent requirement that caught most of us unawares. You used to be able to save them all at once without a problem, but then I think in v6.3 or 7, something internal changed, and now we have to save them individually. Rick On 11/14/07, Dwayne Martin

Re: Looking for a password generator

2007-11-14 Thread Papolu, Appajee
Hi I just posted a download on BMCDN, BMC Remedy Java Plug-in Server 7.1 - Sample Plug-ins (FilterAPI and ARDBC). Included in this download is a BeanShell hosting FilterAPI plug-in. Well, its functionality is same as pre-7.1 version ARF plug-in unsupported utility posted on Dev Community -

Re: JDBC ARDBC Plugin

2007-11-14 Thread Papolu, Appajee
May be I have a starter template for this one... I just posted a modified version of ARDBC sample code on BMCDN, with the following announcement. Check it out... We have posted complete source, build instructions and usage information for a set of sample AR System Java Plug-ins. These samples

Re: JDBC ARDBC Plugin

2007-11-14 Thread Axton
BSD License? Axton Grams On Nov 14, 2007 2:09 PM, Papolu, Appajee [EMAIL PROTECTED] wrote: May be I have a starter template for this one... I just posted a modified version of ARDBC sample code on BMCDN, with the following announcement. Check it out... We have posted complete source,

Re: JDBC ARDBC Plugin

2007-11-14 Thread Axton
Or not; from PrimitiveWrapFactory.java: /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * * BEGIN LICENSE BLOCK * * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the License); you may

Re: 7.1 Compatibility Matrix

2007-11-14 Thread Easter, David
The correct path is: http://www.bmc.com/support/bmcremedycomp/AR_System_7_1_00_Compatibility_ Matrix_v1_0_2.pdf The link was accidentally corrupted when the file was updated to version 1.02. IT is working to correct it now. Thanks, -David J. Easter Sr. Product Manager, Service Management

Re: Duplicate Emails Being sent

2007-11-14 Thread Sokol, Brian
I am on version 7.1. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Ben Cantatore Sent: Wednesday, November 14, 2007 12:59 PM To: arslist@ARSLIST.ORG Subject: Re: Duplicate Emails Being sent ** SW00272549 Email

Re: Duplicate Emails Being sent

2007-11-14 Thread Ben Cantatore
I'm not on that version, but I would think that it should be fixed. I'd flip on a some logs and double check there's not some errant workflow that's somehow doing this. If your search turns up empty, I'd recommend talking with support. Ben Cantatore Remedy Administrator Avon (914) 935-2946

Re: JDBC ARDBC Plugin

2007-11-14 Thread Papolu, Appajee
I was expecting this was coming!! :-) The PrimitiveWrapFactory is from Mozilla script examples, which is used as-is in the JavaScriptPlugin sample and hence is included. The overall licensing terms for these set of plug-ins, I need to work with our product folk to add the necessary licensing

Re: Duplicate Emails Being sent

2007-11-14 Thread Sokol, Brian
Ok It's not workflow as it has not been changed in several years. Must be a patch they forgot to include in their latest build. From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Ben Cantatore Sent: Wednesday, November 14,

Re: Re-appearing Expand Boxes SOLVED

2007-11-14 Thread Joe D'Souza
It can't have been 6.3. I used to make changes to several views at a time and then perform one massive save and it worked in 6.3. Is there anything more than meets the eye? A reason behind why they have changed that? Joe D'Souza -Original Message- From: Action Request System

Re: Re-appearing Expand Boxes SOLVED

2007-11-14 Thread Rick Cook
I don't really know - my guess was that it was an inadvertant byproduct of an unrelated change to the API structure, and that BMC didn't document it because they probably didn't realize the new requirement was there any more than we did. Rick On 11/14/07, Joe D'Souza [EMAIL PROTECTED] wrote:

Re: JDBC ARDBC Plugin

2007-11-14 Thread Axton
Not an urgent matter, just can't use it for anything until the terms of use and distribution are solidified. The gpl licensed file will require that the entire set of source files be released under the gpl license. Axton Grams On 11/14/07, Papolu, Appajee [EMAIL PROTECTED] wrote: I was

7.0 ITSM Reports

2007-11-14 Thread Benjamin Trimmer
Fellow Listers, I've been in contact with Remedy Support and have gotten the expected, usual response as of late - nothing really towards my question. Anyways, does anyone have a list of the out of the box ITSM 7.0 Reports? In the document Remedy Help Desk for the Enterprise 6.0 User's Guide

Re: 7.0 ITSM Reports

2007-11-14 Thread Rick Cook
Ben, have you pinged your sales rep on this? It seems like a question they should be able to get you an answer for. Rick On 11/14/07, Benjamin Trimmer [EMAIL PROTECTED] wrote: ** Fellow Listers, I've been in contact with Remedy Support and have gotten the expected, usual response as of

Re: Help zeroing permission/support group data in ARS7.1/ITSM 7.0.02?

2007-11-14 Thread strauss
The ability to load changed foundation and support staff/group data would be very useful; as you probably heard too at UserWorld, the BMC Data Management app won't be anything but an initial import tool until a later release. How much later is anyone's guess, since all of the tools and techniques

Re: Duplicate Emails Being sent

2007-11-14 Thread Clarkson, Timothy
I have seen something similar we are on 7.0.1 unpatched. The condition for ours was when a incident was resolved and then updated it would send duplicate emails when it should in fact not send any. Cheers From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On

Re: Looking for a password generator

2007-11-14 Thread Carey Matthew Black
Appajee, Thank you for updating the scripting plugin to v7.1. Thank you for publishing the source code for it. ( A very big thank you.) I did not bump into the license of choice for the code just yet I will need to find some time to poke around at this new code. :) Thank you very much for

Re: 7.1 Compatibility Matrix

2007-11-14 Thread Easter, David
This has now been corrected. -David J. Easter Sr. Product Manager, Service Management Business Unit BMC Software, Inc. The opinions, statements, and/or suggested courses of action expressed in this E-mail do not necessarily reflect those of BMC Software, Inc. My voluntary participation in this

Re: Help zeroing permission/support group data in ARS7.1/ITSM 7.0.02?

2007-11-14 Thread Russell, James C
Thanks much! My co-developer found it, and is going through the docs now. We've got enough customizations in place that I'd rather not reinstall ITSM unless necessary...but we've got to upgrade to patch 6 anyway, for the tool to work, so might have to regardless. Definitely will if that tool

Re: Help zeroing permission/support group data in ARS7.1/ITSM 7.0.02?

2007-11-14 Thread Rick Cook
Thanks, Chris - good info as always. One correction - the EffectTech data load solution DOES offer the people/permission groups import, but only in the advanced solution that you pay for. The free download doesn't do that. I am told that they are working on a number of enhancements to the

Re: 7.0 ITSM Reports

2007-11-14 Thread Rabi Tripathi
Banjamin: I don't know how much detail are you looking for, but if you need a simple list of report names, do a query on Reports form and then do a Remedy report to a file on it to get a list. I am assuming you have an ITSM 7 installation available. On 11/14/07, Benjamin Trimmer [EMAIL

Re: New Open Source Project

2007-11-14 Thread Papolu, Appajee
Hi Axton Just an informational message, may be useful in the context of Python API for AR System... - If you are looking for Windows only support, then you might want to check out existing AR System .NET and COM API 7.1 and use it from within IronPython

Re: Looking for a password generator

2007-11-14 Thread Rick Cook
Indeed, Matt. I was worried when Dan Hardy left BMC that this might go on the back burner, but Appajee has been extremely supportive of this technology, and we (sorry, Dan) haven't missed a beat in terms of the usefulness of it. Thanks, Appajee! Rick On 11/14/07, Carey Matthew Black [EMAIL

Server groups

2007-11-14 Thread Kevin Shaffer
ARS 7.1 Oracle 10g Server Group Server A - Dev Cache enabled Server B - Admin Operations disabled Server C - Admin Operations disabled Server D - Admin Operations disabled When I modify a filter on Server A in the admin tool , the change does not show up in Server B, C, or D until I bounce

Re: 7.0 ITSM Reports

2007-11-14 Thread Benjamin Trimmer
Rabi, I do not have ITSM 7 available. I am in the middle of project documentation, listing the differences between 6 and 7. Regards, Benjamin M. Trimmer ITIL v3 Foundation Certified Remedy Skilled Professional Senior Business Analyst, IT Services Group Enbridge Energy Company, Inc. Rabi

Re: 7.0 ITSM Reports

2007-11-14 Thread strauss
I sent you a .csv file from the Report form a little bit ago... Christopher Strauss, Ph.D. Call Tracking Administration Manager University of North Texas Computing IT Center http://itsm.unt.edu/ _ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf

Re: Server groups

2007-11-14 Thread Grooms, Frederick W
How have you set up the Server Group Signaling information (Database or arsignal)? According to the Configuring doc the database method has a built in delay. You should be able to manually run the arsignal utility to force servers B,C, and D to update. Fred

Remedy Link for palm

2007-11-14 Thread Welton Bryant
Hello, Is anyone using Remedy Link for palm on ars 7.0.o1? I know it is not supported anymore but is there any reason it would not work on 7.0.01? Also are there any good alternatives to replace Remedy Link for palm. Thanks in advance. Welton Bryant MCSE,MCP Sr. Business Applications Analyst

Re: Mid-Tier displays GMT time

2007-11-14 Thread Michelle L
Hi, Folks: I meant to respond to this last week. There is a documented bug in the Mid-Tier regarding Timezone. It was allegedly fixed in Mid-Tier 7.0.1 Patch 003, but I'm here to tell you that it's not. We're on Mid-Tier 7.0.1 Patch 004 (Windows 2003, IIS 6, Servlet Exec, Internet Explorer)

Direct SQL Active Link to query Oracle from SQL Server

2007-11-14 Thread brooksm
Hi Listers I've built a query using openquery that queries an oracle view from my ARSystem on SQL Server 2005 This doesn't work: select * from openquery(STG,'select * from USER.HOUSEHOLD_VIEW where HOUSEHOLD_ID = ''$Email Address$'') Produces this error: ARERR [552] Failure during SQL operation

Re: Direct SQL Active Link to query Oracle from SQL Server

2007-11-14 Thread Sam Ferguson
Brooks, try turning on SQL logging via the client and see the content of SQL statement being issued to the database, this may help show you what the issue is. Sam -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of brooksm Sent:

Re: New Open Source Project

2007-11-14 Thread Axton
I didn't build it. ARSwiki.org was just updated with a reference to the project. Axton On Nov 14, 2007 5:15 PM, Papolu, Appajee [EMAIL PROTECTED] wrote: Hi Axton Just an informational message, may be useful in the context of Python API for AR System... - If you are looking for Windows

Re: Direct SQL Active Link to query Oracle from SQL Server

2007-11-14 Thread brooksm
Sam, I turned on SQL logging and here are the errors. What stands out is this line: Access to the remote server is denied because no login-mapping exists. (SQL Server 7416) Do you know how to get this corrected? SQL TID: 004040 RPC ID: 370729 Queue: List Client-RPC: 390620

Microsoft Security Update affects DNS and Active Directory

2007-11-14 Thread strauss
For those of you in Windows server environments using Exchange, this week's latest patch: Microsoft Security Bulletin MS07-062 - Important Vulnerability in DNS Could Allow Spoofing (941672) ...may affect your email notifications. After the Active Directory / DNS servers had been patched and