Excel cannot release read only when opened through harmon.ie - excel

When opening a .xlsm file with harmon.ie (v 5.3.0.9183) from SharePoint Online, a pop up showing eventID: 300 - "We're having trouble connecting to the server. If this keeps happening, contact your help desk." is thrown and the document remains stuck in "Read Only".
Opening the file directly from the online library through a browser (Chrome, IE11 tested) does not encounter the issue.
Nothing appearing in the Event log except the application 300 above.
Events logged in the framework and harmonie .log files are:
harmonie.log - OCSAwarenessFactory - Failed to find ContactWrapper for sip
framework.log - !MESSAGE Failed to find ContactWrapper for sip
Any guidance on additional troubleshooting would be appreciated.

These message from the logs are not related to the issue. You are running a too old version. You must upgrade to our latest 6.8 version from our web site. If you are customer submit a request to support#harmon.ie (only for customers0
----- Jean

Related

Spotfire InvalidOperationException: Data should have been pushed error when opening .dxp in different server

I have a spotfire dashboard that is published to a development and a production server. I have an updated version that was created in the development server and need to open it to be able to publish it in the production server. However, when I try and open this version in the production server via portable spotfire it gets most of the way through loading and then produces this error:
`InvalidOperationException at Spotfire.Dxp.Data:
Data should have been pushed. (HRESULT: 80131509)
Stack Trace:
...`
And I now get the same error when opening previous development versions in production that opened fine before. Others can open these .dxp files in both servers without issue.
Does anyone know what is causing this issue?
I have tried deleting portable spotfire and redownloading twice, however the same error is produced.
---- SOLVED ----
I had to upgrade my build version of spotfire analyst and now it works.

Watir cannot running correctly when executing cases:

Please help to have a look for error details in below when running watir for automation test.
Details:
1> watir version : 1.9.2
2> Ruby version: 1.8.7
2017-11-14 05:51:06 ERROR [xxx] Failed to create browser object for: IE
2017-11-14 05:51:06 ERROR [xxx] WIN32OLERuntimeError
Attach
OLE error code:80004005 in HttpWatch.Controller
Failed to attach to browser. Please check that both HttpWatch entries are enabled in IE's Tools->Manage Addons window and that 'Enable third-party browser extensions' is checked under Tools->Internet Options->Advanced->Browsing
HRESULT error code:0x80020009
Exception occurred.
Note:
httpwatch was installed successfully and enabled it from manage-addon from IE.
IE version is : 9.11.9600.18697
I am confused why this happen and can reproduce 100%, and other test clients with same settings working fine.
This looks like a problem connecting to HttpWatch in IE rather than directly a Watir problem.
Please check the following:
Can you manually open HttpWatch in IE and record log files?
There should be 3 entries for HttpWatch in Tools->Manage Add-ons.
Are all 3 entries enabled?
Do you have the latest update to HttpWatch installed from
https://www.httpwatch.com/download/ ?
If you have any further questions or problems please email support#neumetrix.com
Answer from Neumetrix, the developer of HttpWatch

API Connect shows "Cannot GET /apim/" error when updating schema

I have API Connect installed with mongodb connector over a remote server.
When I access the IBM API Connect through browser, all is fine, but when I go to DataSources where my DB is, and try to hit Update Schema button as shown in the image, an error occurs showing this:
Cannot GET /apim/dataSources/partials/dataSourceMigrate.html
P.S. I gave full permission for my project directory (/var/www/) with full ownership for www-data group and still the same.
Anyhelp would be appreciated.
FINALLY AND AFTER 2 MONTHS OF WAITING, I've got an answer from IBM Bluemix Support and sorry to bring the bad news, which is the following:
Hi Ghassan,
Thanks for sending the additional files. I checked with our development team and they found a bug in the code.
The fix will be available in a future release of the apic command line, but I don't have a date for it yet.
I will further discuss the plans to release this fix and will update you as soon as possible.
IBM Bluemix Developer Support and Enablement Team
A fix has been provided for this issue in iFix versions of 5.0.3.0, 5.0.4.0 as well as newer versions of API Connect. If you are still experiencing this issue, please update to a later version that includes the fix.

Sharepoint 2013 App Won't Update

I have a 2013 SharePoint hosted app. I made some changes and went through the update process (changed the app version, kept the id the same, uploaded the package to the app catalog and updated the app immediately through the site contents of the site collection). Everything worked fine. However, when I go through the same process again with an even higher version, the app says that it's updating and after completion everything is the same. In fact, the app even shows that a new version is available. If I click "Get It", it says that it's updating for about 5 to 10 minutes and then nothing changes, same old app, same old files, same old version number, still says that a newer version is available. I get no error messages.
Any help or pointers are greatly appreciated, of course. Thank you.
UPDATE: In Central Admin. I started to monitor the app and found that there were failed upgrades with an error message of "There was a problem accessing the file system on the server."

Internal system error when opening Lotus Notes XPages database

I have downloaded sample XPages database http://www.jmackey.net/groupwareinc/johnblog/johnblog.nsf/d6plinks/SurveyToolSample
and deployed it to server. I can open it without problem with my Lotus Notes 8.5.3, but my colleague cannot open it on his Lotus Notes 8.5.2 Standard Configuration.
He gets the following error:
**This Page Cannot Be Displayed**
Internal system error when processing the request for the page ( http://127.0.0.1/xsp/JHGNES!!Major %5CSurvey.nsf/HomePage.xsp?OpenXPage&xspRunningContext=Notes ).
Please retry this request.
Enforced by host JHGMELWEB01
If this condition persists, please contact your corporate network administrator and provide the code shown below.
Notification codes: (1, INTERNAL_ERROR, http://127.0.0.1/xsp/JHGNES!!Major %5CSurvey.nsf/HomePage.xsp?OpenXPage&xspRunningContext=Notes)
I have Recompiled all lotusScript in the database using my 8.5.3 client.
Any ideas what can be the problem?
Recompiling all Lotusscript does not re-compile XPages.
Try doing a clean of the project by opening the database in Domino Designer and then use Project - Clean in the menu. Clean removes all built code and then re-builds the code.
In your 853 Designer, try recompiling the app to support 852 as the minimum release?
Launch the Application Properties in Designer, go to the XPages tab, then under 'Minimum Supported Release' select to compile this application to run on 'Release 8.5.2'.
For the vast majority of cases, apps built or compiles on current releases will work fine on previous releases without needing to do this step. Though in some cases, changes in the new release, like a new property for example, may cause failures in previous releases. This is what I'm guessing what is happening in your case.
Thanks for your quick responses. I have done more testing after I tried suggested solutions and it seems like the problem is not in the database itself but in this colleague's PC configuration, as it works on 5 other PCs running 8.5.2 and 8.5.2FP2.
Actually when you change "Minimum supported Release" on the xpages tab of app properties it prompts you to rebuild all the code.
The problem was in the location settings of that particular machine. After we removed contents of "Proxy configuration" it worked like a charm.

Resources