intersystems-community / cache-tort-git

Access to Tortoise Git interface from Caché Studio
https://github.com/intersystems-ru/cache-tort-git/wiki
MIT License
31 stars 20 forks source link

Can't get it up #50

Closed SaturnCorp closed 5 years ago

SaturnCorp commented 5 years ago

Trying to import xml's and get the error:

"ERROR #6301 Line: 3 Offset: 34 ERROR #5883: Item '%SourceControl.Git' is mapped from a database that you do not have write permission on. Will skip this item."

I'm running on Windows 10 server with full privileges in Cache and in Windows. Export and Import of other cls files (not part of this pull) work fine. Any suggestions?

eduard93 commented 5 years ago

Check readme, section Installation in Caché, step 1: Enable write-access to CACHELIB database via the Management Portal. (This is required for csp-page with settings import.)

SaturnCorp commented 5 years ago

Thanks for the input, but I think I've got this set up already. See attached screen shots. Is there any other place except System > Security Management > Resources where this needs to take place? resource security settings

terminal import errors

adaptun commented 5 years ago

@SaturnCorp .

Yes, you should enable RW-access to CACHELIB in Management Portal -> System Administration -> Configuration -> System Configuration -> Local Databases -> CACHELIB.

Clear checkbox near "Mount Read-Only"

SaturnCorp commented 5 years ago

That worked. Thanks very much