DESIGN OF A BILLING SYSTEM FOR A

Size: px
Start display at page:

Download "DESIGN OF A BILLING SYSTEM FOR A"

Transcription

1 Master degree report DESIGN OF A BILLING SYSTEM FOR A RADIO TETRA NETWORK BASED ON OPEN SOURCE SOLUTION By AYMEN SOUISSI In fulfillment of INTERNATIONAL MASTER ON COMMUNICATION NETWORKS ENGINEERING SCUOLA SUPERIORE SANT ANNA 2006/2007 Academic tutor M. PIERO CASTOLDI ALTEN tutor M. FRANCESCO ABBENANTE

2 This work is dedicated to My Mother Aïcha, My father Ahmed, And My brothers Nabil and Anis!

3 Acknowledgements I am motivated to express my gratitude to all those that let me do this internship in the best conditions. To people from Scuola Superiore Sant Anna, ALSTOM and ALTEN and especially: - M. Piero Castoldi: director of the master IMCNE Scuola Superiore Sant Anna - M. Claudio Manfroni: tutor of the master IMCNE Scuola Superiore Sant Anna - M. Francesco Abbenante Orangee Roma - M. Giuseppe Castrogiuvanni Orangee Roma

4 Contents Chapter 1 Introduction Company overview Description of the project Context Statement of the project... 2 Chapter 2 Adempiere vs. OpenCRX Evaluation criteria Functional fit Flexibility Support Continuity Maturity Overview of Adempiere and OpenCRX systems Comparison table Adempiere OpenCRX Conclusion Chapter 3 Presentation of Adempiere About Adempiere Adempiere project structure Goals of Adempiere project The target market Adempiere installation Installing Adempiere server Creating Adempiere database Setting up the Adempiere server Overview of some function Menus Business Partner management Product management Sales order management Chapter 4 Project overview and realization Functional description Analyses and idea Possible realization Faced problems Chapter 5 Conclusion and perspectives i

5 Glossary CDR CORBA CRM ERP ICT JCA JMS RMI SCADA SOAP Call Data Record Common Object Request Broker Architecture Customer Relationship Management Enterprise Resources Planning Information and Communication Technologies J2EE Connector architecture Java Message Service Remote Method Invocation Supervisory Control And Data Acquisition Simple Object Access Protocol ii

6 Chapter 1 Introduction 1.1 Company overview Orangee s.r.l is a software engineering company that, beyond software development, offers advising services in the ICT fields. Orangee already counts a various productive deployment in the national territory and foreign countries. In the company headquarter based in Rome, Orangee not only delivers advising services for important public organizations (P.A., Poste Italiane, Laziomatica) and private ones (Porto di Civitavecchia, Artigiancassa, SDA Express Courrier), but also provides a central laboratory for software development. In Rende is located the research and development center of the company, while in Milan are focalized the ICT advising activities in the branch of telecommunications (Wind, Italtel). In the Tunisian branch, research and development activities for the internationalization of Orangee products are carried on. Orangee is distinguished by a high technological vocation that represents a true competitive factor. The market of Orangee is represented by medium and large sized customer companies in all the segments of the market, in private sector as well as public sector. Orangee, strong of a high expertise, comes to the health sector on the earlier 2003 through an industrial initiative of the Ministry of Productive Activities. The mission of Orangee takes part on the platforms of E-Healthcare Intelligence a market of modern conception that derives its contents from intersection between two markets: E-Healthcare and Information Intelligence. In this area, Orangee creates innovative software instruments for the management of the clinical processes in the sanitary companies. It also products scalable systems for the collection and the analysis of high value added information. Through the use of the most modern methodologies and technologies and thanks to a consolidated ability of planning and realization of systems based on open source software, Orangee is positioned like an innovative actor on the market of the producers of services and products for the sanitary companies. 1

7 Moreover, the company is certified UNI ISO 9000:2001 in the "Development and Planning of Information Systems and Assistance Services" field. 1.2 Description of the project Context In the recent years, operators are facing an exponential growth of the number of their subscribers. For a better management of this remarkable set of users, the operators need a quick and strong billing system able to follow this increase. The idea of seeking open source tools is mainly for profit purposes. In fact, the idea of the project is to study in details the functionalities of open source CRM/ERP systems and study the possibility to adapt one of them to realize a billing system project Statement of the project Studying the possibility of developing a billing system based on open source CRM software. The first step will be the choice of which open source tool to use. This will be done by studying the different existing open source CRM software and then comparing them, for the actual requirements only two systems to be studied: OpenCRX and Adempiere. After choosing the working tool comes the second step which consists on the adaptation process. At this point, we will try to translate the project requirements into the open source tool in order to gain the maximum of its functionalities. 2

8 Chapter 2 Adempiere vs. OpenCRX 2.1 Evaluation criteria The criteria introduced now will be decisive for showing the strengths, weaknesses and differences between the two ERP systems Adempiere and OpenCRX. This five evaluation criteria are: - Functional fit - Flexibility - Support o Customization o Flexible upgrades o Internationalization o User friendliness o Architecture o Scalability o Security o Interfaces o Operation system independence o Database independence o Programming language o Support infrastructure o Training o Documentation 3

