How to update project to latest revision in VP Project Viewer
Visual Paradigm Project Viewer (VP Viewer) is a free application which allow users to browse the content inside the Visual Paradigm project file. In team collaboration environment, user can use VP Viewer to checkout project form VPository or on-premises Teamwork Server for review. Upon new revision of the project is available, VP Viewer user will be notified and he can update his project to latest revision for reviewing the changes. To update the project to latest revision for VP Viewer: Read more
How to Backup VP Server Repository
VP Server is a server application which included the Teamwork Server, Floating License Server and Update Server. To protect you from losing your valuable works, it is recommended to backup the server from time-to-time. This article will show you how to get it done by using the built-in backup script.
How to update VP Server
VP Server is an integrated server providing the facilities including Teamwork operation support, Hosting of floating license and Centralized update server. Upgrade VP Server to new build, or even new version is extremely easy and can be done in few clicks. This article will teach you how to update your VP Server using the build-in update feature.
Use Access Code to Protect your Floating License from Unauthorized Access
With Visual Paradigm’s floating license you can define the access code to control the access of the license. The access code basically is a password and it server for 2 main purpose. First, it helps to prevents unauthorized access to your license key and only when user have the right access code can use it, which increased the level of security. Second is to divide your floating licenses into groups. Think about if group A and B both acquire licenses from the same VP Server, group A may use up all the keys, leaving no available license for group B, when there is no control. Access code solves this problem by enforcing the need of supplying a valid password when trying to acquiring license from server by client.
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