I need support for SQL Server user-defined table type
Database: Microsoft SQL Server 2012 PowerDesigner 16.5 This is SQL server code: CREATE TYPE dbo.ListOfInt AS TABLE(val int NULL);This is PowerDesigner reverse ingeneering: create type dbo.ListOfInt...
View ArticleDB2 DDL generation order
Hi, I am using PD 16.5. I have a problem with generating DDL for an auxiliary table. It appears in front of the CREATE DATABASE statement. That's not what I want. According to the manual it should be...
View ArticleDBMS permission object
Hello Folks, I need to put the owner in the permission object of the DBMS property. I added the item "Create" in this object and put the command: "grant %PERMLIST% on %OWNER%.[%QUALIFIER%]%OBJECT% to...
View ArticleDefine a Time Start Event in PowerDesigner BPM Models
Hi, just wondering ... according to BPMN 2.0 there are many different start and end events. One of them is the Time Start Event. In the help we can find such a definition for this event: The following...
View ArticleDoes your workspace sort itself?
I'm using PD 16.5 SP03 PL03. I've just opened a workspace that I saved yesterday, and went to the top of the list where I expected to find the Project I was working on.It's not there . Oh, it's moved ;...
View ArticleInternet Explorer woes - is it only me?
I went off Firefox a while ago, can't remember why, so I've been using Internet Explorer 11 for a while. I have great difficulty when I'm editing postings for this community using IE:I can't paste...
View ArticleIs there a way in PD to hook into an event after a report has been generated?
I have a custom script that is run to enhance some of the HTML generated report files, and as of right now this is a two step process. 1) Generate the HTML report (using Multimodel report)2) Run the...
View ArticleCannot map to XML base types
In my XML model, I have defined complex types that are derived by extension from other complex types (also called base types in the UI). When I go to the mapping editor, I cannot map to elements that...
View ArticleIndex columns on PowerDesigner Web
Hi, When I publish on the Portal a table that have indexes, in the "Contents" tab of the index, the columns don't appear. In this tab appear just a column named "Sort" with value "1" and another column...
View ArticleIssue with Target Models in Repository
Hi, We recently migrated to Oracle Repository(16.5 SP03) for maintaining Physical models, earlier the models were maintained in a Network folder. Example models - Model1.PDM(Parent...
View ArticleGenerate Reports from Repository
Hi, I am trying to automate report generation in Powerdesigner repository using VBscripting. Task is to check if the Physical model has changed in the repository in last 24 hours, if changed generate...
View ArticleNamespace issues
Hi, just wondering ... I have a BPM Model divided in packages ..., I have in each of the packages a swimlane. Each package has the "Use Parent Namespace" unchecked ... so why I'm not able to use the...
View ArticleClick on symbols in the Web Portal
Hello, In some diagrams in the PowerDesigner Web, I can't click in symbols like tables and references to see the properties of them... in the same diagram, some symbols I can click others no... trying...
View ArticleAccess extention attributes with Object type for VB Script
Hello!I can't access extention attributes with Object type for VB Script. The following functions either don't work or cause exeptions: HasExtendedAttribute, GetExtendedAttribute and...
View ArticleProblem with importing model from HANA repository in PowerDesigner...
Hi, I am trying to import attribute view and analytic view from HANA database1.0(revision 53) repository to PowerDesigner v16.5.0.4038 EBF2 but I can not get the views to a multidimensional PDM model...
View ArticleIs it possible to use Javascript instead of VBScript within PD?
Its a Friday question. Basically the Microsoft script engine supports both VB Script (.vbs) and JavaScript (.js). I'm hoping PD can use both also (but I suspect not) For the longest time I've used the...
View ArticlePowerDesigner For Hive
Hi, I want to use PowerDesigner for modeling tables for Hive. What are the PowerDesigner components i need to install on my machine ? Thanks,Bob.
View ArticleHow to modify view DDL?
Looking to modify the view DDL. Using PowerDesigner version 15.2 for Teradata. Have been able to make quite a bit of customization on the .xdb but there are two things I want to change: a) list all the...
View ArticlePowerDesigner for Hive/HBase
Wondering if anyone is using PowerDesigner for modeling tables for Hive and/or HBase? I have started a custom .xdb file for Hive but it falls short when dealing with complex data types and there are...
View ArticlePublishing the model to PowerDesigner Web
Hello folks, You may notice that the majority of my questions are related with the PowerDesigner Web... I have made available the Portal to the users of the company to see the diagrams of my model and...
View Article