How to increase java.lang.OutOfMemoryError: Java heap spac

2010-01-27 Thread John Baker
Dear all,

Getting the JVM size too big can cause as many problems as having it too
small: It has to be right sized.  The application owner has to determine
the correct size for the dataset, which in the case of the Midtier,
involves using some load testing tools and optimising the cache for the
way in which the product is being used.

In terms of setting JVM flags, ms and mx should be reasonable close to
each other – ideally equal for an application server – the application
server is managing object within the JVM.  If you have large difference
and ms is too small, every time the heap has to be grown into the gap you
will suffer a performance penalty. If you need a heap of a certain size
then that should be given to the JVM when it starts up – so growing the
heap is a rare event.

I normally advise to set mx to be 10% more than ms or 128MB whichever is
less – that allows for the situation where an unexpected situation arises
and a little more heap is needed. Monitoring if the head room is ever
used, will also warn for memory leaks or that you’ve not go your heap
quite big enough to cope with the normal working set size.


John Baker

-- 
Java System Solutions - home of the SSO Plugin for the AR System
http://www.javasystemsolutions.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Error in RKM

2010-01-27 Thread Ramagiri
 Hi All , 

  I have installed BMC Remedy Knowledge Management 7.2 in one of the
server and the Application and Database server are in different servers. 

  When I am trying to configure the RKM server I am getting the
following error below is the screen shot . Please any one can suggest what I
need to do . 

  I have followed the following steps :- 

  1 ) Open the kms_config.xml file with any standard text editor.The
kms_config.xml file is located in the following folder:\BMC Remedy Knowledge
Management\data\kms_conf

2 ) Locate the database driver element. It is similar to the following
statement:database driver=com.microsoft.jdbc.sqlserver.SQLServerDriver

initial=0 max-active=75 max-idle=25 min-idle=0password=password
url=jdbc:microsoft:sqlserver://server:1433user=RKM_Admin/

3 )  Make the following changes:

.   Change the driver attribute to the following value:database
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

.   Change the url attribute to the following
value:url=jdbc:sqlserver://server:1433

The database driver element should be similar to the following
statement:database driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

initial=0 max-active=75 max-idle=25 min-idle=0password=password
url=jdbc:sqlserver://server:1433user=RKM_Admin/

  4  ) Save the kms_config.xml file.   5  )Restart web services.

  And also I have checked with moving the following files :- 

 

1) Stop Tomcat , Move the following files to your desktop
from the .\AR System\Mid Tier\WEB-INF\lib directory ,Arapi71.jar
,Arutil71.jar ,Start Tomcat,Go back to the RKM URL and try the config wizard
again . But no use , need all your help.

Thanks  Regards, 

Ravi Chandra.R


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
attachment: KM Error.JPG

Re: Error in RKM

2010-01-27 Thread Mahendra Mahalkar
Hi Ramgiri,
Go to Configure Tomcat -- Java tab  add the line -Djava.library.path=mid
-tier-install-dir/WEB-INF/lib Hope this helps.

Thanks  Regards,
Mahendra Mahalkar
On Wed, Jan 27, 2010 at 5:37 PM, Ramagiri ravi.ramag...@gssamerica.comwrote:

 **

  Hi All ,

   I have installed BMC Remedy Knowledge Management 7.2 in one of
 the server and the Application and Database server are in different servers.


   When I am trying to configure the RKM server I am getting the
 following error below is the screen shot . Please any one can suggest what I
 need to do .

   I have followed the following steps :-

   1 ) Open the kms_config.xml file with any standard text
 editor.The kms_config.xml file is located in the following folder:\BMC
 Remedy Knowledge Management\data\kms_conf

 2 ) Locate the database driver element. It is similar to the following
 statement:database driver=com.microsoft.jdbc.sqlserver.SQLServerDriver

 initial=0 max-active=75 max-idle=25 min-idle=0password=password
 url=jdbc:microsoft:sqlserver://server:1433user=RKM_Admin/

 3 )  Make the following changes:

 •   Change the driver attribute to the following value:database
 driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

 •   Change the url attribute to the following
 value:url=jdbc:sqlserver://server:1433

 The database driver element should be similar to the following
 statement:database driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

 initial=0 max-active=75 max-idle=25 min-idle=0password=password
 url=jdbc:sqlserver://server:1433user=RKM_Admin/

   4  ) Save the kms_config.xml file.   5  )Restart web services.

   And also I have checked with moving the following files :-



 1) Stop Tomcat , Move the following files to your desktop
 from the …\AR System\Mid Tier\WEB-INF\lib directory ,Arapi71.jar
 ,Arutil71.jar ,Start Tomcat,Go back to the RKM URL and try the config wizard
 again . But no use , need all your help.

 Thanks  Regards,

 Ravi Chandra.R


 __ Information from ESET NOD32 Antivirus, version of virus
 signature database 4809 (20100127) __

 The message was checked by ESET NOD32 Antivirus.

 http://www.eset.com
 _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
 Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Error in RKM

2010-01-27 Thread Joe D'Souza
It appears like you haven't installed your SQL server client on your server.

Joe
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Mahendra Mahalkar
  Sent: Wednesday, January 27, 2010 7:21 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: Error in RKM


  **
  Hi Ramgiri,
  Go to Configure Tomcat -- Java tab  add the line
-Djava.library.path=mid-tier-install-dir/WEB-INF/lib Hope this helps.
  Thanks  Regards,
  Mahendra Mahalkar


  On Wed, Jan 27, 2010 at 5:37 PM, Ramagiri ravi.ramag...@gssamerica.com
wrote:

**
 Hi All ,

  I have installed BMC Remedy Knowledge Management 7.2 in one of
the server and the Application and Database server are in different servers.

  When I am trying to configure the RKM server I am getting the
following error below is the screen shot . Please any one can suggest what I
need to do .

  I have followed the following steps :-

  1 ) Open the kms_config.xml file with any standard text
editor.The kms_config.xml file is located in the following folder:\BMC
Remedy Knowledge Management\data\kms_conf

2 ) Locate the database driver element. It is similar to the following
statement:database driver=com.microsoft.jdbc.sqlserver.SQLServerDriver

initial=0 max-active=75 max-idle=25
min-idle=0password=password
url=jdbc:microsoft:sqlserver://server:1433user=RKM_Admin/

3 )  Make the following changes:

•   Change the driver attribute to the following value:database
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

•   Change the url attribute to the following
value:url=jdbc:sqlserver://server:1433

The database driver element should be similar to the following
statement:database driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

initial=0 max-active=75 max-idle=25
min-idle=0password=password
url=jdbc:sqlserver://server:1433user=RKM_Admin/

  4  ) Save the kms_config.xml file.   5  )Restart web services.

  And also I have checked with moving the following files :-



1) Stop Tomcat , Move the following files to your
desktop from the …\AR System\Mid Tier\WEB-INF\lib directory ,Arapi71.jar
,Arutil71.jar ,Start Tomcat,Go back to the RKM URL and try the config wizard
again . But no use , need all your help.

Thanks  Regards,

Ravi Chandra.R

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: RKM No Suitable Driver

2010-01-27 Thread Joe D'Souza
Bruce..

Could you stop Tomcat.. Clean the Tomcat log directory.. Restart and then
ship the logs? Specifically the catalina.out file.

Joe
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Mahendra Mahalkar
  Sent: Wednesday, January 27, 2010 1:56 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: RKM No Suitable Driver


  **
  Try the last thing is that install mid-tier with the tomcat on separate
box  RKM with the tomcat on the separate box.

  Cheers,
  Mahendra Mahalkar



  On Tue, Jan 26, 2010 at 7:38 AM, bruce sisk siskbr...@peoplepc.com
wrote:

So...I spent the weekend wiping this server and reinstalling:

Java 1.6 P18
MS SQL 2005 JDBC drivers 1.2
Mid-tier 7.1 P8 including Tomcat
RKM 7.2

Mid-tier is working and fully able to communicate with the DB.
RKM installed with no issues.

