Forum Discussion
Data Load/Refresh Stuck on "Evaluating..."
- 2 years ago
Yes! What ended up resolving this was adding these two lines of code to the sqlnet.ora file
BREAK_POLL_SKIP=10000
DISABLE_OOB=on
Hi - Were you able to resolve this? I am having the same issue and it started after I opened a recovered file. Thanks
Yes! What ended up resolving this was adding these two lines of code to the sqlnet.ora file
BREAK_POLL_SKIP=10000
DISABLE_OOB=on
- CMugacha2 years agoNew Member
Thank you!! That fixed it for me.
- dhnichols2 years agoNew Member
I do not appear to be using the sqlnet.ora file... that file is only found in the "sample" subfolder of admin... does it need to be applied to the tnsnames.ora file? or move the sqlnet.ora into the admin with this adjustment?
- SH-42 years agoFrequent Visitor
We were also not actively using that file. You can just move your sqlnet.ora file into the Admin folder with those lines added and it should *hopefully* work for you!
- A_Scott2 years ago
Helper I
I am having this same issue. I have tried making the following adjustments in Options, but it still won't move past Evaluating...any assistance would be greatly appreciated.
- SH-42 years agoFrequent Visitor
Did you try adding the 2 lines of code into the sqlnet.ora file for your power bi? That's what I had to do to resolve the issue. and it needs to be done in the Admin folder, not in the Sample folder.
BREAK_POLL_SKIP=10000
DISABLE_OOB=on