Focal Point
[SOLVED] FULL OUTER JOIN ISSUE IN Reporting Server Console while creating metadata

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9607059586

March 24, 2017, 04:17 PM
Madav
[SOLVED] FULL OUTER JOIN ISSUE IN Reporting Server Console while creating metadata
Hi,

I am trying to apply FULL OUTER JOIN in two synonyms using Reporting Server Console in 8.1 with parent child relation. getting following error after selecting FULL_OUTER join while click the test join option

(FOC32682) FULL/RIGHT JOIN IS SUPPORTED ONLY FOR SHORTPATH=SQL.

I know how to use SHORTPATH=SQL in code(in appstudio text editor) but not sure how to select SHORTPATH=SQL option in Reporting Server Console where we can create metadata in GUI mode.Please let me know if anyone have idea. Thanks in Advance.

This message has been edited. Last edited by: FP Mod Chuck,


WF 8.1/8.2
March 24, 2017, 04:36 PM
Francis Mariani
I haven't tried this, but I think you can add SET SHORTPATH=SQL to edasprof.prf then generate the synonyms, then remove the SHORTPATH command from edasprof.prf. If this works, I'm not sure what it adds to the the acx or mas files.

If you try this and if it does work, please let us know.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
March 28, 2017, 09:19 AM
Madav
Hi Francis,

its working fine after adding SHORTPATH=SQL entry in edasprof.prf.Thank You!


WF 8.1/8.2
March 28, 2017, 10:00 AM
Francis Mariani
Did you find anything interesting in the acx and/or mas regarding SHORTPATH?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server