Building a Simple Workflow Application for the Sybase Unwired Server [Part 3]

Size: px
Start display at page:

Download "Building a Simple Workflow Application for the Sybase Unwired Server [Part 3]"

Transcription

1 MOBILITY Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] By Mark Gearhart, SAP In the third of a 3-part series, we build a simple workflow application for the Sybase Unwired Platform and deploy it to the Android emulator. Mark Gearhart is a Senior Consultant with SAP. He is involved in the development of database architectures and rich internet applications for temporal and realtime systems. His background encompasses the energy and financial industries with a special interest in data storage architectures and fast user interfaces. He can be reached at mark.gearhart@ sapns2.com. Contents Introduction 1 Step 1: Set up the Network 2 Step 2: Register Devices in SCC 3 Step 3: Register the Clients 4 Step 5: Build a Hybrid Web Container 8 Step 6: Deploy to Android Emulator 10 Conclusion 12 Introduction In How to Install and Use the Sybase Unwired Platform for Android Devices [Part 1], the steps for setting up the Android development environment were shown. In part 2, we built a simple mobile application without using Sybase Unwired Platform features, and deployed it on the Android emulator as well as on an actual android device. In part 3, we ll continue building mobile applications. But this time, we ll be using the Sybase Unwired Platform features. This application will operate by mobilizing department data from SQLAnywhere, through the Sybase Unwired Platform, to our mobile clients. For this application, our mobile client will initially consist of an Android Emulator. Later, when we resolve firewall issues, we will complete the final step by deploying the same application to an actual android device. Of the two different types of applications described below, we are going to build a Workflow application: Workflow Application - in this type of application, there are no complex rule-based decisions being performed, rather a more simple request-response type environment is implemented such as employee request vacation, manager approves or denies, as shown in the diagram on the next page titled Mobile Workflow Use Case Scenario. This type of application also uses a Hybrid Web Container technology. Native Application - this type of application gives the developer much more control of application development, and allows access to more complex feature on the device platform. This type of application also requires more coding, knowledge, and time. We are also going to create a Mobile Business Object, or MBO. In order to create any Sybase Unwired Platform mobile application (Native or Workflow), two components are necessary: Mobile Business Object(s) - MBOs User Interface MBOs are always designed using the Unwired Workspace, and they are always deployed to an Unwired Server. Native UIs are created with the IDE of your choice. 1 ISUG TECHNICAL JOURNAL

2 1 retrieve data. After all, we are just trying to show that all the parts work as expected. OK, here we go. Workflow UIs are created with the Unwired Workspace using the Mobile Workflow Forms Editor. For our MBO, we ll be building one from a database table. MBOs can be built from an SAP BAPI, SOAP Web Service, REST Web Service, tables, or stored procedures. You may not be familiar with a SAP BAPI, or Business Application Programming Interface. A BAPI contains one to many operations that can be called from the MBO which are specific to SAP applications. BAPI s include things like posting a sales order, listing employee benefits, changing passwords, tracking a shipment, etc. The mobile applicaiton developments describe in the rest of the article will proceed as follows: Create a Mobile Application Project Create Mobile Business Objects (MBOs) using the Mobile Application Diagram editor Configure MBOs, e.g. create relationships Deploy MBOs to Unwired Server Depends on the type of application being built: Native applications - use the Generate Code option and then set up projects in the IDE of your choice (Visual Studio, Eclipse, Xcode) Mobile Workflow Applications - create a new Workflow Forms Editor diagram and create screens for the workflow. So, our simple yet functional Mobile Workflow application isn t going to be a involved as a employee requesting vacation. Instead, we will simply retrieve data from the SQL Anywhere database, display it on the screen, and view details about it. We won t have an overly-fancy UI. It will just be a data grid and a button to Step 1: Set up the Network In part 2, we deployed our Hello World code to the Android device by transmitting it across a USB cable connected to the device. For a full-blown Sybase Unwired Platform application, instead of deploying using the Android Development Kit (ADT) we are going to use the deployment capabilities of the Sybase Unwired Platform. Its more complicated. Deployment will be across the network rather than across a USB cable. Obviously if you are going into the business of deploying applications, you don t want to go around plugging devices into your laptop with a USB cable, therefore the Sybase Unwired Platform network deployment method is the way to go. There is really only one thing you have to do here. Instead of plugging in your Android device into your laptop with a USB cable, connect it to a network. Make sure your Android device has access to the Unwired Server running on your laptop. This will be the way to make sure you have a workable network configuration. To check connectivity, first bring up the Unwired Server by running the Start Sybase Unwired Platform desktop as administrator. Then go to your Android device and call up a browser. Enter You should see a white screen: If you don t see this, port 5001 or the IP address is probably being blocked or your Unwired Server is not running, or you haven t got the IP address of your laptop correct. You ll need to get this working before you can deploy to your android device. You should also open up the other ports that the Unwired Server 2 ISUG TECHNICAL JOURNAL

