Find

Announcement
· Oct 31

[Video] Source Control Interoperability Productions in a Decomposed Format

Hey Community!

We're happy to share a new video from our InterSystems Developers YouTube:

      ⏯  Source Control Interoperability Productions in a Decomposed Format @ Ready 2025

 

The demo shows how to use embedded Git in IRIS to decompose interoperability productions into separate files. Instead of one large class file, each production item is exported as its own .PTD file. This makes source control cleaner, reduces merge conflicts, and lets multiple developers edit the same production independently, while everything in IRIS still looks and works the same.

🗣 Presenter: @Pravin Barton, Development Manager, InterSystems

Enjoy watching, and subscribe for more videos! 👍

Discussion (0)1
Log in or sign up to continue
Article
· Oct 31 3m read

Wireless Access Points: Enhancing Connectivity in Modern Networks

In today’s digital era, uninterrupted wireless connectivity has become a necessity for both personal and professional environments. A Wireless Access Point (WAP) plays a key role in delivering seamless wireless communication within a network. Acting as a bridge between wired and wireless networks, it enables multiple devices to connect to a local area network (LAN) using Wi-Fi. The efficiency and performance of a network depend significantly on the quality and configuration of its access points.

What is a Wireless Access Point?
A Wireless Access Point is a networking device that allows Wi-Fi-enabled devices to connect to a wired network. It connects to a router, switch, or hub via an Ethernet cable and projects a wireless signal to a designated area. In large organizations, multiple access points are used to extend Wi-Fi coverage across buildings and campuses. Unlike a simple Wi-Fi router, which combines routing and wireless functionality, a WAP solely focuses on managing wireless communication, offering greater scalability and reliability for growing networks.

How Wireless Access Points Work
The operation of a Wireless Access Point is relatively straightforward. When a device with Wi-Fi capability sends a request to access the network, the WAP receives the signal, authenticates the user, and forwards the data to the main network infrastructure. It functions as a central transmitter and receiver of wireless radio signals, managing communication between devices and ensuring efficient data transfer. Modern access points support various wireless standards, such as Wi-Fi 5 (802.11ac) and Wi-Fi 6 (802.11ax), which deliver higher speeds, better coverage, and improved performance.

Benefits of Using Wireless Access Points
Wireless Access Points offer several advantages over traditional wireless routers. They provide greater coverage, allowing users to stay connected throughout large areas without signal drops. WAPs can handle numerous simultaneous connections, making them ideal for offices, schools, and public venues. They also enable centralized management, where administrators can monitor, control, and secure all access points through a single interface. Moreover, the scalability of WAP systems allows businesses to expand their wireless network effortlessly as their needs grow.

Applications of Wireless Access Points
Wireless Access Points are widely used in various settings, including corporate offices, educational institutions, hospitals, and hospitality industries. In corporate environments, they ensure stable and fast wireless communication among employees and departments. Educational campuses rely on WAPs to provide internet access to students and staff across multiple buildings. In hospitality and retail sectors, access points deliver reliable Wi-Fi services to customers, enhancing user experience and engagement.

Conclusion
Wireless Access Points have revolutionized how networks operate, promoting mobility, flexibility, and productivity. As organizations increasingly depend on wireless communication, investing in advanced WAP technology ensures efficient connectivity and data transmission. Whether deployed in small offices or large enterprises, WAPs remain a vital component of modern IT infrastructure, shaping the future of seamless wireless networking.

Discussion (0)1
Log in or sign up to continue
Discussion (0)1
Log in or sign up to continue
Question
· Oct 31

Visual Studio terminal crashes when executing a simple set instruction

Hi,

I'd like to report a really strange behavior of the Intersystems Lite Terminal after executing a simple ObjectScript instruction.

From the Intersystems Lite terminal, execute the following instructions:

- Set uniqueId = "12345678_1"
- Set uniqueId = $p(uniqueId,"_",1)_"_"_($p(uniqueId,"_",*)+1)
After executing the second instruction, the terminal closes without any error.

Even stranger, when the second instruction is executed with 2 instead of 1, it executes correctly:
- Set uniqueId = "12345678_1"
- Set uniqueId = $p(uniqueId,"_",1)_"_"_($p(uniqueId,"_",*)+2)
- Write uniqueId
12345678_3

Installed Versions

VS

Version: 1.105.1 (user setup)
Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084
Date: 2025-10-14T22:33:36.618Z
Electron: 37.6.0
ElectronBuildId: 12502201
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

Extensions

Identifier

intersystems-community.vscode-objectscript

Version

3.2.0

Identifier

intersystems-community.servermanager

Version

3.10.5

Does anyone have any ideas on how to get around this problem?

Regards

Rudy

2 Comments
Discussion (2)3
Log in or sign up to continue
Announcement
· Oct 31

Halloween sur Global Masters - joignez-vous avant le 3 novembre

Salut la Communauté !

Sur Global Masters, nous vous avons préparé une toute nouvelle aventure d'Halloween 🎃

Incarnez un ingénieur en chef chez PumpkinOps et découvrez ce qui hante le système. Menez l'enquête, stabilisez la version et gagnez jusqu'à 120 points pour votre travail.

Terminez toutes les tâches avant le 3 novembre pour recevoir 50 points bonus ! ⚡️

👉Cliquez ici pour commencer l'enquête

Pas encore membre de Global Masters ? Rejoignez-nous dès maintenant avec vos identifiants InterSystems SSO (les mêmes que ceux utilisés sur DC). 
Pour en savoir plus sur le programme de gamification de Global Masters pour les développeurs, cliquez ici.

Discussion (0)1
Log in or sign up to continue