Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-07-14 Thread Jason Miller
(ARSList) [mailto: arsl...@arslist.org] *On Behalf Of *Joe DeSouza *Sent:* Tuesday, June 16, 2009 1:02 PM *To:* arslist@ARSLIST.ORG *Subject:* Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** That kind of explains why you cannot raise it beyond the limit you said

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-07-14 Thread Lyle Taylor
To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** What Lyle outlined seems to be the case (at least for me). I went from 2gb to 6gb of RAM on my Windows 2008 64bit workstation today. The maximum that I have been able to set the Dev Studio

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-18 Thread Robert Molenda
AM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? If you're a coder - search the ARS List - I posted a java chunk that exports the objects to a memory buffer, place simple code to do a 'fopen(),fwrite' pass in there. Also very simple

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-18 Thread Lyle Taylor
to help much - it's not even going to affect it. Lyle From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Tuesday, June 16, 2009 1:02 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-18 Thread Axton
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Tuesday, June 16, 2009 1:02 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** That kind of explains why you cannot raise it beyond the limit you said

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread Robert Molenda
: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I think one of the reasons for that is the ARS tends to reads all the selected objects and loads it into its memory and tries to create a def file from it in a single massive write.. As a result of that when too many objects

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread Carey Matthew Black
All, Also be prepared to figure out what the client does to the def file too. It is my understanding that the API call(s) themselves do not necessary produce the final resultant def(or XML) file that the Admin Tool (and maybe DevStudio) end up writing to the file. Has anyone confirmed that the

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread Robert Molenda
Hi There; From my experiance the JAVA API call - will put in the memory buffer the 'exact same contents' as administrator tool would put in the physical definitions file. In the Java API - it only supports putting the data into a memory buffer - so you have to add the extra file handling logic -

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread Guillaume Rheault
!! Guillaume -Original Message- From: Action Request System discussion list(ARSList) on behalf of Robert Molenda Sent: Wed 06/17/09 5:03 AM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? If you're a coder - search the ARS List - I posted

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread John
(ARSList) on behalf of Joe DeSouza Sent: Tue 06/16/09 12:26 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I think one of the reasons for that is the ARS tends to reads all the selected objects and loads it into its memory and tries

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-17 Thread Guillaume Rheault
too something more manageable, let's say 20-30 MBs. That's the nature of the beast Guillaume -Original Message- From: Action Request System discussion list(ARSList) on behalf of John Sent: Wed 06/17/09 11:31 AM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Joe DeSouza
ARSSmarts maybe? Which may be performing the same action by chunking it? Joe From: Guillaume Rheault guilla...@dcshq.com To: arslist@ARSLIST.ORG Sent: Monday, June 15, 2009 4:24:18 PM Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Joe DeSouza
To: arslist@ARSLIST.ORG Sent: Monday, June 15, 2009 3:59:15 PM Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** Actually the maximum memory setting that I can specify in my devstudio.ini is 1354 MB: -vmargs -Xms64m -Xmx1354m This is really weird -Original

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Guillaume Rheault
: Guillaume Rheault guilla...@dcshq.com To: arslist@ARSLIST.ORG Sent: Monday, June 15, 2009 3:59:15 PM Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** Actually the maximum memory setting that I can specify in my devstudio.ini is 1354 MB: -vmargs -Xms64m -Xmx1354m

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Guillaume Rheault
To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I think one of the reasons for that is the ARS tends to reads all the selected objects and loads it into its memory and tries to create a def file from it in a single massive write.. As a result

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Joe DeSouza
...@dcshq.com To: arslist@ARSLIST.ORG Sent: Tuesday, June 16, 2009 12:48:15 PM Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** Not quite, I have about 2.5 GB of physical memory available before launching DevStudio Guillaume -Original Message- From: Action

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Joe DeSouza
12:26 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I think one of the reasons for that is the ARS tends to reads all the selected objects and loads it into its memory and tries to create a def file from it in a single massive write

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-16 Thread Jarl Grøneng
for an excuse. -Original Message- From: Action Request System discussion list(ARSList) on behalf of Joe DeSouza Sent: Tue 06/16/09 12:26 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I think one of the reasons

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
attached is the error -Original Message- From: Guillaume Rheault Sent: Mon 06/15/09 2:03 PM To: arslist@ARSLIST.ORG Subject: Anybody able to export all ITSM 7.x definitions with DevStudio? This is very frustrating and something that I hoped it was going to be addressed in DevStudio.

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Lyle Taylor
Have you tried adjusting the JVM options for DevStudio to increase the amount of heap allocated to it? I had to do this to work around an error I was getting a while back. Go to the installation directory for DevStudio (maybe C:\Program Files\BMC Software\ARSystem\DeveloperStudio) and open

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
: Anybody able to export all ITSM 7.x definitions with DevStudio? Have you tried adjusting the JVM options for DevStudio to increase the amount of heap allocated to it? I had to do this to work around an error I was getting a while back. Go to the installation directory for DevStudio (maybe C

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Lyle Taylor
Sorry, I haven't tried it. Lyle From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Guillaume Rheault Sent: Monday, June 15, 2009 12:12 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** great

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread ARSmarts Support
Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? Have you tried adjusting the JVM options for DevStudio to increase the amount of heap allocated to it? I had to do this to work around an error I was getting a while back. Go to the installation directory

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
. Where you able to change the maximum to 1536? BTW, I am using DevStudio 7.5 patch 1 thanks Guillaume -Original Message- From: Action Request System discussion list(ARSList) on behalf of Lyle Taylor Sent: Mon 06/15/09 2:09 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Carey Matthew Black
Guillaume, I have not tested it with DS.(DevStudio) This issue has been discussed on ARSList (and reported to the vendor) multiple times across multiple version(AKA: years). However, in previous Admin Tool version I think you will find that the problem is actually a client timeout at the C API

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? Have you tried adjusting the JVM options for DevStudio to increase the amount of heap allocated to it? I had to do this to work around an error I was getting a while back. Go to the installation

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Easter, David
able to export all ITSM 7.x definitions with DevStudio? Guillaume, I have not tested it with DS.(DevStudio) This issue has been discussed on ARSList (and reported to the vendor) multiple times across multiple version(AKA: years). However, in previous Admin Tool version I think you will find

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread support
3:10 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? Hi, A tool called ARSMarts can export the full definitions from ITSM for free very easily. You must register on the web site (www.arsmarts.com) to download it, and it contains many

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
of Easter, David Sent: Mon 06/15/09 3:41 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? In AR System 7.5.00, the timeout for the C and Java APIs was increased to 8 hours. That was to address the ARERR 93 that is received on large exports, which

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? David, I cannot increase my maximum memory JRE setting for DevStudio past 1280 MB. Shouldn't I be able to increase it to 2048 MB? What is the maximum memory setting for DevStudio? Thanks, Guillaume

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Lyle Taylor
: Mon 06/15/09 3:48 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? David, I cannot increase my maximum memory JRE setting for DevStudio past 1280 MB. Shouldn't I be able to increase it to 2048 MB? What is the maximum memory setting

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Easter, David
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Lyle Taylor Sent: Monday, June 15, 2009 1:05 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** I've never been able to get a JVM much about 1536, but I've never had a problem

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
Taylor Sent: Mon 06/15/09 4:04 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I've never been able to get a JVM much about 1536, but I've never had a problem going to there (haven't tried taking DevStudio that far, though). The issue

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Guillaume Rheault
Guillaume -Original Message- From: Action Request System discussion list(ARSList) on behalf of Easter, David Sent: Mon 06/15/09 4:18 PM To: arslist@ARSLIST.ORG Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? I can't recall exactly what it is right now

Re: Anybody able to export all ITSM 7.x definitions with DevStudio?

2009-06-15 Thread Joe DeSouza
15, 2009 3:17:43 PM Subject: Re: Anybody able to export all ITSM 7.x definitions with DevStudio? ** Hi Lyle, I cannot change my devstudio.ini settings the way you suggested... If my devstudio.ini is: -vmargs -Xms64m -Xmx1280m I can launch DevStudio, but if I set it to: -vmargs -Xms64m