mardoza
(Marco Mendoza)
October 21, 2022, 3:12am
1
Hi,
I just finished the REFramework walkthrough from the Robotic Enterprise Framework Deep Dive activity. Everything looks good. I even ran the “Validate Project” tool and no error was found. However, I’m getting this error when I run the whole project.
Any idea?
Regards,
Marco Mendoza
Hi @mardoza
Can you change all the double quotes inside that flow and try again?
Checkout this thread
Hi,
In windows legacy, it seems double quote is normalized and any double quote characer is accepted. However, at this time, in windows (.net6) ,in fact, only " (0x22) is accepted to express string literal. To make matter worse, it seems to occur only compiling. (Expression validator don’t raise an alert.)
FYI, the following is sample for reproducing. The first Assign uses " 0x22 and second Assign uses “ and it fails in compiling.
Sample20221013-2.zip (2.1 KB)
[image]
Regards,
Regards
Sudharsan
Hello @mardoza
If you run the project is it working as expected? Or failing only during validate project?
Try to reopen the project and do it once.
Thanks
Gokul001
(Gokul Balaji)
October 21, 2022, 5:01am
4
HI @mardoza
Can you try to run the process in the Dubug mode and share the error screenshot?
Kindly Downgrade the system package | Version 22.4.5
and check it
Check out this thread
Hi @Marco_Willigenburg
Check the Double Quotation " in the Date
Try with this expression
"\kotvs003\KOT\Works\Poldat\Controlling\PBI\MPZW\InventoryPBI\Material Usage Per Month\Material Usage Per Month"+now.AddMonths(-1).ToString("MMyyyy")+".xlsx"
Check out this thread
Regards
Gokul
Regards
Gokul
mardoza
(Marco Mendoza)
October 21, 2022, 9:47pm
5
It turns out, one of the imported arguments in the “Invoke InitAllApplications workflow” had some weird quotation marks.
system
(system)
Closed
October 24, 2022, 9:48pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.