I am unable to complete the Configuration wizard.  I get to the screen
where it asks for the info to create the DB objects and I get the error in
the log shown below...Failed to create database objects. No suitable driver.

I have the JDBC on the same server as the RKM install. I have read and
followed ALL of the KB articles that apply or may apply to this. I added a
classpath to the environment varibales...is that correct??  Should it be in
a Tomcat config somewhere??  Is the 1.2 version the correct one to use??

I am sure there are many installations of this out there.  I would
appreciate any help.

Thanks,

Bruce Sisk




-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of bruce sisk
Sent: Thursday, January 21, 2010 10:16 PM
To: arslist@ARSLIST.ORG
Subject: RKM No Suitable Driver


I am installing RKM 7.2 on a Windows 2003 server, MS SQL 2005 DB with
Tomcat
and IIS and Remedy Mid-tier 7.1 Patch 8 (although there appears to be
remnants of a 7.0.x install).  Mid-tier works.  the .jar files are in
the
tomcat common lib folder.

I keep getting an error when trying to create the rkm database using
the RKM
Config Wizard:

ERROR: Diagnostics: Failed to create database connection: Cannot create
JDBC
driver of class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' for
connect
URL 'jdbc:microsoft:sqlserver://remote server:1433'
ERROR: kms.sql.SQLServer: Failed to create database objects: No
suitable
driver

I have a classpath that points to the sqljdbc.jar.  It is the 1.2
version of
the JDBC driver.

I am not getting a login failure so I don't think that is the reason.

I am stumped.  I am about ready to wipe the whole server and start
over, but
I am not sure if that is the solution.  Would hate to do all that and
still
get the same problem.

Below is the details of the log file.

Bruce Sisk

21-Jan-10 22:03:25 * ERROR: Diagnostics: Failed to create database
connection: Cannot create JDBC driver of class
'com.microsoft.sqlserver.jdbc.SQLServerDriver' for connect URL
'jdbc:microsoft:sqlserver://xxx:1433'
21-Jan-10 22:03:25INFO: Diagnostics:   Code version: 7.2.00.1521
21-Jan-10 22:03:25INFO: Diagnostics: Config version: 7.2.00.1521
21-Jan-10 22:03:25   DEBUG: HomeFinder: Creating SearchServer
connection
pool...
21-Jan-10 22:03:25   DEBUG: HomeFinder:   SearchServer driver:
jdbc.searchserver.SSDriver
21-Jan-10 22:03:25   DEBUG: HomeFinder:   SearchServer URL:
jdbc:searchserver:SearchServer_5.4
21-Jan-10 22:03:25   DEBUG: HomeFinder:   SearchServer active: 1
21-Jan-10 22:03:25   DEBUG: HomeFinder:   SearchServer max idle: 1
21-Jan-10 22:03:25   DEBUG: HomeFinder:   SearchServer min idle: 0
21-Jan-10 22:03:25INFO: HomeFinder:   SearchServer properties file
not
specified, using defaults
21-Jan-10 22:03:25INFO: AppConfig: Configuration settings
successfully
loaded.
21-Jan-10 22:03:25   DEBUG: HomeFinder: Creating raw database
connection...
21-Jan-10 22:03:25   DEBUG: HomeFinder:   Database driver:
com.microsoft.sqlserver.jdbc.SQLServerDriver
21-Jan-10 22:03:25   DEBUG: HomeFinder:   Database URL:
jdbc:microsoft:sqlserver://xxx:1433
21-Jan-10 22:03:25   DEBUG: HomeFinder:   Database user: xxx
21-Jan-10 22:03:25   DEBUG: HomeFinder:   Database password: 
21-Jan-10 22:03:25 * ERROR: kms.sql.SQLServer: Failed to create
database
objects: No suitable driver
21-Jan-10 22:03:31   DEBUG: AppConfig:
kms.authentication.SystemConfigurationAuthenticator created.


PeoplePC Online
A better way to Internet
http://www.peoplepc.com

___

UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net 

WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90] Cannot establish a network connection to the AR System server

2010-01-27 Thread CONDREA, Daniel
Hello All,

Can anybody help me with a sugestion how to increase the time for login
using mid-tier?

Some users get a massage that they can not log in.

In the mid-tier log we found:

WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90]
Cannot establish a network connection to the AR System server

The WARNING message appears randomly.

Mid Tier Version: 7.1.00 Build 200708221849
Web Server Information: Apache Tomcat/5.5.17
Operating System Name: Linux

Best regards,
Daniel Condrea

*DISCLAIMER*

The information contained in this communication is confidential and may be 
legally privileged. It is intended solely for the use of the individual or 
entity to whom it is addressed and others authorized to receive it. If you are 
not the intended recipient you are hereby notified that any disclosure, 
copying, distribution or taking action in reliance of the contents of this 
information is strictly prohibited and may be unlawful. Orange Romania S.A. is 
neither liable for the proper, complete transmission of the information 
contained in this communication nor any delay in its receipt.

*END OF DISCLAIMER*

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90] Cannot establish a network connection to the AR System server

2010-01-27 Thread patrick zandi
Daniel,
Based on what I am seeing here this is very old in the patchs, 2007? is like
one of the first versions.
I would recommend based on your ARS version, that you bump that baby up..
tomcat is old as well.
get the 7.1 patch 8? maybe.. and install it from scratch..
if your mid-tier is on its own platform which it should be
-Remove all your JAVA versions
-Remove the ARS Mid-tier
-install the java SDK 1.5.0_18? I think with java JRE same
-install new mid-tier on top clean
-install to your JDK adaptor if you wish for IIS

that would be the first thing..
Then see if you have the same issues..  I would say it will most likely
clear everything up..
have fun..
On Wed, Jan 27, 2010 at 8:53 AM, CONDREA, Daniel
daniel.cond...@orange.rowrote:

 Hello All,

 Can anybody help me with a sugestion how to increase the time for login
 using mid-tier?

 Some users get a massage that they can not log in.

 In the mid-tier log we found:

 WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90]
 Cannot establish a network connection to the AR System server

 The WARNING message appears randomly.

 Mid Tier Version: 7.1.00 Build 200708221849
 Web Server Information: Apache Tomcat/5.5.17
 Operating System Name: Linux

 Best regards,
 Daniel Condrea

 *DISCLAIMER*

 The information contained in this communication is confidential and may be
 legally privileged. It is intended solely for the use of the individual or
 entity to whom it is addressed and others authorized to receive it. If you
 are not the intended recipient you are hereby notified that any disclosure,
 copying, distribution or taking action in reliance of the contents of this
 information is strictly prohibited and may be unlawful. Orange Romania S.A.
 is neither liable for the proper, complete transmission of the information
 contained in this communication nor any delay in its receipt.

 *END OF DISCLAIMER*


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are




-- 
Patrick Zandi

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90] Cannot establish a network connection to the AR System server

2010-01-27 Thread patrick zandi
Sorry missed  it was linux..
Same idea with linux.. just no IIS which is better.. he he LOL

On Wed, Jan 27, 2010 at 9:09 AM, patrick zandi remedy...@gmail.com wrote:

 Daniel,
 Based on what I am seeing here this is very old in the patchs, 2007? is
 like one of the first versions.
 I would recommend based on your ARS version, that you bump that baby up..
 tomcat is old as well.
 get the 7.1 patch 8? maybe.. and install it from scratch..
 if your mid-tier is on its own platform which it should be
 -Remove all your JAVA versions
 -Remove the ARS Mid-tier
 -install the java SDK 1.5.0_18? I think with java JRE same
 -install new mid-tier on top clean
 -install to your JDK adaptor if you wish for IIS

 that would be the first thing..
 Then see if you have the same issues..  I would say it will most likely
 clear everything up..
 have fun..
   On Wed, Jan 27, 2010 at 8:53 AM, CONDREA, Daniel 
 daniel.cond...@orange.ro wrote:

 Hello All,

 Can anybody help me with a sugestion how to increase the time for login
 using mid-tier?

 Some users get a massage that they can not log in.

 In the mid-tier log we found:

 WARNING (com.remedy.log.SERVLET) : Caught GoatException ARERR [90]
 Cannot establish a network connection to the AR System server

 The WARNING message appears randomly.

 Mid Tier Version: 7.1.00 Build 200708221849
 Web Server Information: Apache Tomcat/5.5.17
 Operating System Name: Linux

 Best regards,
 Daniel Condrea

 *DISCLAIMER*

 The information contained in this communication is confidential and may be
 legally privileged. It is intended solely for the use of the individual or
 entity to whom it is addressed and others authorized to receive it. If you
 are not the intended recipient you are hereby notified that any disclosure,
 copying, distribution or taking action in reliance of the contents of this
 information is strictly prohibited and may be unlawful. Orange Romania S.A.
 is neither liable for the proper, complete transmission of the information
 contained in this communication nor any delay in its receipt.

 *END OF DISCLAIMER*


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are




 --
 Patrick Zandi




-- 
Patrick Zandi

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Email Engine Question

2010-01-27 Thread Shinde, Vikram
Hi,
Why bounced emails are coming into the parser? Are you using same incoming and 
outgoing mail box user?

Regards,
Vikram


The opinions, statements, and/or suggested courses of action expressed in this 
E-mail do not necessarily reflect those of my employer.  My voluntary 
participation in this forum is not intended to convey any kind of role for my 
employer


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Wilhelm, Chad E
Sent: Tuesday, January 26, 2010 4:02 AM
To: arslist@ARSLIST.ORG
Subject: Email Engine Question

**
Hello Fellow Listers,

Does anyone have any ideas or solution to bounced emails that come into the 
parser?

Thank You,

Chad Wilhelm

Purdue University
Remedy Administrator
YONG 652
494-2326


_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Anyone ever add a custom app to the Overview Console?

2010-01-27 Thread Sabyson Fernandes
Scott,

We have developed a custom console which allows our users to view requests from 
different forms on a single table via the OOB ITSM vendor forms. 

To add a new form to the overview console or any table field that points to the 
vendor form here is what we did.
1. Make an entry for that form in the SHR:ARDBC_OverviewConsoleTemplate form
2. If this is a custom or OOB form, make sure any fields that you want 
displayed on the console are also added to the form in the admin tool if they 
dont already exist or an existing field cannot be used.
3. On the schema names form, search for an entry for the form that you added in 
1 and check the form lookup and keyword lookup check boxes. This only has OOB 
entries, so you may need to add an entry for any custom form that you created.
4. Go to the SHR:ARDBCFields form and map the fields from your custom form to 
the relevant field ids of the vendor form. Make sure you map the request id 
field (field id 1) and the status field (field id 7) of your custom form. Note 
that you can have one field from your custom form mapped to more that one field 
on the vendor form but not the other way around.
5. For any enumerated fields like the status field which is being displayed in 
the template you will need to make the relevant entries in the 
SHR:ARDBCEnumLookup form. When doing this specifically for the status, if the 
values do not map to any relevant status values on the vendor form, then you 
will need to add the status attribute to the consolidated status field on the 
SHR:ARDBC_OverviewConsoleTemplate form before you can start the mapping.
6. Restart the services. Test

To trouble shoot, I use the plugin logs (finest) and SQL logs. Let me know how 
you get along or if you need any clarifications

Saby





From: Scott Philben sphil...@mac.com
To: arslist@ARSLIST.ORG
Sent: Tue, January 26, 2010 7:08:42 PM
Subject: Anyone ever add a custom app to the Overview Console?

I have seen some posts on this area but thought I would revisit the topic.

ARS 7.5 patch 002
ITSM 7.5.02

When I started this project I thought what I wanted would be a simple addition 
to something like the old SHR:ConsilidatedList. But it turns out that BMC have 
made things more complicated than need be (again) and the idea that I could 
easily add a custom app to the Overview Console is running into reality.

All I want to do is let my users see the open tickets they have in both ITSM 
apps as well as a custom app in one place. So I started poking around in the 
Overview Console and found the following:

The SHR:OverviewConsole form points to SHR:ARDBC_OverviewConsole (a vendor 
form) which in turn seems to use SHR:ARDBC_OverviewConsoleTemplate which uses 
SHR:ARDBCFields to map to your app. 

Based on some stuff I found floating around the web, I added my Application 
form and App name to SHR:ARDBC_OverviewConsoleTemplate. This accomplished, I 
then mapped a few fields from my App to the fields on SHR:ARDBC_OverviewConsole 
using entries in SHR:ARDBCFields. Thinking myself done, I restarted the plugin 
server (these forms are hooked together via Vendor forms... whodathunkit?) and 
then opened the Overview Console. I got SQL errors. Specifically: 

ARERR [522] Error: ARGetListEntryWithFields - Failure during SQL operation to 
the database.

So, obviously I am missing something. I opened a ticket with BMC to see if 
there was a documented way to do this (there must be, right? They do it!) and 
was told in so many words to pound sand. They don't do customizations help. 

So for anyone else out there in a similar predicament, is there a way to do 
this that you would be willing to share?

Thanks for your time.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Re: Error in RKM

2010-01-27 Thread Alan Blake
If this is on a 64-bit OSI have found you need to load the User tool (for some 
reason this adds the required libraries that it can't seem to find).
Alan BlakeKnowlysis

--- On Wed, 1/27/10, Joe D'Souza jdso...@shyle.net wrote:

From: Joe D'Souza jdso...@shyle.net
Subject: Re: Error in RKM
To: arslist@ARSLIST.ORG
Date: Wednesday, January 27, 2010, 5:46 AM

**


 
 
 
It appears like you haven't 
installed your SQL server client on your server.
 
Joe

  -Original Message-
From: Action Request System 
  discussion list(ARSList) [mailto:arsl...@arslist.org]on Behalf Of 
  Mahendra Mahalkar
Sent: Wednesday, January 27, 2010 7:21 
  AM
To: arslist@ARSLIST.ORG
Subject: Re: Error in 
  RKM

** 
  Hi Ramgiri,
  Go to Configure Tomcat -- Java tab  add the line 
-Djava.library.path=mid-tier-install-dir/WEB-INF/lib 
  Hope this helps.
  Thanks  Regards,
Mahendra Mahalkar

  On Wed, Jan 27, 2010 at 5:37 PM, Ramagiri ravi.ramag...@gssamerica.com 
  wrote:

  ** 


 Hi 
All , 
  
I have installed BMC Remedy Knowledge Management 7.2 in one of the server 
and the Application and Database server are in different servers. 

  
When I am trying to configure the RKM server I am getting the following 
error below is the screen shot . Please any one can suggest what I need to 
do . 
  
I have followed the following steps :- 
  
1 ) Open the kms_config.xml file with any standard text editor.The 
kms_config.xml file is located in the following folder:\BMC Remedy 
Knowledge 
Management\data\kms_conf
2 ) 
Locate the database driver element. It is similar to the following 
statement:database 
driver=com.microsoft.jdbc.sqlserver.SQLServerDriver
initial=0 
max-active=75 max-idle=25 min-idle=0password=password 
url=jdbc:microsoft:sqlserver://server:1433user=RKM_Admin/
3 
)  Make the following changes:
•   
Change the driver attribute to the following value:database 
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
•   
Change the url attribute to the following 
value:url=jdbc:sqlserver://server:1433
The 
database driver element should be similar to the following 
statement:database 
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
initial=0 
max-active=75 max-idle=25 min-idle=0password=password 
url=jdbc:sqlserver://server:1433user=RKM_Admin/
  
4  ) Save the kms_config.xml file.   5  )Restart web 
services.
  
And also I have checked with moving the following files :- 
 
1) 
Stop 
Tomcat , Move the following files to your desktop from the …\AR System\Mid 
Tier\WEB-INF\lib directory ,Arapi71.jar ,Arutil71.jar ,Start Tomcat,Go back 
to the RKM URL and try the config wizard again . But no use , need all your 
help.
Thanks 
 Regards, 
Ravi 
Chandra.R 
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_





___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Re: AR 7.5 Installation Failed--FIXED

