How to Use Floating License Key in Offline Mode
The floating license allows you to share your Visual Paradigm license key between your team. While using floating license the software need to keep online and connect to license server for validation. In some situation, such as working in customer’s site or during travel, you may not able to get access to your license server. In this case you can export the floating license key form your server and use the software offline. In this article we will show you how to export the floating license key form your license server, and how to return it back after using.
Read more
How to Report Bug on Teamwork Operation
When you are using Visual Paradigm Teamwork Server (Teamwork Server) or VPository and find a problem, feel free to contact Visual Paradigm to seek for assistance. Remember, the more information you give us, the easier and faster for us to identify the problem, fix the problem and provide a proper solution. In most cases, the steps to produce problem, the log file and a screenshot illustrating the problem are sufficient for us to identify problem. It would be even more effective if you can send us the local project, server revisions as well as the server database (for Teamwork Server) so that we can reproduce and fix the problem accordingly. Read more
Migrate Projects from CVS, Subversion, Perforce and ClearCase into Teamwork Server
Visual Paradigm‘s Teamwork Server is designed specifically for perform team collaboration development with Visual Paradigm modeling client. It capable in doing everything you can do with CVS, Subversion, Perforce and ClearCase, plus some exclusive features like task management, online design sharing and comments sharing. You can migrate your teamwork projects from CVS, Subversion, Perforce and ClearCase into Visual Paradigm’s Teamwork Server, including all the revisions and modification histories, and this article will show you how to do the migration. Read more
How to setup VP Server on 32 bit system
VP Server is a server application which included the Teamwork Server, Floating License Server and Update Server. As 64 bit system already become the majority player, starting from version 13.0 VP Server no longer offer 32 bit installation package. But even the 32 bit installation package was no longer offered, you can still setup VP Server on a 32 bit environment. This article will teach you how to setup a VP Server on a 32 bit system. Read more
Setup VP Server with SQL Server
VP Server is a server application which included the Teamwork Server, Floating License Server and Update Server. Instead of setup these server applications one by one; they can be setup via the single VP Server package. VP Server using database for storing the settings and configurations, such as teamwork user account, history for check-in & check-out of project files, floating license status, etc. You can setup VP Server with an embedded database, or using some popular DBMS such as Microsoft SQL Server, MySQL, Oracle and PostgreSQL. This article will teach you how to setup a Microsoft SQL Server database for the VP Server. We will use the Microsoft SQL Server 2014 Express Edition to demonstrate how it works. Read more
Create custom annotation on attributes of generated Hibernate code
Annotations in Java allow developers to define additional metadata information into their source code. Those annotation can be used as instructions to the compiler, compile-time instructor and also as the runtime instruction to the Java VM. Visual Paradigm support generate hibernate source code generation using Java Persistence Annotations (JPA) approach. Besides you can also define custom annotations in model and generate them along with your hibernate source code. This article shows you how to define custom annotations for attributes in generated hibernate source code. Read more
Changing element type in diagram
When you maintaining, or even creating a diagram very often you may want to change an existing element into another model type. Unlike most of the diagramming software where user need to manually create the new element and re-establish the connectors, with Visual Paradigm you can done it in few clicks. In this article we will show you how it works. Read more
Exporting documents via command line showing old content?
Visual Paradigm’s command line interface allow user to perform various actions without manually controlling the application. For example, user can using command line interface to instruct VP to download revision from VPository and generate the models into document. When generating documents user may experience a situation that the resulting document was not showing the most up-to-date content. This is caused by the Refresh before export flag haven’t being turn on in the document. To turn on the Refresh before export flag: Read more
Create Document having Mixed Page Orientation
The Build from Scratch mode in Doc. Composer provide a page like editor to create document for the models. It allow user to create the content page by page. The size of the page and orientation directly affect how much content can be shown in the document. In some situation you may want to have a different page orientation just for specific page, i.e. to best use the page size to show a landscape style BPD. We will show you how to change the page orientation for a specific page in this article.
Find out source project of a model element via Open API
The project reference feature in Visual Paradigm allow users to reuse model elements from different projects. This not just saving effort in re-creating same model element again and again across projects, but also maintain the consistence of models as the changes on the model element automatically reflect on the projects which using it. In complex situation such as multiple levels of reference project sometimes it will be difficult to identify the origin of a particular model element, especially when the diagrams are develop by multiple users. By using Open API we can create plugin to find out the origin project of a model element. In this article we will show you how to create this plugin. Read more