cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compile New Environment

rsaettone
New Contributor

I created a new Environment but in the compiling phase it show this error message in the MegaCrd201602 file.

 

#[(02/19/2016 09:11:12) \\psmegprd0100\Mega\Ambientes\Development\Development|Translate and Compile|Mega
Translate and compile
Language(s):
English
Compiled data:
MetaModel
Technical data
Pictures
Diagram types
Trees
Code templates
Workflows
Desktops
Permissions

Compilation error or warning when processing [MetaAttribute (post compilation)]LogicalViewName (46F0480436E90090)
The DbbLogicalViewNameObjectCreate procedure cannot be found in DLL C:\PROGRAM FILES\MEGA\MEGA HOPEX V1R2\SYSTEM\MG_DBVU.DLL - apilib.cpp(617) 0x1008001
Clase no registrada
- mappobj.cpp(2864) 0x1020154
Unable to load CoClass "DBB LogicalView Server" for MetaAttribute "LogicalViewName" - Attributes.cpp(1082) 0x8008012

#](02/19/2016 09:19:01) [00h 07m 49s] ERRORLEVEL(00)
--------------------------------------------------------------

1 Reply

jhorber
MEGA
MEGA

Hello rsaettone

 

It looks like you have upgrade from an old verison where this MetaAttribute LogicalViewName has a specific implementation for name calculation.

 

Can you export the MetaAttribute to an .MGR file and check if it looks like this (definition in HOPEX V1R2-V1R3)

 

.Create ."~O20000000Y10[MetaAttribute]" "LogicalViewName" -
        .CHK "n0lH4WKws090e0SDsNpple00" -
        ."~510000000L00[Creation Date]"                      "1999/03/12 17:59:48" -
        ."~610000000P00[Modification Date]"                  "2014/01/03 17:36:43" -
        ."~(10000000v30[Creator]"                            "j6L3BsG8kW60" -
        ."~b10000000L20[Modifier]"                           "j6L3BsG8kW60" -
        ."~520000000L40[Create Version]"                     "255" -
        ."~620000000P40[Update Version]"                     "255" -
        ."~)20000000z70[Reading access area identifier]"     "sTlVwxdH3100" -
        ."~Q10000000f10[MetaAttribute Type]"                 "X" -
        ."~R10000000j10[MetaAttribute Length]"               "64" -
        ."~v10000000b30[_AtIndex]"                           "U" -
        ."~P10000000b10[_AtNature]"                          "20" -
        ."~M10000000P10[Translatability]"                    "U" -
        ."~rOcwckE07r00[Translation Requirement]"            "UN" -
        ."~fgo8kLYUIjk4[Is Indexable]"                       "N" -
        ."~151eSFxUIPX7[Index Ranking]"                      "0" -
        ."~w20000000f70[Default Substituted MetaAttribute]"  "0000000040000002" -
        ."~a20000000H60[LanguageUpdateDate]"                 "2001/09/07 09:02:38" -
        ."~c4Z7zM2OxaL0[LanguageUpdateDate (English)]"       "2001/09/07 09:02:38" -
        ."~K4Z7qM2Ox0L0[LanguageUpdateDate (Français)]"      "2001/09/07 09:02:38" -
        ."~75Z7LN2Ox8M0[LanguageUpdateDate (Italiano)]"      "2002/01/25 23:00:00"

Jerome