It looks this is a memory problem.  When I
unload the model's largest controllable unit,
the script runs to completion. However, after
saving the changes to the model, I attempt to
re-open the model and Rose crashes on the loading
of the controllable unit that I had unloaded in
the previous session of Rose (I had closed and restarted
Rose to free memory.)


Bob Beck
Assurance Technology
Voice:  321-727-8890
Fax:    321-727-8964
E-mail: [EMAIL PROTECTED]


-----Original Message-----
From: Tilmann Zaeschke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 11:20 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: (ROSE) Adding suffix to class names


OK, two more suggestions:

1) Check whether some of your classes are in Categories
   that are "Write Protected" (for the case you use 
   controlled units)
   
2) Why don't you use 
   myClass.Name = tempName
   or
   myClass.Name = myClass.Name + "_old"
   to change the name ?
   Maybe you should not access
   thisCategory.Classes.GetAt(i%).Name
   because Rose sometimes changes the order of Collections,
   ok, it shouldn't change it in this case anyway.
   
I hope that helps,

regards

Tilmann Zaeschke
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
* Only plain-text messages are supported.
* HTML or Rich-Text messages may be rejected.
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe  rose_forum
*************************************************************************

Reply via email to