Chatee ahora con Soporte
Chat con el soporte

erwin Data Modeler - Base de Conocimiento

Filter Your Results

Category

Versión del producto

Tema

Subtema

Filter Search Results

Buscar en la base de conocimientos por palabra clave

(Seleccione un producto diferente)



DateRelevanceViews Mostrando 26-50 de 998
Importing model in er360 getting error ava.lang.OutOfMemoryError: Java heap space (4375589)

Importing model in er360 getting error ava.lang.OutOfMemoryError: Java heap space Importing model in er360 getting error ava.lang.OutOfMemoryError: Java heap space <span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;"><span style="font-size: 11.0pt;"><span style="font-family: &quot;Aptos&quot;,sans-serif;">You can increase heap size by modifying the file</span></span></span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;"><b><u>Run as Service</u></b>: Go and update the file with below text or just add yellow highlighted text - C:\Program Files\erwin\Mart Portal\<span style="color: red;">create_service.cmd</span></span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">&quot;%APACHE_HOME%\httpd.exe&quot; -k install -n &quot;erwin Apache Server&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">timeout /t 5</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">sc create &quot;erwinMartPortal&quot; binpath=&quot;C:\Program Files\erwin\Mart Portal\srvany.exe&quot; start=auto</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">timeout /t 5</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">sc create &quot;erwinVaultService&quot; binpath=&quot;C:\Program Files\erwin\Mart Portal\srvany.exe&quot; start=auto</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">timeout /t 5</span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">reg add &quot;HKLM\SYSTEM\CurrentControlSet\Services\erwinMartPortal\Parameters&quot; /v Application /d &quot;\&quot;%JRE_HOME%\bin\java.exe\&quot; <span style="background: yellow;">-Xms2048m -Xmx10240m</span> -Dlogging.config=\&quot;file:C:\Program Files\erwin\Mart Portal\MartApp\config\log4j2-portal.xml\&quot; -jar \&quot;C:\Program Files\erwin\Mart Portal\MartApp\MartPortal.jar\&quot;&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">reg add &quot;HKLM\SYSTEM\CurrentControlSet\Services\erwinVaultService\Parameters&quot; /v Application /d &quot;\&quot;%JRE_HOME%\bin\java.exe\&quot; <span style="background: yellow;">-Xms2048m -Xmx4096m</span> -Dlogging.config=\&quot;file:C:\Program Files\erwin\Mart Portal\MartApp\config\log4j2-vaultservice.xml\&quot; -jar \&quot;C:\Program Files\erwin\Mart Portal\MartApp\vaultservice.jar\&quot;&quot;</span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">IF NOT EXIST &quot;%~dp0MartApp\ER360.jar&quot; GOTO END</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">timeout /t 5</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">reg add &quot;HKLM\SYSTEM\CurrentControlSet\Services\erwinER360\Parameters&quot; /v Application /d &quot;\&quot;%JRE_HOME%\bin\java.exe\&quot; <span style="background: yellow;">-Xms2048m -Xmx10240m</span> -Dlogging.config=\&quot;file:C:\Program Files\erwin\Mart Portal\MartApp\config\log4j2-er360.xml\&quot; -jar \&quot;C:\Program Files\erwin\Mart Portal\MartApp\ER360.jar\&quot;&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">sc create &quot;erwinER360&quot; binpath=&quot;C:\Program Files\erwin\Mart Portal\srvany.exe&quot; start=auto</span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">:END</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">timeout /t 5</span></span><br><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;"><b><u>Run as Server</u></b><b>:</b> Go and update the file with below text or just add yellow highlighted text - C:\Program Files\erwin\Mart Portal\<span style="color: red;">startMartServer.cmd</span></span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">set PATH=%JRE_HOME%\bin;%APACHE_HOME%;%PATH%</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">tasklist /fi &quot;ImageName eq httpd.exe&quot; /fo csv 2&gt;NUL | find /I &quot;httpd.exe&quot;&gt;NUL</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">if &quot;%ERRORLEVEL%&quot;==&quot;0&quot; (GOTO App)</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">START &quot;Apache&quot; &quot;httpd.exe&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">:App</span></span><br><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">IF EXIST &quot;%~dp0MartApp\ER360.jar&quot; START &quot;ER360&quot; cmd /k java <span style="background: yellow;">-Xms2048m -Xmx10240m</span> -Dlogging.config=&quot;file:%~dp0MartApp\config\log4j2-er360.xml&quot; -jar &quot;%~dp0MartApp\ER360.jar&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">START &quot;MartPortal&quot; cmd /k java <span style="background: yellow;">-Xms2048m -Xmx10240m</span> -Dlogging.config=&quot;file:%~dp0MartApp\config\log4j2-portal.xml&quot; -jar &quot;%~dp0MartApp\MartPortal.jar&quot;</span></span><br><span style="font-size: 10pt;"><span style="font-family: Calibri,sans-serif;">START &quot;VaultService&quot; cmd /k java <span style="background: yellow;">-Xms2048m -Xmx4096m</span> -Dlogging.config=&quot;file:%~dp0MartApp\config\log4j2-vaultservice.xml&quot; -jar &quot;%~dp0MartApp\vaultservice.jar&quot;</span></span><br><br>

