[great-users] GReAT tutorial question

Daniel Balasubramanian daniel at isis.vanderbilt.edu
Wed Sep 14 16:11:25 CDT 2005


Hi Jeff,

Are you a member of ISIS?  If so, I can come help you in person, tell me where you are.

Thanks,
Daniel


-----Original Message-----
From:	great-users-bounces at list.isis.vanderbilt.edu on behalf of jeff
Sent:	Wed 9/14/2005 2:08 PM
To:	great-users
Cc:	
Subject:	Re: [great-users] GReAT tutorial question
Thanks for your reply but

C:\Program Files\ISIS\UDM\3rdparty\cint was in my path. I verified this and still have the problem. 

Stephen Wickham wrote:

>Hi Jeff,
>
>I encountered the same problem - it was addressed on the list about a month
>ago - see below.
>
>Steve
>
>========================================
>
>From: "Stephen Wickham" <wickham at unbc.ca>
>To: "A list for GReAT users to share bugs, fixes and ideas"
><great-users at list.isis.vanderbilt.edu>
>Subject: Re: [great-users] Master interpreter problems
>Date: August 16, 2005 10:56 PM
>
>Hi Attila,
>
>Problem Solved.
>
>The 'Generate GR' interpreter was failing because it could not resolve
>libcint.dll.
>
>The directory in question: C:\Program Files\ISIS\UDM\3rdparty\cint was not
>on the path.
>
>Adding this directory solved the problem.
>
>Interestingly the UDM_3RDPARTY_PATH environment variable was properly
>defined but not included in the path.
>
>In any case I am now up and running.
>
>Thanks for all your help,
>
>Steve
>----- Original Message ----- 
>From: "Attila Vizhanyo" <viza at isis.vanderbilt.edu>
>To: "A list for GReAT users to share bugs, fixes and ideas"
><great-users at list.isis.vanderbilt.edu>
>Sent: Tuesday, August 16, 2005 1:58 PM
>Subject: Re: [great-users] Master interpreter problems
>
>
>  
>
>>The GReAT Master interpreter invokes multiple interpreters to produce
>>intermediate files necessary for executing the transformation.
>>To figure out which interpreter invokation failed, please do the
>>    
>>
>following:
>  
>
>>1. Set 'Config file path name' attribute of Configuration model to
>>'c:\program files\isis\great\samples\house2order\config.mga'
>>2. Clink on the 'i' button on the GME toolbar, and select UML2XML from
>>the list, and press 'Interpret...' This invokes the UML2XML interpreter.
>>If you get an error, stop here, otherwise proceed to step 3.
>>3. Clink on the 'i' button on the toolbar, and invoke 'Generate GR'
>>interpreter. If you get an error, stop here, otherwise proceed to the
>>next step.
>>4. Clink on the 'i' button on the toolbar, and invoke 'Generate GRC'
>>interpreter. If you get an error, stop here, otherwise proceed to the
>>next step.
>>5. Clink on the 'i' button on the toolbar, and invoke 'Generate Config'
>>interpreter. If you get an error, stop here, otherwise proceed to the
>>next step.
>>
>>I suspect that it is the UML2XML interpreter that causes the problem.
>>Go to 'c:\program files\isis\udm\bin, and open UML2XML.dll with the
>>Dependency Walker tool (which comes with VS6). Check, if all
>>dependencies resolve correctly by navigating the dependency tree.
>>
>>We have not tested Great on Windows 2000, which is quite deprecated in
>>2005. You might want to upgrade to Windows XP.
>>But please let me know the outcome of the experiment above.
>>
>>Thanks,
>>Attila
>>
>>
>>Stephen Wickham wrote:
>>
>>    
>>
>>>Hi Attila,
>>>
>>>Thanks for your quick response.
>>>
>>>This is a clean install (no previous GReAT/Udm versions ever installed).
>>>
>>>I was mistaken regarding the UDM version. It is 2.23 (I installed the
>>>version that shipped with GReAT-r1_4_1_VC6.exe).
>>>
>>>I have Visual Studio SP 6 installed.
>>>
>>>I am still experiencing problems however, so any additional advice you
>>>are able to provide would be most welcome.
>>>
>>>Thanks,
>>>
>>>Steve
>>>
>>>
>>>    ----- Original Message -----
>>>    *From:* Attila Vizhanyo <mailto:viza at isis.vanderbilt.edu>
>>>    *To:* great-users <mailto:great-users at list.isis.vanderbilt.edu>
>>>    *Sent:* Tuesday, August 16, 2005 11:33 AM
>>>    *Subject:* RE: [great-users] Master interpreter problems
>>>
>>>    Dear Steve:
>>>
>>>    Please make sure you have Visual Studio Service Pack 6 installed
>>>    on your machine.
>>>    Have you ever installed any other GReAT/ Udm versions before? If
>>>    so, please make sure to remove those packages
>>>    BTW, GReAT r1.4.1 comes with Udm 2.23. ( The installer
>>>    GReAT-r1_4_1_VC6.exe 35,204,541 bytes avaliable on the Escher
>>>    repository site contains udm 2.23). Maybe you just missed the
>>>    r2.23 entry in the changelog.txt file.
>>>
>>>    HTH,
>>>    Attila
>>>
>>>
>>>        -----Original Message-----
>>>        *From:* great-users-bounces at list.isis.vanderbilt.edu
>>>        [mailto:great-users-bounces at list.isis.vanderbilt.edu] *On
>>>        Behalf Of *Stephen Wickham
>>>        *Sent:* Tuesday, August 16, 2005 11:54
>>>        *To:* great-users
>>>        *Subject:* [great-users] Master interpreter problems
>>>
>>>        Please forgive me if this quesion is answered elsewhere. I am
>>>        new to GReAT and am trying to work through the House2Order
>>>        tutorial. When I try to run the Master Interpreter I receive
>>>        the following error message:
>>>
>>>        "GME: Component Execution Failed"
>>>
>>>        Have I messed something up with the installation?
>>>
>>>        I am running on Windows 2000 with the following ISIS software:
>>>
>>>        GReAT 1.4.1 (VC6)
>>>        GME 4.11.10
>>>        UDM 2.21
>>>
>>>        Thanks in advance,
>>>
>>>        Steve Wickham
>>>
>>>
>>>
>>>      
>>>
>  ------------------------------------------------------------------------
>  
>
>>>    _______________________________________________
>>>    great-users mailing list
>>>    great-users at list.isis.vanderbilt.edu
>>>    http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>
>>>------------------------------------------------------------------------
>>>
>>>_______________________________________________
>>>great-users mailing list
>>>great-users at list.isis.vanderbilt.edu
>>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>
>>>
>>>      
>>>
>>_______________________________________________
>>great-users mailing list
>>great-users at list.isis.vanderbilt.edu
>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>    
>>
>
>----- Original Message ----- 
>From: "jeff" <jesmith at ComposableLogic.com>
>To: "A list for GReAT users to share bugs, fixes and ideas"
><great-users at list.isis.vanderbilt.edu>
>Sent: Wednesday, September 14, 2005 11:31 AM
>Subject: Re: [great-users] GReAT tutorial question
>
>
>  
>
>>I deleted GReAT for vs6. I installed GReAT for VS71. I can run the
>>master interpreter (as before) with no problems. When I invoke the graph
>>rewrite engine I get a "Component Execution Failed" message. I have no
>>idea what to do with this. Maybe I can talk to someone on the phone to
>>make this more interactive?
>>
>>Attila Vizhanyo wrote:
>>
>>    
>>
>>>There are two GReAT installation packages: one for VS6 and one for
>>>VS71 (.Net 2003).
>>>First please make sure you have downloaded GReAT for VS71. (If not,
>>>then first uninstall the VS6 version, then reinstall the VS71 version)
>>>The GReAT VS71 package looks for vsvars32.bat not for vcvars32.bat.
>>>This file can be found in "C:\Program Files\Microsoft Visual Studio
>>>.NET 2003\Common7\Tools", if you installed VS under C:\Program Files.
>>>This folder is automatically added to your PATH env variable by the
>>>GReAT installer.
>>>If that setting is missing, please add it manually.
>>>We do not support VS8 since there is no official release yet. VS8 is
>>>announced to be released in Nov 2005.
>>>This means that GReAT might or might not work with VS8, we haven't
>>>tested this yet.
>>>Please let me know, if you have other problems or questions.
>>>
>>>Thanks,
>>>Attila
>>>
>>>jeff wrote:
>>>
>>>      
>>>
>>>>I made a little progress on my own and have a different startup
>>>>tutorial question. The graph rewrite process is looking for <visual
>>>>studio>/vc98/bin to find sw like vcvars32.bat. Naturally I have no
>>>>vc98/bin directory as I have later versions of studio. I have visual
>>>>studio 8/vc/bin. When can I change the area in GReAT so it looks in
>>>>the right place for my visual studio?
>>>>
>>>>Feng Shi wrote:
>>>>
>>>>        
>>>>
>>>>>Jeff,
>>>>>
>>>>>This error message means that it doesn't find the meta with the
>>>>>filetype
>>>>>id. Would you please send me the transformation model and I would like
>>>>>to take a look at it.
>>>>>
>>>>>Thanks,
>>>>>Feng
>>>>>
>>>>>-----Original Message-----
>>>>>From: great-users-bounces at list.isis.vanderbilt.edu
>>>>>[mailto:great-users-bounces at list.isis.vanderbilt.edu] On Behalf Of
>>>>>          
>>>>>
>jeff
>  
>
>>>>>Sent: Sunday, September 11, 2005 12:18 PM
>>>>>To: great-users
>>>>>Subject: [great-users] GReAT tutorial question
>>>>>
>>>>>I was going through the tutorial. Everything ran fine up until the
>>>>>"GR engine part". When I invoke the GR engine (through any method)
>>>>>I get the following exception:
>>>>>"Exception:GReATParameters::Init()"
>>>>>
>>>>>I am not sure what to do with this as I have no idea what this
>>>>>means. Is
>>>>>
>>>>>there a place to look this up?
>>>>>_______________________________________________
>>>>>great-users mailing list
>>>>>great-users at list.isis.vanderbilt.edu
>>>>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>>>_______________________________________________
>>>>>great-users mailing list
>>>>>great-users at list.isis.vanderbilt.edu
>>>>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>_______________________________________________
>>>>great-users mailing list
>>>>great-users at list.isis.vanderbilt.edu
>>>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>>
>>>>        
>>>>
>>>_______________________________________________
>>>great-users mailing list
>>>great-users at list.isis.vanderbilt.edu
>>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>>
>>>
>>>      
>>>
>>_______________________________________________
>>great-users mailing list
>>great-users at list.isis.vanderbilt.edu
>>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>>    
>>
>
>_______________________________________________
>great-users mailing list
>great-users at list.isis.vanderbilt.edu
>http://list.isis.vanderbilt.edu/mailman/listinfo/great-users
>
>
>  
>

_______________________________________________
great-users mailing list
great-users at list.isis.vanderbilt.edu
http://list.isis.vanderbilt.edu/mailman/listinfo/great-users





More information about the great-users mailing list