Book a Demo

Author Topic: Cannot add image in Image Manager  (Read 5292 times)

Piotr_Markiewicz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Cannot add image in Image Manager
« on: September 03, 2018, 10:05:54 pm »
Hi All
I want to use dedicated image in element. So I do the following steps:
- select element with right button
- menu Appearance --> Select Alternate Image
- EA opens Image Manager with empty list of images
- I click on Add New button and then system displays the following error:
"User requires ALTER permission on the t_image table in order to manipulate model image."
I do not want to change this table. I want only add new images.

My version of EA is 14.0.1423 but I do not think this is caused by app. I have two repositories on MS SQL and this works in one repository and does not work in another.

Any proposition what I should check and where?

Best regards,
Piotr

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Cannot add image in Image Manager
« Reply #1 on: September 03, 2018, 10:10:57 pm »
Standard issue. You have to have alter rights to be able to use EA properly.

If you are sure you don't want to use the model with a pre v14 EA client then you can execute the update SQL to eliminate the need for these rights.

Geert

Piotr_Markiewicz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Cannot add image in Image Manager
« Reply #2 on: September 03, 2018, 10:20:57 pm »
What SQL your are taking about? Some sort of SQL script prepared by Sparx?
Piotr

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Cannot add image in Image Manager
« Reply #3 on: September 03, 2018, 11:16:59 pm »
What SQL your are taking about? Some sort of SQL script prepared by Sparx?
Piotr
Yes, see the downloads section of the website.

Geert

Piotr_Markiewicz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Cannot add image in Image Manager
« Reply #4 on: September 03, 2018, 11:29:15 pm »
Thanks,
I found EASchema_1220_SQLServer_Update1.sql (3 KB, 13-Apr-2018)

Piotr