finding octane

Get news from our subject-matter experts

arrow

Best Practices for maximumports in TM1: Avoiding PAW Connection Failures

Comment_Icon_black0
Alarm_Icon_12 min

Problem Summary: Users encounter a "Logging on to the server failed" error when opening PAW reports when their }clientproperties have maximumports set to non-zero values (1-10). Root Cause: The issue stems from PA Workspace's modern architecture 2.1.5: The client makes multiple simultaneous requests to the TM1 Server for improved throughput Each request requires a separate connection The application uses asynchronous processing to enhance performance and user experience When maximumports is set too low (1-10), it restricts the number of concurrent connections the client can establish, causing ...

Line_2015

A Developer’s guide: Avoiding File Lock conflicts in TI with AsciiOutput

Comment_Icon_black0
Alarm_Icon_13 min

What is ASCIIOutputOpen In IBM Planning Analytics (TM1), TurboIntegrator (TI) processes are essential for automating data operations. One of the most useful functions in TI scripting is ASCIIOutputOpen, which allows you to open a file for writing ASCII data. Whether you need to create a new file or append data to an existing one, this function provides the flexibility to control file access and modifications efficiently. Key Features of ASCIIOutputOpen Append or Overwrite: Choose whether to overwrite an existing file or add new data to the end. Shared Read Access: Enable other processes or ...

Line_2015