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

PowerDesigner addin develop

Anyone knows how to develop an add-in for PowerDesigner? I was reading the document of PowerDesigner about how to create an ActiveX Add-in, it says "The ActiveX must implement a specific interface called IPDAddIn to become a PowerDesigner add-in.".…
0
votes
0 answers

PowerDesigner - checking whether an Extended Attribute "Redefined" attribute is checked or not - with VBScript

I really need help with this problem, I just cannot figure out. Here's the deal: Concept I use Power Designer to design models, which then are imported into a SAS meta server. I would like to write a VBScript that checks my model for errors. SAS…
0
votes
1 answer

How can i open an existing model from external application

I saw "Ole Automation" examples of creating Physical Database Model elements, but there is no examples of opening an existing DB model. Can someone please help me? My expectations are similar to this pseudo-code: PdCommon.Application pd; pd…
Andrii Horda
  • 170
  • 1
  • 16
0
votes
1 answer

Can i reference in Criterion some Extended Attribute from another Powerdesigner XEM?

Let's say i have two Extensions attached to some Powerdesigner model: xem_a xem_b. In xem_a is Extended Attribute ea_a and in xem_b is Extended Attribute ea_b. In xem_a i can create Criterion with condition: %ea_a%==true , but i want to create…
morto
  • 57
  • 1
  • 6
0
votes
2 answers

Sybase Powerdesigner - how to automatically format naming of PK and FK?

Sybase Powerdesigner - how to automatically format naming of PK and FK? Run script to format primary key and foreign key like this format PK_TABLENAME FK_PARENT_CHILD Example PK_Post FK_Post_Comment
001
  • 62,807
  • 94
  • 230
  • 350
0
votes
1 answer

how to generate database table INHERITANCE postgresql script with Powerdesigner

I have two tables, "child" and "parent", "child" must inherit all columns of "parent", I use 'Generalization' link between the two tables in the conceptual model (class diagram), when I generate physical model it give me this result : create table…
incariere
  • 1
  • 1
0
votes
1 answer

Command Pattern, what would qualify as a command?

I have a project for my university where I'm using PowerDesigner to model an application that should be an abstract MS Visio, basically a generic graph editor. I'm supposed to implement the command pattern, but focusing only on the actual work space…
NLuburić
  • 912
  • 1
  • 10
  • 28
0
votes
1 answer

How to migrate data from MySQL 5 to Sybase ASE 15.5?

I've passed the database schema from MySQL to Sybase ASE using PowerDesigner. Is there a tool to help migrating the data itself?
aF.
  • 64,980
  • 43
  • 135
  • 198
0
votes
2 answers

Data dictionary report tool

I am asked to extract the oracle database dictionary from a tool. They used to do that with power designer 12.5. They generate a report and it represents in a html format. This report includes all tables and columns information’s, and programmers…
Moudiz
  • 7,211
  • 22
  • 78
  • 156
0
votes
1 answer

PowerDesigner parametrized class

How to create generics in PowerDesigner (ver10)? Is there some good tutorial for PD?
user188627
0
votes
2 answers

PowerDesigner addin for VS.NET 2008 causes problems

I've installed PowerDesigner 15.1 on my machine, and plan to use its AddIn for VS.NET. But it causes the solution file (SLN) to be modified everytime I build, run, debug, or close the solution. And the VS doesn't change ANYTHING in the SLN file. (A…
Iravanchi
  • 5,139
  • 9
  • 40
  • 56
0
votes
1 answer

How to create a user-defined table type with powerdesigner 15

We're maintaining the whole database schemma on a PD 15 PDM including procedures, triggers, user-defined data types, functions and so on. The RDBMS we are using is SQL Server 2008 R2 which supports user defined Table Types eg. (CREATE TYPE…
0
votes
3 answers

how to uninstall power designer 16 plugin from eclipse ide juno release

I've been trying to uninstall the plugin of power designer 16 (sybase product) from my Eclipse IDE but couldn't find a way to do that. I've checked the about-eclipse > installation details stuff, but power-designer ins't listed in the installed…
gaspyr
  • 353
  • 2
  • 11
0
votes
2 answers

PowerDesigner CDM, PDM and MySQL

I am currently trying to pickup on PowerDesigner and there are two things I wish to ask: Is there any difference between generating Physical Data Model(PDM) from Conceptual Data Model and directly creating the PDM? Is there any way to generate…
Jamie
  • 433
  • 7
  • 15
-1
votes
2 answers

How to edit Relationship properties to only use part of the CDM Identifier in LDM?

I'm creating a conceptual data model for a simplified web store using Power Designer. I'm having trouble specifying the relation between an Order and a Receipt. I would like a receipt to only have a part of the order's identifier in its primary key…
1 2 3
13
14