Error: Invalid Trigger Name: Please make sure that the Process Name is less than 95 characters

Hi experts,
I’m facing a problem, Error: Invalid Trigger Name: Please make sure that the Process Name is less than 95 characters “pq__Processes_06060101WMS_wua31aqacc47427clspa25bz53khq1ebpm7n8c903b6ule34b”
the bpmn is sync from ARIS, and the process id in bpmn can’t be changed, when I upload bpmn, IS occurs errors:
Generating triggers for “06.06.01.01 ???-WMS??”…
Error: Invalid Trigger Name: Please make sure that the Process Name is less than 95 characters “pq__Processes_06060101WMS_wua31aqacc47427clspa25bz53khq1ebpm7n8c903b6ule34b”
Error: Build of process “06.06.01.01 ???-WMS??” failed. The log file might have more information.
com.webMethods.process.generator.exception.GenerationException:
at com.webMethods.process.generator.TriggerGenerator.createOrUpdateTransitionTrigger(TriggerGenerator.java:1927)
at com.webMethods.process.generator.TriggerGenerator.createNSTrigger(TriggerGenerator.java:714)
at com.webMethods.process.generator.TriggerGenerator.generateTriggers(TriggerGenerator.java:256)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:366)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:491)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:321)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:94)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253)
… 31 more

however, it can be uploaded in test environment without error. it is weird :?
by the way,webMethods version is 9.8 and didn’t install any fix.


pq__Processes_06060101WMS_wua31aqacc47427clspa25bz53khq1ebpm7n8c903b6ule34b
is 75 characters.

Could anyone help?
thanks in advance.

hello? anybody here?

HELP,PLEASE

Hi,

From the look of the puny-encoded name of your process name, it looks like it may have double-byte characters (accented characters, symbols, asian characters, etc). Is it so?

If all characters are of 16bits size, how many bytes does the process name has?

Also, you really should apply all the current fixes. Many of the PRE fixes where, at some point, related to process name problems.

Best Regards,

thanks for your advice, I will consider upgrade.