3 1 will need for communication. Here is the default list as shown in the Sybase Control Center: Sybase Unwired Platform mobile applications must be deployed to the device manually or by using device management products such as Afaria. Afaria is no longer bundled with the Sybase Unwired Platform. It is now puchased separately. Another showstopper might be that your laptop has Intrusion Protection turned on. This has been my case, and there has been no way to disable it since my laptop is company-supplied and I do not have access to the local McAfee dashboard on my laptop. If you are concerned about opening ports in your firewalls to support mobile applications, the Sybase Unwired Platform resolves this through the use of a Relay Server. Mobile devices connect to the Relay Server in the DMZ using only standard HTTP ports. The Sybase Unwired Platform Relay Server is purchased separately. Step 2: Register Devices in SCC This is a one-time-only setup. In order to deploy the mobile application, there needs to be a communication path so that the application can be automatically downloaded from the server to the emulator or device. The place to define this communication path is in the Sybase Control Center (SCC). Once the path has been defined, then anytime you deploy the application to the Unwired Server, a copy of the application will be shipped out. Before you start anything, make sure the Unwired Server is running. To start up the Unwired Server, run the Start Sybase Unwired Platform desktop as administrator. Now call up the SCC. You can do this by running the Start Sybase Control Center desktop as administrator. When it comes up, login with supadmin for the user, and use the password you set up during the Sybase Unwired Platform installation. Click on Applications, and in the view in the right pane, click the Application Users tab: Let s register an application connection for each possible device. In this article, we will be using two devices, an Android emulator and an actual Android device. Click Register. In the Register Application Connection window, fill in the information for the emulator. For the Sybase Unwired Platform verson 2.1, two things are extremely important. If you don t do this right, nothing will work: Enter an ip address for your Unwired Server, not a hostname. In my case, this is the ip address of my laptop obtained from the ipconfig /all command. If you enter a hostname, deployments will silently fail. There are no clues whatsoever about what s wrong. It took a day to figure this out. Enter an activation code. If you unclick Specify Activation Code and proceed, the box will get automatically re-clicked and you will be assigned a random 3-character activation code. You will never know it happened, so when you try to deploy your application, the deployments will silently fail again with no clues whatsoever. It took two days to figure this one out. You can probably start to see a pattern emerging as far as product support goes. Hopefully it will get better as the products evolve. You can save yourself lots of debug time by entering an ip address and an activation code. Here are the devices to register: 3 ISUG TECHNICAL JOURNAL

4 Here is a use case for an MBO: An enterprise application would like to expose an interface to retrieve and/or create a list of Sales Orders together with its line items. An MBO can be created and would be represented as a Sales Order MBO with an operation to create new sales orders. Once done, you will now have some Application Connection entries. The status will be Pending Activation. This is OK. Once we bring up the Android emulator and Android device, and define their connection information as clients, a connection will be established and data can now be exchanged between the Unwired Server and the clients: Step 3: Register the Clients Now we will register the Android emulator and Android device. Lets start up the Android emulator. You can do this from the system menu by clicking Android SDK tools and then rightclicking AVD Manager -> Run as Administrator: SUP Developer and Administration Certifications and Certification Preparation Exams will be available in The curriculum will include A), SUP Developer, B), SUP Administrator, C), SAP Mobile Sales Developer Customization, and D), SAP Mobile Workflow and Business Suite Customization From the AVD Manager. Select the Android403 entry and hit the Start button. You ll get a dialog box as follows: 4 ISUG TECHNICAL JOURNAL

