Book a Demo

Author Topic: Exporting to DBMS  (Read 3736 times)

nraponi

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Exporting to DBMS
« on: January 23, 2006, 11:00:16 am »
Hi I am trying to export an EAP to a MySQL (5) DBMS.

First of all it failed when exporting t_image - I realised that it must be something to do with the image library made available in the resources section of the site so I deleted all the images and got past this error.

I now have another error saying that patternxml of t_umlpattern is too long:

[MySQL][ODBC 3.51 Driver][mysqld-5.0.18]Data too long for column 'PatternXML' at row 1[] Field: version

If I tell it continue (and lose the row in error) then I get a runtime error when it gets to t_document.

has anyone had a similar problem and found a solution?

Cheers
Nick

nraponi

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Exporting to DBMS
« Reply #1 on: January 23, 2006, 11:26:28 am »
OK so in order to get a clean import I've had to :

Delete "abstract factory" GoF pattern
Delete all images (note only images were the ones from the library available under resources)
Delete all entries from the project discussion forum

I then get a clean import.

I'll try reimporting the images and entering some discussion items next...

rolandkamsika

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Exporting to DBMS
« Reply #2 on: January 24, 2006, 05:30:38 am »
I'm having exactly the same problem exporting to a SQL server DB. I'll try deleting the images before exporting.

Did you manage to do a clean export and then add the images back into the DBMS version?

nraponi

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Exporting to DBMS
« Reply #3 on: January 24, 2006, 07:23:26 am »
yes - and it worked fine.  Very odd.

dhaynes

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Exporting to DBMS
« Reply #4 on: June 21, 2006, 10:09:58 am »
I'm having the same problem using the ICONIX model and mysqld-5.0.16-nt, but I don't see any images to delete in the resource view. I see in the XML that there are some preview images though and those seem to be what's causing the problem but I can't locate them in the resource view.

Any hints?