Book a Demo

Author Topic: Script creation issue  (Read 4975 times)

JayBee

  • EA Novice
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Script creation issue
« on: February 15, 2018, 12:35:27 am »
If I create a new project I am able to add a new Script Group and new scripts within that group. However when I try doing the same with an existing project that is SQL Server based I am unable to do anything with scripts. Is that because it is SQL Server based? I can't figure out why I am unable to do any scripting in that project.
Ver 13.0.1309 Ultimate

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Script creation issue
« Reply #1 on: February 15, 2018, 01:22:25 am »
Hello,

All EA functionality is the same regardless of the type of repository you're using so that's not it.
It sounds more like you're missing security permission Edit Scripts in that project. Whereas a new project doesn't have security enabled, and thus all functionality is available.


/Uffe
My theories are always correct, just apply them to the right reality.

JayBee

  • EA Novice
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: Script creation issue
« Reply #2 on: February 15, 2018, 01:30:06 am »
Thanks Uffe,

That was it. I assumed incorrectly that Admin role would have those permissions.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Script creation issue
« Reply #3 on: February 15, 2018, 07:12:21 pm »
Admin is really just another user account: it does not bypass the permissions check, it just gets all permissions when it is created (ie when you enable user security). However, the Edit Script and Run Script permissions were added in 13.0, and accounts in projects which have been created with an earlier version are not automatically granted new permissions.

/U
My theories are always correct, just apply them to the right reality.