SSAS Tabular model conection stops refreshing data for sometime

Hi,
I am using SSAS Tabular model and create connection files to use data with excel using powerpivot or powerview.
But recently for 1 or 2 months it stops working for few mins (generally 20-60) and starts working again.
It's happens for all 4 SSAS service on same server.
I am using AD roles with SSAS Tabular model to filter the data.
Everything is normal no event for this stop, no network error, no over usage of data.
ERROR is:
Errors in OLEDB provider. Could not connect to the redirector. Ensure that the SQLBrowser service is running on the 'ABC_Production' secver.

Hi pinaKPatel,
According to your description, you get the above error recently when using your tabular model. Right?
Based on the error message, firstly, please check if the OLEDB provider is installed properly. Then check the SQLBrowser service is running. If everything is working, it may caused by the port blockage. Please follow the steps below:
Use a fixed port and unblock that port in Windows Firewall. Connect to the server in this format: <servername>:<portnumber>.
Use dynamic port assignments and SQL Server Browser service. Unblock the port used by SQL Server Browser service in Windows Firewall. Connect to the server in this format: <servername>\<instancename>.
Use a fixed port and SQL Server Browser service together. This approach lets you connect using this format: <servername>\<instancename>, identical to the dynamic port assignment approach, except that in this case the server listens on a fixed port. 
If the issue still persists, pelase redeploy your SSAS database. 
Reference:
Errors in the OLE DB provider
If you have any question, please feel free to ask.
Simon Hou
TechNet Community Support

