Hi all,
I am currently looking into upgrading the BI cube to work with NAV2015.
Instead of using SSIS to get the data into the cube I am thinking of exploring the possibilities of using XMLPort instead. The aim here is to output the flat files in a directory which then will be picked up by SSIS. Currently SSIS and Stored Procedures are used to extract the data which is a pretty complicated process.
Apologies if my questions are a bit random but I am just trying to get all my thoughts together in one post and determine if what I am trying to achieve is possible.
I've managed to output a tab delimited customer table however ran into some obstacles.
1) I would need custom headers. I can't seem to find a guide on how to get this done
2) How do I output customer by company? Currently it seems to only output customers of one company? I have 2 companies, Chronus and Test Company but it’s only outputting customers from the Test Company
3) I would need to match output table so will have to create some “filler” columns. Will this be possible with XML Port?
4) Dynamic file names – is this possible? The dynamic part would be the date and time
Most of the output files for BI are from single tables (Item, Customer) but might require some linked fields. Not sure how to achieve this with XML port at the moment as the tutorials I’ve found are quite basic.