BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
adupendse26
Fluorite | Level 6

Hello Experts,

I am working on Visual Scenario Administrator 10.5.1 and trying to create Data Step Scenario. While running the scenario with attached data step code, getting below error:

 

"The published job "94cad6af-8107-4d4d-858e-6d2df0ab317f" failed for the flow "Scenario2". Error: The flow execution failed for the "pathType" value of "EVENT"."

 

Can someone please help to understand any information related with this error resolution.

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
ankitd
Obsidian | Level 7

Hi,

 

This indicates that it is a code error and needs to be checked from that point of view.

 

The validate option available in Scenario Admin is not actually performing this optimally.

 

Hope this helps.

View solution in original post

4 REPLIES 4
ankitd
Obsidian | Level 7

Hi,

 

This indicates that it is a code error and needs to be checked from that point of view.

 

The validate option available in Scenario Admin is not actually performing this optimally.

 

Hope this helps.

JimSchneider
SAS Employee

Are you able to post the svi-vsd-service log file and/or the CAS Controller's log file?  If you look in those log files you will likely find errors that have more details.  You may even find a line number reflecting what CAS doesn't like about the datastep code that has been submitted.  

JimSchneider
SAS Employee

That is correct.  The validate is just running some regular expressions to do some basic syntax and structural validation.  The real check is to run a scenario test where Scenario Administrator actually loads the Data into CAS and attempts to run the Data step code.