Producto(s): erwin Data Modeler
Última actualización el: 02/05/2024
NA rating | 867 vistas
Knowledge Article
Required permissions to Reverse Engineer or Complete Compare against an Oracle 10g/11g/12c databa (4321703)

<div class="sechdrblutppdg"> <div class="bluetop1"> <div class="sechdrtppdg"> <div id="phpcontent"> <div class="subhdrfnt">During Reverse Engineering, erwin DM retrieves the information from the database by querying the system catalog tables which store the objects and their properties as selected in the Option Set.

Producto(s): erwin Data Modeler
Última actualización el: 05/03/2024
NA rating | 1331 vistas
Knowledge Article
A must read before upgrading to 12.5.2 (4375095)

Guidelines upgrading to erwin Mart Portal 12.5.2 Guidelines upgrading to erwin Mart Portal 12.5.2 Please follow guidelines below when upgrading to erwin Mart 12.5.2<br> <ol><li>Make sure you have Production DB Back up planned prior to upgrading to latest version of Mart.</li><li>If you are testing in Sandbox environment, also have back up of test environment as well.</li><li>If you have any issues after upgrading to newer version, raise support ticket with backup DB where issue exist.

Producto(s): erwin Data Modeler, erwin Mart On Cloud, erwin ER360 On Cloud
Última actualización el: 12/03/2024
4 rating | 2711 vistas
Knowledge Article
Error Message: "SOAP transmission error 35" (4262880)

<p>The most likely cause of this error is either an incorrectly set intervening proxy or firewall. ... <br><br><strong>Solution: </strong></p> ... <p>You need to check that the ports are open. ... Port 80 if you are on 9.8 pre-patch or port 18 if you are on any of the newer releases.

Producto(s): erwin Data Modeler
Última actualización el: 12/12/2023
5 rating | 1473 vistas
Knowledge Article
How to setup and license erwin Web Portal? (4300807)

How to setup and license erwin Web Portal? ... After unzipping Erwin Web Portal zip file ... Go to the installation directory and double click on setup.bat to launch MM setup window ... Select Product Edition:

Producto(s): erwin Data Modeler
Última actualización el: 15/11/2023
2 rating | 2288 vistas
Knowledge Article
How to Configure SSL in Erwin Mart Portal 12.5 (4373212)

I would like documentation on how to configure SSL in erwin Mart Portal 12.5 Step-by-step process of configuring SSL for erwin Mart Portal 12.5. ... Verify that it will load the Mart Portal web page successfully.

Producto(s): erwin Data Modeler
Última actualización el: 16/09/2023
3 rating | 1883 vistas
Knowledge Article
How to upgrade earlier version of mart server to mart portal to 12.5 (4372986)

<p>When upgrading from a version of mart server prior to 9.8 version to a later version of the mart server you should first upgrade to 9.8 mart server as an intermediate step and then upgrade to the later version.

Producto(s): erwin Data Modeler
Última actualización el: 20/09/2023
3 rating | 3970 vistas
Knowledge Article
Unable to initialize ER360 license (4372373)