2010-01-27 Thread HARJOT PABLA
Hello Michael

I finally successful installed the ARS 7.5 on windows 2008 R2 standard. Make
sure you have ARS patch 003 installer because ARS 7.5 with no patch or upto
patch 002, there was a known issue with 0MB space available for
installation.

Another thing, when we tried to use the installer 7.5 with patch 003, it
gave us error regarding TERMINAL SERVICES. we were not even using it because
we use DEP features. BMC said the by default every windows came with
TERMINAL SERVICES.  make sure you have permission to configure or modify
those options which is instructed by the installer. If you don't have those
permission, find the right person in your compay to give u those. after we
configured it by following the installer, we were able to install the ARS
7.5 patch 003 successfully.

Good Luck and thanks Everybody who tried their best to help me.

THANKS
2010/1/26 Michael Kwok Fu Wong micw...@asl.com.hk

 I didn't check for the Java issue. I should check for it then.


 ---
 MICHAEL WONG
 System Support Consultant  -  Infrastructure   Field Services Division
 Automated Systems (HK) Limited

 Tel: (852) 2608 3736 | Fax: (852) 2608 6589 | Email: micw...@asl.com.hk |
 www.asl.com.hk



 

 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you are not the named addressee, you should not disseminate, distribute
 or copy this email. Please notify us immediately by email if you have
 received this email by mistake and delete this email from your system. No
 person is authorized to conclude any binding agreement on behalf of
 Automated Systems Holdings Limited, its subsidiaries and associates (the
 ASL Group) with another party by email unless prior written authorization
 has been granted by the ASL Group.

 





 HARJOT PABLA
 jot.pa...@gmail.
 COM   To
 Sent by: Action  arslist@ARSLIST.ORG
 Request System cc
 discussion list
 (ARSList)Subject
 arsl...@arslist. Re: AR 7.5 Installation Failed
 ORG


 01/26/2010 11:22
 PM


 Please respond to
 arsl...@arslist.o
RG






 **
 Yes the installation is on Windows Server 2008 R2. Going in Depth, We
 figure out that Java is not installing properly which will be used to
 install AR 7.5. We we went to Java website to test if java is running
 properly, it gives us error. Seems like Server R2 2008 doesn't support java
 that well or probably there are some settings we need to do.

 Try to check if your java is running ok on the server where you trying to
 install AR 7.5.

 Thanks for your response

 2010/1/25 Michael Kwok Fu Wong micw...@asl.com.hk

  Are you installating over Windows 2008R2?
  I do experenice the same case, but no hints to fix it yet.

  ---
  MICHAEL WONG
  System Support Consultant ?- ?Infrastructure  ?Field Services Division


  
 






  ? ? ? ? ? ? HARJOT PABLA
  ? ? ? ? ? ? jot.pa...@gmail.
  ? ? ? ? ? ? COM ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? To
  ? ? ? ? ? ? Sent by: Action ? ? ? ? ?arsl...@arslist.org
  ? ? ? ? ? ? Request System ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? cc
  ? ? ? ? ? ? discussion list
  ? ? ? ? ? ? (ARSList) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Subject
  ? ? ? ? ? ? arsl...@arslist. ? ? ? ? AR 7.5 Installation Failed
  ? ? ? ? ? ? ORG


  ? ? ? ? ? ? 01/26/2010 07:53
  ? ? ? ? ? ? AM


  ? ? ? ? ? ? Please respond to
  ? ? ? ? ? ? arsl...@arslist.o
  ? ? ? ? ? ? ? ? ? ?RG






  **
  Hello everybody

  I am trying to install AR 7.5.00. I downloaded the jdk and jre from Java.
  When I started installing AR 7.5, it did not install because it says that
  I
  have 0MB space available on the current drive. I quit the installation
  and
  looked at the space. I do have 30GB avaiable.

  Please if anybody ran into this issure before or anybody has any idea,
  email back. Will really appreciate your help.
  _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
  Are_

 _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
 Are_



Remedy as eDiscovery

2010-01-27 Thread Joe Castleman
Does anyone know of Remedy being used for legal eDiscovery?
(Obviously, this is not its intended function.)

More generaly, has anyone devised - or does anyone know of - a way to
search within attached files, or for that matter, files residing
within some other system? (e.g., from within Remedy, search 6000
emails for a particular keyword).  I have seen some earlier messages
about interfacing with Documentum.  But outside of APIs, I'm thinking
the simplest way to do this is to attach a file, and then use data
files to store metadata about the file.

Thanx in advance,

Joe Castleman

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Fluent German Speaking Administrator required ASAP

2010-01-27 Thread Greg Park
Dear All

 

I am working with an organisation that requires a FLUENT GERMAN speaking
Remedy Administrator to work in Europe for an initial 3 month contract.

 

If this is of interest please contact me on the below details ASAP

 

Greg Park

Business Development Manager 

Fusion Business Solutions (UK) Ltd

Office: +44 (0) 20 8814 4888

Mobile +44 (0) 7815 576 613 

 

Did you know?

Fusion is the largest consultancy in Europe that focuses exclusively on
BMC Software solutions

Fusion at any one point is engaged in 40 or more Service Management
projects with its customers

Fusion supports over 200,000 users globally

 

 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Remedy as eDiscovery

2010-01-27 Thread Roger Justice
Remedy Knowledge Management can query in attaced documents to RKM 
entries. It will not search in external databases.



-Original Message-
From: Joe Castleman joe.castle...@gmail.com
To: arslist@ARSLIST.ORG
Sent: Wed, Jan 27, 2010 12:13 pm
Subject: Remedy as eDiscovery


Does anyone know of Remedy being used for legal eDiscovery?
(Obviously, this is not its intended function.)

More generaly, has anyone devised - or does anyone know of - a way to
search within attached files, or for that matter, files residing
within some other system? (e.g., from within Remedy, search 6000
emails for a particular keyword).  I have seen some earlier messages
about interfacing with Documentum.  But outside of APIs, I'm thinking
the simplest way to do this is to attach a file, and then use data
files to store metadata about the file.

Thanx in advance,

Joe Castleman

_
__
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers 
Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Remedy as eDiscovery

2010-01-27 Thread Joe Castleman
Thanks, Roger.

Here is a better question:

Has anyone used Remedy as a front end tool for the eDiscovery process by
automatically searching, processing, preserving, analyzing, and reviewing
terabytes of files and e-mails from information sources across the
organization?  If so, what application did Remedy interface with?

On Wed, Jan 27, 2010 at 12:24 PM, Roger Justice rjust2...@aol.com wrote:
 Remedy Knowledge Management can query in attaced documents to RKM entries.
 It will not search in external databases.


 -Original Message-
 From: Joe Castleman joe.castle...@gmail.com
 To: arslist@ARSLIST.ORG
 Sent: Wed, Jan 27, 2010 12:13 pm
 Subject: Remedy as eDiscovery


 Does anyone know of Remedy being used for legal eDiscovery?
 (Obviously, this is not its intended function.)

 More generaly, has anyone devised - or does anyone know of - a way to
 search within attached files, or for that matter, files residing
 within some other system? (e.g., from within Remedy, search 6000
 emails for a particular keyword).  I have seen some earlier messages
 about interfacing with Documentum.  But outside of APIs, I'm thinking
 the simplest way to do this is to attach a file, and then use data
 files to store metadata about the file.

 Thanx in advance,

 Joe Castleman

 _
 __
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


OT- Apple Tablet

2010-01-27 Thread Sanford, Claire
Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


ARS Mid-Tier Patch 4 News?

2010-01-27 Thread Jon Chau
Hello Listers,

If my memory serves me correctly, at WWRUG there was talk by Hugo V. that
patch 4 for the 7.5 mid-tier was supposedly in QA and close to being
published.  He touted some vast improvements in performance from what I
recall, but haven't seen this released yet.  I have been waiting for it, but
was wondering if anyone knew or heard the status about this?

Thanks,
Jon

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread Chowdhury, Tauf
Since it's basically just a giant iPod touch... it should be called the GiPod!