9 - Continuity - Maturity o Project structure o Community activity o Transparency o Update frequency o Development status o Reference sites Functional fit Functional fit is used for the company s perspective. It is the degree the chosen ERP system fits to the business processes out-of-the-box. The higher the fit is the lower are the customization and implementation costs. Functional fit has a high impact on total cost and implementation time Flexibility Flexibility allows bridging the functionality gap between out-of-the-box functionality and the close functionality fit provided by a customized system. Apart from the opportunity to adapt the system to optimal business processes, flexibility also implies questions of ease of use and administration, and platform independence. A flexible ERP system meets the following criteria: a. Customization Depending on the degree of customization needed and the skill levels of the ERP system experts, different levels for customization should be provided. High level customization through meta data editing. The system is customizable by editing easily readable and understandable data, instead of doing low-level coding in a programming language. Low level customization useful for developers who want to dive further into details and need more flexibility the system should also be usable as a framework for application development. b. Flexible upgrades As customizations are defined as meta data and custom code, which must meet the conventions of the framework, it is possible to provide an upgrade procedure without impact on customizations. Due to this clear separation and the service engine approach, upgrades of the core system do not induce new adoptions of customizations. c. Internationalization The system supports multiple languages, multiple accounting, and costing schemes, as well as multiple sites. 4

10 d. User friendliness The user interface should be designed according to the information needed for a task. A simple task shall not require navigating through many screens. e. Architecture Important for most flexibility factors is the chosen architecture. The open source solutions have 2-tier or 3-tier architectures. The 2-tier or client-server architecture consists of a fat client containing GUI, and business logic, communicating directly with the database. In the case of 3-tier architecture the client is just responsible for GUI and simple data validation. f. Scalability The system should support high transaction volumes with constant response times. Scalability is highly dependent on the architecture and thus on the application server and database technology used. g. Security User or better role-based security mechanisms allow the definition of different levels of access rights. Users are allowed to view and change only the data they need for their work. The granularity can be defined on form, field and row level. Row level security restricts access on data level. For example, a user can only see transactions of the affiliate he is responsible for. h. Interfaces An interface is a communication boundary of an ERP System. It is used to connect the ERP system with other systems or to generally exchange data. The 5

11 former is known as Enterprise Application Integration (EAI) and uses standardized server side interfaces like CORBA (Common Object Request Broker Architecture), XML-RPC (XML- Remote Procedure Call) and SOAP (Standardized Object Access Protocol) to automate the business processes beyond system boundaries. i. OS independence Operation system independence allows you to run the ERP system on various platforms. It is a necessary feature on the client side, if the users have different operating systems. j. DB independence The database has high influence on the scalability of the system. There is a trade-off between database independence and database features, especially the object relational features used. High database independence also implies using a minimal common feature set provided by all supported databases. k. Programming language The language can be a criterion to leverage available skills for low level customization Support Support helps to shorten the implementation time due to the knowledge transfer to the company. It helps to develop internal skills or engage external consultants for implementing and maintaining an open source ERP system. a. Support infrastructure Reliable and responsive support is important. It can be local or online. Most open source ERP projects solve the problems regarding different national requirements through a partner network. b. Training Here the quality and frequency of user and technical trainings or the organization of regular conferences are of certain importance. c. Documentation Completeness and up-to-dateness of the user and developer documentation are needed. Many projects use a Wiki content management system for collaborative documentation authoring and maintenance Continuity Project continuity ensures that our ERP system expenses are a sustained investment. When you focus on one system, you also run the risk that the system will be no longer endorsed. Continuity of an ERP system depends on criteria listed below: a. Project structure The evaluated projects are company or community driven. 6

12 Company driven means that the company is responsible for development, provides services, and certifies partners for local support. Community driven means that the development is cooperative and there is no single company solely responsible. b. Community activity As the community size is not measurable, its communication activity is measurable in certain communication channels. Here the number of messages in forums and mailing lists is used. Besides quantity, qualified answers and response times are important. Documentation activities like web site creation and Wiki entries form a part of support/documentation. c. Transparency This is about entry barriers for developers and possibilities for the community to contribute to and influence the process, the quality of project management as well as the documentation of the development process. A reliable, documented roadmap helps to estimate the current focus and future direction of the project. d. Upgrade frequency The continuous introduction of new functionality and the fixing of bugs are a proof of development continuity. A change log document informing about features of a new release shows past update activity Maturity Maturity means the quality of the software. Whereas flexibility is about technical concepts and the design of the software, maturity tells you how well and bug free it is implemented and tested. a. Development status Some open source ERP packages are not ready for production yet. The concept of the development status of Source Forge is also applied to non Source Forge hosted open source projects. They can be in the state of planning, alpha, beta or stable. b. Reference site The quality of a stable release can be proofed by implementing and extensive testing of the software. There is the risk that the system turns out to be inadequate. Thus it is better to see the ERP system in practice and discuss implementation and operational issues with a customer who already uses and knows the system. Reference sites listed on the project home page and the availability of documented business cases are the relevant criteria. 2.2 Overview of Adempiere and OpenCRX systems First, a brief comparison table is introduced. Later, both systems will be described in details. 7

13 2.2.1 Comparison table Legend: Yes x no? Unknown + Above Average Average - Below Average Evaluation criteria Open Source ERP System # Sub Criteria Adempiere OpenCRX SIZE Micro Small + + Medium + + Large? + FUNCTIONALITY Number of tables 595 (with meta data) 248 e-commerce? Accounting POS? Inventory & Warehouse FLEXIBILITY Customization + + Flexible upgrades + + Internationalization + + User friendliness + Architecture Fat 2-tier/3-tier 3 and 4-tier Scalability + + Security + + Interfaces CSV, XML RMI, Corba, JMS, JCA, SOAP (planned) OS independence DB independence ~ (Oracle, PostgreSQL) Programming language Java Java SUPPORT Support infrastructure? + Training?? Documentation ~ + CONTINUITY Project structure company driven, partner network Community activity + ~ Transparency + + 8

