Archive for: ‘April 2017’

[DE] Die wirkliche Herausforderung von Slack & Co: Anwender wollen keine Änderungen

24. April 2017 Posted by StefanP.

Chatten ist out, persistente Konversationswerkzeuge sind in. Welche ein Wort. Wie bitte? Machen wir es einfacher. Es geht quasi um ein WhatsApp für Unternehmen, in dem Konversationen aufgehoben und nachvollziehbar sind, 1:1-Kommunikation oder ein Dialog in einer Gruppe. Im konventionellen Chat-Programm verschwindet ja die Historie, wenn man das Programm schließt. Um es noch kürzer zu machen: Es geht um den Hype rund Slack (und andere Werkzeuge, die teilweise als Reaktion auf Slack in den Markt gebracht werden).

Der unten zitierte Beitrag bringt einige wichtige Fakten auf den Tisch:

  • Die neuen Kollaborationswerkzeuge werden nur von Wenigen angenommen. Slack ist nur ein Beispiel.
  • E-Mail – und die Pest der E-Mail-Anhänge – regiert weiterhin. Trotz aller Bemühungen der vergangenen Jahre sind wir beschränkt erfolgreich, die E-Mail- und Anhangsflut einzudämmen. Im Gegenteil?
  • IT-Abteilungen nehmen nicht gerne Risiken in Kauf. Mit einer Mixtur von Microsoft, IBM und SAP ist man noch immer gut gefahren. Gerade im Office-Bereich hat das zu einer eigentlich unakzeptablen quasi Monopolposition geführt, die jetzt auch gerade wieder angeprangert wird.
  • Aber auf der anderen Seite scheinen die Geschäftsbereiche und insbesondere die jüngeren Mitarbeiter sich nur noch beschränkt darum zu kümmern, was die IT will. Sie nutzen mehr und mehr die Apps, die sie wollen – Bring Your Own Application (BYOA) – und fordern die konventionelle Welt  der IT heraus. Angesichts der Smart Phones, Tablets und immer mehr Wearables wird die IT-Welt nicht mehr so sein können, wie sie war.
  • Doch zurück zum immer noch größten Problem: Die Anwender wollen keine Änderungen. Sie wehren sich dagegen. Notwendige Aufwände für Einführung, Training und Überzeugungsarbeit werden konsequent unterschätzt. Gerade Werkzeuge zur Kollaboration werden oft den Anwendern über den Zaun geworfen nach dem Motto „macht mal“.

Wie kommen wir endlich aus dem E-Mail-Gefängnis heraus und finden eine effizientere Art der Zusammenarbeit. Ich bin auf Kommentare und Meinungen gespannt.

It’s easy to conclude that a system with a familiar, conversation-stream UI and social network cues like hashtags and at-mentions is the future of enterprise collaboration since it matches the prevailing style of personal online interactions. However, a recent survey finds that just 4% of employees use tools like Slack to communicate with co-workers. …

To the chagrin of many, email with or without attachments remains the communication method of choice for most workers.

The difficulty of introducing new collaboration tools into the mainstream workplace and its reliance on decades-old tools and communication habits illustrates the problem supposedly disruptive software like Slack has in displacing established products in the workplace. …

… Unfortunately for Slack, the time-honored IT axiom “Standard is better than better” works to Microsoft’s advantage. …

The primary reason collaboration remains an unsolved problem isn’t a lack of tools, but human nature. People resist change that involves ingrained work habits and process flows. It’s much harder to crack the sociological component of behavior modification than it is to develop a clever new user interface. Such inertia provides established software vendors with their own competitive moat that Slack will struggle to cross.

Source: Is Slack a product or a feature? The pros, cons and competition

P.S. Im Titel habe ich geschrieben Anwender wollen keine Änderungen. Vielleicht sind unsere Tools nur nicht einfach genug und die Anwender erkennen die Vorteile nicht – oder brauchen eben intensives Training, um diese Vorteile zu erkennen. Auch ein valider Punkt?


Einsortiert unter:Deutsch Tagged: Collaboration, featured, Workplace-of-the-Future

Über 90 IT-Sicherheitslösungen im IBM Security App Store verfügbar

24. April 2017 Posted by IBM Press Releases - All Topics - Germany

