Skip to main content
1-Visitor
August 11, 2020
Question

Pfc::XtoolkitCantModify error while trying to connect to creo in other systems.

  • August 11, 2020
  • 2 replies
  • 1456 views

The connection string
 Async = CAsync.Connect(Nothing, Nothing, Nothing, 15)
works fine on my system

But the same connection string throws TOOLKITCANTMODIFY error on other systems when running the built exe file. Why is this happening?


2 replies

14-Alexandrite
August 12, 2020

Try running vb_api_register.bat with admin rights in a machine where you want to execute this program. this enables VB API in that system. This file exist in parametric\bin directory.

21-Topaz I
August 12, 2020

Some previous case reports that this error message happened due to some typo in some env var.

Given that the issue happens in a different workstation than yours, it seems like a probable cause.