Hello,
i added some test data profiles to my columns and from this moment the tables are always included in any change script, that I generate for my database. How can I avoid this behaviour?
kind regards
Hello,
i added some test data profiles to my columns and from this moment the tables are always included in any change script, that I generate for my database. How can I avoid this behaviour?
kind regards
My DBMS is SQL Server 2012 and I would like to add newsequentialid() to the default values list for a column. I tried clicking on the "create" button next to the drop down and was able to create the value. It shows up in the list and as the default value in the column listing but it isn't showing up in the SQL preview. If I choose newid() it shows up fine. I did not add newid() it was already there. What am I doing wrong? I'm using PD 16.5
Thanks,
Mark
hi,
i could not found a solution how to use the formating options from GTL within a vbscript
based on e.g. Attribute of a Model
on a Model => i execute a method
Sub %Method%(obj)
output "CurrentTargetCode =" + "%CurrentTargetCode%" ' is working
output "CODE-1 =" + "%Code%" ' i get not the code back ?
output "CODE-2 =" + "%U:CurrentTargetCode%" ' is not upper case and not translated ?
output "CODE-3 =" + obj.code ' is working
output "CODE-4 =" + obj.getattribute("code") ' is working
output "CODE-5 =" + obj.getattribute("%code%") ' raising an error
End Sub
nothin i could use to get an attribute formated back.
what i realy want is this
output "CODE-7 =" + obj.getattribute("%-10.-3:.code%")
is there a solution or tipp how to use it from vb scripting ?
/br
ps: i know i could use vbscript formating but i want to use the capability of PD.
Good afternoon,
I'm getting very frustrated trying to do something that should be 'by default' or easy to configure within PowerDesigner 16.5 working with a SQL Server 2008 R2 database.
I reverse-engineered a database into a physical model for modifications and I want to generate DDL from the physical model. I've worked around some issues including how to support SQL Server filtered indexes and a few others things.
However a really stupid think that I have not been able to figure out is how to have the script respect dependencies between objects in the model. When looking at the model at the Dependencies table the dependencies seem to be in place correctly. But when I choose the 'Generate Database...' menu item to generate a single script to create all of the objects within a database it does create them all but in alphabetical order which does not work because there are dependencies between objects (views, in particular) that requires specific views to be created in a different order depending on their dependencies.
Most tools understand the dependencies and create a script that will work.
How can I generate a database script from PowerDesigner that respects the dependencies between the objects (in this case between different databse views) so they get scripted out in the correct order.
Thanks much,
Don
Hi team,
I am trying to convert Name to Code using Model Options - > Naming Conventions -> Conversion Script.
For example if I have for entity:
Name : "Person - Contract"
Code(by Powerdesigner default) : "Person___Contract"
But I want just one "_", so it would be like:
Name : "Person - Contract"
Code : "Person_Contract"
Can i do it with Conversion Script?
Thanks
Hello, i am having problems on diagrams visualization on explorer or google chrome... Even when i display the diagrams in Chrome, wich has native support for svg, i can´t resize the diagrams. Do you people eventually know other way to see the power designer portal diagrams, or even a way to save it and export to pdf? Thanks in advance.
Hello,
Iam a "newby" ofPowerDesigner since January 2014.
Can anyone tell me,where I can finda list of openCR's/ FR's?
I can see my reportedcases, but I can't see the open CR's/FR's to show me the processing status.
Thanks and regards,
Reinhard
I have a model that has over 1000 changes (probably) and I am unable to check the model into a repository on SQL Server 2008R2. We have a proxy service running, and in general the check-in process is much better via the proxy than direct connect. But for a model with "a lot" of changes, the check-in process never completes. I have let it run overnight and it still does not complete. The SQL Server DBA also reports a large "blocking" query running from the PROXY service to the database server when this process seems to "hang".
Has anyone else encountered this behavior? I have had a support ticket open for over a year on this one, with no solution, so I was curious if anyone else found a way to resolve it. (other than avoid "making a lot of changes".
I figured out how to get permissions imported consistently using the excel import function and I was wondering if anyone would like to see examples of how I get it to run?
-Mark McNary
I am creating an HTML report in PowerDesigner 16.5 SP02 and the diagrams are not displaying in IE8.
I am aware that these are SVG images and that a download/install of SVGViewer would fix this BUT I don't want to have to download something to view the report in IE.
I am also aware that IE11 displays the diagrams but we are using IE8 company wide due to legacy applications that were built on it.
Any suggestions on how to fix this when building the report? Is it possible to change format of the diagrams? I know there is a way in PD Portal but can't seem to find a way to do it in PowerDesigner.
Any help would be appreciated.
Thanks in advance.
Hi everybody
I tried to reverse engineer from Oracle DB using Power Designer. I have access only to synonyms in Oracle DB. I connected to source system, selected needed synonyms and clicked to reverse engineer. It seems that process run successfully, but the diagram is empty. Why synonyms do not appear on diagram?
I followed next process:
File – Reverse Engineer – Database…
Enter Model Name and click OK
Fill Options
Connect to Data Source
Move to Synonym tab (I have only access to synonyms, not tables or views) and select needed synonyms
Output from Reverse Engineering:
After reverse engineering I cannot see the diagram
Can anyone advise me which group(under Model Options -> Naming Conventions) controls the max code length for the below in a physical data model.
FK Constraints
PK Constraints
UK Constraints
The context sensitive help from this window does not describe what physical objects some of these impact. For instance, I thought Reference would control FK Constraints, but it is not. I have FK Constraints being generated longer than 30 characters, which is the max that Oracle allows. Other objects is a catch all that I did not restrict to 30 as that then shortens lot of other things that I don't even know and might want to.
I tried looking in the PD Meta model help under "Libraries -> PdPDM -> Model Options", but I don't understand much of what is described there.
I have following in the Oracle 11g DBMS Resource file under the branch "ORA11GR1::Script\Objects\Reference\ConstName".
I need this so that I have FK constraints generated with a sequence number suffix. Maybe the Model naming options don't apply when this is used and I need to figure out the syntax to chop the table name so that to 24 as FK_ and _1 will use up 6 characters in the constraint name.
FK_%TABLE%_%REFRNO%
Hi All,
I am using PowerDesigner 16.5 SP02 and am trying to view the column comments in an HTML Report. I know that you can enable Table comments and such in the report wizard but I can't find anything on columns. Any help is much appreciated.
- Eric
Getting my model info onto the Web has had some drawbacks for me and I'm working on some solutions. Overall, the html reports are pretty good, just a little outdated. I've found a few tricks that help me. Many of them are for asp.net sites, but others are more general. I have two to share right now.
Generate XML. I often want to just simply get table data into my pages. If I generate a report (even a List Report) I get many files and have find, cut, paste, and clean the table. If I just want the table info, I generate xml from a List Report. In my asp.net page use an XmlDataSource and GridView control. Themes and/or CSS can be applied. And if you work with the visual designer it's simple drag-and-drop stuff.
CSS using LESS. I've become a big fan of LESS, the CSS compiler. The CSS used by PD is wordy, so it can be difficult to maintain. But it is really just like the code generated by most LESS compilers, they tend to generate wordy CSS too. Using LESS I can maintain the CSS in a compact form and then just compile it to overwrite the included CSS (or template). It's not only a PD thing, just a web thing, but it's helped me maintain my PD stuff.
I can share more things I learn - let me know and I'll post more. If there are html reporting areas you struggle with let me and I'll try to work on them while I'm at it.
Hello,
Iam a "newby" ofPowerDesigner since January 2014.
Can anyone tell me,where I can finda list of openCR's/ FR's?
I can see my reportedcases, but I can't see the open CR's/FR's to show me the processing status.
Thanks and regards,
Reinhard
I have a model that has over 1000 changes (probably) and I am unable to check the model into a repository on SQL Server 2008R2. We have a proxy service running, and in general the check-in process is much better via the proxy than direct connect. But for a model with "a lot" of changes, the check-in process never completes. I have let it run overnight and it still does not complete. The SQL Server DBA also reports a large "blocking" query running from the PROXY service to the database server when this process seems to "hang".
Has anyone else encountered this behavior? I have had a support ticket open for over a year on this one, with no solution, so I was curious if anyone else found a way to resolve it. (other than avoid "making a lot of changes".
Hi,
we use 16.5 and update a Requirement Model from Excel.
i used
.SetAttribute annotation , "Test"
or
.SetAttributeText annotation , "Test"
and i get the Data in the description or also in annotation but the Diagram did not show the Data in the Requirement Diagram.
Also not if i open and close it.
Only if i open in the Diagram the Cell i could see the Content and after OK the Cell in the Diagram will show it.
What could i do to refresh them after all my inserts are done ?
thanks br thomas
Hello,
I'm trying to use the PowerDesigner trial to replace Visio. I can't bring the Visio files into Power Designer for a few reasons. Is there a limit to the software on in the PowerDesigner trial? Is importing Visio documents something that was solved with later patches?
Here are some stills to cover some of the things I've been noticing.
Navigation: ModelTools-> Resources -> Impact And Lineage Analysis Rule Set
SAP Sybase PowerDesigner 16.5 Enterprise
Demo – which has no ability to import Visio Document with Meta Data as previous
versions of PowerDesigner.
MS Visio 2010 - which has no addin
available in the Sybase PowerDesigner install directory to export Visio
Documents with Meta Data, as described in the PowerDesigner
Documentation.
I installed the latest EBF today - EBF 22452, which is the 64-bit installation for PD 16.5 Service Pack 03 (build 4313). I was going to roll it back to SP02 because of the following issues:
I say that I was going to roll it back, but now it's starting to behave. I did try using System Restore to roll it back, but that failed, something to do with a missing Microsoft file, so I thought I'd try out PD again. Strangely, the more I close down and restart PD, the more it behaves, so that I'm now only suffering from one of the above problems - it doesn't ask me if I want to save the XEM file if I've edited it, it just saves the file.
Am I the only one seeing this weird behaviour?
Hi Folks,
I'm quite new to PowerDesigner and have been working on generating a HANA database from MS SQLServer.
Currently I've been able to import a source SQLServer system as a Physical Data Model in PowerDesigner. I was then able to generate SQL DDL scripts to generate the DB manually in HANA, and I also watched a video about how to generate the DB directly in HANA via a connection to the repository which seems straightforward.
The challenge that I'm current facing is how to alter the entire PDM to make *all* tables of type "column" rather than "row". Since SQLServer was the source system, rather than HANA, PowerDesigner appears to default to row store... (shouldn't PD's default storage type for HANA DB's be column store by default? This make substantially more sense than row store by default... but I'm digressing.)
I can see how to do this on a table-by-table basis, but haven't yet figured out how to cascade this setting to the whole PDM. Any assistance would be very much appreciated!
I also tried following this documentation, which didn't help much... it doesn't correspond with the windows/tabs/options that I'm seeing in PD 16.5 - http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc38058.1653/doc/html/oba1320752560336.html
Thanks!