IBM Security App Exchange ist ein Online-Marktplatz für Kunden, Business Partner und IT-Entwickler. Die Nutzer dieses App Stores entwickeln und teilen Anwendungen, die auf IBM Security Lösungen aufbauen und sich in diese integrieren lassen. Seit dem Start der Plattform Ende 2015 sind jetzt bereits 92 solcher Add-ons für IBM Produkte wie QRadar verfügbar – darunter auch zahlreiche Apps von über 30 IBM Business Partnern.

High Performance REST Applications (3) – Importing the Starter Project

24. April 2017 Posted by Sven Hasselbach

Now you can import the projects required from Git.

First, go to „File > Import…

Import Project

Then select „Projects from Git“

Projects from Git

and „Clone URI“ to clone an existing repository:

Clone existing respository

To get the URI, you have to open https://github.com/hasselbach/ and select the repository „ch.hasselba.concurrent„. Click the „Clone or download„-Button and copy the URI from the opening box:

Get the repository URI

Paste the URI into the location in Eclipse

Add the URI to Eclipse

In the next dialog, you can choose the branch to import. In this case, only „master“ exists

Select the branch to import

Now you have to choose a local destination where the cloned repository will be stored

Select the local destination

Select „Import existing Eclipse projects„…

Import existing projects

… and select all projects of the repository:

Select all projects

With „Finish„, the sources are downloaded. In the „Project Explorer„, you can see the three imported projects. And you can see the original repository name and the current branch you are working on:

Repository & Branch

The JRE used for the project can be seen if you expand one of the projects. „Sometimes“ this changes magically, and the build will fail – that is one of the first things you have to check if you have errors in a OSGi project.

JRE / Target used for this project

Now, do the same for the „domino-rest-servlet“ repository. But instead importing the „master“ branch, select the „highperformance“ branch only.

Import HighPerformance Branch

That’s it. In the next post, we have take a look in what you have downloaded.

FeaturePack Version per @Formula herausfinden

24. April 2017 Posted by assonos Blog

Seit FeaturePack 8 ist es mit @Formula möglich, zusätzlich die "minor version" der Notes/Domino Version abzurufen. Dazu wird der bereits vor

High Performance REST Applications (2) – Dev Environment

23. April 2017 Posted by Sven Hasselbach

Before you can start developing a Servlet as an OSGi Plugins, you must set up a development environment first. To do this, download Eclipse IDE (Eclipse IDE for Java EE Developers) and XPages SDK from OpenNTF (The XPages SDK is a helper to create the JRE environment and the Target Platform). For development it is the best to have a (local) development server, because during development you might want to restart and/or modify it, and debugging is a lot easier if have control over the whole server.

After unpacking Eclipse and the XPages SDK, you have to install it and set up the JRE and the Target Platform. Go to „Help > Install New Software“. With „Add…“, you can add the UpdateSite of the XPages SDK to Eclipse:

Install New Software

Add Update Site

Click on „Local…“, and choose the folder „org.openntf.xsp.sdk.updatesite“ from the unpacked archive. Then give it a name for identification. You can choose whatever you want.

Choose the XPages SDK UpdateSite

Now, choose the plugin, click „OK“, accept the license, allow the installation from unsigned content and restart Eclipse after installation is complete.

Install the Plugin

Next step ist to configure the JRE: Go to „Help > Preferences“, „XPages SDK“, and choose the pathes were your Domino Server is installed. Also choose „Automatically create JRE for Domino“:

Then apply it.

If you have FP8 installed, you don’t need the next step: Change the Complier compliance level to 1.6. Again, apply the setting and allow a full rebuild of the Workspace.

Change the compliance level

Switch the default JRE to the newly created XPages Domino JRE:

Now you have to add the target platform: Enter „target“ in the search field, select the „Target Platform“, and click on „Add“. Choose the „Domino Install Target“, create it and choose it as active platform.

Target Definition: „Domino Install Target“

OK, that’s it. You have a working IDE and you are ready to import the starter project from GitHub.

Fix für IMAP buffer overflow in Domino

21. April 2017 Posted by Oliver Regelmann

IBM fixt in Domino 9.0.1 FP8 IF2 und 8.5.3 FP6 IF17 eine Lücke im IMAP-Task von Domino. Die Installation ist vor allem für IMAP-Server angeraten, die aus dem Internet erreichbar sind:

 

