Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PepperPot

Pages: [1]
1
General Board / Re: MDG Integration
« on: December 05, 2013, 08:07:38 pm »
Quote
We are in the process of finalizing the beta (and creating a beta for 2013 integration).

The only issues I am aware of are:
  • Interaction with other versions of Visual Studio Integration, particularly uninstalling the other version.
  • Some help updates required.

Splendid, my subscription is expiring very soon. I can renew and upgrade after it has been released.

Thanks
Paul

2
General Board / MDG Integration
« on: December 04, 2013, 06:12:19 pm »
Has anyone tried the MDG Integration for Visual Studio 2012 with Visual Studio 2013?  If so how did you get on?

Also, does anyone have any idea if it is going to come out of Beta soon?

Cheers
Paul

3
General Board / Re: MDG Integration for Visual Studio dead?
« on: September 20, 2013, 05:45:58 am »
Splendid,

I'll give it a whirl.  

Thank you.

4
General Board / Re: MDG Integration for Visual Studio dead?
« on: August 27, 2013, 02:16:18 am »
Just to add my two cents.  

This is blocking me from upgrading to one of the Extended suites. If VS 2012 isn't supported, is it fanciful to hope VS 2013 will be supported?

5
General Board / Re: Copy and Pasting Requirements
« on: September 25, 2012, 03:44:11 pm »
Thank you for your replies.

Do you have a schedule for the next version, or will it be quicker to do it by hand for now?

Thanks
Paul

6
General Board / Copy and Pasting Requirements
« on: September 24, 2012, 06:21:15 pm »
Hi,

I've have a lot of requirements in a requirements diagram, and I need to copy lots of them from one package to another.

Each of my requirements is created with an an Auto Name and Number which I use as a prefix to the name. The format is 'xxx9999 >  '. When I 'Paste Element(s) as new' the auto number doesn't increase.

I am presented with a dialog that will allow me to manually alter the auto number part of the name.

My question is this: Is there a way of getting EA to apply auto number to the new elements automagically

Thank you
Paul

7
Bugs and Issues / PK from numeric type to varchar (EA 10.0.1009)
« on: December 05, 2013, 10:57:21 pm »
Hi,

This happens when generating DDL for SQL-Server, I've only tried with 2008 but I don't see why it wouldn't impact all SQL-Server variants.

If you have a table where the PK field is a numeric type and auto-numbered, generating the DDL produces the expected results.  However if you then change the PK to a varchar the DDL generated is invalid.  It's along the lines of:

Code: [Select]
CREATE TABLE [test].[mytable](
    [columnname] varchar(10) identity(1,1) NOT NULL
);

which doesn't really work  :)

Pages: [1]