5 Click Launch. The emulator should now appear. Call up the application menu and scroll horizontally (if necessary) to find the Sybase Unwired Platform Workflow application: Now click on the menu button, and from the menu selection, click Settings. In the settings window, enter the connection information for android403user that we defined in the SCC: Click on it to open, and enter the password you configured for the Unwired Server during the initial installation: There is no logic in a workflow application - it s just a form that is filled out and sent back. No coding is necessary to build a workflow application. Once this is done, if you go back to the SCC, click the android433user entry, and then click Refresh, you should see that the Application Connection is now online and there are no pending messages to download: 5 ISUG TECHNICAL JOURNAL

6 Then, we ll create a Mobile Application Project called DepartmentWF. Make sure you choose a name that is not the same as any of the MBO s you intend to create. I usually suffix the project so it will always be distinct from any of the objects it contains. To create this project, click File->New->Mobile Application Project, and then enter the name of the project in the dialog box: You can do the same thing with the actual android device. For the device, enter a username of androiddevice rather than android403user. We will maintain 2 application connections, one for an emulator and one for a device. Now that these steps are finished, when we deploy a mobile application to either the emulator or the device, it should deploy successfully because both application connections are online. One thing to note is that status of the connection will go offline when viewed from the SCC when the emulator is down or the device is powered off. This is OK. When you start up either, their status will go back online. Step 4: Start the Project Let s mobilize our department data. First we ll call up the Unwired Workspace and connect to both the sample database and the Unwired Server. This can be done by right-clicking each in the Enterprise Explorer pane (lower left pane) and the clicking Connect. You ll know they are connected when you see (SQL Anywhere...) and (Unwired Server...) next to the entries: When you click Finish, the project will get generated with four folders, and the main pane will contain a tab for a Mobile Application Diagram: To mobilize department data, we ll need to create an MBO, or Mobile Business Object. We do this by dragging the department table from the sample database across into the Mobile Application diagram: 6 ISUG TECHNICAL JOURNAL

7 After you proceed through the screens without changing any of the defaults, a progress dialog will launch: Let it run to completion. Once complete, a Deployment Status dialog will appear. You can click OK to finish the sequence: The MBO is created with update, delete and create methods and a meta-data representation of the data we wish to mobilize. We now need to deploy the Department MBO definition to the Unwired Server. We can do this by looking in the Mobile Business Objects section of our project, right-mouse clicking on Department, and chosing the Deploy Project option. The MBO will use message-based replication to send data to and from the device, and it will be deployed to the Unwired Server we started earlier. We also make sure we specify the correct database where the department table exists. Once this is complete, we can deploy the MBO: Once deployed, we can look into the Enterprise Explorer (lower left pane). Here we can look at the Unwired Server we connected to and find the actual MPO we ve deployed, which is Department: 7 ISUG TECHNICAL JOURNAL

8 Step 5: Build a Hybrid Web Container Right-click on DepartmentWF in the Workspace Navigator. Click New->Mobile Workflow Forms Editor. Let s give this a file name of DepartmentContainer.xbw. For our workflow forms starting point, we are going to select can be started, on demand, from client: In the Flow Design Editor, we are going to drag and drop the MBO definition of Department that we ve defined and deployed to our Unwired Server. This in turn creates a number of stock screens for creating and deleting department data: Click on the Start Screen and then on the Screen Design tab. Drag and drop the MenuItem on the Palette into the menu shown in blue, and call the menu Retrieve: 8 ISUG TECHNICAL JOURNAL

9 If you intend to use the Sybase Unwired Platform, it looks like you will also be ramping up on Powerbuilder. A mini Powerbuilder interface is used in the Unwired Workspace to construct the visual components. It looks like SAP may have found a use for this technology. In the properties for the menu item Retrieve, change the type of the menu item to Online Request: And invoke the object query findall: Make sure the Mobile Business Object we re going to use is Department: Server-initiated workflows can be initiated by an notification or Data Change Notification. An example is receipt of an approval request. Device-initiated workflows can be opened on a mobile device by a user. An example is a user submitting a travel expense report. Our success screen for the department query is now Department: 9 ISUG TECHNICAL JOURNAL

