John Murray · Sep 25, 2024 go to post

No, nothing else new in it. Were you able to connect but not work? Or wasn't it possible to connect? If the latter, perhaps the server had run out of licenses.

John Murray · Sep 24, 2024 go to post

A new version of the ObjectScript was published on Marketplace yesterday to fix this issue.

John Murray · Aug 5, 2024 go to post

If you open the browser's DevTools (usually achieved by pressing F12) does that reveal any errors when you try accessing the page?

John Murray · Aug 5, 2024 go to post

Well done all. I wonder if we'll see improved versions of any of these apps in the 2024 Grand Prix (assuming there's going to be one this year).

John Murray · Aug 2, 2024 go to post

Not with Studio, but if you use VS Code, enable proposed APIs, and create a multi-root workspace with one folder for each namespace then I think you can search across them all.

John Murray · Aug 2, 2024 go to post

I expect the IRIS Portal URLs for these two instances look like this:

In that case, use the bold section as the "pathPrefix" property within the "webServer" object in the server's entry in the "intersystems.servers" settings object.

When setting up a connection definition step-by-step this part is referred to as Path prefix of instance.

See https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cl…

John Murray · Aug 1, 2024 go to post

On this screen of yours:

does "Open" succeed?

If not, get back to that screen and try "New", then create a new production in a new package, e.g. Robert.PlayProduction

Can you use the configuration page on that?

John Murray · Aug 1, 2024 go to post

When you get this prompt:

Global ^

Please type exactly this:

EnsPortal.Settings(,"LastProduction")

Then press Enter.

John Murray · Jul 31, 2024 go to post

When you access the IRIS Portal of your local instance from a web browser, what is the browser URL?

John Murray · Jul 29, 2024 go to post

You seem to have omitted the crucial caret symbol required between the HELP and the %G

John Murray · Jul 24, 2024 go to post

I also spotted an apparent typo in line 660 in the second screenshot. See if you can too.

John Murray · Jul 24, 2024 go to post

@Ben Spead sometime we'd love to show your Internal Apps team the kind of codebase insights Yuzinji can provide. Please DM me if you are interested.
 

John Murray · Jul 24, 2024 go to post

Maybe the page is trying to display details of a previously-opened prodclass that is giving it a problem.

I suggest you use the %G utility in an IRIS Terminal in your namespace (INTERFACES?) to see what this lists:

INTERFACES>d ^%G
 
Device:
Right margin: 80 =>
Screen size for paging (0=nopaging)? 24 =>
For help on global specifications DO HELP^%G
Global ^EnsPortal.Settings(,"LastProduction")
^EnsPortal.Settings("XXX","LastProduction")="Foo.Bar"
 
Global ^
John Murray · Jul 24, 2024 go to post

Other answers here cover exporting the application definition.

To transfer the application files it may be simplest to copy the files from the host OS path that the application definition points to.

Another option is to create a Studio project, add the webapp to the project, then export the project.

John Murray · Jul 22, 2024 go to post

But your earlier screenshots show you trying to create entities in the INFORMATION.SCHEMA package and in the %Api package. These are always mapped to the IRISLIB database (see the error dialogs), which is always readonly.

You should enter a non-percent package name of your own (e.g. Robert).