IBM Security Bulletin: IBM Domino server IMAP EXAMINE command stack buffer overflow (CVE-2017-1274) – Deutschland

Der Beitrag Fix für IMAP buffer overflow in Domino erschien zuerst auf n-komm GmbH.

Media Alert: Girls’Day 2017: Neue Frauen braucht das Land!

21. April 2017 Posted by IBM Press Releases - All Topics - Germany

Zum diesjährigen Girls’Day am 27. April 2017 lädt IBM Deutschland Mädchen und junge Frauen ein, um ihnen an neun Niederlassungen Einblick in die IT-Branche zu geben.

High Performance REST Applications (1) – Intro

21. April 2017 Posted by Sven Hasselbach

This is a new serie about developing high performance REST applications on top of Domino. It will contain my presentations from SNoUG and EntwicklerCamp this year and describes all required steps to develop, build and deploy these servlets on a basic level.

The code used in this serie is already available at GitHub:

(The high performance part is in a branch of my example Domino REST Servlet described earlier in this blog.)

The serie will start with setting up the development environment, explaining OSGi plugin basics and will then go over how to implement the REST API. Some details about concurrency developments and their problems will also be included. Hopefully it is easy to understand.

Don’t hold back to ask a question in the comments or to contact me directly. I have kicked out the buggy comment plugin last month, so you should be able to post them even when I have updated my wordpress installation.

Relax and enjoy the upcoming posts.

Sicherheitslücke in Domino IMAP

21. April 2017 Posted by assonos Blog

IBM warnt aktuell vor einer Sicherheitslücke im IMAP Task des Domino Servers.

Viele Neuerungen für Connections Docs 2.0 CR2

21. April 2017 Posted by assonos Blog

Connections Pink ist die Zukunft für Connections :-). "Alles ist eine API" ist das Motto und es wird mit dem neuen CR2 für Connections Docs

[DE] The Ultimate Disruption: How AI And Automation Will Change The Office

21. April 2017 Posted by StefanP.

Die Diskussion um die Rolle von künstlicher Intelligenz am und für den Arbeitsplatz geht weiter. Eine gängige Aussage ist: Standardarbeit wird ersetzt, Kreaitivität und Innovation gewinnen an Bedeutung.

Automation will not entirely replace human labour, Carroll said. Creative, innovative, strategic work will always be central to companies’ success. But as automation handles increasingly complex tasks, companies will reorganize around their core functions. That means leaner companies with an intense focus on value creation. Ironically, this could create a labour shortage as companies compete for the true-blue creatives in a vanishing labour pool.

Source: The Ultimate Disruption: How AI And Automation Will Change The Office – Technology

Eine etwas andere Perspektive ist, welchen Einfluss künstliche Intelligenz und das Internet of Things auf Büros haben wird. Wenn ich diese Aussagen lese, höre ich schon den Betriebsrat – und das nicht ohne Grund:

Advances in AI mean buildings will be able to collate building usage data with information about individual staff movements, and use this data to facilitate interactions between staff. Carroll said some companies are already leading by example. At Bank of America, sociometric badges were used to identify why some call centre employees were more productive than others. In an environment that was so controlled that even workers’ breaks were scheduled one at a time to maximise people on the phone, the data collected from the badges was startling: the most productive employees took breaks together. The bank rescheduled employees‘ breaks to maximize interactions and saw a 10% increase in productivity.

Source: The Ultimate Disruption: How AI And Automation Will Change The Office – Technology


Einsortiert unter:Deutsch Tagged: AI, Workplace-of-the-Future

Blogger Sucht – Lust?

21. April 2017 Posted by motzet-online.de

Nun habe ich auch noch einen Gastbeitrag bei VisualBraindump gepostet! eine Sucht? Seit Februar habe ich schon viermal beim Pinguinblog von Veronika und Ralp auf sinnvollführen gebloggt: Weg mit den ...

acceptIT empfiehlt: IBM Entitlement für panagenda ApplicationInsights

20. April 2017 Posted by Stefan Lage

acceptIT empfiehlt: IBM Entitlement für panagenda ApplicationInsights

ApplicationInsights zeigt Ihnen, was ist, damit Sie wissen, was werden soll