Tauf Chowdhury | Forest Laboratories, Inc.
Analyst, Service Management
Mobile:646.483.2779


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 1:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

**
This e-mail and its attachments may contain Forest Laboratories, Inc. 
proprietary information that is privileged, confidential or subject to 
copyright belonging to Forest Laboratories, Inc. This e-mail is intended solely 
for the use of the individual or entity to which it is addressed. If you are 
not the intended recipient of this e-mail, or the employee or agent responsible 
for delivering this e-mail to the intended recipient, you are hereby notified 
that any dissemination, distribution, copying or action taken in relation to 
the contents of and attachments to this e-mail is strictly prohibited and may 
be unlawful. If you have received this e-mail in error, please notify the 
sender immediately and permanently delete the original and any copy of this 
e-mail and any printout.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread Eli Schilling
 Some other I products you may not be as familiar with:

http://www.youtube.com/watch?v=HOne9p-1btk


Also, Apple announced that since the new iPad is 5 times bigger than the 
iPhone, it will cost 5 times as much.  In addition, battery life has been 
reduced by 80% due to the size increase.  Therefore, the iPad will cost $1500 
and have a bettery life of about 45 minutes.

:)

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Chowdhury, Tauf
Sent: Wednesday, January 27, 2010 10:58 AM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Since it's basically just a giant iPod touch... it should be called the GiPod!

Tauf Chowdhury | Forest Laboratories, Inc.
Analyst, Service Management
Mobile:646.483.2779


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 1:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

**
This e-mail and its attachments may contain Forest Laboratories, Inc. 
proprietary information that is privileged, confidential or subject to 
copyright belonging to Forest Laboratories, Inc. This e-mail is intended solely 
for the use of the individual or entity to which it is addressed. If you are 
not the intended recipient of this e-mail, or the employee or agent responsible 
for delivering this e-mail to the intended recipient, you are hereby notified 
that any dissemination, distribution, copying or action taken in relation to 
the contents of and attachments to this e-mail is strictly prohibited and may 
be unlawful. If you have received this e-mail in error, please notify the 
sender immediately and permanently delete the original and any copy of this 
e-mail and any printout.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Remedy as eDiscovery

2010-01-27 Thread Pierson, Shawn
I would not try to use Remedy for it.  I'm a big proponent of ARS and have used 
it for all kinds of cool stuff, but you are better off with something like 
Filenet or Documentum.  However, I do see a good fit in using Remedy to track 
requests made for searches against those types of systems in Remedy, and you 
could even build a custom integration to launch a search via ARS either via web 
services, custom apis, or if it has a URL you can pass parameters to.

Thanks,

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Joe Castleman
Sent: Wednesday, January 27, 2010 12:17 PM
To: arslist@ARSLIST.ORG
Subject: Re: Remedy as eDiscovery

Thanks, Roger.

Here is a better question:

Has anyone used Remedy as a front end tool for the eDiscovery process by
automatically searching, processing, preserving, analyzing, and reviewing
terabytes of files and e-mails from information sources across the
organization?  If so, what application did Remedy interface with?

On Wed, Jan 27, 2010 at 12:24 PM, Roger Justice rjust2...@aol.com wrote:
 Remedy Knowledge Management can query in attaced documents to RKM entries.
 It will not search in external databases.


 -Original Message-
 From: Joe Castleman joe.castle...@gmail.com
 To: arslist@ARSLIST.ORG
 Sent: Wed, Jan 27, 2010 12:13 pm
 Subject: Remedy as eDiscovery


 Does anyone know of Remedy being used for legal eDiscovery?
 (Obviously, this is not its intended function.)

 More generaly, has anyone devised - or does anyone know of - a way to
 search within attached files, or for that matter, files residing
 within some other system? (e.g., from within Remedy, search 6000
 emails for a particular keyword).  I have seen some earlier messages
 about interfacing with Documentum.  But outside of APIs, I'm thinking
 the simplest way to do this is to attach a file, and then use data
 files to store metadata about the file.

 Thanx in advance,

 Joe Castleman

 _
 __
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Private and confidential as detailed here: 
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access the 
link, please e-mail sender.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread Pierson, Shawn
Actually that is just the short name.  The full name of the device is the 
iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an I.T. 
guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Private and confidential as detailed here: 
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access the 
link, please e-mail sender.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: ARS Mid-Tier Patch 4 News?

2010-01-27 Thread Easter, David
General Availability of AR System 7.5.00 Patch 004 slipped about a month from 
previous expectations.  While no specific commitment can be made about the 
release timeline for future patches, one could tentatively project that it will 
be available either later this month or early next month.

-David J. Easter
Sr. Product Manager, Solution Strategy and Development
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 forum is not intended to convey a role as a spokesperson, 
liaison or public relations representative for BMC Software, Inc.


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Jon Chau
Sent: Wednesday, January 27, 2010 10:56 AM
To: arslist@ARSLIST.ORG
Subject: ARS Mid-Tier Patch 4 News?

** Hello Listers,

If my memory serves me correctly, at WWRUG there was talk by Hugo V. that patch 
4 for the 7.5 mid-tier was supposedly in QA and close to being published.  He 
touted some vast improvements in performance from what I recall, but haven't 
seen this released yet.  I have been waiting for it, but was wondering if 
anyone knew or heard the status about this?

Thanks,
Jon
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Help with ODBC driver with ARS client 7.1 and Win 7 (fixed)

2010-01-27 Thread David Levenseller
Thank you very much to everyone that provided ideas for me to try.
Special thanks to Kim who provided this fix. It did exactly what I
wanted to.

If you are using the 64 bit version – you can try this to configure
the ODBC driver.  It worked for our 64 bit Vista and 7 installs.

Go to C:\Windows\SysWOW64 and right click on odbcad32.exe and run as
administrator.  This lets you enter the server. 




From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of David Levenseller
Sent: Wednesday, January 20, 2010 4:53 PM
To: arslist@ARSLIST.ORG 
Subject: Help with ODBC driver with ARS client 7.1 and Win 7

**
Hello,

 Is anyone out there running the ARS User Client 7.1.00 with Windows 7?
I was able to get it installed ok but I can't seem the get the ODBC
driver to work.

 I want to install Crystal Reports 10 so I can run reports again. I
worked back when I had Vista.

 Any thoughts or suggestions?

 Thanks


David Levenseller
University of North Dakota
Help Center Leader
davidlevensel...@mail.und.nodak.edu 
Voice (701)777-2380
FAX   (701)777-3978
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
Are_


Please consider the environment before printing this e-mail.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org 
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Field menus freeze in MidTier Report Creator

2010-01-27 Thread Martin, Robert
Dear List,
If I go into the Mid-Tier Report creator and click on Field, the field list 
appears, and I can select a field.  But the field list stays there.  The same 
thing happens when I pick a field from Field to Add Before/After.  I can't 
move or close the fields, and they are hiding the Add and Remove buttons, 
so I am stuck.
[cid:image002.png@01CA9F5C.D40CB290]
Any idea what might be wrong?
(Mid-Tier and ARS 7.1, p3, IIS 6 web server, Windows 2003 machine, Tomcat 
servlet server, RH Linux ARS Server, Oracle 10.2 db)
Dwayne Martin
James Madison University


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
inline: image002.png

Re: OT- Apple Tablet

2010-01-27 Thread Kemes, Lisa
From a CNN Tweet:

Jobs: iPad will start at $499. Audience cheers loudly 


Lisa

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Pierson, Shawn
Sent: Wednesday, January 27, 2010 2:10 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Actually that is just the short name.  The full name of the device is the 
iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an I.T. 
guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Private and confidential as detailed here: 
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access the 
link, please e-mail sender.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread strauss
I think that is actually the technical term that Apple is applying to any 
customer who buys one of them.

