Hello,
I'm following the plan and slowly adding more transactions (and symbols) to build confidence in the system of tools and scripts. I had everything working yesterday morning, but when I added a few more Mutual Fund transactions (common symbols; all available on Yahoo)...all of a sudden the Refresh failed. I get the following message:
Excel couldn't refresh the table 'CurrencyConv' from connection 'CurrencyConv'. Here's the error message from the external data source:
The operation failed because the source database does not exist, the source table does not exist, or because you do not have access to the data source.
Now, this is strange to me because the CurrencyConv.csv file is in the same place it always was. I checked the details, and the most recent dates/data have been appended.
I notice that there are errors in the GetQuotes-Yahoo log; specifically only 3 of the 11 symbols could be looked up. I believe this could be happening because I'm sending the query from EU time/date and the Yahoo site is not yet complete for today (in North America time)??? I don't know.
But that would not explain the CurrencyConv problem. I note also, that the date of the record in PS is not updated either, which i guess is related to the failure to refresh this table.
Anyone have ideas about what I could look for?
Cheers
spep99
Comments
Last column in that file should be CurrencyBase. Do you see that column?
I do see it except it's altogether (the same as it was before)
Excel refresh still does not work. PowerBI works though.
Please open c:\PortfolioSlicer\PSData\schema.ini file in any text editor and check section [Symbol.csv]. Do you have all 10 columns listed as below?
Format=TabDelimited
TextDelimiter=none
DateTimeFormat=yyyy-mm-dd
col1=Symbol Text
col2=SymbolName Text
col3=Currency Text
col4=MER Double
col5=Allocation Text
col6=SymbolGroup1 Text
col7=SymbolGroup2 Text
col8=SymbolGroup3 Text
col9=Region Text
col10=CurrencyBase Text
I have attached it as a .zip if anybody else has the issue. Simply unzip it and place it in the PSData folder overwriting the existing one.
Thanks!
Make sure you are using latest version of this script.
I just release v2.4.18 extract scripts that should work well with v3.1 Excel files.
http://www.portfolioslicer.com/download/v2.4/PortfolioSlicerDDMScriptsV2.4.18.zip
I know that script version naming makes it confusing too.
I will work on doing proper v3.1 release - for excel files and extract scripts in the near future.
Sorry about that.