IBM macht es Ihnen jetzt leicht, Ihre Domino-Anwendungslandschaft zu durchleuchten: mit dem bei laufender Wartung kostenlosen Entitlement für panagenda ApplicationInsights!*

Weiterlesen ...

[DE] Künstliche Intelligenz as a Service: AI-Services und Machine Learning aus der Cloud

20. April 2017 Posted by StefanP.

Die Einstiegshürde für die Bereitstellung intelligenter Anwendungen wird immer niedriger. Fast alle großen Cloud-Anbieter wie Microsoft, Amazon, IBM oder Google bieten kostengünstige Entwicklungswerkzeuge für Artificial Intelligence (AI) auf SaaS-Basis an. Machine Learning bildet den Schwerpunkt, doch es gibt auch immer mehr andere kognitive Services aus der Cloud.

Artificial Intelligence – was gibt es bei den Cloud-Providern?

Amazon Web Services, Google Cloud Plattform, IBM BlueMix und Microsoft Azure sind momentan mit ihren AI-Cloud-Plattformen die Platzhirsche. Schwerpunkt der meisten Angebote ist Machine Learning as a Service. Das ist nicht weiter erstaunlich, weil maschinelles Lernen methodisch und technisch das am weitesten fortgeschrittene AI-Gebiet ist.

Source: Künstliche Intelligenz as a Service: AI-Services und Machine Learning aus der Cloud – cio.de

Die Cloud ist sicher das Delivery-Model, das ein schnelles, kostengünstiges Experimentieren mit Künstlicher Intelligenz ermöglichen. Neben den zur Verfügung stehen Funktionen sollten sich Unternehmen jedoch unbedingt anschauen,

  • welchen Ansatz die Anbieter fahren – generische künstliche Intelligenz oder Fokus auf B2B-Lösungen,
  • wie die jeweiligen Anbieter mit Daten und Data Privacy umgehen und
  • wie offen das Ökosystem, die Schnittstellen und das Partnering des jeweiligen Anbieters mit anderen Anbietern ist.

Einsortiert unter:Deutsch Tagged: AI, Cloud, Data Privacy

VPN-Probleme im Home Office – Unitymedia als ISP

19. April 2017 Posted by Marina Clasen

 

Work-Life-Balance und flexible Arbeitszeiten – zwei Schlagworte, die heutzutage den Meisten bekannt sind. Viele Arbeitgeber bieten ihren Mitarbeitern mittlerweile die Möglichkeit, sich ihre Arbeitszeit flexibel zu gestalten und u.a. auch von Zuhause aus arbeiten zu können. Home Office ist somit eine beliebte und weit verbreitete Praktik, die Mitarbeiter sehr schätzen und größtenteils auch gerne nutzen. Die Arbeit von Zuhause aus bietet einige Vorteile und wirkt sich sogar positiv auf die Mitarbeiterproduktivität aus - eine Win-Win-Situation sowohl für den Arbeitgeber als auch für den Arbeitnehmer. Was kann da also schiefgehen? Nichts, sollte man meinen.

Blöd nur, wenn dann die Technik nicht mitspielt. Und genau um dieses Thema dreht sich unser heutiger Blogartikel: VPN Probleme im Home Office. Was ist, wenn der Computer per VPN-Verbindung mit dem Netzwerk des Kunden verbunden ist, der Notes Client den Server aber trotzdem nicht findet?

Im Regelfall sollten natürlich keine Verbindungs- oder Synchronisierungsprobleme auftreten, dennoch ist es auffällig, dass vor allem Nutzer des Anbieter „Unitymedia“ für VPN-Probleme anfällig zu sein scheinen. Auch uns ist dies passiert, weswegen wir euch natürlich nicht vorenthalten wollen, wie sich dieses Problem lösen lässt.

Aber von vorne: In unserem Fall war es so, dass die VPN-Verbindung mit dem Unternehmensnetzwerk zwar bestand, wir aber trotzdem keinen Zugriff auf den Notes Client hatten. Die Fehlermeldung beinhaltete folgende Aussagen:

„Die Netzlaufwerke sind erreichbar.“

„Der Notes Client findet den Server nicht.“

 

