PDA

View Full Version : Surfacing and Assembly-Parametric Modules


luigimilano
11-04-2003, 07:36 AM
I've installed license server 12.02 on hp-ux and OSD Modeling 12.01 on Win XP. Why Surfacing and Assembly-Parametric modules do not start any more?

Thanks

John Scheffel
11-04-2003, 10:05 AM
We just encountered the same problem. You probably have a combined Relations license which includes both Assembly and Parametrics. Try entering the following on the command line to see if it activates both modules.

(activate-dyn_relations)

For some reason we can activate both modules with this command, but cannot activate them separately. We have submitted a defect report to CoCreate support on this issue. You might want to do the same just to let them know it's affecting other customers.

If the above command works, you can modify your all_modules.dat file to change the contents of the Modules menu. Here is the relevant section from our all_modules.dat file. We commented code for the Assembly and Parametrics checkboxes, and added code to create a single checkbox for both.

("DYNAMIC_RELATIONS"
:label "Assembly+Parametric"
:act-fun (activate-dyn_relations)
:deact-fun (deactivate-dyn_relations)
:init :early
:special :demo)

;("DYNAMIC_ASSEMBLY"
; :label "Assembly"
; :act-fun (activate-dynamic_assembly)
; :deact-fun (deactivate-dynamic_assembly)
; :init :early
; :special :demo)

;("DYNAMIC_PARAMETRICS"
; :label "Parametrics"
; :act-fun (activate-dynamic_parametrics)
; :deact-fun (deactivate-dynamic_parametrics)
; :init :early
; :special :demo)

luigimilano
11-05-2003, 09:39 PM
Thank-you very much John
now it's all right

luigimilano
11-05-2003, 10:08 PM
Remain the problem on Surfacing license

Thanks

John Scheffel
11-06-2003, 10:20 AM
Surfacing does require a separate codeword that needs to be updated for version 12. You might want to check with the CoCreate person who supplied your license codewords.