How exactly did you specify the threads parameter? Could you show a screen shot of the advanced parameter list? Can you please also try to give 1067 (the parameter's number) as parameter name in the dialog?
Did the solve actually start or may it be that CPLEX just takes a long time to build up the model? To check this you can check the "export model" box on the advanced parameter tab and specify a model file (preferably with extension .sav). That file is written immediately before CPLEX starts to actually optimize your problem.
You can also use that model file and load it into the interactive optimizer (cplex.exe) and analyze solver performance in the interactive optimizer (or even use the tuning tool).
#CPLEXOptimizers#DecisionOptimization