When we try to initialize ER360 license, get Inactive and can&#39;t complete initialization Missing Certificate from Nalpeiron license Server <span style="font-size: 11pt;"><span style="line-height: normal;"><span style="font-family: Calibri,sans-serif;"><b><span style="font-size: 13.5pt;"><span style="font-family: &quot;Times New Roman&quot;,serif;"><span style="color: black;">Please follow below instruction</span></span></span></b><br><br><span style="font-size: 13.5pt;"><span style="font-family: &quot;Times New Roman&quot;,serif;"><span style="color: black;">Download the certificate of licensing server Nalpeiron website using chrome browser.<br> </span></span></span></span></span></span>

Producto(s): erwin Data Modeler
Última actualización el: 07/08/2023
1 rating | 3395 vistas
Knowledge Article
ERWIN DATA MODELER & MART API RESOURCE PAGE (4298038)

erwin DM: populating Entity and Attribute Definitions and Datatypes using the API. ... MART SERVER APIs ... Do you have an API sample that opens a model from the Mart, modifies the model, and saves (incremental) back to the Mart?

Producto(s): erwin Data Modeler
Última actualización el: 17/08/2023
2 rating | 2274 vistas
Knowledge Article
When attempting to open two separate models I receive the following error: "Cannot change the cat (4288856)

When attempting to open two separate models I receive the following error: &quot;Cannot change the catalog entry; the catalog entry, its parent, or a child entry is locked. ... <p>When two users attempt to open two separate Mart models with no locks, both users receive the following error: &quot;Cannot change the catalog entry; the catalog entry, its parent, or a child entry is locked.

Producto(s): erwin Data Modeler
Última actualización el: 07/07/2023
NA rating | 537 vistas
Knowledge Article
Can't harvest models in web portal from mart server Persistence Units Component ! Failed to access a directory or a model (4372068)

For some models while harvesting in Web Portal they get the errors,<br>Running mart script as user SYSTEM in domain <br>Could not retrieve model mart://Mart/Enterprise. ... Failed to access a directory or a model with Mart/EDH - Enterprise Usage path.<br> The version of erwin DM installed on the web portal host machine is an older version than that being used by the data modelers.

Producto(s): erwin Data Modeler
Última actualización el: 28/06/2023
NA rating | 384 vistas
Knowledge Article
When upgrading erwin Data Modeler and/or erwin Web Portal to a newer version, is there any upgrad (4325258)

When upgrading erwin Data Modeler and/or erwin Web Portal to a newer version, is there any upgrade required to the erwin MartServer? <p class="wysiwyg-text-align-right"><strong><img src="https://support.quest.com/kbarticleimages/ER/360055836271/mceclip0.png" alt="mceclip0.png"></img></strong></p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 427 vistas
Knowledge Article
I forgot my r9 mart administrator password. How can I recover that? (4311287)

I forgot my r9 mart administrator password. ... Create MartAdmin with same username as the other mart admin whose password needs to be recovered.<br>5. ... Right click on m9User, click on edit top 200 rows.<br>7.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 551 vistas
Knowledge Article
StatementCallback error when Initializing Oracle Mart Database (4284365)

</p> <p><img src="https://support.quest.com/kbarticleimages/ER/360048555411/mceclip0.png" alt="mceclip0.png" width="551" height="530"></img></p> <p> </p> <p><strong>Solution:</strong></p> <p>The cause of this error is due to missing one or some of the required Oracle privileges needed by the Installer Role.</p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 266 vistas
Knowledge Article
I am trying to open the erwin EMF files using MS Paint but that is not working for me. (4305245)

I am trying to open the erwin EMF files using MS Paint but that is not working for me. ... Do you have a suggestion for an application that can open it?</p> <p><strong>Answer</strong>: In general, Paint should be able to open most EMF files, but it may have some limitations to open an EMF file, especially if it is larger than a certain size.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 736 vistas
Knowledge Article
Cannot launch application after upgrade from 9.x to 9.7 - Error Codes: 7 (-1,359,2) (4309830)

