IRIS for Health / Developer version Interoperability Production page freezing
I have an Interoperability Enabled namespace, however, when I try to configure it for production, the Production Configuration page freezes, and, it does not show a listing of my Interoperability Enabled namespaces-
I ran into an issue trying to create new BPL and DTL items. I thought there may be an issue with the fact that my namespace was not cloned from the correct namespace (with all routines/globals/etc); or, that it was not enabled correctly for production, hence, 5002 errors. To try to clear those errors (when attempting to create BPL\DTL items), I attempted to configure the namespace for production. I don't know if I hit some kind of bug, with the install, but, it does not appear to work. Does anyone have any ideas?
Is there any error in messages.log file (under mgr folder)?
Yes...png)
Can you try using the "SuperUser" user instead of "Admin"?
Enrico.. I tried, but, it still does not work. I think this is part of the problem.. no Production configuration:
.png)
When you try to set it up, that page just freezes.
Maybe related to https://community.intersystems.com/post/installed-iris-health-unable-cre...
Hello John.. I believe that is a recursive link back to my original post, on this conversation.
When you created your Production, what package did you put it in?
Well, that is the problem that I am trying to solve. When I try to configure production, the page just freezes:
.png)
Is there a problem with this section?
.png)
Or, with the namespace configuration?
The directory name for this database looks a little odd.
Is it really intended to be in c:\intersystems\irishealth\mgr\interfaces\stream?
I would have expected a database named INTERFACES to be located in c:\intersystems\irishealth\mgr\interfaces not in the stream sub-directory of that location.
I fixed that, but, it did not fix the original issue, in the 1st post above-
.png)
The configure production screen is still frozen-
.png)
Have a look at your browser's console log - the page may be experiencing an error before it completes loading.
George.. I never got back around to your reply. I just posted the errors on another reply. Specifically, this is what the console is saying..
.png)
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:
Node: Server008, Instance: IRISHEALTH
Username: Admin
Password: ********
USER>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"
<UNDEFINED> in ^EnsPortal.Settings("XXX","LastProduction")="Foo.Bar" [Invali
d global reference]
Global ^
USER>DO HELP^%G
The %G utility displays global nodes. A "?" at the "Global ^" prompt
displays the global directory. If you enter just the name of a global,
%G displays the entire global. You may also display a portion of the
global at different subscript levels or specific nodes.
A complete global reference, such as ^GLO(3,"BED",5) will display
only that particular node. You may specify a subtree, such as
^GLO(3,"BED", to display all descendants of that node. To display
both the node and its descendants, do not end your entry with a
comma or a right parenthesis.
You can leave a subscript field empty when you specify the subtree and
the %G utility displays any nodes matching the other subscripts:
^GLO(,"BED") will match any nodes with 'BED' as the second subscript.
You can specify a range of subscripts for a particular subscript
level by inserting a colon between the first and last subscript in the
range: ^PT(1,"ACC":"BIRTH"
You can use variables and simple expressions in a subscript
specification by assigning a value to the variable before calling %G.
For example SET ID=214 and enter something like ^PT(ID,0).
Starting to look like a botched install..
USER>DO HELP ^%G
DO HELP %G
^
<NOLINE>
USER>
You seem to have omitted the crucial caret symbol required between the HELP and the %G
Actually John, it was there. Not sure why the copy/ paste messed up..
USER>DO HELP ^%G
DO HELP ^%G
^
<NOLINE>
USER>
do HELP^%G no blank between P and ^%G
straight Objectscript
Yes.. that worked to display help.
When you get this prompt:
Global ^
Please type exactly this:
Then press Enter.
Nothing shows.
In the Management Portal go to Interoperability (choose namespace if asked) -> List -> Productions
There, do you see the production you need to open?
If yes, select the production line from the list and click the "Open" button below the title bar.
What do you get?
Namespace 'INTERFACES' shows-
.png)
Namespace is selected and 'open' is clicked...
.png)
And, back to what I originally reported, when you try to configure/ start production, the configuration screen freezes-
***
.png)
This is a bit interesting too..
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.. That works..
.png)
Unfortunately, it is still freezing on the 'next' page, and, no productions are listed -
.png)
There is definitely a glitch with this module-
.png)
It allows you to create from that page and delete, however-
I tested every option on the 1st page, and, they all work except for the 'Open'-
.png)
What browser are you using?
Microsoft
.
If you open the browser's DevTools (usually achieved by pressing F12) does that reveal any errors when you try accessing the page?
Yes, in fact, there are errors with the IRIS source code, itself..
.png)
It seems you are using Microsoft Internet Explorer.
Please note that it's not supported, please check Supported Web Browsers in the documentation.
Problem solved! Mgmt Portal kept opening in IE. which led me to believe that it was using it 'by design'. IE 11 is what is on this 5 year old machine, that I just started using again; and, it was set as the 'default' browser. I changed it to Chrome, and, BINGO!
.png)