10 Let s deploy. Click the toolbar button for the Mobile Workflow Package Generation. This will also deploy to the Unwired Server. Assign the workflow to a user device. In this case we are using the Unwired Server bth516785a and the workflow user android403user: If we now go back to Flow Design, we can see that the Start Screen now links to Department: Step 6: Deploy to Android Emulator First we will deploy to the Android emulator. Before you do the deployment, you should confirm that the emulator is running and can communicate with the Unwired Server. Referring back to Step 2, bring up the SCC and the Android emulator. Find the Sybase Mobile WorkFlow app and call it up. When it prompts you for a password, enter the password you used for the Sybase Unwired Platform installation. Once the Sybase Mobile WorkFlow is logged in, I m not sure what s happening. Either it is pinging the Unwired Sever, or the Unwired Server is pinging it. Anyway, someone s ping should be working and the Android emulator should be ready to receive a deployment. You can check the status of the applicaition connection by looking at the status of the android403user in the SCC. Check the entry in the Application Connections tab and then click Refresh. The status should say online. Click Finish. This will generate the workflow package and deploy it to the Unwired Server. It will be assigned to the user device you specified. In the console, you can see whether all of the steps have completed successfully: 10 ISUG TECHNICAL JOURNAL

11 There are two synchronization models. Replication-based Synchronization (RBS) is best suited for occasionally connected devices with a defined upload/download (sync-button) user experience. Message-based synchronization (MBS) is best suited for occasionally disconnected devices and an always-on user experience. We can now go over the the Android emulator and see that we have a new workflow: Clicking on the icon will run the workflow and will retrieve the data. If you click menu, the menu we built will appear and we can click Retrieve. The result is the straight department list we expected: Enterprise Information System (EIS) data is data residing in backend systems such as enterprise databases, Web Services, REST Services, and SAP ERP and CRM systems. We can go into details by just drilling down on each item: 11 ISUG TECHNICAL JOURNAL

12 1 Conclusion We ve now mobilized data from SQLAnywhere, through the Sybase Unwired Platform, to our mobile clients using the Mobile Workflow Development Model. This model, versus the Native Application Development Model, lets you quickly create simple mobile workflows without writing any code in the application frontend. When utilizing this model as a starting point, you can add business logic by placing code in the backend using techniques such as triggers and stored procedures and messages. 12 ISUG TECHNICAL JOURNAL

Loading Images into your Mobile Application

Loading Images into your Mobile Application MOBILITY Loading Images into your Mobile Application When building a mobile application using the Sybase Unwired Platform, there are several methods for loading images. This article conducts a test to

More information

Getting Started Tutorial - Eclipse Edition. Sybase Unwired Platform 1.2

Getting Started Tutorial - Eclipse Edition. Sybase Unwired Platform 1.2 Getting Started Tutorial - Eclipse Edition Sybase Unwired Platform 1.2 DOCUMENT ID: DC01017-01-0120-01 LAST REVISED: March, 2009 Copyright 2009 by Sybase, Inc. All rights reserved. This publication pertains

More information

Tutorial: Mobile Workflow Package Development. Sybase Unwired Platform 1.5.2

Tutorial: Mobile Workflow Package Development. Sybase Unwired Platform 1.5.2 Tutorial: Mobile Workflow Package Development Sybase Unwired Platform 1.5.2 DOCUMENT ID: DC01212-01-0152-02 LAST REVISED: September 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication

More information

SUP: Personalization Keys and Synchronize Parameter

SUP: Personalization Keys and Synchronize Parameter SUP: Personalization Keys and Synchronize Parameter Applies to: Blackberry Mobile. For more information, visit the Mobile homepage. Summary This article gives a brief idea about Personalization Keys and

More information

Exam Name: Microsoft Managing and Maintaining Windows 8

Exam Name: Microsoft Managing and Maintaining Windows 8 Vendor: Microsoft Exam Code: 70-688 Exam Name: Microsoft Managing and Maintaining Windows 8 Version: DEMO QUESTION 1 Your company recently purchased 25 new laptops. All 25 laptops have the same hardware

More information

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Installing and configuring an Android device emulator. EntwicklerCamp 2012 Installing and configuring an Android device emulator EntwicklerCamp 2012 Page 1 of 29 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up the device