14 Update frequency + ~ MATURITY Development status Stable Stable Reference site + + OTHER License GNU General Public License (GPL) BSD License Online demo SourceForge hosted CVS access Project start Adempiere License: GNU General Public License (GPL) Status: stable Adempiere # Sub-Criteria Description FLEXIBILITY 1 Customization meta data (application dictionary) editing 2 Flexible upgrades for high level customizations 3 Internationalization multi-language 4 User friendliness 5 Architecture Fat 2-tier/3-tier 6 Scalability Good 7 Security 8 Interfaces 9 OS independence Windows, Linux/Unix, Mac OS X 10 DB independence Oracle, PostgreSQL 11 Programming Java Language SUPPORT 1 Support infrastructure wiki, forums 2 Training 3 Documentation Average CONTINUITY 1 Project structure community driven 2 Community activity % (SourceForge source) 3 Transparency roadmap, change log, bug tracking, CVS access is public 4 Update frequency Excellent MATURITY 1 Development status MayDay (Release 320) is declared stable enough for production 9

15 2 Reference site many reference sites F1 Customization Adempiere inherited the Adaptative Data Dictionary from the Compiere project. This architecture allows for the extension of the database data dictionary concept into the application, which in turn allows for the management of the application's entities and their validation rules, as well as screen layout and display logic from within the application itself. A WfMC (Workflow Management Coalition) and Object Management Group (OMG) standards based workflow engine is utilized to provide Business Process Management. These features allow for the rapid customization of the application to a business needs as it evolves. F5 Architecture Based on Compiere, we couldn t find the exact architecture of Adempiere. The Adempiere architecture is close to following: OpenCRX License: BCS Open Source License (BSL) Status: stable OpenCRX # Sub-Criteria Description FLEXIBILITY 1 Customization XML-based customization, straight-forward, fast, and flexible 2 Flexible upgrades 3 Internationalization multi-language 4 User friendliness intuitive Web GUI 5 Architecture multitude of deployment scenarios 10

16 6 Scalability Excellent 7 Security enterprise-class role-based security 8 Interfaces support of RMI, CORBA, JMS, SOAP, and JCA 9 OS independence platform-neutral: any OS running supported App/WebServer including Linux, AIX, Unix, Windows, Mac OS 10 DB independence Oracle, DB2, MS SQL, PostgreSQL, or MySQL 11 Programming Java Language SUPPORT 1 Support infrastructure wiki, forums 2 Training 3 Documentation Javadoc and UML published CONTINUITY 1 Project structure community driven 2 Community activity % (SourceForge source) 3 Transparency roadmap, change log, bug tracking 4 Update frequency Good MATURITY 1 Development status Stable 2 Reference site Many reference sites F5 Architecture OpenCRX allows 4 most common deployment scenarios: - 3-Tier with Application server - 4-Tier with Application Server 11

17 - 4-Tier with Clustered Application Servers - 4-Tier with Servlet Engine F6 Scalability OpenCRX is quite unique in terms of scalability because we can deploy the exact same application to a laptop (single user installation), to our company server (multi user installation), or to a globally distributed cluster (enterprise-class installation) without changing a single line of code. F7 Security OpenCRX is offering enterprise-class role-based security which enables administrators to effectively manage principals, roles, and permissions. Furthermore, the powerful role-based approach to manage permissions enables the business side 12

18 to control access to information with the appropriate granularity (e.g. access to teaminformation can be strictly limited to team members). The following chart shows a simplified view of the role-based security implemented by OpenCRX: F8 Interfaces OpenCRX provides an easy integration with existing applications. It supports all common technologies like RMI, CORBA, JMS, SOAP, and JCA. OpenCRX also includes smart front-ends for typical add-ons like document management, inventory tracking, facility management, etc Conclusion Adempiere and OpenCRX are the best existing open source ERP solutions nowadays. Adempiere inherits most of its module from Compiere software, one of the most deployed and secure open source ERP in the market and is much better for reports generating (reports generated in PDF form whereas OpenCRX generates RTF and HTML reports, PDF reporting still a project). Publication of Javadoc and UML of OpenCRX allows better understanding of source code and helps a lot for new modules development. At the end of this comparative study, and for an existing assistance reference and popularity reasons, Adempiere is chosen to be the system used for the billing project. So the coming parts will take this in consideration. 13

19 Chapter 3 Presentation of Adempiere 3.1 About Adempiere The Adempiere project was created in September 2006 after a long running disagreement between Compiere Inc., the developers of Compiere, and the community that was formed around that project. The community believed that Compiere Inc. placed too much emphasis on the open source lock-in/commercial nature of the project, rather than the community sharing/enriching nature of the project and after an impassioned discussion decided to split from Compiere giving birth to the Adempiere project. 3.2 Adempiere project structure As a community based project and with a community members in over 30 countries stretched across five continents, and for practical purposes the project is guided by a council of founders. A leader is nominated from this Council to act as overall Project Manager. The role of the Adempiere council is to: - Support decisions of the leader - Accept contributions - Define the roadmap - Review and approve specifications - Vote for new functionalities - Approve changes to core As the project progresses, more structure began to fall into place where a Project Management Committee takes over many of the admin and technical decision 14

