Problem:
I want to edit the Journal Voucher report in TEST. Visual studio 2010 is can pull the SSRS report from TEST; but pulls data from LIVE; even though using only one TEST configuration file.
Assumptions:
(1) I have two environments: LIVE (production; 1@APPS) and TEST (development; 2@APPS).
(2) I also have two configurations: LIVE.axc (production) and TEST.axc (development)
[LIVE AXC file]
[TEST AXC file]
[LIVE server configuration]
[TEST server configuration]
[AX2012 TEST Report Server]
[VS2010 TEST shortcut target]
[AX2012 Journal Voucher report in TEST]
Here, JB-00001808 is a JV for 2014.
[VS2010 with the TEST]
Using (a) the TEST configuration file and (b) TEST report server configuration in AX client, JB-00001808 is an APV.
This JB-00001808 is the APV for 2015 which is from LIVE!
I haven't done anything yet; the SSRS report is from TEST (which is correct with the PNAME column) but the data is from LIVE (which it shouldn't be). LIVE doesn't have the PNAME column.
I already tried (1) refreshing the AX Configuration Utility to TEST and (2) sync'ed the TEST; but still no luck.
What am I missing?
Problem: Visual studio 2010 is using the SSRS report from TEST; but it pulls data from LIVE; even though using only one TEST configuration file.
Assumptions:
(1) I have two environments: LIVE (production; 1@APPS) and TEST (development; 2@APPS).
(2) I also have two configurations: LIVE.axc (production) and TEST.axc (development)
*This post is locked for comments