Questions tagged [powerdesigner]

PowerDesigner is an enterprise modeling tool from SAP.

PowerDesigner is an enterprise modeling tool from Sybase, an SAP company.

It runs on Windows, and allows modeling Data, Business Process, Object-Oriented system (using UML), XML schemas, Enterprise Architecture... It features code generation and reverse engineering and has a module to allow collaboration between several designers.
There is another module providing a Web interface.

It's quite extensible, allowing the definition of user-defined metaclasses, meta-attributes, meta-collections; or through an Automation interface.

In France, there used to be a version named PowerAMC, with support for the MERISE method. Now PowerDesigner has a French optional UI, and the Merise module is obsolete.

198 questions
0
votes
1 answer

Logical Data Model from XMI file

I want to get the logical data model from XMI file I have, is it posible through Sybase powerdesigner. Thanks & Regards, Yashu Vyas
0
votes
0 answers

How to add the diagram code to the table name in the SQL generation in Powerdesigner?

I have limited experience hacking PowerDesigner so I don't even know if what I need would be possible. Context: I'm doing a Proof of Concept of HP Vertica data modeling. Since PowerDesigner does not have any xdb for Vertica I'm doing the PoC as ANSI…
0
votes
1 answer

How can the application (PdCommon.Application) be closed in C#?

I have the following code snippet in C# to open a PowerDesigner Model and I would like to close / exit the PowerDesigner application instance but I do not know how? PdCommon.Application pdApplication = null; try{ //Creating PD Application…
user2722077
  • 462
  • 1
  • 8
  • 21
0
votes
0 answers

The generation has been cancelled because errors have been found by the check model

I use PowerDesigner 15.2. The generation has been cancelled because errors have been found by the check model. Why is it happened when I try to generate table in reflexive mandatory CDM to PDM?
0
votes
0 answers

PowerDesigner 16.5 - Can't create new or update existing models

I am using SAP/Sybase PowerDesigner 16.5. Have used it on and off for years. Whilst I haven't opened it for a few months, I suddenly find I cannot update an existing model (I can open it OK); Nor can I create a new Model (PDM or LDM - and probably…
0
votes
0 answers

PowerDesigner 15 - Generated XML schema - XML model - How to generate "interfaces" objects?

I'm trying to generate XSD files from a MOO file, but I don't obtain the complex types ("xs:complexType" in XSD files). So I've generated a XML model (MSX) from the MOO file (by selecting Tools→Generate XML Model (Ctrl+Shift+M) to open the XML Model…
Cyrille
  • 1
  • 2
0
votes
0 answers

PowerDesigner 15 - Generated code - Serialization - C# - How to generate the [XmlInclude] attribute?

I'm using PowerDesigner 15 and I would like the code generated for each serializable class contains the "[XmlInclude(typeof (CHILD_OBJ))]" attribute that describes child objects. How could I do, please ? Best Regards, Cyrille
Cyrille
  • 1
  • 2
0
votes
3 answers

Unique on Compound Columns

I am trying to ensure that the values in RESTAURANTID and TABLENUMBER, together, are Unique using PowerDesigner (12.5). I've tried creating an alternate key which resulted in the following in my .sql file: create table TABLES ( TABLEID …
user2268507
0
votes
1 answer

how to keep the specific distribution of objects in a diagram after an addition of an element in an XML model PowerDesigner

I use an XML model PowerDesigner. My problem is that when I add a field in the elements of my xsd, the distribution of objects in the diagram will be initialized and therefore I lose the specific distribution of objects. Is there a way to keep my…
0
votes
1 answer

PowerAMC do simple action with script

I'm a beginner in powerAMC. PowerAMC offer to see and save a XSD file of your Model component : I need to get automatically that XSD content for all models in the project. So I need to do it by script. I can't find a way to get that content (XSD…
pikameuh
  • 149
  • 1
  • 1
  • 12
0
votes
0 answers

Hidden objects when "Apply Model Changes to Database"

PowerDesigner 16.5.4.0 (4521) When I "Apply Model Changes to Database" after making an appropriate table selection I get this message: Some select objects are no longer visible in the select page due to a filter. You can choose to: Select only the…
user37793
  • 31
  • 5
0
votes
2 answers

PowerDesigner does not allow me to select the primary key in ER diagram

Im projecting ER diagram in PowerDesigner16. In every entity PowerDesigner does not allow me to mark primary key. Why?
Sruj
  • 1,177
  • 2
  • 18
  • 38
0
votes
0 answers

Relationships doesn't exists when I convert Physical Data Model to Access Database using Power Designer

When I convert Physical Data Model to Access Database using Power Designer I don't see the relationships in the access database, only the tables, why?
0
votes
2 answers

PowerDesigner: Write Netezza distribution type via VBScript

I'm working with PowerDesigner 16.5 and I'm making a physical model for Netezza 5.0. I need to place a 'Distribution Type' in the 'Options' tab for each table, which is naturally very important. I'm however looking for a more organized way to place…
0
votes
1 answer

Failed to create JDBC connection for DB2 in powerdesigner

I've no idea why get the msg when test the jdbc connection SQLSTATE = UNKNOWN DatabaseMetaData information is not known for server DB2/LINUXZ64SQL10013 by this version of JDBC driver
Stella
  • 1,504
  • 2
  • 16
  • 25