I need to insert a PDF report into a linked database upon generation in AX2012. When a user generates the report in AX, a copy needs to be inserted into another database. I am not sure if this is possible. If there are any URLs or links that can point me into the right direction, I would appreciate it.
Share
I would not recommend storing BLOBs directly in another database. Save the data in an AX record first, then transfer it using SSIS or similar.
Update: I did not notice the SRSS part of you question, the following will only work for old style reports.
The first step is to generate the PDF file, which can be done like in this method, which returns a container to be saved later: