InterSystemsDev via @like
Solving Database Mounting Issues While Upgrading InterSystems Caché #Caché #Database #Upgrade
https://community.intersystems.com/post/database-not-mounting
https://community.intersystems.com/post/database-not-mounting
InterSystems Developer Community
Database not mounting
Hi Guys,I'm upgrading Cache 2008 to 2014, and for two clients so far all good, but with this third one and while trying to mount the main database that includes the data, I'm getting error #36 "databa
InterSystemsDev via @like
How to Create New #Database, Namespace and Web Application for InterSystems IRIS programmatically >> http://ow.ly/hc5H50uYvv5
#HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
#HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
InterSystems Developer Community
How to Create New Database, Namespace and Web Application for InterSystems IRIS programmatically
Here is an ObjectScript snippet which lets to create database, namespace and a web application for InterSystems IRIS:
```
set currentNS = $namespace
zn "%SYS"
write "Create DB ...",!
se
```
set currentNS = $namespace
zn "%SYS"
write "Create DB ...",!
se