Book a Demo

Author Topic: errors when transfering model to Oracle  (Read 3173 times)

roli

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
errors when transfering model to Oracle
« on: August 02, 2011, 10:24:51 pm »
Hi

When I transfer a model from eap-file to an Oracle 10g based repository I get some errors, mostly some value that are to big like a names that are 256 instead of 255.
How can I identify those objects ?

In the transfer log I only rows like this
ERROR: *** t_requiretypes - record no: 1

How can I identify 'record no:1' and fix what ever parameter that's to big?

Best regards

Robert

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: errors when transfering model to Oracle
« Reply #1 on: August 02, 2011, 10:52:09 pm »
can't you just query the t_requiretypes table for elements with a long name?

Geert

roli

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: errors when transfering model to Oracle
« Reply #2 on: August 03, 2011, 02:11:52 am »
Yes, i ended up looking into the eap version.
And yes there is some fields with pretty long strings and with swedish characters as well.

/Robert