Learn how to integrate Excel files into SEI or SQL databases, using ODBC technology to combine Excel data with ERP...
Latest posts
-
Integrating Excel Files into SEI and SQL for Global Reporting via ODBCRead more -
VAT Simulation Before Invoice Generation in Sage X310/24/2024Read moreLearn how to simulate VAT in Sage X3 before generating an invoice, enabling accurate financial forecasts that include...
-
Optimizing Imports in Sage X3 with Multithread Batch Processing10/24/2024Read moreLearn how to optimize imports in Sage X3 with multithread batch processing by parallelizing tasks to reduce execution...
-
Document Download in Sage X3 Using 4GL Language01/19/2024Read moreExplore a method for Sage X3 developers to enhance user experience by simplifying document downloads from the server...
-
In-Depth Exploration of the New Container Management Feature in Sage X308/30/2023Read moreDiscover the revolutionary Container Management feature in Sage X3. Enhance operational efficiency and traceability...
-
EXEC_JS / streamline.js / Sage X3 Syracuse Javascript bundles07/19/2022Read moreSage X3: Overcoming Limitations with the Bridge between 4GL and JavaScript Sage X3 4GL can sometimes encounter...
-
Capturing Detailed Errors After a Silent Import in Sage X312/16/2021Read moreDiscover how to effectively capture detailed errors after performing a silent import in Sage X3. Learn methods to...
-
How to connect an external database in Sage Enterprise Intelligence with an identifier containing a dot ?12/15/2021Read moreLearn how to address issues with special characters in database identifiers when using Sage Enterprise Intelligence....
-
Exploring the ATEXTRA Table for Storing Translated Text in Applications12/15/2021Read moreDive into the ATEXTRA table, a crucial tool for storing translated text within applications. Discover how it manages...
-
Troubleshooting Sage X3 Folder Validation Errors12/15/2021Read moreLearn about common validation errors when creating or importing folders in Sage X3 and how to resolve them.
Blog categories
Search in blog
Troubleshooting Sage X3 SVG Folder Configuration
At times, your server installation may suffer from a lack of space, preventing the execution of DOSEXTRA.
Your cloud partner might demand recurring payments for a simple disk extension.
Meanwhile, you have several other disks with available free space.
Problem:
The management console and Sage X3 cannot directly read remote standalone SVG folders.
You can only reference existing folders, solutions, or subfolders within them.

Prerequisite:
- You need administrative access to the server.
Solution:
- Delete the SVG folder.
- Create a new SVG folder in a location with available disk space (e.g., E:\REMOTESVG).
- Execute the following command line:
|
mklink /J D:\SageX3\X3T\Dossiers\[FOLDER]\SVG E:\REMOTESVG Junction created for D:\SageX3\X3T\Dossiers\[FOLDER]\SVG <<===>> E:\ REMOTESVG |
This creates a folder link, not a shortcut, pointing to the destination.
The type remains "file folder."

This approach leverages the Command Line Windows standard mklink function to trick the console.
Related posts
-
Exploiting Software Security Vulnerabilities in Sage X3
12/08/2021Learn about a non-standard approach to exploiting a security breach in Sage X3 software.Read more -
The Impact of Cloud Computing on Sage X3 Debugger Tools
12/08/2021Explore the significant changes in Sage X3 debugger tools brought about by cloud computing and the challenges faced...Read more -
Troubleshooting Sage X3 Folder Validation Errors
12/15/2021Learn about common validation errors when creating or importing folders in Sage X3 and how to resolve them.Read more -
Exploring the ATEXTRA Table for Storing Translated Text in Applications
12/15/2021Dive into the ATEXTRA table, a crucial tool for storing translated text within applications. Discover how it manages...Read more -
Capturing Detailed Errors After a Silent Import in Sage X3
Discover how to effectively capture detailed errors after performing a silent import in Sage X3. Learn methods to...Read more
Leave a comment