More information

DB2 for z/os Stored Procedure support in Data Server Manager

DB2 for z/os Stored Procedure support in Data Server Manager DB2 for z/os Stored Procedure support in Data Server Manager This short tutorial walks you step-by-step, through a scenario where a DB2 for z/os application developer creates a query, explains and tunes

More information

Installing Komplete 5 with Direct Install

Installing Komplete 5 with Direct Install Installing Komplete 5 with Direct Install This document discusses how to use Receptor s Direct Install feature to install and update Komplete 5, its plugins, and its libraries. In order to install Komplete

More information

1 Build Your First App. The way to get started is to quit talking and begin doing. Walt Disney

1 Build Your First App. The way to get started is to quit talking and begin doing. Walt Disney 1 Build Your First App The way to get started is to quit talking and begin doing. Walt Disney Copyright 2015 AppCoda Limited All rights reserved. Please do not distribute or share without permission. No

More information

How to Install and Configure the Barracuda Outlook Add-In

How to Install and Configure the Barracuda Outlook Add-In How to Install and Configure the Barracuda Outlook Add-In This article refers to the Barracuda Cloud Archiving Service and the Barracuda Outlook Add-In. For best results, confirm you are using the latest

More information

Managing Automation for SAP BOBJ Enterprise Processes

Managing Automation for SAP BOBJ Enterprise Processes CHAPTER 4 Managing Automation for SAP BOBJ Enterprise Processes This chapter provides information on using the product, specific to the Automation for SAP BOBJ Enterprise automation pack. It includes information

More information

Securexam Mac User Guide

Securexam Mac User Guide Securexam Mac User Guide Unlike previous versions, Securexam for Mac now functions much like the PC version where it integrates with PlanetSSI to retrieve a user s exams and licenses via the web and upon

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

Workplace Online Using a standard web browser, simply login at us.awp.autotask.net using the credentials you ve been given.

Workplace Online Using a standard web browser, simply login at us.awp.autotask.net using the credentials you ve been given. Quick Start Guide WELCOME Thank you for taking the time to evaluate Autotask Workplace. This guide will help you quickly see how Workplace can benefit your business, especially for collaboration and working

More information

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

More information

Ionic Tutorial. For Cross Platform Mobile Software Development

Ionic Tutorial. For Cross Platform Mobile Software Development About Ionic Tutorial For Cross Platform Mobile Software Development This Tutorial is for setting up a basic hybrid mobile application using the Ionic framework. The setup will be shown for both Mac and

More information

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to:

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to: Device Provisioning Overview Before you can deploy your application to a device, you need to have an active subscription with the Apple Developer Program. Visit the Apple Developer Portal to get registered.

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

BoardBookit for ipad Quick Start Guide

BoardBookit for ipad Quick Start Guide BoardBookit for ipad Quick Start Guide Welcome to BoardBookit! BoardBookit for ipad allows you to easily access meetings, board books and other board related materials from the BoardBookit app on your

More information

The guide for the Merrill Mobile catalog available for tablet-based devices. Version 3.0

The guide for the Merrill Mobile catalog available for tablet-based devices. Version 3.0 User Guide The guide for the catalog available for tablet-based devices. Version 3.0 Table of Contents General Information... 3 Setup: At a Glance...4 Current ipad and Tablet Users... 5 For ipad: Step

More information

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers Installation guide for ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers May, 2004 Version 2.5.2 Table of Contents Page Downloading and

More information

DESIGN TRANSFORMATIONAL IPAD APPS

DESIGN TRANSFORMATIONAL IPAD APPS DESIGN TRANSFORMATIONAL IPAD APPS Thank you for participating in a workshop at MicroStrategy World 2019. If you missed or did not finish an exercise and want to complete it after the conference, use this

More information

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Nubo End User Guide Version: 1.3 Date: June, 2017 Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Table of Contents ABOUT THIS GUIDE... 3 1. REGISTRATION & ACTIVATION... 4 A. Install the Nubo App

More information

GW Box User Guide. Have additional questions? Visit community.box.com for more information and training resources. Contents... 1