20 making functions within the project. The project will also have a bare bone Foundation to handle financial contribution and corporate level agreements for the public benefit of the bazaar. 3.3 Goals of Adempiere project The goal of the Adempiere project is the creation of a community which develops and supports open source business solution. Such a project will bring about: - A high-quality application suite o Well tested by a critical mass of globally-spread users o An exponentially growing application suite of add-ons and feature enhancements o A maximized adoption rate when there are no barriers to its setup and how-to guides - A viable service-supported product by vendors o Vendors prefer a globally acknowledged package o Vendors prefer to offer up-market value rather than low-level support services o Growing base of users ensure confidence at up-market levels - Maximum developer participation o Non-commercial distraction or patronage from any establishment o Strict contributorship honoring and acceptance into aristocracy o Assignment of admin rights based on meritocracy o Compliance with Free Software Foundation (FSF) and Open Source Initiative (OSI) rules o Visionary and Visible Leadership 3.4 The target market Adempiere was designed for the distribution, retail and service industries. There is a basic functionality for material management and manufacturing planning included, but only to a limited degree. Adempiere is for small and medium enterprises, as well as for individual companies, for distribution chains, outlets of manufacturers, etc. 3.5 Adempiere installation Before starting with the installation, we should have some requirements which are the installation of Java environment and one of Adempiere supported databases 15

21 (postgresql or Oracle). Then we can advance to the next steps: first installing Adempiere server, second creating Adempiere database, and finally completing with Adempiere Server setup. PS: These instructions are platform independent and must be done in every Adempiere installation Installing Adempiere server To install Adempiere server there are some steps to follow: First, we need to extract the Adempiere archive file into a folder, for example: * C:\ for window and this will create the C:\Adempiere folder * /opt or $HOME for Linux and this will create the /opt/adempiere or HOME/Adempiere folder. Second, we open a command line window and go to the folder created in previous step to execute the setup command. The setup script to be run is RUN_setup.bat for windows or RUN_setup.sh for Linux Creating Adempiere database The Adempiere initial database creation is launched by the Adempiere.dmp file, located at $Adempiere_home/data directory. This file contains the seed database for our Adempiere installation. To start, we need just to open a console window, go to this directory, and run this file. ORACLE: We need to run the script RUN_ImportAdempiere (located in directory '/utils',.bat or.sh according to the platform used). We will see information about adempiere.dmp file (such as date creation, size, etc.) POSTGRESQL: Same as the Oracle step above. Note that the database dump file for PostgreSQL is Adempiere_pg.jar and Adempiere_pg.dmp Setting up the Adempiere server This step can be repeated anytime until everything is correct, but we need to make sure that the Application Server is shut down before we start. Otherwise we will get port errors during installation. We need to shut down the Application server by running the script RUN_Server2Stop (.sh or.bat according to the platform used) from ADEMPIERE_HOME/utils. - We run the script RUN_Setup, and then we can see the Adempiere Server Setup window. - We enter or we update the parameters. 16

22 Some Common Issues & Remedies - Application Server & Database Server: are the name, URL or IP of the PC server. - JNP Port = 1099 error: means that a previous service is running; just kill it. - Database Port = 1521 error: can be solved by restarting the database machine. - System & Database Passwords: are those defined when we setup our database. - Mail Server is optional so RUN_Setup can be finished without it. After filling the Adempiere Server Setup window, we press the Test button in order to verify the entered data. Note that until the parameters are verified, we will not be able to save them. When we can see the boxes checked ( ) so the test is done successfully. 17

23 Then we press the Save button. After that we accept the license we will see the following dialog box: 3.6 Overview of some function Adempiere software is too big and full of functions, so we will concentrate only in things we concern. For this reason, we will present in this part an overview of some main Adempiere functionalities which will be used to adapt the billing project with the Adempiere existing infrastructure. 18

24 Adempiere is a CRM/ERP system which means that it can manage all the resources of an enterprise as well at its customers, its providers and all things that are parts of its activity. Adempiere was created around this philosophy and oriented to specific and precise targets Menus The Adempiere menu shows all tasks available for the selected role. Each role has its own. Two principal roles are defined in Adempiere: - SytemAdmin: to do administration and application directory stuff. - ClientAdmin: to run the application a. System Administrator menu The System Administrator is able to: - Create new clients for the business - Create and edit the structure of the application - Edit the menu and the windows as well as the look-and-feel - Edit the tables and fields of the database - Handle the processes and the print formats 19

25 b. Client Administrator menu The client administrator is able to: - Manage the other users of the system by creating their login, roles and more specific configurations like defining access level rights to them. - Operate the application as a user by approving requests or confirmations from lesser users under the workflow and posting to accounts if lesser users are not authorized to do it Business Partner management In Adempiere, a business partner is an entity with whom to transact. There are three different types of business partners: vendors, customers, and employees. The Adempiere concept of the business partner is much more flexible than most applications, since it can be a vendor, a customer, an employee or any combination of the three. This approach also eases access control for self-service functionality and allows regional analysis and shipping optimization. According to the business partner type, we need to choose the related table and fill the appropriate values. 20

26 3.6.3 Product management A product in Adempiere is something that an enterprise can sell and/or purchase (or something we store) and it has a price. The main examples of products are: items, services, resources, and expense types. Items are physical goods to be sold. Services are not restricted in terms of availability whereas resources are restricted. Expenses can be billed, for example, a consultant who incurs some travel expenses which can be invoiced to the customer. Before defining a product, we should follow the product setup workflow instructions. 21

