Skip to main content
1-Visitor
December 30, 2021
Solved

How to perform feature operations such as delete, resume, suppress and replace in WebLink

  • December 30, 2021
  • 2 replies
  • 2446 views
I am using Creo Parametric 8.0 8.0.1.0

How to perform feature operations such as delete, resume, suppress and replace. I have been using pfcSolid.ExecuteFeatureOps() API which causes error pfcXToolkitBadContext. I searched through PTC documents and most of them are referring to enable deprecated config options CS181059. I want to set configuration option regen_failure_handling to resolve_mode however it requires special key as per CS260154.
Please provide the special key mentioned in the CS260154 or an alternative function to perform these feature operations in WebLink

Here are the errors that I faced
While using regen_failure_handling config option, user is presented with the warning message To use a deprecated config option, you will need to supply an authorization code with allow_deprecated_config. Please see article CS260154 for more information.
    Best answer by rghadge

    Starting from Creo 7.0 ExecuteFeatureOps() not work anymore. Refer to the article - https://www.ptc.com/en/support/article/CS340286.
     

    2 replies

    24-Ruby III
    December 30, 2021

     Hi,

     

    Open a new case with Technical Support with following information to obtain the key to allow usage of the config:

    • The config option(s) in question,
    • Use case/workflow for using the config option,
    • Steps taken to accomplish the same task without the config option.

    Link: https://support.ptc.com/apps/case_logger_viewer/cs/auth/ssl/log 

    rghadge17-PeridotAnswer
    17-Peridot
    April 1, 2022

    Starting from Creo 7.0 ExecuteFeatureOps() not work anymore. Refer to the article - https://www.ptc.com/en/support/article/CS340286.