OLE DB MSOLAP provider issues

Im unable to create a link server to remote SSAS servers. Error Below.
TITLE: Microsoft SQL Server Management Studio
"The linked server has been created but failed a connection test. Do you want to keep the linked server?"
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "Source".
OLE DB provider "MSOLAP" for linked server "Link Server Name" returned message "The following system error occurred:  Key not valid for use in specified state. .". (Microsoft SQL Server, Error: 7373)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3042&EvtSrc=MSSQLServer&EvtID=7373&LinkId=20476
BUTTONS:
&Yes
&No
I tried to creating a UDL file and I get this error..
Test connection failed becasue of an error in setting the window handle property.
I tried reinstalling Driver .. no luck.
Ensured that allow in process was checked in provider properties.
Also checked SAC manager to ensure "allow to" and "allow from" link was set to true on source server.
Oh ya... I was aslo able to create a test UDL on my XP workstation with no problem..
Any help much appreciated.

Hi,
We are also getting this error when trying to connect to AS 2008 on a 64-bit server. Have turned server & client firewalls off,
and tried to Telnet to port 2383 but does not connect. It appears that both port 1434 and 2383 are only listening locally. I have checked the config setting in AS "ListenOnlyOnLocalConnections" is set to false.
Also tried resetting the Port from default "0" to 2383 with no change.
In addition, when using SSMS from client PC - get the following error "A connection cannot be made ensure the server is running (Microsoft.AnalysisServices.AdomdClient) - No connection could be made because the target machine actively refused it <IP address>:2383”
Would be grateful for any assistance.
MattMattF