27 3.6.4 Sales order management The sales order is a control document for shipments and invoices. Customer orders and quotations are entered through the sales order window. These are eight target document types, each of which initiates a different process upon completion. The business partner field is the partner who is receiving the order and most of the other fields will default to those set in the business partner window for the chosen partner. The delivery rule field determines the conditions of the conditions under which a shipment is generated for this order and the complete action button reserves stock and initiates any further document processes. 22

28 23

29 Chapter 4 Project overview and realization 4.1 Functional description The project consists on realizing a billing system capable to cover many functions. Basically it receives the CDRs generated by a customer and does the calculation based on a well determined billing policy, and finally generates invoices as well as various reports. For the point of view of an administrator, several customers can coexist having each one a set of subscriptions to different products (Tetra, GSM) with a precise service package. Every service package contains a set of primary services (such as voice call and SMS). Every customer is managed alone and we can define customized billing policies for some special customers with an eventual discount in some cases. The billing policy should be clearly defined in the pricing model table related to each service offered by the company for its customers and must respect many constraints such as price difference between day and night, work days and holidays, etc. 24

30 4.2 Analyses and idea Basing on the Adempiere structure, it is clear that we can integrate each table and each relation into it, so the question is why we are using Adempiere in this case? The answer is with no doubt to use the maximum of its functionalities, such as table organization, hierarchy definition, process calculation and report generation. On the other hand, it will be easier adding some changes in Adempiere source code than modifying it; the former will be certainly a very hard task. So the idea is to respect Adempiere internal architecture to gain its existing functions. The most difficult task is to adapt the project requirements with Adempiere structure since Adempiere was not created for this type of projects but for customer relations management and enterprise resources planning purposes. Now we need to search where to implement the different tables of the project, what are the functionalities needed from Adempiere, and what are the functions we should to add. This is the aim of the next step which consists on controlling the Adempiere infra structure (tables and relations) and trying to find the closest ones to match the project requirements. 25

31 4.3 Possible realization In order to take advantages of Adempiere existing functionalities, the only way to translate the billing project is to use the local tables to represent the project tables. In few words, the services given by the company to their customers will be considered as products and those products are sold using the sales order. Each service provided by the company to its customers is defined in the product table with the appropriate information including the most important one which is the price. The business partner window will be used to represent the company and its customers. Receiving a detailed data file from the billing system related to a specific customer, contains all the CDRs generated in terms of service offered to the customer (for example SMS, voice call, etc.). The data are converted ad a sales order and finally the processing generates the exact invoice. The billing process can be defined daily, weekly, or monthly according to the initial information filled in the customer information. 4.4 Faced problems During the realization of the billing project, we have faced some problems that cannot be achieved using Adempiere. One of those problems is the inability of Adempiere to define a pricing plane for a product with different constraints. For example, one of the project requirements is the billing policy which consists on defining many prices for the same service (SMS, voice call) in different cases like day and night prices, working day and holiday prices, also some special prices for a certain limit for special customers. Normally those conditions should be defined together and according to the customer charges we can assign the appropriate price. In fact this can be done by Adempiere but in a different way. We were obliged to define a price for each constraint. This solution was not optimized but it was the only way to do that. 26

32 Chapter 5 Conclusion and perspectives Our objective was to elaborate a billing project based on Adempiere platform due to its open source characteristic. After studying the possibility of the realization, the solution was not taken because the requirements of the project could not be materialized using a CRM tool. In fact because Adempiere was founded for other purposes and could not achieve this type of projects. After restudying the project specifications the team chose to develop the application using classic Java programming language. 27

33 References - Internet websites: o Adempiere o OpenCRX Documentation o Compiere user manual o OpenCRX quick start 28

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin. Oracle WebLogic Foundation of Oracle Fusion Middleware Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.com/in/lawrence143 History of WebLogic WebLogic Inc started in 1995 was a company

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

How To Use Compiere

How To Use Compiere Compiere - An Open Source ERP System 7. Juni 2004 Rechtlicher Hinweis Dieser Beitrag ist lizensiert unter der UVM Lizenz für die freie Nutzung unveränderter Inhalte. Zusammenfassung One area where so far

More information

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES

EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM SCALE INDUSTRIES Volume 3, Issue 10 (October, 2014) Online ISSN-2320-0073 Published by: Abhinav Publication Abhinav International Monthly Refereed Journal of Research in EVALUATION OF OPEN SOURCE ERP FOR SMALL AND MEDIUM

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

Adempiere Business Solutions

Adempiere Business Solutions Adempiere Business Solutions Next Generation Point of Sales Tenth planet Technologies Table of Contents INTRODUCTION... 3 APPLICATION FEATURES:... 3 APPLICATION WORKFLOW... 4 NGPOS REPORTS:... 5 BUSINESS

More information

Wildix Management System (WMS) White Paper

Wildix Management System (WMS) White Paper Wildix Management System (WMS) White Paper February 2007 Author: Giuseppe Innamorato Wildix Management System White Paper Status: Draft 0.1 Page 1 Index: 1. Management Summary...3 2. Document purpose...3

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

How to choose an open source ERP?

How to choose an open source ERP? How to choose an open source ERP? Pierre Spilleboudt Audaxis Profoss ERP conference Nov 18th 2008 AGENDA Why open source ERP? ERP traditional evaluation process Open source ERP new selection criteria et

