Web Terminal is not appearing in management portal - intersystems-iris

I am running IRIS from docker container and I am not getting Web Terminal Option in management portal.
What to do for Web Terminal to be appear in management portal?
Thanks

It's not included in the vanilla IRIS image.
But you can install it via InterSystems ZPM:
zpm "install webterminal"

Related

Converting Online Express App to an Offline App for distribution

I have been trying to convert my express app with a backend that requires specific dependencies that users need to access to be an offline app on Windows, which is currently distributed online by building a docker image out of it and deploying it to Google Cloud Run.
My plan was to use electron and let the installer force the users to install Docker Desktop since the application requires dependencies that are only available in Ubuntu (and in this way, I only need to use my Docker image to distribute it).
I know that it is a bad idea to let users install Docker. And I am here, after researching for a week, to sincerely ask for your help on what would be the right direction to convert it offline.
Do I really need to refactor my application to be Windows compatible, or is there a way where I can use my existing implementation without using Docker? **
*Edit: Specified that my app has a backend that requires specific dependencies that users need to access. Credits to #super.

IPA file unable to run on colleague's phone or untethered from workstation using Meteorjs+ReactJS+Mongodb

I am new to IOS development and have come across an issue and need some help.
I am trying to create an iOS application to target to work on iPhones. I am using MeteorJS, ReactJS with MongoDB for a database.
When I run the ‘meteor run ios’ command I am able to get the Xcode project.
I am also able to load the Xcode project within Xcode and generate the IPA file to demo on my iPhone using ITunes from my MacBook Pro.
When I try to run the application from my iPhone everything works - meaning I was able to connect to the local database (localhost:3001 mongodb). Also, the tests on the application only work when my phone is connected to the Mac.
Now, when I try to export the application and want a colleague to test the iPA file does not work. The IPA file gets installed on the colleague’s phone, however application does not work.
I think I’ve followed the process as required for Adhoc Provisioning profiles however I am not sure whether Im doing this right - because possibly the database is not being packaged with the IPA file?
Could someone please help / Guide?
When running a build produced by meteor run ios, the application on the phone tries to connect to a server running locally on your machine over the networked formed on the physical Lightning cable connection.
While you can configure the iOS client to connect to your machine over your local network, this solution introduces other problems you won't expect. Deploy your application to Galaxy, configure your iOS settings to use the URL on Galaxy, and make a production deployment of your iOS application. Then the iOS application will try to connect to an accessible public Internet URL (your Galaxy deployment), rather than your inaccessible local machine.
See the documentation for details.
meteor run ios-device --mobile-server=http://ip:port
worked for me

IBM MobileFirst 7.0 Windows8 App connection issue after iFix

We recently implemented MobileFirst 7.0 IF201609291531 iFix and started experiencing a windows 8 app connection issue when a new runtime is created on the server and a windows8 app uploaded:
The windows8 App is deployed on a device via App Center
When the windows8 app attempts to connect, the server log records the message:
FWLSE0332E: The application some_app for the environment windows8 does not exist on the server. Cannot register this client.
I double checked that the app was in fact deployed on the server, I confirmed the version number, app id, and server details in the wlclient.properties file. The same build process also deployed an Iphone and Android app, both of which works and connects correctly.
I decided to change the windows8 application access to "Active, notifying" just as a test. The console did not save the message, and when I looked at the log, it recorded:
000000e5 com.ibm.worklight.admin.actions.BaseTransaction E Result: newruntime: mobileFirstServer///XX.xx.X.xx: There is no deployed application with name 'some_app-windows8-2.0.25'
I managed to set the application access for both the iPhone and Android apps without any problems.
This behaviour is only evident on any new runtimes created since the ifix was installed. When I upload the windows8 app to a runtime that existed before the ifix it connects as expected.
I've tried this on multiple MobileFirst servers with the ifix loaded and the behaviour is consistent across all of them.
My build setup is as follows:
The binaries are built using MobileFirst CLI (initially with IF201607241420, and then with IF201609291531) using Jenkins
The binaries are then uploaded and deployed to the MobileFirst server using the worklight_build.xml ant script
Server OS: RHEL 7.0
MobileFirst configuration: standard Liberty profile
DBMS: MySQL
Has anyone experienced this before? Could it be a database or permission issue?
Our sys admin is planning on removing the ifix on Monday, after which I'll run another test to see if it resolves the issue. I'll post the result of the test here.
It's clear you are experiencing some kind of a regression with the latest iFix. I suggest then that you'll just open a PMR. This is not a question for Stack Overflow.
I have found a work-around for the issue.
It seems the issue occurs if a new runtime is deployed via the ant scripts, and the application is also deployed via ant scripts (no manual deployment was done). When I manually deployed the application via the web console it resolved the issue. This manual upload seems to only be required once, after that the app continued to connect as expected even with subsequent ant uploads.

Desktop App Converter/Submit to Windows Store

I have an older application that I've converted using Microsoft's "Desktop App Converter" to create a UWP application. The application appears to convert fine, and I can install and run it on my local machine. Unfortunately, when I try to submit the application to the Windows App Store, I get the following errors:
Package acceptance validation error: We don't allow the capability you've specified: runFullTrust.
Package acceptance validation error: You don't have permissions to specify the following namespaces in the appx manifest file of the package DownloadManager.appx: http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities.
Are there any ideas what is causing this and what the fix is?
I'm running Windows 10 Enterprise Preview Version 1511, Build 14352.1002
According to this article from the official blog, you cannot submit your Centennial apps to the Store just yet. You have to follow the process they mention in their article:
Windows 10 Anniversary Update SDK Now Available! Windows Store Open for Submissions
"Windows Store Open for Submissions; Including Process for Submitting Desktop Bridge Apps:
In addition, we will begin the process of accepting apps using the Desktop Bridge. While we build the pipeline into the Windows Store to publish these apps, our team will work directly with developers to get their converted apps and games into the Windows Store. Contact our team here if you are interested in submitting an app using the Desktop Bridge to the Windows Store."
You can find in this article Preparing your desktop app for conversion to UWP features that should be removed from codebase.
As I see there is one Your app always runs with elevated security privileges.
Check this one ar may be your app contains some another feature from list

How can we stipulate not to install/configure Application Center when installing MobileFirst Platform?

When installing MobileFirst Platform 7.0 interactively (with a GUI), one can normally deselect the option to install & configure the Application Center automatically. However, there appears to be no documented way to do this when installing silently using a response file. What key/value(s) do we need to set in the response file to not install the Application Center?
The MobileFirst Platform 7.0 documentation provides a set of silent installation scripts that let you install MobileFirst Platform Server with or without configuring Application center
"Working with sample response files for IBM Installation Manager"
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/admin/c_silent_installation_working_with_sample_response_files.html?lang=en
It is said on this page that you should use script install-no-appcenter.xml
for an installation that does not install Application Center on an application server. You will find there an hyperlink that will allow you to download the archive Silent_Install_Sample_Files.zip that contains this install-no-appcenter.xml file for v7.0.

Resources