Siebel 8.1 weird WF validation error

We got the below error message while validating a workflow in Siebel 8.1

Validation failed for the workflow process 'XYZ' for the branch 'Connector 33' The 'WF Branch Criteria Value' - field such as LO_.. or HI_.. for the respective data type is null or empty.

Solution:

Run the sql below with the source as workflow row id, you will see all the branch conditions in your workflow. Pick the one which has the same name as the error message, isolate the wf step (you can modify this sql to get that) and then delete and re-add the condition step.

SELECT WFBRANCRIT.ROW_ID, WFBRANCRIT.NAME, WFBRANCRIT.BRANCH_ID

FROM SIEBEL.S_WFR_PROC WF, SIEBEL.S_WFR_STP WFSTEP, SIEBEL.S_WFR_STP_BRNCH WFSTPBRANCH, SIEBEL.S_WFR_PROC_FLOW WFSTEPCON, SIEBEL.S_WFR_COND_CRIT WFBRANCRIT

WHERE WF.ROW_ID = WFSTEP.PROCESS_ID (+)

AND WFSTEP.ROW_ID = WFSTPBRANCH.STEP_ID (+)

AND WFSTPBRANCH.ROW_ID = WFSTEPCON.FOR_BRNCH_ID (+)

AND WFSTPBRANCH.ROW_ID = WFBRANCRIT.BRANCH_ID (+)

AND WF.ROW_ID = '1-6ZROH'

Courtsey: Jayadev Unnithan

Comments

armoredkin said…
Defect 12-1VK09JB(Workflow Validation Problem in Siebel Tools Local 8.1.1.1 patch) has been logged and also fixed in 8.1.1.2 Fix Pack and 8.0.0.9 Fix Pack.

Upgrade Siebel version, Re-Import the workflow, Publish/Validate the workflow.
Joselo said…
Great Job!!

In our environment 8.1.1.7, we upgrade from 8.1.1.1 to 8.1.1.7 so we had to apply ACR's in order to patch it. But during WF activation it send that weird error..
I used your query to find out which branches were wrong and I note that WFBRANCRIT.NAME column had duplicated values. So I updated column with different name and then Activation ran succefull.

Regards!
Unknown said…
This is such a Nice post, just followed Packers and Movers in Chennai your blog site too. Information Visit:-
Packers and Movers in Chennai@ http://packersservice.com/packers-and-movers-chennai/
Packers and Moversin Bangalore@ http://packersservice.com/packers-and-movers-bangalore/
http://packersservice.com/packers-and-movers-hyderabad/
This is a great inspiring article.I am pretty much pleased with your good work. Please share good post on Best CBSE schools in Sharjah also. Keep it up. Keep blogging. Looking to reading your next post.
sahil rana said…
Thanks for taking the time to discuss and share this with us, I for one feel strongly about it and really enjoyed learning more about this topic. Please share some more useful info on Kunming Medical University also. I can see that you possess a degree of expertise on this subject.

Popular posts from this blog

Creating SearchSpecs in Siebel

To make the MVG Field/Applet Read only based on the particular field value in the Parent BC