More information

MetaOption, L.L.C. Implementing ERP Using Microsoft Dynamics Navision

MetaOption, L.L.C. Implementing ERP Using Microsoft Dynamics Navision MetaOption, L.L.C. Implementing ERP Using Microsoft Dynamics Navision Why Implement Microsoft Dynamics Navision (ERP)? Table of Content Serial Number Particulars Page 1 Introduction Why Implement Microsoft

More information

Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB

Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB Compiere ERP & CRM Installation Instructions Linux System - EnterpriseDB Compiere Learning Services Division Copyright 2007 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

opencrx Enterprise Class Open Source CRM

opencrx Enterprise Class Open Source CRM opencrx Enterprise Class Open Source CRM [email protected] What is opencrx? opencrx is an Open Source Standard Solution for CRM (CRM = Customer Relationship Management) opencrx is highly interoperable and

More information

TAO Installation Guide v0.1. September 2012

TAO Installation Guide v0.1. September 2012 TAO Installation Guide v0.1 September 2012 TAO installation guide v0.1 page 2/22 This installation guide provides instructions for installing TAO. For all other aspects of using TAO, please see the user

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

Junifer Utility CIS. Flexibility. Scalability. Cost Effectiveness

Junifer Utility CIS. Flexibility. Scalability. Cost Effectiveness Junifer Utility CIS The volumes associated with Smart Meter rollout can be overwhelming. For instance in just the first two hours of operation, a Smart Meter implementation will generate the same amount

More information

Installation Guide. Tech Excel January 2009

Installation Guide. Tech Excel January 2009 Installation Guide Tech Excel January 2009 Copyright 1998-2009 TechExcel, Inc. All Rights Reserved. TechExcel, Inc., TechExcel, ServiceWise, AssetWise, FormWise, KnowledgeWise, ProjectPlan, DownloadPlus,

More information

Organise Your Business

Organise Your Business Organise Your Business Second CRM On Demand Customer Relationships A Functional Introduction Presentation January, 2013 Organise Your Business Second CRM On Demand Customer Relationships Designed for Small

More information

Installation Guide for Websphere ND 7.0.0.21

Installation Guide for Websphere ND 7.0.0.21 Informatica MDM Multidomain Edition for Oracle (Version 9.5.1) Installation Guide for Websphere ND 7.0.0.21 Page 1 Table of Contents Preface... 3 Introduction... 4 Before You Begin... 4 Installation Overview...

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Business Value of Microsoft System Center 2012 Configuration Manager

Business Value of Microsoft System Center 2012 Configuration Manager Business Value of Microsoft System Center 2012 Configuration Manager Sponsored by: Microsoft Corporation Publish date: February 2013 Abstract: Microsoft System Center 2012 Configuration Manager ( Configuration

More information

Trytond Magento Documentation

Trytond Magento Documentation Trytond Magento Documentation Release 3.4.11.0 Openlabs Technologies & Consulting (P) Limited June 23, 2015 Contents 1 Introduction 3 2 Installation 5 2.1 Installation of Magento Core API extension...............................

More information

The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org

The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org 1 The open source solution for IT Asset Management: CMDB, workflow, interoperability www.cmdbuild.org Tecnoteca Srl [email protected] www.tecnoteca.com The CMDBuild project CMDBuild was born in 2005,

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

How to Define Authorizations

How to Define Authorizations SAP Business One How-To Guide PUBLIC How to Define Authorizations Applicable Release: SAP Business One 8.8 All Countries English September 2009 Table of Contents Introduction... 3 Authorizations Window...

More information

Research on the Model of Enterprise Application Integration with Web Services

Research on the Model of Enterprise Application Integration with Web Services Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business

More information

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere Learning Services Division Copyright 2007 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO Copyright 2005 Shavlik Technologies. All rights reserved. No part of this document may be reproduced or retransmitted in

More information

Compiere 3.2 Installation Instructions Windows System - Oracle Database

Compiere 3.2 Installation Instructions Windows System - Oracle Database Compiere 3.2 Installation Instructions Windows System - Oracle Database Compiere Learning Services Division Copyright 2008 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html Oracle EXAM - 1Z0-102 Oracle Weblogic Server 11g: System Administration I Buy Full Product http://www.examskey.com/1z0-102.html Examskey Oracle 1Z0-102 exam demo product is here for you to test the quality

More information

Solution Documentation for Custom Development

Solution Documentation for Custom Development Version: 1.0 August 2008 Solution Documentation for Custom Development Active Global Support SAP AG 2008 SAP AGS SAP Standard Solution Documentation for Custom Page 1 of 53 1 MANAGEMENT SUMMARY... 4 2

More information

Apache Syncope OpenSource IdM

Apache Syncope OpenSource IdM Apache Syncope OpenSource IdM Managing Identities in Enterprise Environments Version 1.3 / 2012-07-26 Apache Syncope OpenSource IdM by http://syncope.tirasa.net/ is licensed under a Creative Commons Attribution

More information

Managed File Transfer

Managed File Transfer Managed File Transfer How do most organizations move files today? FTP Typically File Transfer Protocol (FTP) is combined with writing and maintaining homegrown code to address its limitations Limited Reliability

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

UDiMan. Introduction. Benefits: Name: UDiMan Identity Management service. Service Type: Software as a Service (SaaS Lot 3)

UDiMan. Introduction. Benefits: Name: UDiMan Identity Management service. Service Type: Software as a Service (SaaS Lot 3) UDiMan Name: UDiMan Identity Management service Service Type: Software as a Service (SaaS Lot 3) Introduction UDiMan is an Enterprise Identity Management solution supporting mission critical authentication

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

More information

A Monitored Student Testing Application Using Cloud Computing

A Monitored Student Testing Application Using Cloud Computing A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA [email protected], [email protected]

More information

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it )

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it ) About Oracle WebLogic Server Oracle WebLogic Server is the industry's best application server for building and deploying enterprise Java EE applications with support for new features for lowering cost

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Statement of Direction