Similar Messages

  • Oracle provider Issue in SQL Server 2005

    Hi all,
    On the dev server, I'm using SSAS 2005 (32-bytes) + Oracle provider for OLE DB to access my Oracle Database and it works perfectly.
    On the production server, SSAS 2005 is running on a 64-bytes platform.
    The Oracle client 10.2.0.1.0 (64 bits) has been installed containing the Oracle provider for OLE DB but unfortunately the Oracle provider for OLE DB does not appear in the list in BIDS when trying to create a date source.
    Could someone help ?
    Regards,
    Juan

    After much grief I figured this out and this works for me going from x64 sql 05 on windows server 2003 to x86 oracle 10g on another windows server 2003 box...
    Software Prerequisites
    •     x64 Oracle Client:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    •     x64 Oracle Data Access Components (ODAC) http://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html
    •     x86 Oracle Client:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    •     SQL Server 2005 SP2 (x64):
    http://www.microsoft.com/downloads/details.aspx?FamilyID=D07219B2-1E23-49C8-8F0C-63FA18F26D3A&displaylang=en
    Patch Level Required (As of Thursday, July 31, 2008):
    •     Microsoft SQL Server Management Studio: 9.00.3042.00
    •     Microsoft Analysis Services Client Tools: 2005.090.3042.00
    •     Microsoft Data Access Components (MDAC): 2000.086.3959.00 (srv03_sp2_rtm.070216-1710)
    •     Microsoft MSXML: 2.6 3.0 4.0 6.0
    •     Microsoft Internet Explorer: 7.0.5730.13
    •     Microsoft .NET Framework: 2.0.50727.42
    •     Operating System: 5.2.3790
    •     Oracle Data Access Components (ODAC): 10.2.0.3.00 (64-bit Oracle10g Release 2 ODAC for Windows x64)
    1. install the x64 and x86 oracle clients on the mssql box
    2. install the odac on the mssql
    3. Verify that the registry settings at
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI and
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSDTC\MTxOCI
    are correct:
    a.     OracleOciLib = oci.dll
    b.     OracleSqlLib = orasql10.dll
    c.     OracleXaLib = oraclient10.dll
    4. Verify that your tnsnames.ora and sqlnet.ora files have the correct info to connect to the source Oracle 10g (x86) 32 bit source. Note if there is a DNS or other name resolution problem in the environment you may need to change your host entry in your tnsnames file to be the actual I.P. address of the source Oracle box, until the network issue is resolved by the applicable environments network engineer. Additionally, note that if your client tnsnames.ora file is not configured to match the network topology in use, you will have issues… loopback configurations particularly cause grief.
    5. Update Machine.config Add the following binding policy:
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Oracle.DataAccess" publicKeyToken="89b483f429c47342" />
    <bindingRedirect oldVersion="2.0.0.0-10.9.9.9" newVersion="2.102.3.2" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    6. Save the following as a *.reg file and run it...
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSDTS\Setup\WizardPath]
    @="C:\\Progra~2\\Microsoft SQL Server\\90\\DTS\\Binn\\DTSWizard.exe"
    7. Save the following as a *.bat file...
    rem Progra~2 is short path name for "Program Files (x86)" and works around an Oracle client bug that doesn't like the ()'s in the path
    start /B "C:\Progra~2\Microsoft Visual Studio 8\Common7\IDE" "C:\Progra~2\Microsoft Visual Studio 8\Common7\IDE\devenv.exe"
    8. Save the following as a *.bat file...
    start /B "C:\Progra~2\Microsoft SQL Server\90\Tools\binn\VSShell\Common7\IDE" "C:\Progra~2\Microsoft SQL Server\90\Tools\binn\VSShell\Common7\IDE\SqlWb.exe"
    9. Create a shortcut that points to each of the batch files you just created and only launch BIDS or SSMS from those *.bat files...
    10. create your packages, etc., as normal, but you will not be able to fully test them from BIDS or SSMS because they are 32 bit running in 64 bit o/s...
    11. Create a job with a line similar to the following as a cmdexec type of job...
    "C:\Progra~2\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /FILE "C:\SomeWidget.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF
    12. your done...
    Best Regards, from a Las Vegas Bohemian...

  • Multi provider issue and not able perform BEx. Report

    Hi,
    I have one issue on multiprovider that is when I check the content of multi provider it say one info object does not exist.Actually this missing info object was set as navigational attribute in the ODS and at present this info object does not exist as navigational attribute in ODS and this info object does not exist in the environment at all.but still when we select the multiprovider it says info object missing. can any one suggest any reason for this.
    Regards,
    Ayyappa

    Hi Ayyappa,
    Oops misread the question.
    You can refresh the Administartor workbench screen and then retry. Anyways as Paolo said it is just a warning.
    Bye
    Dinesh

  • EclipseLink persistence provider issue with weblogic 10.3

    Hi All,
    I have been trying to deploy and run an EAR in weblogic but when I run the application I get the following warning: WARNING: Found unrecognized persistence provider "org.eclipse.persistence.jpa.PersistenceProvider" in place of OpenJPA provider. This provider's properties will not be used.
    The following is my persistence.xml:
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_1_0.xsd" version="1.0">
    <persistence-unit name="default" transaction-type="JTA">
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
    <jta-data-source>DataSourceName</jta-data-source>
    <class>oracle.communications.platform.entity.impl.CharacteristicSpecificationDAO</class>
    <properties>
    <property name="eclipselink.logging.level" value="FINEST" />
    <property name="eclipselink.target-database" value="org.eclipse.persistence.platform.database.oracle.OraclePlatform" />
    <property name="eclipselink.target-server" value="WebLogic_10" />
    <property name="eclipselink.session-event-listener" value="oracle.communications.platform.persistence.impl.PomsSessionEventListener" />
    <property name="eclipselink.session.customizer" value="oracle.communications.platform.util.EclipseLinkSessionCustomizer" />
    <property name="poms.cache.coordination.implementation" value="jms" />
    <property name="poms.cache.coordination.ipaddress" value="10.178.139.64" />
    <property name="poms.cache.coordination.port" value="7101" />
    <property name="poms.cache.coordination.multicast.group.address" value="226.10.12.64" />
    <property name="poms.cache.coordination.multicast.port" value="3121" />
    <property name="poms.cache.coordination.topic.connection.factory.name" value="EclipseLinkTopicConnectionFactory" />
    <property name="poms.cache.coordination.topic.name" value="EclipseLinkTopic" />
    <property name="poms.cache.coordination.username" value="weblogic" />
    <property name="poms.cache.coordination.password" value="weblogic" />
    <property name="poms.cache.coordination.password.encrypted" value="false" />
    </properties>
    </persistence-unit>
    </persistence>
    I have written a session customizer that reads properties from the persistence.xml and initializes stuff. But because of the warning i mentioned earlier... I am getting null for all property entries.
    I moved the eclipselink jar entry up ahead of openjpa jar entry in weblogic.server.modules_10.3.1.0.xml and refcount.xml in /modules/features directory. I am still getting the same problem.
    I read in many posts for workarounds for this issue but didnt find anything which worked for me. I would be grateful if someone could provide me a hint as to how to make it work.
    Thanks in advance,
    Prashanth.

    Prashanth,
    Hi, there should be no issue running EclipseLink on WebLogic while you see this warning. If you are getting null properties it may be the result of another issue, could you post specific exceptions and the part of your client code that is having a problem.
    1) The warning below normally appears only when running your persistence unit with an "application managed" JTA datasource as opposed to a "globally defined server scoped datasource". Even then it can be ignored as there are still parts of WebLogic that depend on OpenJPA. Even though the warning states that properties are ignored - they are not and you should see your persistence unit loaded properly.
    I encountered this issue when running an "application managed" JTA - here is an extract of the log showing the warning and the full functioning of the pu later - the persistence unit and example code can be found on the weblogic tutorial examples link below
    "[EL Finer]: 2008.10.29 13:03:55.565--ClientSession(30346337)--Thread(Thread[[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads])--client released
    WARNING: Found unrecognized persistence provider "org.eclipse.persistence.jpa.PersistenceProvider" in place of OpenJPA provider. This provider's properties will not be used.
    [EL Info]: 2008.10.29 13:03:56.079--ServerSession(14772987)--EclipseLink, version: Eclipse Persistence Services - 1.1.0 (Build 20081023)
    [EL Info]: 2008.10.29 13:03:56.391--ServerSession(14772987)--file:/C:/view_w34r1a/examples/org.eclipse.persistence.example.jpa.server.weblogic.enterpriseEJB/build/classes/-exampleLocal login successful
    15 Entities in storage: 15
    [EL ExampleLocal EM]: enterprise: Object: [email protected]( id: 6 state: null parent: HashSet@15794734 references: HashSet@15794734)
    [EL ExampleLocal EM]: enterprise: Object: [email protected]( id: 26 state: null parent: HashSet@8800655 references: HashSet@8800655)
    I raised the following minor issue with our WebLogic Server team in Oct for reference - however this warning did not affect proper functioning of EclipseLink JPA.
    https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=7520161
    You may reference the following tutorial on running EclipseLink JPA on WebLogic 10.3, it details all the steps necessary to get a JTA container managed persistence unit running via a stateless session bean and a servlet client. It also details and links to application managed datasource configuration details.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    2) eclipselink.jar location in WebLogic?
    The eclipselink.jar library should stay in the modules or patch_* directory depending on whether you are running a standalone WebLogic server or as part of a Fusion Middleware JDeveloper environment.
    See the following link that details deployment options for WebLogic and EclipseLink
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial#EclipseLink_JAR_location
    Note: I have not modified the load order of EclipseLink, OpenJPA or Kodo, I am running all including this version of OpenJPA in my modules directory. [org.apache.openjpa_1.0.0.0_1-1-1-SNAPSHOT.jar]
    3) I noticed that you are defining the target-database property in your persistence unti but you are running as JTA not RESOURCE_LOCAL. This property can be removed if your JTA datasource is defined as a Transactional server scoped datasource via the WebLogic console.
    thank you
    /michael
    http://www.eclipselink.org

  • OLEDB provider issue

    Hi all,
    I'm setting up linked server from sql server to oracle. I installed Oracle client 10.2.0.1 on the server, configured ODBC to the Oracle database using OraOLEDB.Oracle provider. Created linked server on sql server, but getting the below error:
    SELECT * FROM
    testlink..user.table
    OLE DB provider "ORAOLEDB.ORACLE" for linked server "TestLink" returned message "ORA-12154: TNS:could not resolve the connect identifier specified".
    Msg 7303, Level 16, State 1, Line 2
    Cannot initialize the data source object of OLE DB provider "ORAOLEDB.ORACLE" for linked server "TestLink".
    tnsping to the oracle database works from the server and the ODBC connection testlink to the oracle database is successful. I tried checking Allow inprocess in the provider option by right clicking linked server properties on the management studio also.. Nothing seemed to work..
    Please help.. thanks

    Hi,
    TNS_ADMIN used in command prompt is somehow ignored (added comment afterwards: mapped drive used in TNS_ADMIN may not be accessable, use UNC path in TNS_ADMIN instead).
    Create TNSNAMES entry through Oracle Net Configuration Assistant.
    Test Connection on Linked server must work before any SELECT can work.
    To use insert from linked server data change provider options:
    Allow inprocess = checked
    Restart SQL server windows service and try again.
    Best regards,
    Alex
    Edited by: user4580124 on Dec 15, 2010 1:40 PM
    Edited by: user4580124 on Nov 15, 2011 2:56 AM

  • Security Provider Issues

    Because of performance issues, we have a security provider that has a native back end. All the core pieces are implemented (SHA1, SHA256, RSA, DSA, etc.). However, when I add the new provider to the top of the list in java.security and start an app with signed jars. My provider isn't used. Digging through the openjdk code, it appears that JarVerifier refers to ManifestEntryVerifier and SignatureFileVerifier which has it hard coded to use the Sun security provider. Does anybody know a way around that? It seems that this would make it impossible to be FIPS compliant with a certified security provider, because the code signing verification would still be done by Sun/SunRsa/SunEC.
    Bill

    Because of performance issues, we have a security provider that has a native back end. All the core pieces are implemented (SHA1, SHA256, RSA, DSA, etc.). However, when I add the new provider to the top of the list in java.security and start an app with signed jars. My provider isn't used. Digging through the openjdk code, it appears that JarVerifier refers to ManifestEntryVerifier and SignatureFileVerifier which has it hard coded to use the Sun security provider. Does anybody know a way around that? It seems that this would make it impossible to be FIPS compliant with a certified security provider, because the code signing verification would still be done by Sun/SunRsa/SunEC.
    Bill

  • Using OLE/IAC to provide document password on file open

    I've run into a little problem when extracting text from the documents. Many of the files have document security enabled, which is causing a NotAllowedError exception in COM. The message of the exception is "Security settings preveent access to this property or method. I do have the password to the documents. Is there a way to EITHER provide the password to the file through AVDoc.Open, another method, or to disable document security on the documents, given the password, using the COM API?

    Okay, thanks Irosenth. So, what other options do I have then for supplying the password to the document? Is this possible using any other Methods of the core API that I could just program into the plugin in C#, or anything in the JSObject that could accomplish it??

  • The 'ole "dropped frame" window issue

    I need help on this topic of that window that shows up "One or more frames were droppd during playback" I've been using FCP 4.5 for about a year with no issues. Recently, my computer crashed and I bought a new hard-drive, a SATA 250 GB. I re-loaded everything. Motion works great, so does LiveType and DVD Studio Pro. However, when I try to view anything at all in FCP, that window pops up. I've even tried simply viewing the Magic Bullet "Demo" project from it's installation DVD, and same thing. I then tried resetting the user prefs by removing the "com.apple.finalcutpro.plist" and "Final Cut Pro User Date" folder. That didn't work, so I removed FCP and the receipts and re-installed the whole thing and I'm still having the problem. I've tried changing the RT settings, and still the same issue..... Help?

    You are missing a huge conceptual point. If the file can not spool off of the hard drive fast enough, you get dropped frames. It isn't a processor or ram issue right now, it is a hard drive speed issue. Your system drive is overtaxed trying to run OSX, applications AND spool video. It just can't keep up. Changing the graphic card isn't going to help (and how do you change the card in a laptop?)
    Get an external esata drive - with the new MacBookPro you'll need an esata Expresscard34 adapter for the computer to connect the drive. Firewire is not an option with that machine and USB2 will not cut it with high data rate formats like ProRes.
    When you drop in the ProRes clip to the timeline and it tells you there is a mismatch, this means your preset for the timeline is something other than your clip. You WANT ProRes and you need the sequence to match your clip - tell the program to CHANGE the sequence to match the clip.
    Video is not easy and it isn't inexpensive. Time to open up those manuals and your wallet!
    Good luck,
    x

  • Membership Provider Issues

    I've been trying to use the Oracle Providers and have run into a number of bugs / problems.
    The membershipProvider.DeleteUser(userName, true) will always throw an exception unless the Oracle Personalization Provider is installed.
    If a user is locked out and ChangePassword or ResetPassword is attempted, a ProviderException with message "The provider returned an error that is not described by other MembershipCreateStatus enumeration values." will occur.
    All the packages and procedures are wrapped. This makes it very hard to inter operate the Providers with other products, e.g. APEX
    The providers do not support Oracle.ManagedDataAccess.Client. I have a workaround, but it should work out of the box.

    I'll check up on 1 and 2.
    3. The packages and procedures are intended to be wrapped. The providers are not meant to be used as an SDK by other products or modified. They are intended to be used specifically within ASP.NET and its defined provider model.
    4. Currently, the providers are not supported with managed ODP.NET.

  • TS3430 OIn article TS3430; I have iTunes 10.6.1.7 on Win 7 Hm Prem x64. I looked where the file locations of Plug-ins are provided, issues were: 1)In the fldr on the \Users... Path, the Plug-ins fldr was empty, 2)No Plug-ins fldr in Prog Files or Prog Fil

    Does this mean that I do not have ANY plug-ins or is there likely to be another cause.

    I wish Apple paid attention...
    On this Forum, Apple does not pay attention.  This is a user to user forum.
    For that exact reason, we have no ability to fix bugs in iTunes.  You can however, report them directly to Apple:
    http://www.apple.com/feedback/itunesapp.html
    I see that you do not care for the workaround that I proposed, which is of course entirely up to you. 

  • TS2755 When sending a txt message to another iphone user  we both are getting message not delivered but it is, yet when i send txt to an adroid i dont get that message at all so its not a provider issue

    When i txt to Nother iphone we both get message undelivered et when i txt to an adroid phone its fine

    Erase any conversation you have with this person in your Messages, then start a new one and see if it does same thing.    If it still doesn't go through right away, it's a problem with your friend's iMessage setup, not yours.

  • Internet provider issue? Shaw vs Telus?

    Hi, so here's my situation: I'm on an iMac, 10.6.2, iChat 5.0.1. I bought a macbook for my Mom and set it up at my place, I had the two computers working fine on ichat, with screen sharing and video chat working flawlessly. She took the computer home (I'm in Kelowna, she's on the coast), connects to the internet and now we cannot video chat or screen share. The only variable seems to be that I'm on Shaw and she's on Telus; to further support that, I can successfully chat with a friend in the same town as her, but he is on Shaw... FYI, we gave up on iChat and tried Skype, and the video and screen sharing works, however, having used both, I'd rather use iChat as the video quality seems better (as does the screen sharing).
    Both computers have Internet Sharing turned off. I can post the huge error log message thing if that would help.
    I'd appreciate a hand with this - thanks!

    Actually I would check iChat's Video Menu that Screen Sharing is ON.
    9:13 PM Sunday; January 3, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • My email is extremely slow to load from my 4 separate accounts.  One of the accounts goes off line all the time.  It is not a service provider issue.  I think my passwords and ports may be all mixed up because I tried to adjust it myself.  How can I fix?

    My email is very slow to load from 4 separate accounts.  I think I messed up ports and SSL when I tried to fix it.  How do I fix this?

    Hello Mary,
    You may have multiple entries.
    Open Keychain Access in Utilities, enter the part after the @ sign in the search bar, hit enter
    The Password rejection can confuse people since it's a catch all meaning...
    This Password, Username, Authentication method... is not recognized on this Port to this Server, more than one entry in Keychain for each in/out entry, or a server end problem.
    If using a browser to login via WebMail works it's not Name or Password, but one of the other ones.
    The receiving email ports are:
    IMAP is port 143
    IMAP-SSL is port 993
    POP is port 110
    POP-SSL is port 995
    Outgoing ports are...
    SMTP and SMTP-SSL is on ports 25, 587 and 465. Port 587 has to be SSL, and port 465 is enforced TLS-wrapped and is generally used by Outlook users.

  • Two Datagrids, Multiple Provider Issue

    What Im trying to do is when when DataGrid1 has an item
    selected it fills out a series of text boxes and another DataGrid.
    All the data is in XML, so when I click on one element, to access
    the proper element i go data_grid1.selectedItem.state
    But for the second DataGrid the data that goes into there is:
    <people>
    <person email=...>
    </people>
    and the dataPovider i use is data_grid1.selectedItem.people,
    I get
    Multiple initializers for property 'dataProvider'. (note:
    'dataProvider' is the default property of
    'mx.controls.DataGrid')
    In
    this
    example I tried doing what he did and his examples compile with
    no problems but I dont know how to do that for myself, what am I
    doing wrong?
    <?xml version="1.0" encoding="UTF-8"?>
    <mx:Application xmlns:flexlib="
    http://code.google.com/p/flexlib/"
    xmlns="*" xmlns:mx="
    http://www.adobe.com/2006/mxml"
    height="100%" width="100%" applicationComplete="getXML()">
    <mx:Script>
    <![CDATA[
    import mx.rpc.http.HTTPService;
    import mx.rpc.events.FaultEvent;
    import mx.rpc.events.ResultEvent;
    import mx.controls.Alert;
    public function getXML():void
    var serv:HTTPService = new HTTPService();
    serv.contentType="application/xml";
    serv.url="contacts.xml";
    //serv.useProxy=false;
    serv.resultFormat="xml";
    serv.addEventListener("result",gotResult);
    serv.addEventListener("fault",gotFault);
    serv.send();
    private function gotFault(event:FaultEvent):void
    Alert.show(event.fault.message);
    [Bindable]
    var myXML:XML;
    private function gotResult(event:ResultEvent):void
    myXML = new XML(event.result);
    //avListing.dataProvider = myXML.contact;
    public function searchAndReplace(holder:String):String
    var searchfor:String="\t";
    var replacement:String="";
    var temparray:Array= holder.split(searchfor);
    var holder:String = temparray.join(replacement);
    searchfor="\r";
    temparray= holder.split(searchfor);
    holder = temparray.join(replacement);
    return (holder);
    ]]>
    </mx:Script>
    <mx:Binding source="myXML.contact" destination
    ="avListing.dataProvider"/>
    <mx:Binding source="avListing.selectedItem.people as XML"
    destination="grid_contacts.dataProvider"/>
    <mx:HBox width="100%" height="100%">
    <mx:DataGrid id="avListing" width="25%" height="100%">
    <mx:columns>
    <mx:DataGridColumn dataField="state"
    headerText="State"/>
    </mx:columns>
    </mx:DataGrid>
    <mx:TextArea id="box_State"
    text="{avListing.selectedItem.state}" width="100" height="20"/>
    <mx:TextArea id="box_Address"
    text="{searchAndReplace(avListing.selectedItem.address)}"
    width="250" height="100"/>
    <mx:DataGrid id="grid_contacts" width="300"
    height="100">
    <mx:DataGridColumn dataField="person"
    headerText="Person"/>
    </mx:DataGrid>
    </mx:HBox>
    </mx:Application>

    I had done that before, even though the ids are different I
    get that error. The reason I was using the Binding was that I was
    following this example:
    http://blog.paranoidferret.com/index.php/2007/07/27/flex-friday-feature-datagrid-component /
    They have two datagrids in there yet it works. Now is this
    happening just because I am using Flex 2.01 SDK instead of using
    the builder? I've noticed that there is a difference between the
    two when it comes to getting things to work.

  • Connecting to a cube via a linked server

    Hi
    I want to connect to a SSAS cube via a linked server. When I ran a query against the SSAS cube from directly from the SQL server it runs fine.
    If however I run the query in SSMS from my PC I get
    OLE DB provider "MSOLAP" for linked server "SSASServer01" returned message "The following system error occurred: .".
    Msg 7373, Level 16, State 2, Line 1
    Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "SSASServer01".
    In the properties on the linked server I've defined an account to use for the connection to get round the double hop issue
    Any Ideas why I'm still getting the error?
    Alex

    Hi Mr P,
    According to your description, you get the error 7373 with message "Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "SSASServer01"." when connecting a SSAS cube via linked server.
    Right?
    In this scenario, based on the error code 7373, it points to the issue of MSOLAP provider, please firstly check the properties setting for MSOLAP. Make sure the "Allow Inprocess" is selected. You may also have other options selected depends on
    your query.
    Also check if ports for your server (1434 and 2383) are listening proper locally and externally. Please refer to a similar thread below:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/9d5bd9e0-c380-4a0f-bdab-857751c71fba/ole-db-msolap-provider-issues?forum=sqlanalysisservices
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

Maybe you are looking for