Do I need to get a new license for this release?</strong></p> <p> </p> <p><strong>Solution</strong>:</p> <p>If your license was working with the previous version of 9.x, you do not need a new license.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 305 vistas
Knowledge Article
Is there an option to encrypt erwin model files or they are binary files? (4245131)

Is there an option to encrypt erwin model files or they are binary files? <p><span>erwin DM models are not encrypted and are saved as .erwin file. ... Any encryption or decryption would need to be handled externally.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 281 vistas
Knowledge Article
How to setup Web Portal to run on Linux. (4300669)

How to setup Web Portal to run on Linux. <p>Please see the attached document Web Portal on Linux installation.docx.</p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 564 vistas
Knowledge Article
How is the MongoDB primary key represented in NoSQL? (4282557)

Other Environments just ignore the _id field and create another field named resourceId and give it the UUID data type (which doesn&#39;t exist in NoSQL). ... How would Customers handle these 2 different ways in the NoSQL tool?</p> <p> </p> <p><strong>Steps:</strong></p> <p>MongoDB primary keys are stored as _id.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 250 vistas
Knowledge Article
How may I use the erwin macros to rename my constraint names? (4310786)

How may I use the erwin macros to rename my constraint names? <p><strong>Problem</strong>: I have some questions about the check constraint, default constraint, alternate key constraint and foreign key constraint naming.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 999 vistas
Knowledge Article
erwin web Protal -Information how to implement an external SSO environment (4295342)

In this mode, the system default login page is disabled and not presented. ... It must be replaced by an external authentication login system.</p> <div> <p class="NotesCxSpFirst">Administrators can always login even in External Authentication Mode using the dedicated administrator rescue login URL: <a href="http://localhost:%3cport%3e/MM/Auth?nativeLogin" target="_blank">http://localhost:&lt;port&gt;/MM/Auth?nativeLogin</a>,</p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 823 vistas
Knowledge Article
When configuring the Mart Server, I receive the following error prompt: "Data access error: Verif (4288728)

When configuring the Mart Server, I receive the following error prompt: &quot;Data access error: Verify your credentials.&quot; <p><strong>Issue:</strong> </p> ... <p>When configuring the Mart Server and the all fields within the Database Details are filled out correctly the following error prompt is received: &quot;Data access error: Verify your credentials.&quot;</p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 170 vistas
Knowledge Article
How do I license my erwin DM 9.8 Standard, Workgroup, or Navigator Edition? (4288765)

Instead, you and your colleagues will receive a new License Code which will enable your PC to license erwin DM 9.8, individually or concurrently, through communication with our online License Server (recommended) or by email.</p> <p>This new licensing model will enable you to perform many functions, such as getting a replacement license for a new PC, by yourself without having to contact erwin Technical Support.</p>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 743 vistas
Knowledge Article
"No trusted certificate found" error when trying to connect to Connect to Snowflake via JDBC to R (4280111)

<p>To resolve this issue, you have to import the <span>Snowflake SSL certificate into erwin Data Modeler&#39;s Java Trustore. ... Please follow the below steps to obtain and import the certificate.

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
2 rating | 2526 vistas
Knowledge Article
Column/Table Properties window is not opening in some models - why? (4293971)

<p>This is most likely because the application is not working as expected. ... Perhaps some parameters have been compromised. ... This can be fixed by &#39;cleaning&#39; the registry as follows::</p> <ol><li>Close erwin DM.</li><li>Run REGEDIT</li><li>Go to Computer\HKEY_CURRENT_USER\Software\erwin\Data Modeler and rename the 9.7 entry to 9.7.old</li><li>Launch erwin DM again and try to open the Column/Table Properties Editor.</li></ol>

Producto(s): erwin Data Modeler
Última actualización el: 07/05/2023
NA rating | 520 vistas
Knowledge Article
Buscar todos los productos
Contenido recomendado
No hay resultados para undefined
Herramientas de autoservicio
Base de conocimientos
Notificaciones y alertas
Soporte de productos
Descargas de software
Documentación técnica
Foros de usuarios
Tutoriales en video
Aviso de actualizaciones de páginas web (RSS)
Comuníquese con nosotros
Soporte Técnico
Ver todos