Statement of Direction Microsoft Dynamics SL Statement of Direction Product strategy and roadmap for Microsoft Dynamics SL Date: January 2012 www.microsoft.com/dynamics/sl Page 1 CONTENTS Welcome... 3 Overview of Microsoft Dynamics

More information

To increase scalability, the following features can be integrated:

To increase scalability, the following features can be integrated: Client Requirements Magento Multi Store Ecommerce Management system is an online virtual mall using is Saas based model based Ecommerce Platform where merchants and retailers can sign up and easily create

More information

Microsoft Dynamics AX 2012 R3, clear cut benefits for your Organisation

Microsoft Dynamics AX 2012 R3, clear cut benefits for your Organisation 2012 R3 Microsoft Dynamics AX 2012 R3, clear cut benefits for your Organisation Microsoft Dynamics AX is an enterprise resource planning (ERP) solution for midsize and larger organisations that helps people

More information

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA For EAD and TDM products Value-Adding Software Licenses ABOUT OneAccess OneAccess designs and develops a range of world-class multiservice routers for over 125 global service provider customers including

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com [email protected]. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com [email protected] 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

SIEBEL EBILLING MANAGER AND BILLING ANALYTICS SELF- SERVICE SOLUTIONS

SIEBEL EBILLING MANAGER AND BILLING ANALYTICS SELF- SERVICE SOLUTIONS SIEBEL EBILLING MANAGER AND BILLING ANALYTICS SELF- SERVICE SOLUTIONS Oracle s Siebel Customer Relationship Management (CRM) applications enable organizations to more effectively sell to, market to, and

More information

Data processing goes big

Data processing goes big Test report: Integration Big Data Edition Data processing goes big Dr. Götz Güttich Integration is a powerful set of tools to access, transform, move and synchronize data. With more than 450 connectors,

More information

Connect Getting Started Guide. Connect 2.1.1 Getting Started Guide

Connect Getting Started Guide. Connect 2.1.1 Getting Started Guide Connect 2.1.1 Getting Started Guide Page 1 of 22 Internetware Limited, 2008 Welcome...3 Introduction...3 What s new in 2.1...3 Technical Requirements...4 How does Connect work?...5 Application Connectors...5

More information

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module WHITE PAPER May 2015 Contents Advantages of NEC / Iron Mountain National

More information

GMI CLOUD SERVICES. GMI Business Services To Be Migrated: Deployment, Migration, Security, Management

GMI CLOUD SERVICES. GMI Business Services To Be Migrated: Deployment, Migration, Security, Management GMI CLOUD SERVICES Deployment, Migration, Security, Management SOLUTION OVERVIEW BUSINESS SERVICES CLOUD MIGRATION Founded in 1983, General Microsystems Inc. (GMI) is a holistic provider of product and

More information

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Version 1.1 September 2014 Revision History Date Version Description Author 09/28/2014 1.0 Updates associated

More information

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS)

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS) ManageEngine (division of ZOHO Corporation) www.manageengine.com Infrastructure Management Solution (IMS) Contents Primer on IM (Infrastructure Management)... 3 What is Infrastructure Management?... 3

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

6.2 Reporting BIPublisher Improvements

6.2 Reporting BIPublisher Improvements 6.2 Reporting BIPublisher Improvements Paul Hamill Senior Director, OTM Development 2011 OTM SIG Philadelphia, PA August 16-18, 2011 Safe Harbor Statements The following is intended

More information

COMPARATIVE STUDY OF FOSS ERP TOOLS

COMPARATIVE STUDY OF FOSS ERP TOOLS ABSTRACT COMPARATIVE STUDY OF FOSS ERP TOOLS ANUBHAV KUMAR*; DR. P C GUPTA** *Research Scholar, JNU Jaipur, India. **Associate Professor, Kota University, Kota, India. An ERP is a new phenomenon within

More information

Papermule Workflow. Workflow and Asset Management Software. Papermule Ltd

Papermule Workflow. Workflow and Asset Management Software. Papermule Ltd Papermule Workflow Papermule Workflow - the power to specify adaptive and responsive workflows that let the business manage production problems in a resilient way. Workflow and Asset Management Software

More information

For instance, consider a customer order process. Documents such as orders can originate from paper

For instance, consider a customer order process. Documents such as orders can originate from paper 1 P a g e What is the Document Management Lifecycle? The Document Management Lifecycle is a concept that describes the four stages documents and data pass through within an organization. Understanding

More information

BMC Remedy vs. IBM Control Desk. How to choose between BMC Remedy and IBM Control Desk December 2014

BMC Remedy vs. IBM Control Desk. How to choose between BMC Remedy and IBM Control Desk December 2014 BMC Remedy vs. IBM Control Desk How to choose between BMC Remedy and IBM Control Desk December 2014 Version: 1.0 Date: 21/12/2014 Document Description Title BMC Remedy vs. IBM Control Desk Version 1.0

