Introduction to Setting up TM1 Server (1) - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction to Setting up TM1 Server (1)

Description:

cognos is composed of nearly three dozen software products. Because Cognos is built on open standards, the software products can be used with relational and multidimensional data sources from multiple vendors, including Microsoft, NCR Teradata, SAP and Oracle. Maxonlinetraining.com Cognos10.1 online training course will provide the candidates to understand the Cognos Architecture and other products majorly. IT involves in –depth realization of the Cognos Framework Manager such as creation of Data Source Connection for database and Power play cube. In addition, it covers key aspects of Query Studio, Report Studio and Cognos Connection. Register Now and Turn your carrier.Any Queries feel free to contact us 24/7 support +1 940 440 8084 / +91 953 383 7156. visit our website - now: – PowerPoint PPT presentation

Number of Views:46
Slides: 32
Provided by: maxonlinetr
Tags:

less

Transcript and Presenter's Notes

Title: Introduction to Setting up TM1 Server (1)


1
(No Transcript)
2
Cognos TM1
  • Its an enterprise planning software platform that
    can transform your entire planning life cycle
  • From target setting and
  • Budget to reporting
  • Scorecarding
  • Analysis and forecasting
  • TM1 Deploys
  • A distributed and client server architecture
  • That consists of IBM Cognos TM1 Server
  • To which a different combination of clients can
    connect

3
(No Transcript)
4
Cognos TM1 Provides
  • TM1 Architect
  • TM1 Perspectives
  • TM1 Web Client
  • TM1 Application Portal
  • Performance Modeler
  • Cognos Insight

USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
5
TM1 Client Server Architecture
FREE Interactive Live Demo https//goo.gl/9ywcZ2
6
TM1 Web Architecture
EnrollNow  https//goo.gl/vUYK17
7
FREE Interactive Live Demo https//goo.gl/9ywcZ2
8
  • USA 1 940 440 8084 91 953 383 7156 E
    info_at_maxonlinetraining.com
  • Visit www.maxonlinetraining.com

9
(No Transcript)
10
EnrollNow  https//goo.gl/vUYK17
11
FREE Interactive Live Demo https//goo.gl/BEZEht
12
Setting up TM1 Server
  • There are 3 ways to run TM1 Server
  • i) As a service
  • ii) As a desktop application
  • iii) As a local server

USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
13
TM1 10.2.2 Deployment
Server components You can install the following
server components on separate dedicated
computers Cognos TM1 Admin Server and Cognos TM1
Server Cognos TM1 Web Cognos TM1 Application
Server Client components You can install the
following client components on multiple
computers Cognos TM1 Perspectives Cognos TM1
Architect Cognos TM1 Performance Modeler Cognos
Insight
FREE Interactive Live Demo https//goo.gl/BEZEht
14
USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
15
(No Transcript)
16
FREE Interactive Live Demo https//goo.gl/BEZEht
17
EnrollNow  https//goo.gl/vUYK17
18
EnrollNow  https//goo.gl/vUYK17
19
FREE Interactive Live Demo https//goo.gl/BEZEht
20
EnrollNow  https//goo.gl/vUYK17
21
FREE Interactive Live Demo https//goo.gl/BEZEht
22
Cognos TM1 - Worksheets
USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
23
Attend FREE Interactive Live Demo Enroll Now
https//goo.gl/5FKhYv
24
How to start Cognos TM1 server
  • USA 1 940 440 8084 91 953 383 7156 E
    info_at_maxonlinetraining.com
  • Visit www.maxonlinetraining.com

25
  • When the TM1 server is started, all TM1 data is
    loaded from the TM1 data directory into RAM on
    the server machine.
  • While the TM1 server is running, all cube data
    resides in RAM. All edits received from TM1
    clients are stored in a transaction log file
    named Tm1s.log.
  • TM1 clients retrieve cube values from the server.
    Clients also send edits to cube values to the TM1
    server.
  • When the TM1 server is shut down, or when an
    explicit Save Data command is issued, any changes
    to cube values are written from the transactional
    log file to the data directory.
  • On startup, the remote server loads dimensions
    and cubes from the data directory into the server
    machine RAM. At the same time, the server opens a
    new transactional log file called Tm1s.log in the
    data directory. After the cubes are loaded, the
    remote server is available.

Attend FREE Interactive Live Demo Enroll Now
https//goo.gl/5FKhYv
26
  • The remote TM1 server registers itself with one
    or more Admin Servers so that clients can connect
    to the remote TM1 server.
  • Client applications contact Admin Servers to
    locate available TM1 servers. The clients log
    into the TM1servers whose data they want to
    access.
  • Clients edit the cube data, sending the values
    back to the TM1 server.
  • As new values are received from clients,
    the TM1 server writes the records to the Tm1s.log
    file, keeping track of every data change,
    including the date and time the edit occurred,
    and the ID of the client who made the edit.
  • As the server calculates new values in response
    to client requests, the server stores them in
    memory, increasing the amount of memory used by
    the server.

USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
27
  • When the server shuts down, all records in the
    Tm1s.log file are saved to disk, and the
    transaction log file is renamed by appending a
    date/time stamp to it. The Tm1s.log file is saved
    in the server's data directory to back out data
    transactions
  • If the server is intentionally shut down without
    saving the changes, the log file is saved with a
    time/date stamp and the extension is changed to
    .rej. You can process the Tm1syyyymmddhhmmss.rej
    file through TurboIntegrator to recover the
    transactions.
  • To save all changes to the data on a TM1 server
    at any time without shutting down the server,
    right-click a server in Server Explorer and
    Click Save Data.

USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
28
  • All records in the Tm1s.log file are immediately
    written to disk, the transaction log file is
    renamed by appending a date/time stamp to it, and
    a new Tm1s.log file is created to accept any
    subsequent edits to cube values. Any changes to
    the metadata, such as dimension definitions and
    cube definitions, are immediately saved to disk.
    The changes to the metadata are not written to
    the transaction log file.

FREE Interactive Live Demo https//goo.gl/9ywcZ2
29
USA 1 940 440 8084, IND 91 953 383
7156 Email Id info_at_maxonlinetraining.com
30
EnrollNow  https//goo.gl/vUYK17
COGNOS TM1 Files Overview
31
  • We have 6 Experienced SAP Certified Trainers.
  • CONTACT US For Additional Assistance , Course
    Details, Demo and Batch Scheduling Information,
    Get the details from
  • MAXONLINETRAINING.COM
  • USA 1 940 440 8084            IND 91 953
    383 7156
  • E-Mail ID info_at_maxonlinetraining.com
  • Visit www.maxonlinetraining.com
Write a Comment
User Comments (0)
About PowerShow.com