GW Box User Guide. Have additional questions? Visit community.box.com for more information and training resources. Contents... 1 GW Box User Guide GW Box is the university's enterprise file sharing service for online cloud storage and collaboration. In this guide, we ll show you how to share, access and mange your content from anywhere.

More information

Box User Guide. Contents

Box User Guide. Contents Box User Guide In this handy guide, we ll show you how to share, access and mange your content from anywhere. You ll see the play-by-plays you need to get the Box basics under your belt, plus some tips

More information

Sybase Unwired Platform Version 2.0

Sybase Unwired Platform Version 2.0 white paper Sybase Unwired Platform Version 2.0 Architecture www.sybase.com TABLE OF CONTENTS 1 Introduction 1 Overview of the Sybase Unwired Platform 2 Basic Development and Deployment Process 3 Common

More information

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server Installation Guide For ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server May, 2004 Version 2.5.2 Table of Contents Page Downloading and Running the

More information

PERSPECTIVE. Mobilizing SAP Enterprise Applications. Abstract. Suresh Santhana & Anoop Kumar

PERSPECTIVE. Mobilizing SAP Enterprise Applications. Abstract. Suresh Santhana & Anoop Kumar PERSPECTIVE Mobilizing SAP Enterprise Applications Suresh Santhana & Anoop Kumar Abstract In today s competitive environment, enterprise users must handle critical tasks and decision-making in real- time,

More information

Panic Button Information & Installation Manual

Panic Button Information & Installation Manual Panic Button Information & Installation Manual www.usbdriveguard.com Contact Email: support@usbdriveguard.com Contact Us Page: http://www.usbdriveguard.com/contact.php Default Username: admin Default Password:

More information

Getting started with System Center Essentials 2007

Getting started with System Center Essentials 2007 At a glance: Installing and upgrading Configuring Essentials 2007 Troubleshooting steps Getting started with System Center Essentials 2007 David Mills System Center Essentials 2007 is a new IT management

More information

IT Support Documentation

IT Support Documentation Table of Contents Introduction to OneDrive... 2 Accessing OneDrive via Office 365... 3 Uploading a File to OneDrive... 7 Sharing a File Within OneDrive... 10 Working with the OneDrive Desktop App... 15

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

Summary of Server Installation

Summary of Server Installation Summary of Server Installation In the following exercises, these are the steps that you will perform to install Offline V2 on a server: Exercise 1 Step 1. Step 2. Step 3. Verify Hardware Requirements Before

More information

Unit 4 Agresso 571 Web Services. Journal Registration

Unit 4 Agresso 571 Web Services. Journal Registration Unit 4 Agresso 571 Web Services Journal Registration Author S J Price June 2018 CONTENTS Starting Agresso Web... 3 Login Screen... 3 Journal Registration... 4 Registered Journals enquiry... 9 Journal Registration

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Horizon Workspace Administrator's Guide

Horizon Workspace Administrator's Guide Horizon Workspace Administrator's Guide Horizon Workspace 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

General Information. Digital Text vs. Traditional Textbooks

General Information. Digital Text vs. Traditional Textbooks General Information 1. What is South University Digital Bookshelf? South University Digital Bookshelf is an advanced electronic textbook reader that allows storage of digital assets within individual online

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

ios Ad Hoc Provisioning Quick Guide

ios Ad Hoc Provisioning Quick Guide ios Ad Hoc Provisioning Quick Guide Applies to: Applications developed for all kinds of ios devices (iphone, ipad, ipod). For more information, visit the Mobile homepage. Summary This article is a quick

More information

Ten Things You ve Gotta Try in LogMeIn Rescue

Ten Things You ve Gotta Try in LogMeIn Rescue Ten Things You ve Gotta Try in LogMeIn Rescue Ten Things You ve Gotta Try New to LogMeIn Rescue? This guide will get you started. Tip: Complete how-to reference is available at help.logmein.com. Do this

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Sage Construction Central Setup Guide (Version 18.1)

Sage Construction Central Setup Guide (Version 18.1) Sage 300 Construction and Real Estate Sage Construction Central Setup Guide (Version 18.1) Certified course curriculum Important Notice The course materials provided are the product of Sage. Please do

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Amplify. Innovate. Empower. At SAP Innovation Camp.