More information

By Makesh Kannaiyan [email protected] 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan [email protected] 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time Implementing efficient system i data integration within your SOA The Right Time for Real-Time Do your operations run 24 hours a day? What happens in case of a disaster? Are you under pressure to protect

More information

Promotional Products Supplier Packet

Promotional Products Supplier Packet Promotional Products Supplier Packet A Better Business Approach Revision: 1.0 ABBASOFT TECHNOLOGIES 23161 Mill Creek Drive #360 Laguna Hills, CA 92653 Phone: 949.830.5113 Fax: 949.830.1304 E-mail: [email protected]

More information

Your complete guide to installing the info@hand Self-Service Portal and estore.

Your complete guide to installing the info@hand Self-Service Portal and estore. Your complete guide to installing the info@hand Self-Service Portal and estore. Install the Portal & estore as shrink-wrapped software, or as add-ons to an existing Joomla! installation. Then configure

More information

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser Kaseya Product Brief The Kaseya Platform Making your systems more secure, your staff more productive, your services more reliable and your results easier to validate. No matter what part of Kaseya s integrated

More information

Global Enterprise Business Management Platform Interactive, Intelligent with Controls to Ensure Profit

Global Enterprise Business Management Platform Interactive, Intelligent with Controls to Ensure Profit Global Enterprise Business Platform Interactive, Intelligent with Controls to Ensure Profit Sales and Sales Force Customer Relationship Supply Chain Stores & Purchase Production Product Data Scheduling

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

SMART Solutions for Active Directory Migrations

SMART Solutions for Active Directory Migrations SMART Solutions for Active Directory Migrations Challenges of Active Directory Migrations Types of Active Directory Migrations Intra- Forest Migration between Domains in the Same Forest Separate a Forest

More information

Application Note. Gemalto s SA Server and OpenLDAP

Application Note. Gemalto s SA Server and OpenLDAP Application Note Gemalto s SA Server and OpenLDAP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall

More information

TECHNICAL REFERENCE. Version 1.0 August 2013

TECHNICAL REFERENCE. Version 1.0 August 2013 TECHNICAL REFERENCE Version 1.0 August 2013 Technical Reference IPWeb 1.0 Copyright EVS Broadcast Equipment S.A. Copyright 2013. All rights reserved. Disclaimer The information in this manual is furnished

More information

Running your business does not have to be complicated

Running your business does not have to be complicated Sage X3 for Retail Sage for Retail Adopt a faster, simpler, more flexible business and retail management solution with full CRM and HRM capabilities all rolled into one. With Sage X3, you are choosing

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 If you are upgrading... 1 Installation Choices... 1 ZENworks

More information

SysAidTM Product Description

SysAidTM Product Description SysAidTM Product Description September 2006 IT Challenges As the ratio of computers to IT staff grows, so does the visibility of the IT department in organizations. Efficiency and responsiveness has become

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Perfect Customer Relationship Management (CRM) System

Perfect Customer Relationship Management (CRM) System Al-Andalus Software Development & Technology Co. Perfect Customer Relationship Management (CRM) System Product Overview Overview Perfect Customer Relationship Management (CRM) System empowers your sales,

More information

Pelco by Schneider Electric Chooses BPMonline to Automate Sales in 26 Countries

Pelco by Schneider Electric Chooses BPMonline to Automate Sales in 26 Countries Pelco by Schneider Electric Chooses BPMonline to Automate Sales in 26 Countries Pelco by Schneider Electric selected BPMonline to deliver an integrated global sales forecasting and opportunity management

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER

MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER MIGRATING TO AVALANCHE 5.0 WITH MS SQL SERVER This document provides instructions for migrating to Avalanche 5.0 from an installation of Avalanche MC 4.6 or newer using MS SQL Server 2005. You can continue

More information

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd.

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd. GFI LANguard 9.0 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Secret Server Qualys Integration Guide

Secret Server Qualys Integration Guide Secret Server Qualys Integration Guide Table of Contents Secret Server and Qualys Cloud Platform... 2 Authenticated vs. Unauthenticated Scanning... 2 What are the Advantages?... 2 Integrating Secret Server

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

GenericServ, a Generic Server for Web Application Development

GenericServ, a Generic Server for Web Application Development EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract

More information

1z0-102 Q&A. DEMO Version

1z0-102 Q&A. DEMO Version Oracle Weblogic Server 11g: System Administration Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version

More information

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT Situation Microsoft IT needed to evolve their Configuration Manager 2007-based environment that used homegrown application distribution services to meet the self-service needs of Microsoft personnel. Solution

More information

Servoy the first choice to deliver Software as a Service (SaaS) platform to accommodate fast, better and cheap application development to Java.

Servoy the first choice to deliver Software as a Service (SaaS) platform to accommodate fast, better and cheap application development to Java. Servoy the first choice to deliver Software as a Service (SaaS) platform to accommodate fast, better and cheap application development to Java. Servoy has a better software development mousetrap for quickly

More information

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip. Reflection DBR USER GUIDE 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Page 1 of 1 Table of Contents Overview 3 Reflection DBR Client and Console Installation 4

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

Alcatel OmniPCX Office

Alcatel OmniPCX Office Alcatel OmniPCX Office PIMphony the power of speech for your Contact Manager Software CTI Integration Guide PIMphony CTI Integration Guide Edition 1 Alcatel 2004 page 1 Alcatel OmniPCX Office PIMphony

More information