<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communitytest.tessitura.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load</link><pubDate>Mon, 03 Feb 2020 18:23:49 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4b4f6341-6d3b-408b-a57e-9a27855c56e1</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load#comments</comments><description>Current Revision posted to Wiki by Nick Reilingh on 2/3/2020 6:23:49 PM&lt;br /&gt;
&lt;blockquote&gt;
&lt;p&gt;The Dashboard requires ElastiCube &amp;lt;cubename&amp;gt; to run. It wasn&amp;#39;t found on &amp;lt;servername&amp;gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Verify that the Load Data Warehouse (FULL) job can run successfully.&lt;/p&gt;
&lt;p&gt;The Load Data Warehouse (FULL) job can be run manually and in debug mode by impersonating the Analytics login in an SSMS session. For example:&lt;/p&gt;
&lt;pre&gt;EXECUTE AS LOGIN = &amp;#39;Analytics&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.LOAD_TABLES @mode=&amp;#39;F&amp;#39;, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUSTOMIZATIONS @timeout_seconds = 120, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUBES @delayseconds = 20, @debug = &amp;#39;Y&amp;#39;;&lt;/pre&gt;
&lt;p&gt;Errors may occur during the data load if there is a misconfiguration. For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Communication link failure&amp;quot;. [SQLSTATE 01000] (Error 7412) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Cannot open database &amp;quot;impresario&amp;quot; requested by the login. The login failed. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the event of a linked server error, you can test the linked server connection from your Analytics SQL Server in SSMS,&amp;nbsp;found in Server Objects/Linked Servers -&amp;gt; Right click, Test Connection. However, this will only work if you are logged in to SSMS using the [Analytics] SQL credential.&amp;nbsp;In order for the linked server to work, the TessituraAnalytics user must exist in the impresario DB being connected to. This user can be created using a script included with TIM at&amp;nbsp;\TessituraInstaller\Components\TessituraAnalytics\Database\ConfigScripts\CreateAnalyticsUserOnTessitura.sql.&lt;/p&gt;
&lt;h2&gt;Cube Processing Errors&lt;/h2&gt;
&lt;p&gt;Error in PROCESS_CUBES step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contributions cube build unsuccessful, the cube does not exist&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Check errors in Sisense log folders:&lt;/p&gt;
&lt;p&gt;On Sisense Web Application server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Logs (web server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Repository\Logs (MongoDB logs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On Sisense cube server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\PrismServerLogs (Cube server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\ElastiCubeProcessLogs (limited usability, not human readable text)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In Sisense web server log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;Exception handler=&amp;quot;Maestro.Exception&amp;quot; type=&amp;quot;EndpointNotFoundException&amp;quot; msg=&amp;quot;Could not connect to net.tcp://fcsql02.bard.edu:811/CloudManagementService. The connection attempt lasted for a time span of 00:00:21.0019839. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.10.46:811. &amp;quot; thread=&amp;quot;(110)&amp;quot; date=&amp;quot;31-01-2020&amp;quot; time=&amp;quot;15:17:08:415&amp;quot; log_level=&amp;quot;ERROR&amp;quot;&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A connection cannot be made to port 811 on the cube server. Re-check that services are running and that firewall ports are open. Follow troubleshooting steps in &lt;a title="Tessitura Analytics Setup and Administration" href="https://www.tessituranetwork.com/en/Files/Docs/v15_1/Tessitura-Analytics-Setup-v15_1" rel="noopener noreferrer" target="_blank"&gt;Tessitura Analytics Setup&lt;/a&gt; documentation. Don&amp;#39;t forget about the ElastiCubeManagementService!&lt;/p&gt;
&lt;p&gt;You should also be able to manually log in to the Sisense web interface as admin (using your org credential at host:port/app/account#/login) and check Admin/Data Sources to verify that all cubes are accessible.&lt;/p&gt;
&lt;p&gt;When the PROCESS_CUBES job is run in debug mode, you will see calls and responses to the sisense api/elasticubes/servers/YOURSERVER/status?q=CubeName. Status codes 1 mean stopped and 2 means running. Other status codes like 514 indicate that the cube is currently processing or being built.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load/revision/4</link><pubDate>Sun, 02 Feb 2020 23:46:26 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4b4f6341-6d3b-408b-a57e-9a27855c56e1</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load#comments</comments><description>Revision 4 posted to Wiki by Nick Reilingh on 2/2/2020 11:46:26 PM&lt;br /&gt;
&lt;p&gt;The Dashboard requires ElastiCube &amp;lt;cubename&amp;gt; to run. It wasn&amp;#39;t found on &amp;lt;servername&amp;gt;.&lt;/p&gt;
&lt;p&gt;Verify that the Load Data Warehouse (FULL) job can run successfully.&lt;/p&gt;
&lt;p&gt;The Load Data Warehouse (FULL) job can be run manually and in debug mode by impersonating the Analytics login in an SSMS session. For example:&lt;/p&gt;
&lt;pre&gt;EXECUTE AS LOGIN = &amp;#39;Analytics&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.LOAD_TABLES @mode=&amp;#39;F&amp;#39;, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUSTOMIZATIONS @timeout_seconds = 120, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUBES @delayseconds = 20, @debug = &amp;#39;Y&amp;#39;;&lt;/pre&gt;
&lt;p&gt;Errors may occur during the data load if there is a misconfiguration. For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Communication link failure&amp;quot;. [SQLSTATE 01000] (Error 7412) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Cannot open database &amp;quot;impresario&amp;quot; requested by the login. The login failed. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the event of a linked server error, you can test the linked server connection from your Analytics SQL Server in SSMS,&amp;nbsp;found in Server Objects/Linked Servers -&amp;gt; Right click, Test Connection. However, this will only work if you are logged in to SSMS using the [Analytics] SQL credential.&amp;nbsp;In order for the linked server to work, the TessituraAnalytics user must exist in the impresario DB being connected to. This user can be created using a script included with TIM at&amp;nbsp;\TessituraInstaller\Components\TessituraAnalytics\Database\ConfigScripts\CreateAnalyticsUserOnTessitura.sql.&lt;/p&gt;
&lt;h2&gt;Cube Processing Errors&lt;/h2&gt;
&lt;p&gt;Error in PROCESS_CUBES step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contributions cube build unsuccessful, the cube does not exist&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Check errors in Sisense log folders:&lt;/p&gt;
&lt;p&gt;On Sisense Web Application server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Logs (web server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Repository\Logs (MongoDB logs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On Sisense cube server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\PrismServerLogs (Cube server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\ElastiCubeProcessLogs (limited usability, not human readable text)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In Sisense web server log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;Exception handler=&amp;quot;Maestro.Exception&amp;quot; type=&amp;quot;EndpointNotFoundException&amp;quot; msg=&amp;quot;Could not connect to net.tcp://fcsql02.bard.edu:811/CloudManagementService. The connection attempt lasted for a time span of 00:00:21.0019839. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.10.46:811. &amp;quot; thread=&amp;quot;(110)&amp;quot; date=&amp;quot;31-01-2020&amp;quot; time=&amp;quot;15:17:08:415&amp;quot; log_level=&amp;quot;ERROR&amp;quot;&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A connection cannot be made to port 811 on the cube server. Re-check that services are running and that firewall ports are open. Follow troubleshooting steps in &lt;a title="Tessitura Analytics Setup and Administration" href="https://www.tessituranetwork.com/en/Files/Docs/v15_1/Tessitura-Analytics-Setup-v15_1" rel="noopener noreferrer" target="_blank"&gt;Tessitura Analytics Setup&lt;/a&gt; documentation. Don&amp;#39;t forget about the ElastiCubeManagementService!&lt;/p&gt;
&lt;p&gt;You should also be able to manually log in to the Sisense web interface as admin (using your org credential at host:port/app/account#/login) and check Admin/Data Sources to verify that all cubes are accessible.&lt;/p&gt;
&lt;p&gt;When the PROCESS_CUBES job is run in debug mode, you will see calls and responses to the sisense api/elasticubes/servers/YOURSERVER/status?q=CubeName. Status codes 1 mean stopped and 2 means running. Other status codes like 514 indicate that the cube is currently processing or being built.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load/revision/3</link><pubDate>Fri, 31 Jan 2020 21:59:29 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4b4f6341-6d3b-408b-a57e-9a27855c56e1</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load#comments</comments><description>Revision 3 posted to Wiki by Nick Reilingh on 1/31/2020 9:59:29 PM&lt;br /&gt;
&lt;p&gt;The Dashboard requires ElastiCube &amp;lt;cubename&amp;gt; to run. It wasn&amp;#39;t found on &amp;lt;servername&amp;gt;.&lt;/p&gt;
&lt;p&gt;Verify that the Load Data Warehouse (FULL) job can run successfully.&lt;/p&gt;
&lt;p&gt;The Load Data Warehouse (FULL) job can be run manually and in debug mode by impersonating the Analytics login in an SSMS session. For example:&lt;/p&gt;
&lt;pre&gt;EXECUTE AS LOGIN = &amp;#39;Analytics&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.LOAD_TABLES @mode=&amp;#39;F&amp;#39;, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUSTOMIZATIONS @timeout_seconds = 120, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUBES @delayseconds = 20, @debug = &amp;#39;Y&amp;#39;;&lt;/pre&gt;
&lt;p&gt;Errors may occur during the data load if there is a misconfiguration. For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Communication link failure&amp;quot;. [SQLSTATE 01000] (Error 7412) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Cannot open database &amp;quot;impresario&amp;quot; requested by the login. The login failed. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the event of a linked server error, you can test the linked server connection from your Analytics SQL Server in SSMS,&amp;nbsp;found in Server Objects/Linked Servers -&amp;gt; Right click, Test Connection. However, this will only work if you are logged in to SSMS using the [Analytics] SQL credential.&amp;nbsp;In order for the linked server to work, the TessituraAnalytics user must exist in the impresario DB being connected to. This user can be created using a script included with TIM at&amp;nbsp;\TessituraInstaller\Components\TessituraAnalytics\Database\ConfigScripts\CreateAnalyticsUserOnTessitura.sql.&lt;/p&gt;
&lt;p&gt;Error in PROCESS_CUBES step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contributions cube build unsuccessful, the cube does not exist&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Check errors in Sisense log folders:&lt;/p&gt;
&lt;p&gt;On Sisense Web Application server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Logs (web server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Repository\Logs (MongoDB logs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On Sisense cube server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\PrismServerLogs (Cube server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\ElastiCubeProcessLogs (limited usability, not human readable text)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In Sisense web server log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;Exception handler=&amp;quot;Maestro.Exception&amp;quot; type=&amp;quot;EndpointNotFoundException&amp;quot; msg=&amp;quot;Could not connect to net.tcp://fcsql02.bard.edu:811/CloudManagementService. The connection attempt lasted for a time span of 00:00:21.0019839. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.10.46:811. &amp;quot; thread=&amp;quot;(110)&amp;quot; date=&amp;quot;31-01-2020&amp;quot; time=&amp;quot;15:17:08:415&amp;quot; log_level=&amp;quot;ERROR&amp;quot;&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A connection cannot be made to port 811 on the cube server. Re-check that services are running and that firewall ports are open. Follow troubleshooting steps in &lt;a title="Tessitura Analytics Setup and Administration" href="https://www.tessituranetwork.com/en/Files/Docs/v15_1/Tessitura-Analytics-Setup-v15_1" rel="noopener noreferrer" target="_blank"&gt;Tessitura Analytics Setup&lt;/a&gt; documentation. Don&amp;#39;t forget about the ElastiCubeManagementService!&lt;/p&gt;
&lt;p&gt;You should also be able to manually log in to the Sisense web interface as admin (using your org credential at host:port/app/account#/login) and check Admin/Data Sources to verify that all cubes are accessible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load/revision/2</link><pubDate>Fri, 31 Jan 2020 21:07:15 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4b4f6341-6d3b-408b-a57e-9a27855c56e1</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load#comments</comments><description>Revision 2 posted to Wiki by Nick Reilingh on 1/31/2020 9:07:15 PM&lt;br /&gt;
&lt;p&gt;The Dashboard requires ElastiCube &amp;lt;cubename&amp;gt; to run. It wasn&amp;#39;t found on &amp;lt;servername&amp;gt;.&lt;/p&gt;
&lt;p&gt;Verify that the Load Data Warehouse (FULL) job can run successfully.&lt;/p&gt;
&lt;p&gt;The Load Data Warehouse (FULL) job can be run manually and in debug mode by impersonating the Analytics login in an SSMS session. For example:&lt;/p&gt;
&lt;pre&gt;EXECUTE AS LOGIN = &amp;#39;Analytics&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.LOAD_TABLES @mode=&amp;#39;F&amp;#39;, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUSTOMIZATIONS @timeout_seconds = 120, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUBES @delayseconds = 20, @debug = &amp;#39;Y&amp;#39;;&lt;/pre&gt;
&lt;p&gt;Errors may occur during the data load if there is a misconfiguration. For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Communication link failure&amp;quot;. [SQLSTATE 01000] (Error 7412) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Cannot open database &amp;quot;impresario&amp;quot; requested by the login. The login failed. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the event of a linked server error, you can test the linked server connection from your Analytics SQL Server in SSMS,&amp;nbsp;found in Server Objects/Linked Servers -&amp;gt; Right click, Test Connection. However, this will only work if you are logged in to SSMS using the [Analytics] SQL credential.&amp;nbsp;In order for the linked server to work, the TessituraAnalytics user must exist in the impresario DB being connected to. This user can be created using a script included with TIM at&amp;nbsp;\TessituraInstaller\Components\TessituraAnalytics\Database\ConfigScripts\CreateAnalyticsUserOnTessitura.sql.&lt;/p&gt;
&lt;p&gt;Error in PROCESS_CUBES step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contributions cube build unsuccessful, the cube does not exist&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Check errors in Sisense log folders:&lt;/p&gt;
&lt;p&gt;On Sisense Web Application server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Logs (web server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismWeb\Repository\Logs (MongoDB logs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On Sisense cube server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\PrismServerLogs (Cube server logs)&lt;/li&gt;
&lt;li&gt;C:\ProgramData\Sisense\PrismServer\ElastiCubeProcessLogs (limited usability, not human readable text)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In Sisense web server log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;Exception handler=&amp;quot;Maestro.Exception&amp;quot; type=&amp;quot;EndpointNotFoundException&amp;quot; msg=&amp;quot;Could not connect to net.tcp://fcsql02.bard.edu:811/CloudManagementService. The connection attempt lasted for a time span of 00:00:21.0019839. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.10.46:811. &amp;quot; thread=&amp;quot;(110)&amp;quot; date=&amp;quot;31-01-2020&amp;quot; time=&amp;quot;15:17:08:415&amp;quot; log_level=&amp;quot;ERROR&amp;quot;&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A connection cannot be made to port 811 on the cube server. Re-check that services are running and that firewall ports are open. Follow troubleshooting steps in &lt;a title="Tessitura Analytics Setup and Administration" href="https://www.tessituranetwork.com/en/Files/Docs/v15_1/Tessitura-Analytics-Setup-v15_1" rel="noopener noreferrer" target="_blank"&gt;Tessitura Analytics Setup&lt;/a&gt; documentation. Don&amp;#39;t forget about the ElastiCubeManagementService!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshoot Data Warehouse Load</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load/revision/1</link><pubDate>Fri, 31 Jan 2020 18:55:52 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4b4f6341-6d3b-408b-a57e-9a27855c56e1</guid><dc:creator>Nick Reilingh</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/770/troubleshoot-data-warehouse-load#comments</comments><description>Revision 1 posted to Wiki by Nick Reilingh on 1/31/2020 6:55:52 PM&lt;br /&gt;
&lt;p&gt;The Dashboard requires ElastiCube &amp;lt;cubename&amp;gt; to run. It wasn&amp;#39;t found on &amp;lt;servername&amp;gt;.&lt;/p&gt;
&lt;p&gt;Verify that the Load Data Warehouse (FULL) job can run successfully.&lt;/p&gt;
&lt;p&gt;The Load Data Warehouse (FULL) job can be run manually and in debug mode by impersonating the Analytics login in an SSMS session. For example:&lt;/p&gt;
&lt;pre&gt;EXECUTE AS LOGIN = &amp;#39;Analytics&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.LOAD_TABLES @mode=&amp;#39;F&amp;#39;, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUSTOMIZATIONS @timeout_seconds = 120, @debug = &amp;#39;Y&amp;#39;;&lt;br /&gt;&lt;br /&gt;EXEC dbo.PROCESS_CUBES @delayseconds = 20, @debug = &amp;#39;Y&amp;#39;;&lt;/pre&gt;
&lt;p&gt;Errors may occur during the data load if there is a misconfiguration. For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Communication link failure&amp;quot;. [SQLSTATE 01000] (Error 7412) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Executed as user: Analytics. pre_load: Cannot open database &amp;quot;impresario&amp;quot; requested by the login. The login failed. [SQLSTATE 42000] (Error 50001) OLE DB provider &amp;quot;SQLNCLI11&amp;quot; for linked server &amp;quot;Analytics_FCSQL02\TESSNEXT&amp;quot; returned message &amp;quot;Invalid connection string attribute&amp;quot;. [SQLSTATE 01000] (Error 7412). The step failed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the event of a linked server error, you can test the linked server connection from your Analytics SQL Server in SSMS,&amp;nbsp;found in Server Objects/Linked Servers -&amp;gt; Right click, Test Connection. However, this will only work if you are logged in to SSMS using the [Analytics] SQL credential.&amp;nbsp;In order for the linked server to work, the TessituraAnalytics user must exist in the impresario DB being connected to. This user can be created using a script included with TIM at&amp;nbsp;\TessituraInstaller\Components\TessituraAnalytics\Database\ConfigScripts\CreateAnalyticsUserOnTessitura.sql.&lt;/p&gt;
&lt;p&gt;Error in PROCESS_CUBES step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contributions cube build unsuccessful, the cube does not exist&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;... To be continued...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>