Amplify. Innovate. Empower. At SAP Innovation Camp. Amplify. Innovate. Empower. At SAP Innovation Camp. SAP Solution Manager 7.2: Accelerate the Digital Transformation Hands-on Exercises SAP Solution Manager 7.2 is the most complete lifecycle management

More information

appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions

appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions appcompass Developer s Guide For: appcompass Data Integration Studio appcompass Business Rules Studio appcompass Visual Studio Editions Version 5.1 July, 2013 Copyright appstrategy Inc. 2013 appcompass

More information

Tutorial: Android Object API Application Development. Sybase Unwired Platform 2.2 SP03

Tutorial: Android Object API Application Development. Sybase Unwired Platform 2.2 SP03 Tutorial: Android Object API Application Development Sybase Unwired Platform 2.2 SP03 DOCUMENT ID: DC01734-01-0223-01 LAST REVISED: April 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication

More information

Deploying Citrix Access Gateway VPX with Web Interface 5.4

Deploying Citrix Access Gateway VPX with Web Interface 5.4 Deploying Citrix Access Gateway VPX with Web Interface 5.4 Ben Piper President Ben Piper Consulting, LLC Copyright 2012 Ben Piper. All rights reserved. Page 1 Introduction Deploying Citrix Access Gateway

More information

1. Type in your account and password. If you have Windows, Mac, iphone, or Android, you can download corresponding applications here

1. Type in your account and password. If you have Windows, Mac, iphone, or Android, you can download corresponding applications here SmartStor Cloud Web I. Login to SmartStor Cloud 1. Type in your account and password 2. Click If you have Windows, Mac, iphone, or Android, you can download corresponding applications here II. Document

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server Contents What is OfficeCalendar? Sharing Microsoft Outlook Calendars

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Mobile Inventory Tracking & Sales Management Software. Installation Procedure

Mobile Inventory Tracking & Sales Management Software. Installation Procedure Mobile Inventory Tracking & Sales Management Software Installation Procedure Tecom Group, Inc. 2016 Hello! Thank you for choosing HandiFox an award-winning Inventory Tracking and Sales Management solution.

More information

Sophos UTM Web Application Firewall For: Microsoft Exchange Services

Sophos UTM Web Application Firewall For: Microsoft Exchange Services How to configure: Sophos UTM Web Application Firewall For: Microsoft Exchange Services This guide explains how to configure your Sophos UTM 9.3+ to allow access to the relevant Microsoft Exchange services

More information

PAN 802.1x Connector Application Installation Guide

PAN 802.1x Connector Application Installation Guide PAN 802.1x Connector Application Installation Guide Version 1.2 "Copyright CodeCentrix. All rights reserved 2015. Version 1.2 Contact Information CodeCentrix www.codecentrix.co.za/contact Email: info@codecentrix.co.za

More information

Mobility Manager 9.5. Users Guide

Mobility Manager 9.5. Users Guide Mobility Manager 9.5 Users Guide LANDESK MOBILITY MANAGER Copyright 2002-2013, LANDesk Software, Inc. and its affiliates. All rights reserved. LANDesk and its logos are registered trademarks or trademarks

More information

PARTICIPANT REGISTRATION GUIDE

PARTICIPANT REGISTRATION GUIDE PARTICIPANT REGISTRATION GUIDE Please note: This guide talks about standard configurations. All events are different and you may not see all the options we discuss within the event in which you re participating.

More information

CoSign Quick Guide Virtual Signing with CoSign

CoSign Quick Guide Virtual Signing with CoSign CoSign Quick Guide Virtual Signing with CoSign Table of Contents Launching OmniSign 1 Launching OmniSign with a PDF file 1 Launching OmniSign with a non-pdf file 1 Getting Started with OmniSign 2 Creating

More information

User documentation. BEEM v1.0 January 2010

User documentation. BEEM v1.0 January 2010 User documentation BEEM v1.0 January 2010 1 Table of contents Table of contents... 2 About this paper... 3 Using this manual... 3 Navigation keys... 4 Conventions... 5 Support... 5 Installation/Uninstallation...

More information

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER Table of Contents Table of Contents... 2 Freedom Archive VM

More information

