Previous Topic: Review the PrerequisitesNext Topic: Select the Working Directory


Paper Size Considerations When You Upgrade to This Release

Suppose that you have created a model using the r7.0 through r7.3.12 version and you have set the page size to other than Letter. Set this and other printer specifications in the Printer Properties dialog as well and save the model. Otherwise, you must reset your paper size in the Page Setup Editor after you upgrade to this release.

Follow these steps:

  1. Click File, Print and the Print dialog opens.
  2. Click Page Setup and the Page Setup Editor opens.
  3. Select the options for printing on the General and Margin tabs and then click Save to Diagram.

    Your selections are saved with the diagram. Click the Load from Diagram button to recall your saved settings, or refresh the editor with your saved settings.

Running CA ERwin DM on a 64-bit Operating System

If you have installed CA ERwin DM on a 64-bit operating system, the application may not run properly. CA ERwin DM APIs use 32-bit COM objects and these objects are not designed for use in a 64-bit environment.

Follow these steps:

  1. Paste the code included at the bottom of this topic to a Notepad file and name it as 64_Bit_Upgrade.reg. Note down the folder where you have created this file.
  2. After installing CA ERwin DM version 9.0.0 through 9.5.0, right-click 64_Bit_Upgrade.reg and select Merge.
  3. From the Windows Start menu, go to Run and type the following commands to re-register the EAL components:
    regsvr32.exe  "<Install Dir>\CA\ERwin Data Modeler r9.0\EAL.dll" 
    
    regsvr32.exe  "<Install Dir>\CA\ERwin Data Modeler r9.0\ Upgrade\R8_Binaries\EAL.dll".
    
  4. Right-click 64_Bit_Upgrade.reg and select Merge again.

    You can now upgrade to version 9.0.0 through 9.5.0 Mart on a 64-bit computer.

64_Bit_Upgrade.reg

Copy the following code and paste it to a new Notepad file:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{9527D0BA-ED75-4b0e-BF4B-E35565DE9852}]
@="CA ERwin Data Modeler Script Client API"
"AppID"="{9527D0BA-ED75-4b0e-BF4B-E35565DE9852}"
[HKEY_CLASSES_ROOT\Wow6432Node\AppID\{9527D0BA-ED75-4b0e-BF4B-E35565DE9852}]
"DllSurrogate"=""
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{40FDB0E6-D772-455d-B1C8-83CE79445403}]
@="CA ERwin Data Modeler Script Client API Property Bag"
"AppID"="{40FDB0E6-D772-455d-B1C8-83CE79445403}"
[HKEY_CLASSES_ROOT\Wow6432Node\AppID\{40FDB0E6-D772-455d-B1C8-83CE79445403}]
"DllSurrogate"=""
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{6774E2C3-06E9-4943-A8D4-E3007AB1F42E}]
@="CA ERwin Data Modeler Script Client API"
"AppID"="{6774E2C3-06E9-4943-A8D4-E3007AB1F42E}"
[HKEY_CLASSES_ROOT\Wow6432Node\AppID\{6774E2C3-06E9-4943-A8D4-E3007AB1F42E}]
"DllSurrogate"=""
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{7D7B1602-9832-4ac6-A224-F0092FAF0D7E}]
@="CA ERwin Data Modeler Script Client API Property Bag"
"APPID"="{7D7B1602-9832-4ac6-A224-F0092FAF0D7E}"
[HKEY_CLASSES_ROOT\Wow6432Node\AppID\{7D7B1602-9832-4ac6-A224-F0092FAF0D7E}]
"DllSurrogate"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{9527D0BA-ED75-4b0e-BF4B-E35565DE9852}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{40FDB0E6-D772-455d-B1C8-83CE79445403}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{6774E2C3-06E9-4943-A8D4-E3007AB1F42E}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{7D7B1602-9832-4ac6-A224-F0092FAF0D7E}]

Back to Top