It's actually not too bad at $499 for the 16 gb version, considering the iPod 
Touch 8gb is $199, 32gb is $299 and 64gb is $399.  I guess there will be a 
similar progression of price to storage.  I want to see mid-tier running on one 
with ITSM 7.6.

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center
http://itsm.unt.edu/ 


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Pierson, Shawn
Sent: Wednesday, January 27, 2010 1:10 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Actually that is just the short name.  The full name of the device is the 
iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an I.T. 
guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Private and confidential as detailed here: 
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access the 
link, please e-mail sender.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread Tommy Morris
So would one with 32gb be considered a Maxi iPad?

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of strauss
Sent: Wednesday, January 27, 2010 1:47 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

I think that is actually the technical term that Apple is applying to
any customer who buys one of them.

It's actually not too bad at $499 for the 16 gb version, considering the
iPod Touch 8gb is $199, 32gb is $299 and 64gb is $399.  I guess there
will be a similar progression of price to storage.  I want to see
mid-tier running on one with ITSM 7.6.

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center
http://itsm.unt.edu/ 


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Pierson, Shawn
Sent: Wednesday, January 27, 2010 1:10 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Actually that is just the short name.  The full name of the device is
the iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an
I.T. guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are

Private and confidential as detailed here:
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access
the link, please e-mail sender.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Please remove me from this listserv

2010-01-27 Thread David Doubroff
 

 

 

 

 

 

 

The Midtown Pledge

The Midtown Group is Washington, DC's premiere professional career
consulting firm. Through exemplary service, our team of dedicated
consultants consistently exceeds our clients' and applicants'
requirements. Armed with a vast network of the most talented and
professional employees and clients in the DC metro area, we save you
time, effort, and financial resources as we provide staffing solutions
and opportunities that completely meet your needs. 

 

David Doubroff

 

Sr. IT Recruiter

The Midtown Group

900 7th St NW Ste 725

Washington, DC 20001

Phone: (202) 887-4747 X132

Fax: (202) 887-4748

 

 



 

 

 

 

 

 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
image001.jpgimage002.jpgimage003.jpgimage004.jpg

Re: OT- Apple Tablet

2010-01-27 Thread strauss
That would be the 64 gb with WiFi AND 3G at $829.

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center
http://itsm.unt.edu/ 


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Tommy Morris
Sent: Wednesday, January 27, 2010 1:51 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

So would one with 32gb be considered a Maxi iPad?

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of strauss
Sent: Wednesday, January 27, 2010 1:47 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

I think that is actually the technical term that Apple is applying to
any customer who buys one of them.

It's actually not too bad at $499 for the 16 gb version, considering the
iPod Touch 8gb is $199, 32gb is $299 and 64gb is $399.  I guess there
will be a similar progression of price to storage.  I want to see
mid-tier running on one with ITSM 7.6.

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center
http://itsm.unt.edu/ 


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Pierson, Shawn
Sent: Wednesday, January 27, 2010 1:10 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Actually that is just the short name.  The full name of the device is
the iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an
I.T. guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are

Private and confidential as detailed here:
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access
the link, please e-mail sender.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: OT- Apple Tablet

2010-01-27 Thread Kemes, Lisa
I'm starting to wish they called it the iSlate 


Lisa

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Tommy Morris
Sent: Wednesday, January 27, 2010 2:51 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

So would one with 32gb be considered a Maxi iPad?

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of strauss
Sent: Wednesday, January 27, 2010 1:47 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

I think that is actually the technical term that Apple is applying to any 
customer who buys one of them.

It's actually not too bad at $499 for the 16 gb version, considering the iPod 
Touch 8gb is $199, 32gb is $299 and 64gb is $399.  I guess there will be a 
similar progression of price to storage.  I want to see mid-tier running on one 
with ITSM 7.6.

Christopher Strauss, Ph.D.
Call Tracking Administration Manager
University of North Texas Computing  IT Center http://itsm.unt.edu/ 


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Pierson, Shawn
Sent: Wednesday, January 27, 2010 1:10 PM
To: arslist@ARSLIST.ORG
Subject: Re: OT- Apple Tablet

Actually that is just the short name.  The full name of the device is the 
iPadSteveJobsWallet.

Sorry, it's too soon for me to come up with a better joke, plus I'm an I.T. 
guy, not a comedian.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Sanford, Claire
Sent: Wednesday, January 27, 2010 12:47 PM
To: arslist@ARSLIST.ORG
Subject: OT- Apple Tablet

Apple's calling it the iPad! Seriously.

The jokes may begin in 1...2...3...


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

Private and confidential as detailed here:
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access the 
link, please e-mail sender.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum 
Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


7.5 Mid Tier Object List Question

2010-01-27 Thread Pierce, Amanda (TBS)
I have imported the Mid Tier Object List form/workflow, when I log in as
a regular user with restricted permissions I can see ALL forms even if I
don't have permission to view them i.e AR System forms.

Is there any way to restrict the visibility of these forms the same way
the client does based on Permission Visible/Hidden?

 

Thanks in advance for any help!

 

Amanda Pierce 
EA Technical: Remedy 
Enterprise Applications 
Turner Broadcasting System, Inc 
404-827-2959 

Please use http://sos http://sos/  to submit a technology request.

 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


ARS 7.5 Atrium Core 7.5 running 7.00.03 Applications

2010-01-27 Thread G. Lafontant

All,

Although BMC ARS 7.5 Compatibility Matrix said this is all supported.  
I'd like to know from anyone out there who has done this, or have the 
experience running or have tried running ARS 7.5 and Atrium Core 7.5 on 
AIX 5.3 with 7.00.003Patch007 Applications  (Incident, Change, Problem) 
.  What is the tweaking involved in doing so... And what would 
performance be like going that route...


thanks in advance

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: ARS 7.5 Atrium Core 7.5 running 7.00.03 Applications

2010-01-27 Thread Kelly Gatewood
We are running AR 7.5, Atrium 7.6, and ITSM 7.03 applications in a Solaris 
environment.  We had problems running some of the installers, but this was 
resolved by BMC support and was focused around some attributes which had been 
created in CMDB 2.1 before the upgrade.

Thanks

Kelly Gatewood

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of G. Lafontant
Sent: Wednesday, January 27, 2010 2:49 PM
To: arslist@ARSLIST.ORG
Subject: ARS 7.5  Atrium Core 7.5 running 7.00.03 Applications

All,

Although BMC ARS 7.5 Compatibility Matrix said this is all supported.  
I'd like to know from anyone out there who has done this, or have the 
experience running or have tried running ARS 7.5 and Atrium Core 7.5 on 
AIX 5.3 with 7.00.003Patch007 Applications  (Incident, Change, Problem) 
.  What is the tweaking involved in doing so... And what would 
performance be like going that route...

thanks in advance

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: ARS 7.5 Atrium Core 7.5 running 7.00.03 Applications

2010-01-27 Thread Lyle Taylor
I thought patch 009 of the ITSM suite was required in order to be able to run 
it on ARS 7.5...

Lyle


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Kelly Gatewood
Sent: Wednesday, January 27, 2010 2:08 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARS 7.5  Atrium Core 7.5 running 7.00.03 Applications

We are running AR 7.5, Atrium 7.6, and ITSM 7.03 applications in a Solaris 
environment.  We had problems running some of the installers, but this was 
resolved by BMC support and was focused around some attributes which had been 
created in CMDB 2.1 before the upgrade.

Thanks

Kelly Gatewood

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of G. Lafontant
Sent: Wednesday, January 27, 2010 2:49 PM
To: arslist@ARSLIST.ORG
Subject: ARS 7.5  Atrium Core 7.5 running 7.00.03 Applications

All,

Although BMC ARS 7.5 Compatibility Matrix said this is all supported.  
I'd like to know from anyone out there who has done this, or have the 
experience running or have tried running ARS 7.5 and Atrium Core 7.5 on 
AIX 5.3 with 7.00.003Patch007 Applications  (Incident, Change, Problem) 
.  What is the tweaking involved in doing so... And what would 
performance be like going that route...

thanks in advance

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


 NOTICE: This email message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: ARS 7.5 Atrium Core 7.5 running 7.00.03 Applications

2010-01-27 Thread DCI Remedy
On our Windows Server 2003 SP2, SQL 2005, we upgraded to

ARS 7.5 P3
Atrium 7.6
ITSM 7.0.3 Patch 9

