Hi Community,
I’m trying to read Excel File to fetch the config file details. I’m using this activity inside RE Framework Initialization. But I’m facing issue as shown below:
Please help me.
Thanks in Advance:-)
Hi Community,
I’m trying to read Excel File to fetch the config file details. I’m using this activity inside RE Framework Initialization. But I’m facing issue as shown below:
Please help me.
Thanks in Advance:-)
Check out the File path and sheet name is passing correctly?
Have you Read the Config file and pass the Dt Value correctly?
Regards
Gokul
Hello,
In config File I have given correct Path to the Excel File and Also Sheet name.
And Yes I have Passed the correct DT value as shown below which is a default DT created when using RE Framework.
Where exactly are you using this Read Range Activity in Initialization?
It should be used after invocation of InitAllSettings xaml and not before it.
In the InitAllSettings.xaml framework, the config variable is initialized and populated with values. If it is not present, the config is not initialized and where ever the config variable will be used, the same error will be thrown.
Check the config file keys, if there are extra spaces it will give you this error
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.