Aus diesem Grund war der erste Schritt zu kontrollieren, ob eine Ping Utility (=testet, ob ein Gerät im Netzwerk erreichbar ist (Testing network connections using the ping utility)) auf dem Notes Server funktionierte. Das tat sie, da der Windows Server, auf dem der Domino-Dienst läuft, antwortete und die Server somit an sich erreichbar waren. Leider konnte dennoch die Softwarekomponente Domino Server auf dem Port 1352 nicht erreicht werden.

 

Was nun?

Unsere Administratoren haben alles ausprobiert: von der Löschung des Cache, über das Zurücksetzen des Clients bis hin zur Deaktivierung und anschließender Re-Aktivierung des Roaming sowie der Erstellung neuer Bookmarks. Nichts half!

Nachdem das gleiche Problem dann auch noch bei einem weiteren Mitarbeiter auftrat und selbst das Deaktivieren der Firewall des Modems sowie die Neuinstallation des Laptops nichts brachte, haben unsere Administratoren angefangen, intensiver nach einer Lösung zu suchen. Besonders auffällig war von Anfang an, dass alle Betroffen beim ISP (Internet Service Provider) „Unitymedia“ unter Vertrag waren.

Dann trat ergänzend - neben dem Problem der Nicht-Erreichbarkeit des Domino Servers – auch noch ein weiteres Problem auf: der Server konnte ebenfalls nicht mehr per RDP (Remotedesktopprotokoll) erreicht werden. Nach dem Verbindungsaufbau erschien ständig die Fehlermeldung:

 

„Interner Fehler“.

 

Ab da an war klar, das Problem hat nicht nur etwas mit den Notes oder VPN / Firewall Einstellungen zu tun, sondern mit den Einstellungen von Windows in Kombination mit Unitymedia als ISP. Nach weiterer Recherche stand fest: Der Fehler ist die Größe der MTU Pakete (Maximum Transmission Unit = maximale Übertragungseinheit).

Nachdem unseren Administratoren dies klar war, konnten sie das Problem schnell lösen.

 

Hier die Anleitung zur Lösung des VPN Verbindungsproblems:

 

1. Zuerst sollte die maximale Größe der MTU-Pakete pro Schnittstelle herausgefunden werden. Je nach Adapter gibt man dazu folgende Befehle ein:

  • netsh interface ipv4 show subinterface – zeigt die Einstellungen aller Adapter für IPv4
  • netsh interface ipv6 show subinterface – zeigt die Einstellungen aller Adapter für IPv6
  • netsh interface ipv4 show subinterface "Local Area Connection" - zeigt die Einstellungen einen speziellen Adapter

Hniweis: Beim Setzen der Einstellungen für einen speziellen Adapter, beispielsweise dem virtuellen VPN Adampter, ist es wichtig, dass der VPN Tunnel vorab gestartet wird.

 


Abbildung 1: Auslesen der MTU Einstellungen für alle Adapter IPv4

 

 

2. Damit das Problem über die VPN-Verbindung nicht mehr auftritt, wird der MTU-Wert für die VPN-Verbindung und für die WLAN-Verbindung angepasst. Der Wert richtet sich dabei nach den Einstellungen, die das Gateway benötigt. Er kann also variieren. In unserem Fall haben wir den MTU-Wert auf 1280 hinunter gesetzt.
Der Befehl dazu lautet:

netsh interface ipv4 set subinterface WLAN mtu=1280

 


Abbildung 2: Ändern des MTU Wertes

 

Möchte man den MTU Wert permanent setzten, so ist je nach Betriebssystem noch der Parameter store=persistent anzufügen.

Bsp: netsh interface ipv4 set subinterface WLAN mtu=1280 store=persistent

 

 

3. Beim erneuten Überprüfen der MTU-Einstellungen sollte das Subinterface wie folgt aussehen:


Abbildung 3: Werte nach Änderung des MTU Wertes

 

4. Done -das war‘s schon! Die VPN-Verbindung bei einem Unitymedia-Anschluss sollte nun funktionieren und dem Home Office somit nichts mehr im Wege stehen L?chelnd.

 

Wir hoffen natürlich, dass wir euch erneut weiterhelfen konnten. Sollte dies nicht der Fall sein, so findet ihr weitere Informationen zu Unitymedia VPN Problemen hier: Unitymedia VPN Probleme. Ansonsten könnt ihr uns natürlich auch jederzeit kontaktieren. Ruft uns einfach an unter 05251 - 288160 oder schreibt uns eine E-Mail an info@itwu.de.