This section explains the errors that you can encounter while installing and configuring Mart, and how you can troubleshoot them.
Note: The Mart Server log files are available in the following location:
Windows XP: {user.home}/Local Settings/Application Data/CA/ERwin Mart Server/logs/application.log
Windows 7: {user.home}/AppData/Local/CA/ERwin Mart Server/logs/application.log
Symptom:
Whenever I connect to the web server, I get the following error message:
java.lang.IllegalArgumentException: port out of range 80821.
Solution:
Type the correct port number in the Configure CA ERwin Mart Administrator’s Server dialog and then restart your web server.
Symptom:
When I try to connect to the Mart server, I get the following error:
500 The call failed on the server; see server log for details
Solution:
The probable reasons for this error could be one of the following reasons:
Type the correct server name and application name in the CA ERwin Mart Administrator’s Server dialog and the Configure MartServer Details dialog. Restart the web server.
Symptom:
When I try to connect to the database, I get the following error:
Application Internal Error
Solution
You get this error when the MartServer application is unable to connect to the required database. The following reasons are probable for this error:
Ensure that you enter the correct details of your database in the Mart Server tab of the CA ERwin Mart Configuration dialog.
Symptom:
When I try to connect to the Mart, I get the following error message:
An earlier mart is already present in the database you are trying to initialize. This process can not be continued. Please specify another database name to continue.
Solution:
You get this error when you connect to an old Mart that you have used for CA ERwin DM Release 7.x, 8.x, or version 9.0 pre-Beta.
Create a database and provide its details in the Configure MartServer Details dialog.
Symptom:
When I type the URL to initialize my Mart in Internet Explorer, the Initialize Mart page is taking a long time to load.
Solution:
The Initialize Mart page does not load because the Active Scripting option in Internet Explorer is disabled.
To enable Active Scripting, follow these steps:
The Security Settings – Local Intranet Zone window opens.
The Mart Initialize page opens.
Symptom:
My administrator has given me the Administrator rights and when I start the Tomcat server, I get a series of errors. Also, I cannot click the Configure button in the configuration dialog because it is disabled.
Solution:
Right-click Start Server, and click Run as Administrator.
The Tomcat server starts without any error, and the configuration button is enabled.
Symptom:
When I try to connect to the web server from CA ERwin Data Modeler, I get the following error message:
A connection with the server could not be established
Solution:
Verify that you have provided the correct port number and then reconnect to the web server.
Symptom:
When I try to connect to the web server from CA ERwin Data Modeler, I get the following error message:
The server name or address could not be resolved
Solution:
Verify that the server name where the web server is installed is correct and then reconnect to the server.
Note: If CA ERwin Data Modeler and the web server are installed on the same computer, you can give the server name as localhost. Suppose that CA ERwin Data Modeler and the web server are installed on different computers. The server name is the name of the computer where the web server is installed.
Symptom:
When I try to connect to the server, I get the following error message:
Invalid user ID or password. Please try again to login.
Solution:
Type the correct user name and password.
Note: The user must be an application level user and not a database user.
Symptom:
When I connect to the web server, I get the following error message:
Error 12029
Solution:
Restart the web server.
Symptom:
When I type the URL in Internet Explorer or Google Chrome to connect to the web server, I get the following error messages:
For Internet Explorer
Internet Explorer cannot display the webpage
For Google Chrome
Oops! Google Chrome could not connect to localhost:18170
Solution:
Restart the web server.
Symptom:
When I use the Mart Upgrade utility on a 64-bit computer and upgrade a r7.3 through r8.2.7 Mart to r9.0.0 through r9.5.0 Mart, I get the following message:
Test connection failed
Solution:
CA ERwin DM is a 32-bit application. When you try to upgrade to r9.0.0 through r9.5.0 Mart on a 64-bit computer, the COM components do not work.
Follow these steps:
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".
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}]
Symptom:
Suppose that I install CA ERwin Mart Server on a fresh machine. If I enable the SSL option and I invoke CA ERwin Mart Administrator, Internet Explorer redirects the page to res://ieframe.dll//.
Solution:
Internet Explorer versions 8 through 10 have a security enhancement that blocks the following types of sites:
Follow any of these steps:
Symptom:
I type Chinese characters in the Version Description dialog in CA ERwin Mart Administrator. If I open CA ERwin Data Modeler and go to the Catalog Manager window, I see that the Chinese characters are replaced with ????.
Solution:
Follow these steps:
This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the “Documentation”) is for your informational purposes only and is subject to change or withdrawal by CA at any time.
This Documentation may not be copied, transferred, reproduced, disclosed, modified or duplicated, in whole or in part, without the prior written consent of CA. This Documentation is confidential and proprietary information of CA and may not be disclosed by you or used for any purpose other than as may be permitted in (i) a separate agreement between you and CA governing your use of the CA software to which the Documentation relates; or (ii) a separate confidentiality agreement between you and CA.
Notwithstanding the foregoing, if you are a licensed user of the software product(s) addressed in the Documentation, you may print or otherwise make available a reasonable number of copies of the Documentation for internal use by you and your employees in connection with that software, provided that all CA copyright notices and legends are affixed to each reproduced copy.
The right to print or otherwise make available copies of the Documentation is limited to the period during which the applicable license for such software remains in full force and effect. Should the license terminate for any reason, it is your responsibility to certify in writing to CA that all copies and partial copies of the Documentation have been returned to CA or destroyed.
TO THE EXTENT PERMITTED BY APPLICABLE LAW, CA PROVIDES THIS DOCUMENTATION “AS IS” WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL CA BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS DOCUMENTATION, INCLUDING WITHOUT LIMITATION, LOST PROFITS, LOST INVESTMENT, BUSINESS INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF CA IS EXPRESSLY ADVISED IN ADVANCE OF THE POSSIBILITY OF SUCH LOSS OR DAMAGE.
The use of any software product referenced in the Documentation is governed by the applicable license agreement and such license agreement is not modified in any way by the terms of this notice.
The manufacturer of this Documentation is CA.
Provided with “Restricted Rights.” Use, duplication or disclosure by the United States Government is subject to the restrictions set forth in FAR Sections 12.212, 52.227-14, and 52.227-19(c)(1) - (2) and DFARS Section 252.227-7014(b)(3), as applicable, or their successors.
Copyright © 2013 CA. All rights reserved. All trademarks, trade names, service marks, and logos referenced herein belong to their respective companies.
Copyright © 2013 CA.
All rights reserved.
|
|