Pages

Wednesday, April 16, 2025

udiMagic v12 Release 6.1

Problem Description
udiMagic application fails to detect the USB drive when you click the "Get USB Serial" button during the License Activation process for certain drive models.

Affected versions
udiMagic v12 Release 6.0 and lower.

Solution
This issue has been fixed in udiMagic v12 Release 6.1

Wednesday, April 9, 2025

Behaviour of Import when exceptions exist

Tally Prime 3.0

Tally Prime 3.0 includes a new option "Behaviour of Import when exceptions exist" under the menu option "Import >> Configuration". 

This allows us to configure the import process. The values are:
- Stop import at First Exception
- Record Exceptions and Import (Default in Tally)
- Ignore Exceptions and Import

Tally Prime 4.0

Tally Prime 4.0 includes a new tag named <EXCEPTIONS> in the Tally Response when a POST request is sent to Import Masters or Vouchers.

IMPORTANT

1. This tag i.e. <EXCEPTIONS> was missing in Tally Prime 3.0. Hence, exceptions cannot be tracked in Tally Prime 3.0 programmatically by External software.

2. udiMagic users are advised to change the default value for the said option as shown below:

Behaviour of Import when exceptions exist:  Ignore Exceptions and Import

Monday, April 7, 2025

udiMagic v12 Release 6.0

Problem Description

Unable to use udiMagic Software (i.e. activate the license or import data into Tally) when the Regional format is set to Indonesia in "Windows >> Control Panel >> Region >> Additional Settings".

Cause of Problem

When the Regional format is set as "Indonesia" in Windows Control Panel, the decimal separator is set as comma and the thousand separator is set as dot. This causes the udiMagic application to behave abnormally.

Solution

udiMagic now checks and prompts to update the Regional Settings from within the application itself. Once the settings are updated, the application must be restarted to take effect and then it works normally.

Note:
udiMagic configures the Regional format (in the Windows Regional Settings) as shown below:

Decimal Separator is set as dot (.)
Thousand Separator is set as comma (,)
List Separator is set as comma (,)

Thursday, April 3, 2025

udiMagic v12 Release 5.9

Error: UTF8: An unexpected continuation byte in 2-byte UTF8. Path '', line1, position 359 (offset 358)

Problem Description
The aforesaid error occurs when we import any Standard Excel template data which contains UNICODE characters.

Example:
StockItem Name: BOTTOM CUP (SIL-006)Ø110x4.0 PUN_SFG0186

Affected versions

udiMagic v12 Release 5.3 to udiMagic v12 Release 5.8

Solution
This issue has been fixed in udiMagic v12 Release 5.9


udiMagic v12 Release 5.8

Error: Access violation

Problem Description
When we try to import any Old Excel Template file which contains FETCHOBJECT tags, the aforesaid error occurs.

Affected versions
udiMagic v12 Release 5.1 to udiMagic v12 Release 5.7

Fixes
This issue has been resolved in udiMagic v12 Release 5.8


Wednesday, April 2, 2025

udiMagic v12 Release 5.7

ReadTimeOut

The default ReadTimeOut value has been updated from 5 seconds to 30 seconds.

This value can be overridden by specifying the ReadTimeOut value under [Tally] section in the configuration (INI) file as shown underneath:

[Tally]
ReadTimeOut=30000


Notes:
1. The value for ReadTimeOut must be specified in milli-seconds.
2. In ReadTimeOut=30000, there must be no spaces on the either side of equal-to sign.