We are also running ITSM Task 9002 and SLM 7 Patch 4

We attempted to install the ITSM Compatibility patch 7000, but it
was unsuccessful.

We are also running a server group configuration and have our midtiers on
separate servers.

On Wed, Jan 27, 2010 at 3:40 PM, Lyle Taylor tayl...@ldschurch.org wrote:

 I thought patch 009 of the ITSM suite was required in order to be able to
 run it on ARS 7.5...

 Lyle


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arsl...@arslist.org] On Behalf Of Kelly Gatewood
 Sent: Wednesday, January 27, 2010 2:08 PM
 To: arslist@ARSLIST.ORG
  Subject: Re: ARS 7.5  Atrium Core 7.5 running 7.00.03 Applications

 We are running AR 7.5, Atrium 7.6, and ITSM 7.03 applications in a Solaris
 environment.  We had problems running some of the installers, but this was
 resolved by BMC support and was focused around some attributes which had
 been created in CMDB 2.1 before the upgrade.

 Thanks

 Kelly Gatewood

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arsl...@arslist.org] On Behalf Of G. Lafontant
 Sent: Wednesday, January 27, 2010 2:49 PM
 To: arslist@ARSLIST.ORG
 Subject: ARS 7.5  Atrium Core 7.5 running 7.00.03 Applications

 All,

 Although BMC ARS 7.5 Compatibility Matrix said this is all supported.
 I'd like to know from anyone out there who has done this, or have the
 experience running or have tried running ARS 7.5 and Atrium Core 7.5 on
 AIX 5.3 with 7.00.003Patch007 Applications  (Incident, Change, Problem)
 .  What is the tweaking involved in doing so... And what would
 performance be like going that route...

 thanks in advance


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are


  NOTICE: This email message is for the sole use of the intended
 recipient(s) and may contain confidential and privileged information. Any
 unauthorized review, use, disclosure or distribution is prohibited. If you
 are not the intended recipient, please contact the sender by reply email and
 destroy all copies of the original message.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Need German Speaking Remedy Engineers in Switzerland

2010-01-27 Thread drh-ssii

Hi all,

There is some great opportunities for contractors in Switzerland currently.

Mainly 6 month (maybe more) contracts in the following locations:

 Switzerland (Bern,Zurich)

You can apply by sending your CV and expected rates at the following 
address:


i...@silogis.com

Our company  is an European BMC Partner, it's not an HR agency...We 
propose fair deals.


This is mainly for CEE people, and German Speaking.

Permanent positions may be accepted as well...

 Kind regards.


Ilidio Moreira da Silva
Silogis International AG
Manager

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Group List field - 4000 char limitation

2010-01-27 Thread Ex Soundgarden
Hi ARSlist,

I'm having issues when Group List field in User form reaches 4000 characters. 

A certain Remedy user account belongs to multiple support groups, and it 
reached the 4000 character limit in User form. We still need to add additional 
groups to this account, but it's giving out an error saying that it reached the 
char limit. I know that, by default the Group List field length is 4000.

How can I go about this issue? Is there any workaround or permanent solution 
for this? If I try to change the field length to 0 (zero), will it affect 
anything in the system or DB? 

Any help would be appreciated!

Thanks,
gabud




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
  

Re: Problem with BMC Analytics

2010-01-27 Thread Guillermo Alfredo Torres Barron
Hi Joe
Thnaks for your comments, I try to the actions that you describe in your
mail but the error appear yet, I re-deploy all applications with the
.bat wdeploy.bat
Any idea?
Thanks in advance
Greetings from Mexico

-Mensaje original-
De: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] En nombre de Joe D'Souza
Enviado el: Lunes, 25 de Enero de 2010 12:18 a.m.
Para: arslist@ARSLIST.ORG
Asunto: Re: Problem with BMC Analytics

Alfredo,

404 errors are generally page not found errors. Your web server is up
and
running, but is reporting that it cannot find the page..

This could be due to several reasons if you think you have set
everything
right for the reports to run otherwise as far as installation of those
reports is concerned..

The topmost reason I can think of is permissions where the web server
user
has no permissions to the directories the report is trying to access.
Other
reasons could be accidental removal of that directory or if you have
renamed
it to something else that the web server is not aware of.. I'd start
with
checking if the user that runs/starts the web server has the permissions
required to read/write to the business objects directories..

Cheers

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Guillermo Alfredo Torres Barron
Sent: Sunday, January 24, 2010 7:45 PM
To: arslist@ARSLIST.ORG
Subject: Problem with BMC Analytics


Hi dear listers
I have installed BMC Analytics in a Windows 2003 Advanced Server, but
when I
try to open a report appear the next message
 
HTTP Status 404 - /AnalyticalReporting/WebiView.do





type Status report

message /AnalyticalReporting/WebiView.do

description The requested resource (/AnalyticalReporting/WebiView.do) is
not
available.
 
I try to resolve this with the next post in a forum of Business Object
 
https://forums.sdn.sap.com/message.jspa?messageID=7598197
https://forums.sdn.sap.com/message.jspa?messageID=7598197 
 
but the error persists
 
Any idea??
I know this is an error of Business Object but it is possible that
someone
of you had this happen 
Thanks in advance
 




...
Este correo electronico es confidencial y/o puede contener informacion
privilegiada.
Si usted no es su destinatario o no es alguna persona autorizada por
este
para recibir sus correos electronicos, NO debera usted utilizar, copiar,
revelar, o tomar ninguna accion basada en este correo electronico o
cualquier otra informacion incluida en el, favor de notificar al
remitente
de inmediato mediante el reenvio de este correo electronico y borrar a
continuacion totalmente este correo electronico y sus anexos.
Nota: Los acentos y caracteres especiales fueron omitidos para su
correcta
lectura en cualquier medio electronico.

This e-mail is confidential and/or may contain privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any
other information herein, please advise the sender immediately by reply
this
e-mail and delete this e-mail and  its attachments. 


...


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers
Are


...
Este correo electronico es confidencial y/o puede contener informacion 
privilegiada.
Si usted no es su destinatario o no es alguna persona autorizada por este para 
recibir sus correos electronicos, NO debera usted utilizar, copiar, revelar, o 
tomar ninguna accion basada en este correo electronico o cualquier otra 
informacion incluida en el, favor de notificar al remitente de inmediato 
mediante el reenvio de este correo electronico y borrar a continuacion 
totalmente este correo electronico y sus anexos.
Nota: Los acentos y caracteres especiales fueron omitidos para su correcta 
lectura en cualquier medio electronico.

This e-mail is confidential and/or may contain privileged information.
If you are not the addressee or authorized to receive this for the addressee, 
you must not use, copy, disclose, or take any action based on this message or 
any
other information herein, please advise the sender immediately by reply this 
e-mail and delete this e-mail and  its attachments. 
...

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: AR 7.5 Installation Failed--FIXED

2010-01-27 Thread Michael Kwok Fu Wong
Hi Hajot,

Thanks.
I  finally fix it as well.
May be I am stupid, that I was install the AR 7.5 GA version, which give me
that error.
However, I try it with the AR 7.5 patch3, it then go smoothly.
I was silly enough to though of patch 3 it is a add-on patch to the 7.5
installation, instead of a installer.

Thanks everyone's help.

---
MICHAEL WONG
System Support Consultant  -  Infrastructure   Field Services Division



   
 HARJOT PABLA  
 jot.pa...@gmail. 
 COM   To 
 Sent by: Action  arslist@ARSLIST.ORG 
 Request System cc 
 discussion list   
 (ARSList)Subject 
 arsl...@arslist. Re: AR 7.5 Installation 
 ORG  Failed--FIXED   
   
   
 01/27/2010 11:53  
 PM
   
   
 Please respond to 
 arsl...@arslist.o 
RG 
   
   




**
Hello Michael

I finally successful installed the ARS 7.5 on windows 2008 R2 standard.
Make sure you have?ARS patch 003 installer because ARS 7.5 with no patch or
upto patch 002, there was a known issue with 0MB space available for
installation.