Similar Messages

  • Migrated data from Powerpivot to SSAS tabular model, can i change the Excel source to SSAS?

    Hi
    I have developed some powerview reports in  Excel/powerpivot files. Now, i have migrated powerpivot data from these files to SSAS tabular cubes. The question is if i can change the source of the Excel files, to "feed" my powerview reports
    with these SSAS Tabular cubes, or do i have to create my powerview reports again via new Excel files or PowerBI designer (and "point" these to SSAS Tabular cubes). It totally seems not logical and so i think that's a good question.
    Kind regards

    Hi Pascal,
    Power View only supports Microsoft BI Semantic Model (BISM) for Power View data sources. BISM files are designed specifically for connecting to Excel workbooks and SSAS tabular models. The Excel workbooks can be in the PowerPivot Gallery on a SharePoint
    site or in a SharePoint library. In this issue, you can publish the PowerPivot workbooks to a SharePoint library or the PowerPivot Gallery, and then create RSDS file or BISM data source to the workbooks. Here are the connection string samples:
    An Excel workbook in Shared Documents on a SharePoint site:
    Data Source=”http://<SharePointSite>/Shared Documents/MyExcelWorkbook.xlsx”
    An Excel workbook in the PowerPivot Gallery on a SharePoint site:
    Data Source=”http://<SharePointSite>/PowerPivot Gallery/MyExcelWorkbook.xlsx”
    Reference:
    http://office.microsoft.com/en-us/excel-help/create-a-connection-to-a-data-model-for-power-view-HA102835737.aspx?CTT=5&origin=HA102834736
    Regards, 
    Mike Yin
    TechNet Community Support

  • SSRS Parameters using SSAS Tabular model get cleared

    I have an SSRS report that uses data from a SSAS Tabular model.  In the query designer, from the calendar dimension I choose a "Date Inclusive" filter and make it a parameter. I also choose to add another filter using and Organisation Unit
    dimension and also make this a parameter. The report is written and deployed to a SharePoint 2013 library.
    Most of the time, the report runs as expected with the parameters cascading off each other as expected.  However, occasionally, parameters get cleared (either after changing a single value such as the Org Unit selection or sometime whilst the report
    is being rendered). Sometimes you cannot select a value from the available values - you need to navigate somewhere else and then start over.
    I changed the data source for the parameters to use SQL queries that return the same values as the MDX queries and the probably seems to have gone (time will tell)
    This report has a child (detail) report that has one extract parameter.  This parameter happens to have over 1,000 values.  With the change of the parent report, you are now able to get to the child report.  However, the child report seems
    to exhibit the same problem with the parameters being cleared - and with a much higher frequency.
    So, that leaves me wondering whether
    anyone else has experienced this ?
    is this an issue with SSRS 2012 and SSAS Tabular models (I have not seen this behaviour before and I have been using SSRS (since version 1) and SSAS Multi-dimensional (from when it was called "OLAP Services") ?

    We applied SQL Server 2012 Service Pack 2 to the SharePoint farm (the SP Admin needed to re-create the service applications) and the problem is fixed

  • Designing database structure and SSAS Tabular Model cubes

    Hi.
    I need to design a database and SSAS tabular models for my clients but I am confused which way I should implement it.
    Data for all the clients is stored into a single database with unique ClientId for each client, such 15 tables I have under a single database which stores information about all the clients.
    Task is to create a SharePoint Site collection for each client which will display Power View Dashboard by taking data from above database.
    Till now I have created a SSAS Tabular Model for each client, XClientModel, YModelClient  using BIDS and using SQL Queries to extract data for respective clients(select * from Table1 where ClientID="X") and using Power View external connection
    to this model, have created Dashboard and other SharePoint information.
    I am not sure if creating different Model is suitable or I should first separate data for each client into separate database and then create Model based on respective client's database.
    Can Some one highlight pros and cons on using 
    SINGLE database with Multiple Tabular Model (One with Many) AND Separate Database with it's Model(One to One) ?
    This is understandable but just putting it here........Imp Note: Data for X client shouldn't be visible to Y client on SharePoint.
    Please let me know if further information is required.

    Hi Sgms,
    In your description, you said that all the clients information were stored in a single database, now you want to know which method is better, single database with Multiple Tabular Model or separate database with it's Model?
    In your scenario, all the information were stored in a single database, why do you want to separate it or create multiple tabular model? If you create multiple model, then you need change the data source to create PowerView dashboard for each client. As
    per my understanding, you just need create one tabular to load all the information. And then use this model to create PowerView dashboard. Using filter to display the information for each client.
    Reference:
    Lesson 1: Create a New Tabular Model Project
    Filtering, Highlighting, and Slicers in Power View
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Optimize Fact tables in SSAS Tabular Model

    Hi,
    I have five Fact tables in SSAS Tabular Model and each fact table share same dimensions. It creates some performance issue and also the data model looks very complex is there any simplest way to create simple data model using all fact tables. For Ex...
    Please suggest me for this ...
    Fact Tables:
    Fact_Expense
    Fact_Sale
    Fact_Revenue
    Fact_COA
    Fact_COG
    Dimensions:
    Dim_Region
    Dim_Entity
    Dim_Product
    Dim_DateTime
    Dim_Project
    Dim_Employee
    Dim_Customer 

    Hi hussain,
      Please consider merging the Fact tables based on granularity. Generally, if you have enough RAM there will be no performance issues. Make sure you have double the amount of RAM to cater your processing and operational needs.Try
    to optimize the model design by removing unused keys and some high cardinality columns.
    Please go through the document in the link:
    http://msdn.microsoft.com/en-us/library/dn393915.aspx
    Regards,
    Venkata Koppula

  • Updation of DAX in SSAS Tabular Model

    Hi All,
    I have a SSAS tabular model which has around 42 Dimension table and 10 Fact table each containing some thousands
    of record.when I am writing some DAX on a FACT to get some measure ,its taking 10-15 minutes time to update one DAX.
    I have to write more than 300 measures using DAX.Can anyone please suggest how can I speed up the updation process
    in writing DAX.
       Thanks in Advance.
    Sanjay
    sanjay

    Hi Sanjay,
    According to your description, there are around 42 Dimension table and 10 Fact table each containing some thousands of record in your tabular model, so it takes 10-15 minutes time to update the calculation to server, right?
    It's default setting to update the modification to server when change something on your tabular model, if the tables contain large data, it will takes long time to update. In your scenario, we recommend you to use Multidimensional database instead of Tabular
    model when having large amount of data with complex requirements.
    SQL Server Analysis Services (SSAS) Multidimensional model is used when having large amount of data with complex requirements. In order to improve query performance, there will be a cube doing heavy time-consuming processing and then synchronize it
    to query cubes.
    However, SSAS Tabular model is used when the data model is relatively simple. So for the large amount data model, we recommend to use Multidimensional database instead of process data on one server then synchronize it to query cubes.
    Reference
    http://blog.aditi.com/data/choosing-between-analysis-services-multidimensional-and-tabular-models-part-3/
    Regards,
    Charlie Liao
    TechNet Community Support

  • Deploying SSAS Tabular Model (2014)

    Hi,
    I'm trying to deploy my model with Microsoft.AnalysisServices.Deployment.exe
    This works locally, but when I try on our test servers then it does not work.
    Strangely enough it tells me that it was all successful....
    Exactly the same result locally as on test server.
    but on my computer it is really deployed but on test server it isn't....
    Any one an idea how I could debug this?
    Kr,
    Sammy

    Hi Sammy,
    According to your description, you are using Microsoft.AnalysisServices.Deployment.exe to deploy the tabular model. It can't deploy successfully on test server. Right?
    In this scenario, since the Deployment Utility didn't throw any error when deploying, the deployment supposed to be executed successfully. Please confirm you connect the correct SQL Server instance. Also please try to deploy via command prompt instead of
    using user interface. You can choose silent mode and it can generate a log file for your further analysis.
    Reference:
    Deployment Utility (Analysis Services - Multidimensional Data)
    SSAS Tabular Model Deployment
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Change PowerView datasource from PowerPivot to SSAS Tabular model

    Hi all,
    I'm playing around with PowerView at the moment and use the PowerView examples provided by Microsoft. These are all based on PowerPivot with data from an access DB. Now I want to have the sample data not stored locally but on the server. What I did so far
    was importing the PowerPivot into a SSAS Tabular Model (with the VS wizard) and published the model to the SSAS Server. So far so good, I can browse the data in the model. 
    However, I have not found a possibility to change the data source of the PowerView from PowerPivot to the SSAS Tabular Model. How can I do this? Or is this not possible?
    Thanks,
    Pascal

    Hi Pascal,
    Power View only supports Microsoft BI Semantic Model (BISM) for Power View data sources. BISM files are designed specifically for connecting to Excel workbooks and SSAS tabular models. The Excel workbooks can be in the PowerPivot Gallery on a SharePoint
    site or in a SharePoint library. In this issue, you can publish the PowerPivot workbooks to a SharePoint library or the PowerPivot Gallery, and then create RSDS file or BISM data source to the workbooks. Here are the connection string samples:
    An Excel workbook in Shared Documents on a SharePoint site:
    Data Source=”http://<SharePointSite>/Shared Documents/MyExcelWorkbook.xlsx”
    An Excel workbook in the PowerPivot Gallery on a SharePoint site:
    Data Source=”http://<SharePointSite>/PowerPivot Gallery/MyExcelWorkbook.xlsx”
    Reference:
    http://office.microsoft.com/en-us/excel-help/create-a-connection-to-a-data-model-for-power-view-HA102835737.aspx?CTT=5&origin=HA102834736
    Regards, 
    Mike Yin
    TechNet Community Support

  • Dynamic security using Security table in SSAS Tabular model

    Hi, 
    Platform : SSAS Tabular model (VS 2010)
    I need to apply Dynamic security using Security table(manually created) in Tabular model, Need to apply filter for 2 tables. I am able to
    create roles in Tabular model using USERNAME() and LOOKUP() function it worked fine. But the problem is when i am trying to give full access for a particular column and limit the access in other column, it is not working properly.
    Please find below table and guide me where i am falling short. In the Security table wherever you find ALL it means full access.
    Security table
    Login Name
    Dim_Country
    Dim_Customer
    DOMAIN\User1
    ALL
    2
    User1 should see all countries but Only 2,4 Customers
    DOMAIN\User1
    ALL
    4
    DOMAIN\User2
    2
    ALL
    User2 should see all customers but Only 2,3 countries
    DOMAIN\User2
    3
    ALL
    DOMAIN\User3
    ALL
    ALL
    User3 should see all Customers and Countries
    DOMAIN\User4
    1
    3
    User4 should see 1 Country and 3 Customer
    ALL - means NO restriction
    Numeric values indicate the Dimension IDs
    Do let me know if further explanations required.
    Thanks,
    Sundar

    Hi Sundar,
    According to your description, you want to implement dynamic security using Security table in SQL Server Analysis Services Tabular model, right?
    It is very common to have data security implementation in BI projects either at databases or Cubes and sometimes this security implementation and maintenance goes out of control due to the dynamic flow of business information. Here are some links which describe
    dynamic security implementation at SSAS tabular model using an external security table, please see:
    http://bipassion.wordpress.com/2012/10/01/ssas-tabular-dynamic-security/
    http://www.bidn.com/blogs/ChrisSchmidt/ssas/4332/dynamic-security-in-tabular
    Regards,
    Charlie Liao
    TechNet Community Support

  • VS2010 SSAS Tabular Model Memory Limitation

    Hi,
    My laptop recently crashed and am currently using a loan one that has Windows 7 x32, Visual Studio 2010 SP 1 AND SQL Server 2012 SP 1 (CU 4) installed. It only has 4GB of RAM, and when I attempt to load a very large fact table in a SSAS Tabular
    Model project using Visual Studio I receive the following error:
    Memory error: Allocation failure : Not enough storage is available to process this command. . If using a 32-bit version of the product, consider upgrading to the 64-bit version or increasing the amount of memory available on the machine.
    The current operation was cancelled because another operation in the transaction failed.
    Visual Studio 2010 is only available in 32 bit and I have already changed the VertipaqPagingPolicy from the default 0 to 2, but still the issue exists. Has anyone experienced this before?

    You have a couple of options in terms of removing the where clauses:
    1) Build your project in SSDT and then use the Analysis Services Deployment Wizard to create an XMLA deployment script, then edit the script to remove the WHERE clauses before executing it on your server.
    2) If this is a first time deployment change your project deployment options to "Do Not Process" - deploy your project and then edit the partitions for the tables with WHERE clauses to remove them.
    3) Another option is to use views in your relational database. Then you can put the WHERE clauses in the views on Dev, but exclude them in the Prod database.
    http://darren.gosbell.com - please mark correct answers

  • Cell Coloring using DAX in SSAS Tabular Model

    HI All, 
    I need to implement  background and foreground cell coloring in SSAS Tabular Model using DAX or any other feasible solution similar to what Cell Properties does with MDX which is supported by SSAS Cubes. 
    Request the gurus to help me with this problem.
    Thanks 
    ET

    Hi Et,
    As Marco said, this feature is not supported in current version. If you have any concern about this behavior, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product. Your feedback enables Microsoft to make software and services the best that
    they can be, Microsoft might consider to add this feature in the following release after official confirmation.
    Thank you for your understanding.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SSAS Tabular model Performance Issue

    Hello,
    We have strange behavior with SSAS tabular model. The Model size is approx. 40GB in memory. Our production server has 200GB memory. Most of the users access the cube via Excel 2013 (64bit). We have been noticing that the performance starts degrading from
    the next day after the Analysis service has been restarted or the server rebooted. The day either one of them is performed we get good response but then the next day response times becomes 2 to 3 times more than on the 1st day. Is this something which anyone
    else has experienced. We are entering in a mode where we are required to restart the service almost everyday.
    Any help in this matter would be greatly appreciated.
    Thanks
    Deepak

    Why are you sure role based security is the culprit? Immediately after cube processing or immediately after ClearCache does the report perform fast for a user without any role based security filters? I would recommend reviewing the methodology on page
    35 of the tabular performance guide to see if it is a storage engine or formula engine bottleneck and report back.
    http://aka.ms/ASTabPerf2012
    http://artisconsulting.com/Blogs/GregGalloway

  • Evaluation of hw features of a machine hosting a SSAS Tabular model

    Hi,
    on a machine I've deployed a SSAS Tabular model that has two fact tables having each 200-300 millions of rows, and about 10-15 dimension tables. I've implemented some Excel workbooks, each of them queries one measure of one of the two fact tables.
    Each workbook has 10-15 filters/slicers. I've tried some times to reduce the number of filter/slicer or of row expansion and I've registered a query response time from 5 to 15 seconds for a change selection for a filter/slicer. 15 seconds is a time too high
    for the user requirements.
    The formula for the two measures has some SUMs and DIVIDEs. In order to improve the query performance I've tried to write the formula in different manners and I've created partial calculations in the underlying dwh but with negligible performance improvements.
    Cutting filters or slicers or row expansions is against the user requirements.
    I've also captured some Profiler traces but with few indications.
    I suspect that a possible issue derived from the hw features of the hosting machine. During the use of the pivot table the usage of memory is about 50-60% and the usage of CPU is 80-100%.
    With the CPU-Z program I've captured the hw features:
    I hope in any suggests deriving from the experiences and not from some papers, fe "Performance Tuning of Tabular Models in SQL Server 2012 Analysis Services", in order to improve the query performance from Excel connected to my tabular model.
    Probably, the CPU features are not appropriate.
    Many thanks

    Hi Pscorca,
    Based on your description, you want to if it is best practice for improve the query performance in hardware level by increase RAM or CPU. In this case, here are some document about it, please refer to the links below which might helpful for you.
    Forcing NUMA Node affinity for Analysis Services Tabular databases
    SSAS Tabular – NUMA and CPU Cores Performance
    Regards,
    Charlie Liao
    TechNet Community Support

  • Powerpivot for sharepoint error: Unable to refresh data for a data connection in the workbook

    Hello,
     I have three errors when i try to use a simple powerpivot workbook published in sharepoint: (nothing on google has help me..)
    1-Unable to refresh data for a data connection in the workbook.
    Try again or contact your system administrator. The following connections failed to refresh:
    PowerPivot Data
    2-The embedded PowerPivot data in the workbook cannot be loaded due to a version mismatch
    3-01/21/2012 17:26:47.08  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel
    Calculation Services     bccc Medium   Session.HandleTrimmedWorkbookReloading: userOperation ApplySlicerSelectionOperation requires BaseWorkbook: "http://crm2011:2020/Marketing%20Reports/test2_excel32bits.xlsx"
    [0x409] [Saturday, 21 January 2012 09:40:18] [BaseWB ID: 2] to be untrimmed if it is currently trimmed. The workbook is currently NOT trimmed. fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.08  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     f1va Medium   CWorkbookWrapper::CWorkbookWrapper: Created with ID=4 fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.09  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     eq3r Medium   ConnectionRequest.ConnectionRequest: New connection request. SessionId=1.V21.4PI+fCwIq52LH++nOoMzs90.5.en-US5.en-US73.-0060#0000-10-00-05T03:00:00:0000#+0000#0000-03-00-05T02:00:00:0000#-006036.bfceb31b-7122-46ca-9e2a-ae52cefcfcaf1.N,
    WorkbookVersion=ConnectionInfo.WorkbookVersion: Uri=http://crm2011:2020/Marketing Reports/test2_excel32bits.xlsx, Version=Saturday, 21 January 2012 09:40:18 fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     aysl Medium   Succeeded to initialize a chart. fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     8xk9 Medium   ExternalSource.ExecuteOperation: We exhausted all available connection information. Exception: Microsoft.Office.Excel.Server.CalculationServer.Interop.ConnectionInfoException: Exception of type
    'Microsoft.Office.Excel.Server.CalculationServer.Interop.ConnectionInfoException' was thrown.     at Microsoft.Office.Excel.Server.CalculationServer.ConnectionInfoManager.GetConnectionInfo(Request request, String externalSourceName, Int32
    externalSourceIndex, Boolean& shouldReportFailure)     at Microsoft.Office.Excel.Server.CalculationServer.ExternalSource.ExecuteOperation(Request request, ExternalSourceStateInfo externalSourceStateInfo, ExternalSourceStateInfo prevExternalSourceStateInfo,
    Int32 index, ConnectionInfoManager connectionInfoManager, ExternalDataScenario scenario, DataOperation dataOpe... fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12* w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     8xk9 Medium   ...ration, Boolean verifyPreOperationConnection), Data Connection Name: PowerPivot Data, SessionId: 1.V21.4PI+fCwIq52LH++nOoMzs90.5.en-US5.en-US73.-0060#0000-10-00-05T03:00:00:0000#+0000#0000-03-00-05T02:00:00:0000#-006036.bfceb31b-7122-46ca-9e2a-ae52cefcfcaf1.N,
    UserId: 0#.w|contoso\manager fb614a65-e398-4b97-a98d-fb7b23eab39f
    My server and client olap versions are the same: MSOLAP.5, i used sql server 2008 R2 SP1 and sharepoint 2010 SP1 and reboot or iisreset have no effect
    Thanks in advance for your help

    Hello Challen Fu
    I would be so grateful if you could please help me out
    I have been trying to find a solution to the same error message
    In my case, the power pivot reports were working before on a regular team  site , but then two things changed:
    a)  I  created a toplevel site using the BI Center template. Now I am using a Business Intelligence template , created a power pivot gallery library and uploaded a few powerpivot reports
    b)  On the  backend, the database instance was upgrated to SQL Server 2012 
         Front end Server VDSP01  remains  SQL Server 2008 R 2 where Sharepoint 2010  was installed as a FARM  
    Now, the reports will display in sharepoing however they will not refresh. the error message i get is the same.
     Scenario recap:
    a- Server VDSP01  uses SQL Server 2008 R 2 where Sharepoint 2010  was installed as a FARM
    b- On the back end,  the database instance name was replaced with SQL 2012 Server:
               from SQL Server 2008 R 2 (instance DBDEV-COTS\COTS)
               to     SQL Server 2012 ( instance VTSQL01\COTS)
    c-  I was told that:
         From VDSP01, they ran
    CliConfg.exe   to create SQL Server Alias :
           where    BEFORE: vdsharepoint -->  DBDEV-COTS\COTS
                and  AFTER    : vdsharepoint -->  VTSQL01\COTS
     I appreciate in advance any help you can provide<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
      <v:stroke joinstyle="miter">
      <v:formulas>  <v:f eqn="if lineDrawn pixelLineWidth 0">
      <v:f eqn="sum @0 1 0">
      <v:f eqn="sum 0 0 @1">
      <v:f eqn="prod @2 1 2">
      <v:f eqn="prod @3 21600 pixelWidth">
      <v:f eqn="prod @3 21600 pixelHeight">
      <v:f eqn="sum @0 0 1">
      <v:f eqn="prod @6 1 2">
      <v:f eqn="prod @7 21600 pixelWidth">
      <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
     <v:f eqn="sum @10 21600 0">
    </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
    <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype> <v:shape alt="" id="Picture_x0020_2" o:spid="_x0000_i1025" style="width:630pt;height:475.5pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\wlarange\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg">
    </v:imagedata></v:shape>
    wanda larangeira

  • Error while importing data in SSAS Tabular Model

    I am new to the concept Tabular Model in SSAS 2014.
    I am trying to create one tabular model based on Adventureworks DW 2014.
    I am getting below error while importing tables to create model.
    "OLE DB or ODBC error: Login failed for user 'ASIAPAC\CSCINDAE732028$'.; 28000.
    A connection could not be made to the data source with the DataSourceID of '98c2d415-1e84-469c-a170-2bcacd779c1a', Name of 'Adventure Works DB from SQL'.
    An error occurred while processing the partition 'Customer_65240c88-55e7-416c-a7ac-732dece8be8e' in table 'Customer_65240c88-55e7-416c-a7ac-732dece8be8e'.
    The current operation was cancelled because another operation in the transaction failed."
    But while creating the Datasource, it has created successfully (below img)
    But while importing the facing the below error.
    Note:
    I have multiple instances in my system with unique names.
    Is this causing any ambiguity issues in selecting right instances?

    Hi Naveen,
    Based on your screenshots, you fail to open a connection to the data source. Right?
    In this scenario, the first screenshot you post is for creating a connection to server with the current windows authentication, not for connecting a data source. So the "Test Connection succeed" means your current windows user can connect
    to server, not connect to the database your selected in the dropdown list. Then you click next, you can choose account to access the data source. Based on the information, your service account "'ASIAPAC\CSCINDAE732028$" doesn't have permission to
    access the database you selected. Please grant the permission for the service account in SSMS.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    If you have any feedback on our support, please click here.

Maybe you are looking for

  • FI-CA document type when a print document is created

    Hello everybody, We have been searching events (e.g. 0061)/user-exit to change the FI-CA document type when a print document (based on our own logic) is created with transaction EASIBI without success. Maybe you have enhanced something in another pro

  • Edge animation doesn't work properly or display properly in IE

    I've created an animation using Edge CC. It contains a graphic created in illustrator which has a gradient in it. I've inserted it using the OAM method into my webpage in Dreamweaver. My first issue is that the animation doesn't display in IE10 unles

  • How can I copy texts from my phone to my computer

    I have an LG VN251 phone with Verizon Wireless. My ex is filling up my text mailbox and I do not want to delete them because frankly I might need them as evidence if I have to involve authorities to get her to stop contacting me. How can I save or co

  • Query: SQL Server Book Recommendations

    Hi folks! There are Books Online. There are the SAP Notes and Documents created by people like Jürgen Thomas (THANKS!!!) ... There are many sources of information in the WWW - blogs, documents, discussons ... And there are many BOOKS. Too many ... I

  • Constant selection in IP planning layout

    Hi everyone, I have a budget planning layout where I'd like to give the user the opportunity to display various planning versions side-by-side. I also want to include the previous year figures (pry). Since reference data might not exist at the time o