Azure Mobile Service as Data Source - "undefined"

I'm trying to access Azure Mobile Service from my Siena app, I created the zz_config table and added
the key/value pair, but no matter what I try I always get back only one item called 'undefined' in the Siena app.
I tried adding the correct schema in the value of the zz_config table but it also didn't work.
Any sugestions?
Thanks.

wowsie, that was the clue, THANK you   Robin!
Now I got the name of the Table into Siena. One step futher for me also!   great!  
Okey, it's worked now...   :)
Here is some screenshots:
Best regards Terje F - Norway

Similar Messages

  • Offline data synchronization in azure mobile services on windows server 2008

    Hi,
    I have a class library which insert data into tables in azure mobile services on windows server 2008 OS for windows universal C# platform. I am trying to insert data using offline data synchronization.
    I had installed SQLite runtime for windows 8.1 and windows phone 8.1, but unable to add reference 'SQLite for Windows Runtime(Windows8.1)'.
    Please guide me whether windows server 2008 OS supports offline data synchronization in azure mobile services.
    Thank you.

    I also have a Windows Server 2012 R2 system using Azure Backup, and I don't have the problem. However, you probably noticed that you use a different Azure Backup installation download for Windows Server 2008 R2 vs. Windows Server 2012 R2. Although both
    show the same Microsoft Azure Recovery Services Agent version 2.0.8692.0 installed, my Windows Server 2012 R2 also lists Microsoft Azure Backup for Windows Server Essentials version 6.2.9805.9 installed as well. It could be the case the my problem with the
    CATALOG FAILURE 0x80131500 errors is something specific to the version of Azure Backup installed on my Windows 2008 R2 servers.
    Trilon, Inc.

  • Cannot connect to Azure Mobile Services as DataSource

    I've created an Azure Mobile Service which is using .NET backend.
    Project Siena isn't able to connect or work against this kind of data source.
    Error message is
    An error occurred connecting to Azure Mobile Service
    I have also tried to create zz_config support table, and implement a custom TableController for serving the URI
    tables/zz_config but I could only got few steps further, still without the possibility to read and use the model exposed by Mobile Services
    This behavior has been reproduced with both Beta 2 and Beta 3
    P.S. Adding the AMS as REST data source makes possible to import and use the model exposed. The operation of association in this case must be done per-table in Siena
    Wheb can we expect Siena to work well together with the new version of Azure Mobile Services?
    Massimo Prota
    .NET MCAD - SP2007 MCTS - SP2010 MCPD and MCITP
    My blog: http://blogs.ugidotnet.org/mprota - Twitter:
    @massimoprota

    Yes, that article is indeed precise and updated. I followed all steps described properly, especially for the part about setting up the database structure, and create
    zz_config table (second post of the series)
    I can connect to AMS (JS Backend) with Siena, but tables' names aren't showing up correctly, but display as
    undefined, and from there on doesn't work properly.
    JSON object returned from GET /tables/zz_config?$filter=(Key%20eq%20'table') 
    "id": "ccb9c9a8-9bae-41c8-87aa-277e2e0d1379",
    "key": "table",
    "value": "users"
    I do confirm I have the same (incorrect) behavior using a .NET Backend where I set up
    zz_config table and create a TableController mapped with it; with route
    tables/zz_config
    I confirm also I had the same behavior this morning with Beta 2, before I installed Beta 3.
    P.S. The error message reported in my first post is returned only when the table
    zz_config isn't setup correctly on AMS
    Massimo Prota
    .NET MCAD - SP2007 MCTS - SP2010 MCPD and MCITP
    My blog: http://blogs.ugidotnet.org/mprota - Twitter:
    @massimoprota

  • Azure Mobile Service in project Siena

    Thanks for everything you have done in Project Siena, it is a great and very productive app.
    I was very happy when I first saw that the known limitations on connecting Siena to Azure Mobile Services was removed in the presentation of Project Siena beta 3. However it seems that there are still many limitations and it still only imports first
    500 records. Actually I can not see any development on the Azure data source functionality since beta 1?
    I have asked the question before and was informed that Azure Mobile Services was strategically important to Project Siena.
    Please let me have some indications for what we can expect so we don't work towards something that will never materialize.
    1, Will the limitations on how many rows can be imported be removed in near future?
    2, Will write back to Azure Mobile Services be enabled in a future version of Project Siena?
    Hope to hear from you on this very important issue.
    Best Regards
    Morten  

    Hi Morten,
    Thank you for your interest in Project Siena and for the feedback. We don't answer questions regarding future functionality. The community has been collecting feature requests/suggestions at the following thread:
    http://social.technet.microsoft.com/Forums/en-US/2e1f9446-56b2-419a-9c17-7037d2cd6146/from-the-community-overview-of-requested-additional-functionality?forum=projectsiena. Please post to that thread for this and any other feature requests.
    Thanks again,
    Robin

  • How to upload image in windows azure mobile service from android?

    I am new in android I am using windows azure mobile service and I am Inserting Text data successfully but now I want to Upload Image in windows azure mobile service. I know its is possible by Azure Storage I have seen this chrisrisner post but
    its confusing can anyone tell me simple step by step process to save image in windows azure mobile service.
    I will be Very Grateful for you. its very urgent

    Hello Nitesh,
    Saving an image into Azure Mobile Services doesn't scale very well and it's not recommended. It's recommended to use Azure Blob Storage for blob storage. It's cheaper and can store larger files.
    You can definitely use both Azure Mobile Services and Blob Storage together by saving the name of the image in your Mobile Services table and storing the actual file in the Blob storage. This way when you need to retrieve the actual image, you would retrieve
    it by it's name from Blob storage.
    Here's a MSDN article that explains how to use
    Azure Blob Storage.
    Let me know if this helps.
    Abdulwahab Suleiman

  • Azure Mobile Services and ASP Identity - Exception when using UserManager

    I've reviewed
    this post in the AMS forum and it doesn't really answer the question. I already know how to integrate authentication, but Identity implements a lot of boilerplate user management code that I don't want to have to reproduce.  My question is: Is it possible
    to use Asp Identity framework with Azure Mobile Services? Since AMS Back End has Microsoft ASP.NET Identity Core/Owin as dependencies, I would think that the answer is yes, that they are compatible?
    I have been progressing as if it were possible, but yet, now when I go to try to use the Identity UserManager, I am getting the exception stated in
    this asp.net identity bug. Are there references in Azure Mobile Services Back End to previous versions of Microsoft.AspNet.Identity that would result in mismatched assembly versions?
    I have tried uninstalling and reinstalling Asp.Net Identity, even to the pre-release of 2.2.0, but I am still getting the exception that it couldn't load the CultureAwaiter. I have asked in that post if the bug has been fixed, but from the scant evidence of
    the posts and lack of responses, I would think that the bug has been fixed.
    ibGib

    The bug referenced in the original post shows that the required version is 2.1. I found that when I published to Azure, even though I had the correct (2.1) versions of the NuGet packages installed, the loaded dlls were not the correct versions. I do not
    know if this is an Azure problem or an Azure Mobile Services problem.
    I came to this conclusion by looking at the loaded Identity dlls in a new, up-to-date mvc app, and then looking at the same loaded dlls while debugging in Azure. The Azure dlls are older versions than the up-to-date MVC app versions. I figure that somewhere
    along the lines, Azure Mobile Services is loading the incorrect version of the Identity dlls, even though I have the correct versions installed via NuGet. Maybe there is another explanation.
    But regardless, I should be able to use the up-to-date versions of Identity in order to address bugs in the Identity framework. It would be nice if an AMS person would clarify about the dll versioning. I did come across
    this SO comment by someone who seems to be an AMS guru, but it doesn't seem to make sense. It does, however, seem to corroborate my and BinLaw's observed behavior of the backend dlls.
    ibGib

  • Integrating a PHP Web App with an Existing Azure Mobile Services and Mobile App

    I've got an existing mobile app that is integrated with Azure's mobile services. The mobile services are currently connected to Azure Active Directory with MFA enabled. I'd like to build a separate PHP-based web application (Azure VM) that uses this existing
    mobile service and authentication.
    I reviewed the Azure PHP SDK, but didn't see any tie-ins to the Mobile Service. Additionally, Azure has some great tutorials, but for mobile services they all seem to focus on iOS, Android, and Windows phone. Any insight into how to tie a PHP-app into this
    backend would be much appreciated!

    Although there isn't any client library for PHP, you can still access Mobile Service using the
    Azure Mobile Service REST API.
    Abdulwahab Suleiman

  • Service Check Data Source Module Events

    Hello,
    I seem to keep having this alert   the event number is 11771, i could really use some help here on how to fix this issue if possible.... these errors are being generated from SCE BY SCE
    Thanks,
    Danny
    Date and Time:
    2/4/2010 5:19:14 AM
    Log Name:
    Operations Manager
    Source:
    Health Service Modules
    Generating Rule:
    Collect Service Check Data Source Module Events
    Event Number:
    11771
    Level:
     Warning
    Logging Computer:
    sce01.xxxxxx.com
    User:
    N/A
    Description:
    Error getting state of service
    Error: 0x8007007b
    Details: The filename, directory name, or volume label syntax is incorrect.
    One or more workflows were affected by this.
    Workflow name: Microsoft.SQLServer.2008.DBEngine.FullTextSearchServiceMonitor
    Instance name: ESSENTIALS
    Instance ID: {023CAC69-7B83-207A-5F48-D808815B4919}
    Management group: SCE01_MG
    Event Data:
     View Event Data
    < DataItem type =" System.XmlData " time =" 2010-02-04T05:19:14.0140371-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > SCE01_MG </ Data >
      < Data > Microsoft.SQLServer.2008.DBEngine.FullTextSearchServiceMonitor </ Data >
      < Data > ESSENTIALS </ Data >
      < Data > {023CAC69-7B83-207A-5F48-D808815B4919} </ Data >
      < Data > 0x8007007b </ Data >
      < Data > The filename, directory name, or volume label syntax is incorrect. </ Data >
      </ EventData >
      </ DataItem >

    also here's this weeks critical errors from SCE by SCE
    Date and Time: 2/24/2010 9:55:44 AM
    Log Name: Application
    Source: Windows Server Update Services
    Event Number: 13002
    Level: 1
    Logging Computer: sce01.xxxxxxxxxx.com
    User: N/A
     Description:
    Client computers are installing updates with a higher than 25 percent failure rate. This is not normal. 
    Event Data:
    < DataItem type =" System.XmlData " time =" 2010-02-24T09:55:44.1666165-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > Client computers are installing updates with a higher than 25 percent failure rate. This is not normal. </ Data >
      </ EventData >
      </ DataItem >
    Date and Time: 2/24/2010 4:25:43 PM
    Log Name: Operations Manager
    Source: Health Service Modules
    Event Number: 11852
    Level: 2
    Logging Computer: sce01.xxxxxxxxxxxxxxxx.com
    User: N/A
     Description:
    OleDb Module encountered a failure 0x80004005 during execution and will post it as output data item. Unspecified error : Login timeout expired Workflow name: Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor Instance name: sce01.xxxxxxxxxxx.com Instance ID: {5B7CC866-45FF-A2AE-8D33-0AC661F68861} Management group: SCE01_MG 
    Event Data:
    < DataItem type =" System.XmlData " time =" 2010-02-24T16:25:54.2642632-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > SCE01_MG </ Data >
      < Data > Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor </ Data >
      < Data > sce01.xxxxxxxxxxx.com </ Data >
      < Data > {5B7CC866-45FF-A2AE-8D33-0AC661F68861} </ Data >
      < Data > Login timeout expired </ Data >
      < Data > 0x80004005 </ Data >
      < Data > Unspecified error </ Data >
      </ EventData >
      </ DataItem >
    Date and Time: 2/24/2010 10:47:13 AM
    Log Name: Operations Manager
    Source: Health Service Script
    Event Number: 4001
    Level: 1
    Logging Computer: sce01.xxxxxxxxxxxxxxx.com
    User: N/A
     Description:
    GetSQL2008BlockingSPIDs.vbs : Cannot login to database [sce01.xxxxxxxxxxxxxxx.com][ESSENTIALS:master] . 
    Event Data:
    < DataItem type =" System.XmlData " time =" 2010-02-24T10:47:15.8121021-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > GetSQL2008BlockingSPIDs.vbs </ Data >
      < Data > Cannot login to database [sce01.xxxxxxxxxxxxx.com][ESSENTIALS:master] . </ Data >
      </ EventData >
      </ DataItem >
    Date and Time: 2/24/2010 10:46:05 AM
    Log Name: Operations Manager
    Source: Health Service Modules
    Event Number: 11852
    Level: 2
    Logging Computer: sce01.xxxxxxxxxxxx.com
    User: N/A
     Description:
    OleDb Module encountered a failure 0x80004005 during execution and will post it as output data item. Unspecified error : [DBNETLIB][ConnectionOpen (PreLoginHandshake()).]General network error. Check your network documentation. Workflow name: Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor Instance name: sce01.xxxxxxxxxxxxx.com Instance ID: {5B7CC866-45FF-A2AE-8D33-0AC661F68861} Management group: SCE01_MG 
    Event Data:
    < DataItem type =" System.XmlData " time =" 2010-02-24T10:47:14.1579111-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > SCE01_MG </ Data >
      < Data > Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor </ Data >
      < Data > sce01.xxxxxxxxxxxxxxxxxxx.com </ Data >
      < Data > {5B7CC866-45FF-A2AE-8D33-0AC661F68861} </ Data >
      < Data > [DBNETLIB][ConnectionOpen (PreLoginHandshake()).]General network error. Check your network documentation. </ Data >
      < Data > 0x80004005 </ Data >
      < Data > Unspecified error </ Data >
      </ EventData >
      </ DataItem >
    Date and Time: 2/24/2010 3:50:12 PM
    Log Name: Operations Manager
    Source: Health Service Modules
    Event Number: 31400
    Level: 1
    Logging Computer: sce01.xxxxxxxxxxxx.com
    User: N/A
     Description:
    An exception occured processing a group membership rule. The rule will be unloaded. Subscription ID: 1ac6ba80-bb85-4699-82a2-f3c584b06965 Rule ID: bb91657f-32db-4f72-2ed6-e7ac94f0e167 Group ID: b20e0f37-c8d3-afcc-e21e-473b019fd826 Group type name: Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group Exception: Microsoft.EnterpriseManagement.Common.DataAccessLayerException: Invalid property name: IsDynamicsInstalledAttribute_CE6F4AC6_0A15_BE42_323A_65A3BC8AB307 at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.GetColumnDefinitionForProperty(String propertyName, QueryDefinition queryDefinition) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParsePredicateWithProperty(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 typeContextId, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParsePredicate(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 typeContextId, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParseCriteria(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 managedTypeIdContext, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.CreateCriteriaTextAndParameters(SqlCommand sqlCommand, QueryDefinition queryDefinition, XmlReader criteriaReader, XmlNamespaceManager xmlNamespaceManager) at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlCommandBuilder.CreateCriteria(SqlCommand sqlCommand, QueryDefinition queryDefinition, String criteriaXml, Dictionary`2 parameterValues) at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.CreateSqlCommandForSelectType() at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.QueryGenerator.ExecuteSnapshotQuery(MembershipRule membershipRule, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.ExpressionEvaluatorForSnapshot.EligibleBySnapshotResults(MembershipRule membershipRule, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.ExpressionEvaluatorForSnapshot.GetRelationshipChangesForSnapshot(MembershipRule membershipRule, Guid groupInstanceId, Guid groupTypeId, Guid relationshipId, IList`1 groupKeyNameValuePairs, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.MembershipRuleEvaluator.EvaluateSnapshot(MembershipSubscription subscription, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.MembershipCalculationManager.SnapshotCalculation(MembershipSubscription membershipSubscription, DatabaseConnection databaseConnection) 
    Event Data:
    < DataItem type =" System.XmlData " time =" 2010-02-24T15:50:12.2844774-06:00 " sourceHealthServiceId =" 5B7CC866-45FF-A2AE-8D33-0AC661F68861 " >
    < EventData >
      < Data > 1ac6ba80-bb85-4699-82a2-f3c584b06965 </ Data >
      < Data > bb91657f-32db-4f72-2ed6-e7ac94f0e167 </ Data >
      < Data > b20e0f37-c8d3-afcc-e21e-473b019fd826 </ Data >
      < Data > Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Group </ Data >
      < Data > Microsoft.EnterpriseManagement.Common.DataAccessLayerException: Invalid property name: IsDynamicsInstalledAttribute_CE6F4AC6_0A15_BE42_323A_65A3BC8AB307 at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.GetColumnDefinitionForProperty(String propertyName, QueryDefinition queryDefinition) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParsePredicateWithProperty(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 typeContextId, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParsePredicate(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 typeContextId, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.ParseCriteria(SqlCommand sqlCommand, QueryDefinition queryDefinition, Nullable`1 managedTypeIdContext, XmlReader criteriaReader) at Microsoft.EnterpriseManagement.Mom.DataAccess.ParameterizedCriteriaBuilder.CreateCriteriaTextAndParameters(SqlCommand sqlCommand, QueryDefinition queryDefinition, XmlReader criteriaReader, XmlNamespaceManager xmlNamespaceManager) at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlCommandBuilder.CreateCriteria(SqlCommand sqlCommand, QueryDefinition queryDefinition, String criteriaXml, Dictionary`2 parameterValues) at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.CreateSqlCommandForSelectType() at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.QueryGenerator.ExecuteSnapshotQuery(MembershipRule membershipRule, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.ExpressionEvaluatorForSnapshot.EligibleBySnapshotResults(MembershipRule membershipRule, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.ExpressionEvaluatorForSnapshot.GetRelationshipChangesForSnapshot(MembershipRule membershipRule, Guid groupInstanceId, Guid groupTypeId, Guid relationshipId, IList`1 groupKeyNameValuePairs, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.MembershipRuleEvaluator.EvaluateSnapshot(MembershipSubscription subscription, DatabaseConnection databaseConnection) at Microsoft.EnterpriseManagement.Mom.DatabaseQueryModules.MembershipCalculationManager.SnapshotCalculation(MembershipSubscription membershipSubscription, DatabaseConnection databaseConnection) </ Data >
      </ EventData >
      </ DataItem >

  • Azure Mobile Services

    First of all thank you responding.
    I am about to create a windows app within which the user enters the email id  for confirmation. I would like to store the email id in the cloud. How to create a sql database in Azure. i have a trial subscription and my region is India. Also I need to
    create a mobile service. It says that the service is disabled in the free trial subscription. But in some sites they say in the free trial I can get 10 Mobile services for free. Plz help me through this....

    The free trial subscriptions are mainly geared towards development. So since your free service shows up as disabled, it means you have exceeded one of the quota limits on a free subscription. You would need to upgrade to a paid subscription to continue
    utilizing your service.
    With regards to creating the SQL Database in Azure, Azure mobile services makes this very simple. Here's a good start regarding
    Azure Mobile services.
    Abdulwahab Suleiman

  • "No databases are selected to publish" when trying to publish Azure Mobile Services

    Hi, all. I had no idea what started the problem. I even tried deleting the service and DB to start from fresh with just the starter project Todoitem. And I can see the DB under my Azure mobile services > configure > SQL server and SQL Databases. 
    This seems to be a common problem that people run into when I searched on Google or Bing. But interestingly the social MSDN post returned from both will bring me only to the social main forum instead of the forum post...

    No one else having this problem? This just happened on another developer that is contributing to the same repo. Again, I am able to publish just fine. It looks like the publish wizard really have some problem but I can't tell where that information is
    cached.

  • How do I send a raw (push) notification from the server side using an Azure mobile service?

    Hi there!
    Currently I'm able to send toast notifications to my user from my Azure mobile service using the following line of code in one of my server side scripts:
    push.wns.send(opponent_id, payload, 'wns/toast', {
    success: function(pushResponse) {
    console.log("Sent push:", pushResponse);
    request.respond(statusCodes.OK, {});
    error: function(pushResponse) {
    console.log("Error Sending push:", pushResponse);
    request.respond(500, { error: pushResponse });
    But I would like to send a raw notification to my user now, not a toast notification. I've set up a background tasks which runs as soon as a raw notification arrives(I've tested this through the diagnose option of my mobileservicehub and it works).
    I want to send a raw notification now from the server side and I'm kind off lost on how to do that. I've looked for it but can't seem to find an answer to that question, I might be looking for the wrong stuff though.
    I'm looking for a solution that looks the same as the one for a toast notification(as demonstrated in the code above).
    Your help would be greatly appreciated!
    Thanks in advance!
    Jan

    I found the solution to this it was in fact really really easy, I should have read the documentation more properly since it clearly said that the payload for raw notifications could be literally anything but the client has to take care of it.
    So I figured that out!

  • Azure Mobile Service - Blob upload

    Hi,
    I am deepak , we have requirement of Uploading image from azure mobile service to azure blob,
    suppose if the image upload interrupted because of network problem , is it resume the upload from where is stopped when next time network is available ?? or is there any way to implement it ??
    thanks in advance ..please replay 
    Regards,
    Deepak

    wowsie, that was the clue, THANK you   Robin!
    Now I got the name of the Table into Siena. One step futher for me also!   great!  
    Okey, it's worked now...   :)
    Here is some screenshots:
    Best regards Terje F - Norway

  • Reporting Services: XML Data Source and Parameters

    I’ve created an XML service (asmx) in ASP.Net that I want to use as a data source for an SQL Reporting Services report. The report and service work just fine if I use a Method from the service that does not have parameters. However, if I use a Method that
    needs a parameter, the query/report fails. My investigation makes it seem that the parameter is not getting passed to the Method at all. (The parameter is a DateTime and it always ends up uninitialized and the WebMethod throws an exception.)
    I’ve exhausted all my TechNet resources and Googled this excessively. It would seem that I am doing this correctly, based on all the examples I’ve seen, but I still can’t get it to work.
    I've done a lot of different permutations, but this is where I’m at right now.
    (Note: I've changed the Web Method's parameter to be a String instead of a DateTime. I did this as part of my trial-and-error process. Once I get this figured I'll return it to a DateTime.)
    I'm trying to include everything here that will help you help me (see attached image). I had to obfuscate a few things (not sure if that is necessary).
    See attached image:
    Created Shared Data Source in SQL Report Services
    Create Report Parameter (matching Web Method parameter)
    Created a data set in Report Builder (with Query, and parameter - matching Web Method parameter)
    Query in Data Source
    <Query>
    <Method Name="GetDueDateAging" Namespace="http://zzz.com/vvv">
    <Parameters>
    <Parameter Name="cutoffDate">
    <DefaultValue></DefaultValue>
    </Parameter>
    </Parameters>
    </Method>
    <SoapAction>http://zzz.com/vvv/GetDueDateAging</SoapAction>
    <ElementPath IgnoreNamespaces="true">*</ElementPath>
    </Query>
    This is where I needed the most help, and I don't totally understand it. But again, the parameter-less Method worked. I've tried adding different things in the <DefaultValue> tag (like @cuttoffDate and constant values), with no success.
    WebMethod Code
    [WebMethod]
    public List<AgingInvoice> GetDueDateAging(string cutoffDate)
    DateTime cd = DateTime.MinValue;
    if (!DateTime.TryParse(cutoffDate, out cd))
    cd = DateTime.Now;
    Shared.DueDateAging aging = new Shared.DueDateAging();
    return aging.GetDueDateAging(cd, Settings.Default.ConnectionString);
    I've looked at every online resource that I could find, but I'm striking out right now. Any help or hints would be greatly appreciated.
    Thanks.
    Derrick

    Hi Derrick,
    In your case, please refer to the following method to troubleshooting this problem:
    We can use Fiddler2 to monitor the HTTP post, and check whether the parameter is being sent. The Fiddler tool can helps us debug web applications by capturing network traffic between the Internet and test computers. If the parameter is being sent, please
    debug the web service to ensure the method has values return.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Using Web Service as Data source (Pluggable Data Source) in Oracle Reports

    Anyone using Webservice as a pluggable data source in oracle 10g reports.(Report builder version:10.1.2.0.2)? We need to be able to use web service as one of the data source to create reports.Tried the following and ran into issues:
    Imported the wspds.jar fle from oracle plugin exchage. When tried using it received the following error in oracle reports trace file.
    04/26 22:27:22 java.lang.NoSuchMethodError: oracle.xml.parser.schema.XSDBuilder.build([Loracle/xml/parser/v2/XMLDocument;Ljava/net/URL;)Ljava/lang/Object;
    By troubleshooting issue found out that xmlparserv2.jar in 10g is newer than xmlparserv2.jar in 9i. wspds.jar is using xmlparserv2.jar in 9i as it was developed and tested for 9i only. Believe there is no newer wspds.jar file developed specifically for 10g?
    Is there a better/standard solution to use webservice as data source in oracle 10g reports? Does later version of oracle reports supports webservice as a data source without any additional plugins? Any suggestion would be helpful.

    Please provide support for the above request.
    It appears that Oracle 10g reports doesn't support Web Service as pluggable data source. Is this option is available in Oracle 11g Reports or Oracle Discoverer Or OBIEE?

  • The schedule in Power BI report refresh error with the powerpivot or powerview with SQL Analysis services as data source

    In the Power BI Admin Centre, the data sources that cannot be setup with Analysis services, and it has the error to schedule the powerpivot or powerview report to have data refresh. The error is "我們無法重新整理此報表中的資料來源種類。" - english, "We
    can not rearrange the source of information in this report types ." We would like to know the power bi schedule function can support SQL analysis service or not. Please advise. Thanks.
    Winsee

    It is not currently supported. You might be able to create a linked server in SQL to be a proxy for the connection and enable scheduled refresh if you are desperate.
    https://support.office.com/en-US/Article/Supported-data-sources-cb69a30a-2225-451f-a9d0-59d24419782e#__supported_data_sources
    http://artisconsulting.com/Blogs/GregGalloway

Maybe you are looking for

  • SAP license key error:  no valid license found:  cannot log into SAP GUI

    I deleted temp license from slicense on SM box, since I had already installed new digital license from SAP.  Well, later I tried to log in again and was locked out.  After some research, I found "sap license check failed" in the log files, java will

  • Help with wireless networking with my Photosmart 6525 on Mac 10.8.5

    I have just purchased an HP Photosmart 6525 and cannot get the wireless printing to work. I've followed all of the instructions provided online and printed with the device.  I'm attempting to connect from my Macbook Air running 10.8.5. I've successfu

  • What is Firefox.bak and why does it come back after I delete it every single time?

    I have tried to reinstall Firefox multiple times but it doesn't help at all; I keep getting Firefox.bak back every single time and it is annoying me to a great extent. How do I get rid of it once and for all?

  • Not Reading CD

    My Biege Power Mac G3 OS 9.1 will not read a CD that is made off of my Power Mac G5 OS 10.3.9. It want's to format the disk. I understand that there is a huge difference here, but do any of you know what I might be (am) doing wrong? Am I in need of s

  • RMAN Block Corruption

    Hi, i am using oracle 11g R1 database in windows 2003 server. i need to stimulate two scenario 1 . I want to corrupt a block and identify the corrupt block using RMAN. 2 . I need to corrupt a block and while taking backup using RMAN it should tell th