Another thing, when we tried to use the installer 7.5 with patch 003, it
gave us error regarding TERMINAL SERVICES. we were not even using it
because we use DEP features. BMC said the by default every windows came
with TERMINAL SERVICES.? make sure you have permission to configure or
modify those options which is instructed by the installer. If you don't
have those permission, find the right person in your compay to give u
those. after we configured it by following the installer, we were able to
install the ARS 7.5 patch 003 successfully.

Good Luck and thanks Everybody who tried their best to help me.

THANKS
2010/1/26 Michael Kwok Fu Wong micw...@asl.com.hk
  I didn't check for the Java issue. I should check for it then.


  ---
  MICHAEL WONG
  System Support Consultant ?- ?Infrastructure  ?Field Services Division
  Automated Systems (HK) Limited

  Tel: (852) 2608 3736 | Fax: (852) 2608 6589 | Email: micw...@asl.com.hk |
  www.asl.com.hk


  



  This email and any files transmitted with it are confidential and
  intended
  solely for the use of the individual or entity to whom they are
  addressed.
  If you are not the named addressee, you should not disseminate,
  distribute
  or copy this email. Please notify us immediately by email if you have
  received this email by mistake and delete this email from your system. No
  person is authorized to conclude any binding agreement on behalf of
  Automated Systems Holdings Limited, its subsidiaries and associates (the
  ASL Group) with another party by email unless prior written authorization
  has been granted by the ASL Group.
  







  ? ? ? ? ? ? HARJOT PABLA
  ? ? ? ? ? ? jot.pa...@gmail.
  ? ? ? ? ? ? COM ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? To
  ? ? ? ? ? ? Sent by: Action ? ? ? ? ?arsl...@arslist.org
  ? ? ? ? ? ? Request System ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? cc
  ? ? ? ? ? ? discussion list
  ? ? ? ? ? ? (ARSList) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Subject
  ? ? ? ? ? ? arsl...@arslist. ? ? ? ? Re: AR 7.5 Installation Failed
  ? ? ? ? ? ? ORG


  ? ? ? ? ? ? 01/26/2010 11:22
  ? ? ? ? ? ? PM


  ? ? ? ? ? ? Please respond to
  ? ? ? ? ? ? arsl...@arslist.o
  ? ? ? ? ? ? ? ? ? ?RG






  **
  Yes the installation is on Windows Server 2008 R2. Going in Depth, We
  figure out that Java is not installing 

Re: Remedy on Windows 2008 64 bits

2010-01-27 Thread Michael Kwok Fu Wong

I  finally fix it as well.
May be I am stupid, that I was install the AR 7.5 GA version, which give me
that error.
However, I try it with the AR 7.5 patch3, it then go smoothly.
I was silly enough to though of patch 3  is just a add-on patch to the 7.5
installation, instead of a installer.

Thanks everyone's help.
---
MICHAEL WONG
System Support Consultant  -  Infrastructure   Field Services Division
Automated Systems (HK) Limited

Tel: (852) 2608 3736 | Fax: (852) 2608 6589 | Email: micw...@asl.com.hk |
www.asl.com.hk




This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the named addressee, you should not disseminate, distribute
or copy this email. Please notify us immediately by email if you have
received this email by mistake and delete this email from your system. No
person is authorized to conclude any binding agreement on behalf of
Automated Systems Holdings Limited, its subsidiaries and associates (the
ASL Group) with another party by email unless prior written authorization
has been granted by the ASL Group.





   
 Juan Ingles   
 juan.n...@gmail. 
 COM   To 
 Sent by: Action  arslist@ARSLIST.ORG 
 Request System cc 
 discussion list   
 (ARSList)Subject 
 arsl...@arslist. Re: Remedy on Windows 2008 64 bits  
 ORG  
   
   
 01/27/2010 04:03  
 AM
   
   
 Please respond to 
 arsl...@arslist.o 
RG 
   
   




**
Note that sometimes applications can have problems determining free space
when you use a?non-preallocated?virtual?disk in VM.

If you are using such a disk, you might want to try the option to
pre_allocate space on your virtual disk.

Juan Ingles



2010/1/26 Michael Kwok Fu Wong micw...@asl.com.hk
  Hi Jason,

  I got a bit different environment, that is the server is running under VM
  instead of phsyical, and is not belong to any domain yet. It is running
  under a workgroup.
  Which I was using is ?local administrator through the remote desktop
  section.

  Seems to be I have to try for more case.

  Thanks for your help
  ---
  MICHAEL WONG
  System Support Consultant ?- ?Infrastructure  ?Field Services Division




  ? ? ? ? ? ? Jason Miller
  ? ? ? ? ? ? jason.mil...@gma
  ? ? ? ? ? ? IL.COM ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?To
  ? ? ? ? ? ? Sent by: Action ? ? ? ? ?arsl...@arslist.org
  ? ? ? ? ? ? Request System ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? cc
  ? ? ? ? ? ? discussion list
  ? ? ? ? ? ? (ARSList) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Subject
  ? ? ? ? ? ? arsl...@arslist. ? ? ? ? Re: Remedy on Windows 2008 64 bits
  ? ? ? ? ? ? ORG


  ? ? ? ? ? ? 01/26/2010 12:23
  ? ? ? ? ? ? PM


  ? ? ? ? ? ? Please respond to
  ? ? ? ? ? ? arsl...@arslist.o
  ? ? ? ? ? ? ? ? ? ?RG






  ** Sounds pretty much like what we did.? I don't remember having to run
  the
  installer in compatibility mode but it may be worth a try.

  Are you logged into the server as a local admin?? Now that I think about
  it
  I was logged in as a domain admin.? A local admin should be sufficient
  but
  maybe using a domain admin has given me a little extra something that has
  helped to avoid this issue (which seems to fairly common).

  Do you have DEP turned off?? I wouldn't think that is the issue but maybe
  

how to enable Thread logging

2010-01-27 Thread ITN (Amanullah Bashir Ahmed)
Hi there,
Can anybody  tell me how to enable Thread logging
Version 7.1 patch003

Thanks  Regards

Amanullah
Software Consultant
IT Application and Enterprise Management
Emirates NBD
Desk: +971 4 2092634
Mobile: +971 50 2182455



DISCLAIMER:
This e-mail message including any of its attachments is intended solely for 
the addressee(s) and may contain privileged information. If you are not the 
addressee or you have received this email message in error, please notify the 
sender who will remove your details from its database. You are not authorized 
to read, copy, disseminate, distribute or use this e-mail message or any 
attachment to it in any manner and must delete the email and destroy any hard 
copies of it. 
This e-mail message does not contain financial instructions or commitments of 
any kind. Any views expressed in this message are those of the individual 
sender and do not necessarily reflect the views of Emirates NBD PJSC, or any 
other related subsidiaries, entities or persons.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: how to enable Thread logging

2010-01-27 Thread Frank Caruso
From the User Tool open the Administration Console. Then open the link
Server Information.
Click on the Log Files tab and you will see Thread logging

On Thu, Jan 28, 2010 at 7:59 AM, ITN (Amanullah Bashir Ahmed) 
ahmed...@emiratesnbd.com wrote:

 **

 Hi there,

 Can anybody  tell me how to enable Thread logging

 Version 7.1 patch003



 Thanks  Regards



 Amanullah

 Software Consultant

 IT Application and Enterprise Management

 Emirates NBD

 Desk: +971 4 2092634

 Mobile: +971 50 2182455




 DISCLAIMER:This e-mail message including any of its attachments is
 intended solely for the addressee(s) and may contain privileged information.
 If you are not the addressee or you have received this email message in
 error, please notify the sender who will remove your details from its
 database. You are not authorized to read, copy, disseminate, distribute or
 use this e-mail message or any attachment to it in any manner and must
 delete the email and destroy any hard copies of it. This e-mail message does
 not contain financial instructions or commitments of any kind. Any views
 expressed in this message are those of the individual sender and do not
 necessarily reflect the views of Emirates NBD PJSC, or any other related
 subsidiaries, entities or persons.
 _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
 Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are