Lab Android Development Environment

Lab Android Development Environment Lab Android Development Environment Setting up the ADT, Creating, Running and Debugging Your First Application Objectives: Familiarize yourself with the Android Development Environment Important Note:

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

More information

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

Developing Android applications in Windows

Developing Android applications in Windows Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Quick Guide to Installing and Setting Up MySQL Workbench

Quick Guide to Installing and Setting Up MySQL Workbench Quick Guide to Installing and Setting Up MySQL Workbench If you want to install MySQL Workbench on your own computer: Go to: http://www.mysql.com/downloads/workbench/ Windows Users: 1) You will need to

More information

Sybase Unwired Platform 2.1 Sizing Guide

Sybase Unwired Platform 2.1 Sizing Guide white paper Sybase Unwired Platform 2.1 Sizing Guide OData Mobile Workflow Hybrid Web Container Native Object API www.sybase.com Table of Contents 1 Functions of Sybase Unwired Platform 1 Online Data Proxy

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server 1 Table of Contents What is OfficeCalendar? Sharing Microsoft

More information

Summary of Server Installation

Summary of Server Installation Summary of Server Installation In the following exercises, these are the steps that you will perform to install Offline V2 on a server: Exercise 1 Step 1. Verify Hardware Requirements Server: Confirm that

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

WORKSHARE TRANSACT USER GUIDE

WORKSHARE TRANSACT USER GUIDE WORKSHARE TRANSACT USER GUIDE October 2016 Workshare Transact User Guide Table of Contents Chapter 1. Introducing Workshare Transact... 5 What is Workshare Transact?... 6 A safe place for data... 6 Workflow...

More information

Databases in Azure Practical Exercises

Databases in Azure Practical Exercises Databases in Azure Practical Exercises Overview This course includes optional exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for the

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for

With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for Remote Support With the X35 there is the ability to use the new remote support feature on the monitor to request assistance. You can add the Horizon support app for Android or Apple devises and also download

More information

Workshare Transact. User Guide

Workshare Transact. User Guide Workshare Transact User Guide June 2017 Workshare Transact User Guide Table of Contents Chapter 1: Introducing Workshare Transact...5 What is Workshare Transact?... 6 A safe place for data...6 Workflow...6

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Google Chromebook Starting Guide

Google Chromebook Starting Guide Google Chromebook Starting Guide Now that you have received your Chromebook you will notice that it looks exactly like a laptop, but there are several differences between both devices. Chromebooks are

More information

Using the JSON Iterator

Using the JSON Iterator Using the JSON Iterator This topic describes how to process a JSON document, which contains multiple records. A JSON document will be split into sub-documents using the JSON Iterator, and then each sub-document

More information

Using Devices with Microsoft HealthVault

Using Devices with Microsoft HealthVault Using Devices with Microsoft HealthVault A Microsoft HealthVault Step-by-Step Guide This guide will help you get started using Microsoft HealthVault Connection Center to send information from your health

More information

CTC Accounts Active Directory Synchronizer User Guide

CTC Accounts Active Directory Synchronizer User Guide i Contents Overview... 3 System Requirements... 4 Additional Notes... 5 Installation and Configuration... 6 Running the Synchronizer Interactively... 7 Automatic Updates... 7 Logging In... 8 Options...

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

Installation guide for Choic Enterprise Edition ON Microsoft s Exchange 2000 Mail Server

Installation guide for Choic Enterprise Edition ON Microsoft s Exchange 2000 Mail Server Installation guide for ChoiceMail Enterprise Edition ON Microsoft s Exchange 2000 Mail Server May, 2004 Version 2.5 Table of Contents Page Downloading and Running the ChoiceMail Enterprise Installer 3

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Using WebNow to Process the Fund Establishment Form

Using WebNow to Process the Fund Establishment Form Using WebNow to Process the Fund Establishment Form Fund Est in WebNow 1 Last Updated 3/28/14 Table of Contents TOPIC PAGE 1. General WebNow Information a. Introduction 3 b. Log in 3 c. Adobe Reader 3

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook)

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Ramapo College of New Jersey Center for Computing Information Systems (CCIS) Administrative Help-Desk ext. 7000 adm_help@ramapo.edu

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information