Behavior of query to blob service with prefix/delimiter parameters with 2009-09-19 REST API

I'm having trouble properly accessing the blob storage service using raw HTTP requests.  So far, listing raw container contents has worked as expected. Using just a delimiter to simulate directories in the root of the container also works fine. However,
adding a prefix to the query to try to get the contents of "directories" one level down the hierarchy hasn't been successful - all that's returned is the name of the directory I'm trying to list.
I have a container "con" with multiple blobs starting with the string "folder/". The result I'm expecting is a list of Blobs with names in the format "folder/filename" and BlobPrefixes with names like "folder/subfolder/".
Here are the request and response:
GET http://<account>.blob.core.windows.net/con?comp=list&restype=container&prefix=folder/&delimiter=/ HTTP/1.1
Content-Length: 0
x-ms-version: 2009-09-19
Date: Fri, 25 Feb 2011 17:58:57 GMT
Authorization: SharedKeyLite <account>:xE5XrRFmqd4z3go0mxyGpA045q8SEjUviAgqpElGA38=
Host: <account>.blob.core.windows.net
Connection: Keep-Alive
Pragma: no-cache
Cache-Control: no-cache
User-Agent: blah
HTTP/1.1 200 OK
Content-Type: application/xml
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 44c02b08-0f20-4983-ac0f-cb98ce4d2761
x-ms-version: 2009-09-19
Date: Fri, 25 Feb 2011 17:59:05 GMT
Content-Length: 261
<?xml version="1.0" encoding="utf-8"?>
<EnumerationResults ContainerName="http://<account>.blob.core.windows.net/con">
    <Prefix>folder/</Prefix>
    <Delimiter>/</Delimiter>
    <Blobs>
        <BlobPrefix>
            <Name>folder/</Name>
        </BlobPrefix>
    </Blobs>
    <NextMarker />
</EnumerationResults>
I only have this problem if I use API version 2009-09-19 - the same query works correctly with the old version:
GET http://<account>.blob.core.windows.net/con?comp=list&restype=container&prefix=folder/&delimiter=/ HTTP/1.1
Content-Length: 0
Date: Fri, 25 Feb 2011 18:22:30 GMT
Authorization: SharedKey <account>:ybzwdn6bgwhEU4ZSslAYDXr/fnYKRF4M0FGAa2cN1WI=
Host: <account>.blob.core.windows.net
Connection: Keep-Alive
Pragma: no-cache
Cache-Control: no-cache
User-Agent: blah
HTTP/1.1 200 OK
Content-Type: application/xml
Server: Blob Service Version 1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 04ac2857-31cb-48d3-8647-3f97ba945749
Date: Fri, 25 Feb 2011 18:22:38 GMT
Content-Length: 3750
<?xml version="1.0" encoding="utf-8"?>
<EnumerationResults ContainerName="http://<account>.blob.core.windows.net/con">
    <Prefix>folder/</Prefix>
    <Delimiter>/</Delimiter>
    <Blobs>
        <Blob>
            <Name>folder/Copy (10) of notempty</Name>
            <Url>http://<account>.blob.core.windows.net/con/folder/Copy (10) of notempty</Url>
            <LastModified>Thu, 24 Feb 2011 22:58:27 GMT</LastModified>
            <Etag>0x8CDA28D7B734B7C</Etag>
            <Size>11</Size>
            <ContentType>application/octet-stream</ContentType>
            <ContentEncoding />
            <ContentLanguage />
        </Blob>
        <Blob>
            <Name>folder/Copy (2) of notempty</Name>
            <Url>http://<account>.blob.core.windows.net/con/folder/Copy (2) of notempty</Url>
            <LastModified>Thu, 24 Feb 2011 22:58:27 GMT</LastModified>
            <Etag>0x8CDA28D7BA24988</Etag>
            <Size>11</Size>
            <ContentType>application/octet-stream</ContentType>
            <ContentEncoding />
            <ContentLanguage />
        </Blob>
    </Blobs>
    <BlobPrefix>
        <Name>folder/subfolder/</Name>
    </BlobPrefix>
    <NextMarker />
</EnumerationResults>
I've tried using other clients (Cloud Storage Studio and the CloudBerry Explorer) and they have the same issue - "folders" show up in the container but are themselves empty when they shouldn't be. So, what am I missing here?

My apologies upfront if I misread your explanation above, but you should get the entire listing when using prefix "folder/". For example, I get the below response when using the following request: GET /myfolder?restype=container&comp=list&prefix="0/"&delimiter="/"&timeout=90
HTTP/1.1 with version = 2009-09-19. But looks like you did not get the blobs listed? Is that correct? If yes, can you re-run and provide me with account name and request id (please send it to jharidas at microsoft)? Request and response traces will be
helpful.
Thanks,
jai
<?xml version="1.0" encoding="utf-8"?>
<EnumerationResults ContainerName="http://myaccount.blob.core.windows.net/myfolder">
<Prefix>0/</Prefix>
<Delimiter>/</Delimiter>
<Blobs>
<Blob>
<Name>0/test0.jpg</Name>
<Url>http://myaccount.blob.core.windows.net/myfolder/0/test0.jpg</Url>
<Properties>
</Properties>
</Blob>
<Blob>
<Name>0/test1.jpg</Name>
<Url>http://myaccount.blob.core.windows.net/myfolder/0/test1.jpg</Url>
<Properties>
</Properties>
</Blob>
<BlobPrefix>
<Name>0/test1/</Name>
</BlobPrefix>
<Blob>
<Name>0/test2.jpg</Name>
<Url>http://myaccount.blob.core.windows.net/myfolder/0/test2.jpg</Url>
<Properties>
</Properties>
</Blob>
</Blobs>
<NextMarker />
</EnumerationResults>

Similar Messages

  • SAP BO 4.1 Webi report sample with prompts to try Restful api

    I was not able to find, in the report demo samples available in the SAP BO 4.1 installation, a Webi report with prompts.
    I found many Webi reports samples but all are without prompts.
    I need at least one Webi report sample with prompts to try the Restful API http://localhost:6405/biprws/raylight/v1/documents/7090/parameters and http://localhost:6405/biprws/raylight/v1/documents/7090/schedules with parameters body.
    Where can I found such webi sample?
    Thanks,
    Riccardo

    As you have BI 4.1 installed, you could design a sample webi report using Webi Rich Client tool.
    Open Webi rich client, select the sample eFashion universe drag few objects in the query and a filter. Set the filter as a prompt and save the report to Enterprise.
    Now you could now use this sample report for your handson on REST SDK.
    -Bhushan

  • An error occurred querying a data source - with REST services

    Hi,
    I have a SharePoint 2013 form library library with an info-path form. I need to get the logged in user's 'Display Name' on my form load automatically.
    I used REST service to fetch the current user details. In the preview mode of the form, its showing the right name. But when I publish this form to library I am getting the following error.
    REST Service --> http://site url/_api/SP.UserProfiles.PeopleManager/GetMyProperties
    Please help me to resolve this issue.
    Thanks in advance for your time and reply :)

    Hi,
    According to your post, my understanding is that an error occurred querying a data source with REST services.
    It is defiantly permission issue with GetUserProfileByName service
    and could be many reasons of this problem. You first try with UDCX file and make sure that UPS is running.
    Here are some similar threads for your reference:
    http://social.technet.microsoft.com/Forums/en-US/b8c668ea-7511-4657-a1a8-08fb4a6bd53d/info-path-an-error-occurred-querying-a-data-source?forum=sharepointcustomizationprevious
    http://social.technet.microsoft.com/Forums/en-US/46866ac2-da09-4340-a86a-af72cbb2c8d7/info-path-an-error-occurred-querying-a-data-source-?forum=sharepointcustomization
    http://blogs.msdn.com/b/russmax/archive/2012/08/17/want-to-call-sharepoint-2010-web-services-within-browser-based-infopath-2010-forms.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How integrate azure media services with blob storage?

    I need to upload lots of content over blob storage which contains different types of files.
    Now my problem is that files contains lots of videos also.
    I want to way by which i can integrate azure media services with blob storage so that i can stream that video.
    So probably i don't want to upload my videos on azure media services storage because i want all my content to be at one place which is blob storage.
    Is there any way to achieve this?
    Thanks,
    Rajesh Khunt
    Blog : http://programmersgeek.wordpress.com/
    Twitter : http://twitter.com/#!/r_rajeshkhunt
    Linkedin : http://in.linkedin.com/in/rajeshkhunt

    Hi Rajesh
    Every Media Services account needs a blob storage account associated with it. You can choose an existing blob storage account for that purpose. In order for Media Services to work with your videos you need to create an asset using the Media Services APIs.
    That call results in the creation of a container which has the name in the following format asset-<AssetId>. The actual video files need to go as blobs within this container but these files need to be known to Media Services and you can do so by adding
    AssetFiles to the asset using the Media Services APIs. Once you do that the asset is well known to Media Services and you can stream it.

  • Combine multiple web services with the same SQL query into one

    Hello,
    I would like to ask a question regarding combine multiple similar web services into one. Can you please tell me if it is possible to combine 4-5 web services into one since they built on the same SQL query with 5 different criterias or condition so that the user can enter any of the 5 criterias to populate the data on the form instead of having 5 different web services?
    e.g Query: Select appName, permit#, address, phone, description, type, section, from table where appName = can be 'appName, permit#, address, phone, or description' to populate the rest of the data to the form.
    Does any one have ever done some thing like this in Workbench ES? If so please assist. I know it can be easier to build it in Visual Basic, C#, or dot.net but the requirement is to build it in workbench ES.
    Thanks in advance,
    Han Dao

    If you are querying for Name, PhoneNumber, and SSN, and you queried for all people with a phone number that started with 867, you would have a potentially long list of people.  So to keep track of all of the people, we store each record in XML complex elements.  The root node is just any name you want, and the repeating element is the complex element name. 
    So using the example from above, I'm going to specify the following:
         Root Node: Result
         Repeating Element: Person
    So now when I do a query, my resultXML will look like:
    <Result>
          <Person>
                 <Name>Alex</Name>
                 <PhoneNumber>867-5309</PhoneNumber>
                 <SSN>111-11-1111</SSN>
          </Person>
    </Result>
    If your query returned multiple results (like ours would probably), it would look like:
    <Result>
          <Person>
                 <Name>Alex</Name>
                 <PhoneNumber>867-5309</PhoneNumber>
                 <SSN>111-11-1111</SSN>
          </Person>
          <Person>
                 <Name>Han</Name>
                 <PhoneNumber>867-2169</PhoneNumber>
                 <SSN>222-22-2222</SSN>
          </Person>
    </Result>
    So Result and Person is just to give a little bit of structure to the xml result (containers really).  So you can name them whatever is helpful for you.
    The column name mappings map the query columns (Name, PhoneNumber, SSN) to some node in the XML (Name, PhoneNumber, SSN).  So you don't need to specify which field maps to what in the form.  Just copy the column names to the element name so you have a 1-to-1 naming.  If you want to manipulate the XML a bit though, you could do:
    Column Name               Element
    Name                            YourName
    PhoneNumber                Phone
    SSN                              Secret
    which would then make your xml look like:
    <Result>
          <Person>
                 <YourName>Alex</YourName>
                 <Phone>867-5309</Phone>
                 <Secret>111-11-1111</Secret>
          </Person>
    </Result>
    It lets you change the XML element names to whatever you want. Otherwise by default they take on their column names.
    In your form, you could bind to the WSDL through the Data Connections pane and point it to your web service.  This will then create form elements that you can just drag and drop allowing you to have the information available when the service gets ran.  Once the service is called, you can modify the field's data to get whatever information you need in order to populate other form fields. 
    If that is too confusing, feel free to send me your form (e-mail is on profile page) and I'll add comments to it to show you how to set up the form for the web service call (and also give me the link to your webservice)

  • Calling HTTP Service with Query string in Orchestration

    Hi,
    I have to BTS orchestration as a service to my end user. In Orchestration i have to call "http://abc.net/.xyz?a=101&b=102" service and response send to end user. a and b values are to be passed by end user system.Could you please help me how
    to work on this requirement

    When you use querystring in your URL, then your are not calling a webservice. You need a non-SOAP
    adapter.
    Best bet for you is to use
    REST (WCF-WebHttp) adapter if you use BizTalk Server 2010 R2 or more. Otherwise
    webHttpBinding with WCF-Custom
    For use BizTalk Server 2010 R2 or more:
    http://blogs.biztalk360.com/rest-wcf-webhttp-adapter-in-biztalk-server-2010-r2/
    You can use webHttpBinding (that supports consuming and exposing ReSTful services) available with WCF-Custom adapter can send non-SOAP
    messages. Refer this article for more info:
    https://social.technet.microsoft.com/wiki/contents/articles/2474.invoke-restful-web-services-with-biztalk-server-2010.aspx
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Cannot refresh data in Excel Services with SQL Azure databases

    I am using Excel Services on a SharePoint Online.
    I get my data from a SQL Azure. When i create my Excel repor with Excel 2013 pro I have no problem. So I upload my file on my Sharepoint and try to refresh data.
    Connexion : Power Query - RPT_Event_ByEventType 
    Erreur : Erreur sur site (OnPremise) : Sorry, the data source for this data connection isn't registered for Power BI. Ask your Power BI
    admin to register the data source in the Power BI admin center. 
    I do not understad why I get that error because my data source is on Azure why It told me "OnPremise" ?

    hi,
    >> this button of excel gets just address of web and have button for import it
         i test it by rest API project , but doesn't work, do you know how it is work?
    Do you mean that you don't know how to get the table? You may input the site address into the address box, and then click go button nearby, select the table you want to import into the Excel. Then click import button.That also works for  rest API,
    and your rest API should get the data that you want
    By the way, this is the forum for discussions about Excel develop(VBA ,customization), better to go to TechNet forum for Excel for Excel features question, so that you could get more professional help.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to call the same query more than once with different selection criteria

    Hi,
    Please do anybody know how to solve this issue? I need to call one query with the fixed structure more than once with different selection criteria. For example. I have following data
    Sales organization XX
                         Income 2008  Income 2009
    Customer A       10                 20
    Customer B        30                  0
    Sales organization YY
                         Income 2008  Income 2009
    Customer A        20                5
    Customer B        50                10
    Now, I need this. At the selection screen of query, user fill variable  charakteristic "Sales organization" with interval  XX - YY, than I need to generate two separate results per sales organization, one for Sales Organization XX and the second for SO YYwhich will be displayed each on separate page, where result for SO YY will be dispayed under result for SO YY. Are there some options how to do it for example in Report Designer or WAD or with programming? In Report Designer is possible to use one query more than once, but I dont know how to force each query in RD to display result only for one Sales Organization, which will be defined in selection screen.
    Thank you very much
    J.

    Hello,
    thanks to all for cooperation. Finally we solved this issue with the following way..
    User fill appropriate SO on the selection screen, which is defined as range. This will resulte, that selected SO are listed in report below each othe (standard behavior). Required solution we achieved with the Report Designer, we set page break under each Result row of RD. This caused, that report is divided into required part per SO, which are stated each on separate page.
    J.

  • Calling Web Service with SOAP header from BPEL

    Hi,
    I am calling a web service (with header information) from BPEL. In the Invoke activity, i created a header variable to pass the header information.
    But, when i test the BPEL service, invoke activity fails because the header information is not being passed.
    Below is the error message (copied from clipboard).
    +<messages><input><Invoke_1_getsubinfo_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters"><getsubinfoElement xmlns="http://ws/its/tabs/webservices/SingleRowWS/SingleRowWS.wsdl">+
    +<pSubnoin>+
    +<insubno>12345678</insubno>+
    +</pSubnoin>+
    +</getsubinfoElement>+
    +</part></Invoke_1_getsubinfo_InputVariable></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>exception on JaxRpc invoke:+
    start fault message:+
    Internal Server Error (Caught exception while handling request: javax.xml.rpc.JAXRPCException: Not authenticated user)+
    *:end fault message*</summary>
    +</part></bindingFault></fault></messages>+
    As said, no header information is visible in the Invoke activity.
    Please provide help for the above issue.
    -MJ

    Hello Patrick,
    Thanks for the response. I am using normal assign activity to assign values to the header variable as shown below. HeadMT is the header variable which is passed in the invoke activity.
    +<assign name="Assign_Header">+
    +<copy>+
    +<from expression="'tkl12'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:USER_NAME" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +<copy>+
    +<from expression="'tkl123'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:PASSWORD" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +<copy>+
    +<from expression="'TKL'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:CHANNEL_ID" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +</assign>+
    The expected input by the web service is as below with the header information highlighted.
    +<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ws/webservices/RowWS/RowWS.wsdl">+
    +*<soap:Header>*+
    +*<ns1:LOGIN_INFO>*+
    +*<ns1:USERNAME>tkl12</ns1:USERNAME>*+
    +*<ns1:PASSWORD>tkl123</ns1:PASSWORD>*+
    +*<ns1:CHANNEL_ID>TKL</ns1:CHANNEL_ID>*+
    +*</ns1:LOGIN_INFO>*+
    +*</soap:Header>*+
    +<soap:Body>+
    +<ns1:substatusElement>+
    +<ns1:pInparam>+
    +<ns1:insubno>7674988</ns1:insubno>+
    +</ns1:pInparam>+
    +</ns1:substatusElement>+
    +</soap:Body>+
    +</soap:Envelope>+

  • Creation of SharePoint Search service with the help of powershell.

    Hi Team,
    Upgraded WSS 3.0 to SharePoint 2013 Foundation red the SharePoint search.
    We found log backup on the subjected server was failing due to database name,
    which is more than max allowed legth. To fix the same, we may need to rename the
    same to short name.
    failed-1073548784)
    Executing the query "BACKUP LOG [Search_Service_Application_AnalyticsRe..."
    failed with the following error: "Invalid device name. The length of the
    device name provided exceeds supported limit (maximum length is:259). Reissue
    the BACKUP statement with a valid device name.
    BACKUP LOG is terminating
    abnormally."
    Database Name :
    Search_Service_Application_AnalyticsReportingStoreDB_2e7b13e23fde4c8397ed0be06474966f
    To rename SharePoint Search it took more than 5 hours.
    Is it possible to create SharePoint search using PowerShell and will get support from Microsoft for search application built this way ?
    Please share information on how create SharePoint search using powershell.
    Our environment: SharePoint 2013 Foundation.
    Best Regards,
    Mahesh

    Hi Mahesh,
    To create Search Service Application in SharePoint Foundation 2013 by using PowerShell, you can refer to the links below for more details:
    http://www.andrewjbillings.com/sharepoint-2013-foundation-creating-the-search-service-with-powershell-and-removing-those-pesky-guids/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Best regards,
    Victoria Xia
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Use parameters in SQL Server reporting services with sharepoint lists

    I want to make report from sharepoint 2010 list and forms library in sql server reporting services.
    but also want to apply parameters.
    I tried but parameters but it is not working.
    How I can apply sharepoint lists parameters in sql server reporting services ?
    How to run or view report of sharepoint lists or form library in sqlserver reporting services with required parameters?

    Hi John,
    When we use SharePoint list as datasource in SSRS it has two method to add parameter. Suppose we have a dataset (DataSet1) get data from SharePoint list. Please refer to the methods below.
    Method 1: We can add parameter in the Query Designer dialog box to add parameter.
    Click “Add Filter” icon in the “Applied filters” dialog box in Query Designer.
    Select the corresponding field (Title), fill with specific conditions, and select Parameter option in the end of the row.
    Create a dataset (DataSet2) fill with Title field.
    Double click the parameter we create above, set the available values from DataSet2 field Title.
    (Note: In the situation, we are get the single-value parameter.)
    Method 2: It is a general method to add parameter in SSRS report.
     Create another dataset (DataSet2) in the report fill with Title field.
    Add a parameter (Title) get available values from DataSet2 Title field.
    Add filter in the DataSet1.
    (Note: This method, we can configure multi-values parameter.)
    Reference:
    http://technet.microsoft.com/en-us/library/aa337432(v=sql.105).aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • BLOB Column with PDF docs

    I already read a different ways to extract the PDF docs from oracle table and open it through forms. All of them with java classes, webutil integration and dbms_lob.
    But, if I need an other way to show it (select the column and open it) through the forms module, I can do it. Like Developer 6i, we can defined a OLE container field in forms and query the table and show the BLOB data.
    This are my scenerio:
    Oracle DB: EE 9.2.0.6.0
    Developer: 6i Rel 2 & 10g v. 10.1.2.0.2 (for test and eventually for migrate to production environment, with iAS R 9i)
    I already read if I need to use java, dbms_lob or webutil, I need to use it through iAS and in some cases I need to create a DAD.
    But, If have 10g in developer enviroment just for test and I don't want to use a iAS, do I have any other way to select a BLOB column (with a PDF files store in there) from a oracle table and be able to open it with acorbat reader.
    thank you a lot guys and sorry about all this message (related with the same) but I am no a guru oracle developer.
    AM

    Rechecked and was not logged on to user, checked the error view and got
    TEXT_INDEX_FRI 03/30/2001 1: AAAIt+AAFAAAAmDAAJ DRG-11207: user filter command exited with status 137
    searched some of the articles here on this error, checked that listener was running correctly for extproc, added to the listener the ENVS=LD_LIBRARY_PATH line
    added roles, resource, connect, ctxapp
    added to PATH and LD_LIBRARY_PATHs,
    but still get the above error
    does work though for simple text insert case, so seems to be related to documents in a blob field. Any other suggestions or queries that I can do to troubleshoot this? Could it be the way it is loaded?
    ================
    my sql loader control file
    LOAD DATA
    INFILE '/chem20/stuff/Load_docs2.dat'
    INTO TABLE imed.cmgendoc
    APPEND
    FIELDS TERMINATED BY ','
    (Doc_id char,
    author char,
    doc_name FILLER CHAR(255),
    act_doc LOBFILE(doc_name) TERMINATED BY EOF,
    mimetype char(128))
    ==================
    my dat file
    2,ted the frog,/chem20/stuff/snmp.pdf,application/pdf
    3,ted the dog,/chem20/stuff/config.pdf,application/pdf
    4,ted the cat,/chem20/stuff/oemcn.pdf,application/pdf
    5,ted the rat,/chem20/stuff/oemer.pdf,application/pdf
    6,ted the cow,/chem20/stuff/oemug.pdf,application/pdf
    7,ted the bug,/chem20/stuff/servlets.pdf,application/pdf
    8,ted the bird,/chem20/stuff/pg.pdf,application/pdf
    9,ted the sheep,/chem20/stuff/install.pdf,application/pdf
    null

  • Binding to Odata Service with Input Parameters from HANA

    Hello,
    I'm developing a UI5 application that consumes a SAP HANA OData service to search a database (using fuzzy search). This service receives an Input Parameter, used to query the database.
    So every time the user searches for something I build a new binding path and refresh the model to show the search results in the sap.m.List.
    The Model:
    var hanaModel =  new sap.ui.model.odata.ODataModel("…/services/seed.xsodata");
    this.setModel(hanaModel);
    The search event handler from sap.m.SearchField:
    var listBinding = this.getView().byId("list").getBinding("items");
    listBinding.sPath = "/FoodstuffByNameValuesParameters(P_NAME='" + searchString + "')/Results";
    this.getView().getModel().refresh();
    My question is if this is the correct approach to create the model and bind the list when we have a service with an Input Parameter, or if there is a better way to do it.
    (This approach is actually working).
    Regards,
    Paulo

    i would do
    var       filter = [];
    var selectFilter = new sap.ui.model.Filter("name", sap.ui.model.FilterOperator.Contains, sVal);
          filter.push(selectFilter);
    listBinding .filter(filter);

  • I've found that middlemouse.contentLoadURL feature has changed its behavior in FF5.0 as compared with previous versions

    I've found that middlemouse.contentLoadURL feature has changed its behavior in FF5.0 as compared with previous versions: I now can paste&load only full urls that start with "http://" prefix, but previously it was possible to paste&load any url even without protocol prefix. It is very useful when someone has an url for example just "support.mozilla.com", but with FF5.0 one _has_ to paste it to urlbar instead of just middle-clicking into the browser window (long standing and usual *nix behavior). How can I make middlemouse.contentLoadURL load any clipboard content not prefixed with protocol specification?

    Oops, already found a solution: https://support.mozilla.com/ru/questions/824759
    But, how could it be done via something less freaky (ala about:config)?

  • JDBC Query Single Row service Parse Query

    Using JDBC Query Single Row service on an Oracle database,
    I specify a SQL statement like this:
    select abc, to_char(aDate, 'MM/DD/YYYY') from xyz where def = 123
    then I click the "Parse Query" button to try to map the query results to my variables, but the mapping window gives me 3 fields instead of 2:
    1. abc
    2. to_char(aDate)
    3. 'MM/DD/YYYY'
    how do I let it understand that there are only 2 fields in the results so that I can map it properly?
    thanks

    Got a new minor issue unrelated to the above, but I don't want to flood this forum with another new topic, so I'll stick this new thing here.
    I have a very simple process that only contains this JDBC Query Single Row service.
    In this query single row service, at the bottom of the property sheet, there's a section where it says "number of rows retrieved"...
    now, if I map this 'number of rows' to a variable (I set the variable's type as "int"), when I call my process (as a web service), it returns me nothing... all the output parameters are empty.
    If I remove the mapping of "number of rows", that is, there's nothing in that bottom section. Then my process works correctly, all the output variables contain correct data from my database.
    Has anybody encountered this? what's your solution please?

Maybe you are looking for

  • Hp62 laptop won't turn on

    My laptop recently went black and turned off. Now the power button doesn't work at all and when the power cable is plugged in, the light doesn't show that it is charging . It doesn't make any kind of sound when pressing the power button nor does remo

  • Photoshop Elements 9  ---ICC profile not installed

    I am using Photoshop Elements 9 with an Epson R2880 printer.  Color photographs cannot be printed.  A message pops up stating  " ...the ICC profile is no longer installed". Only a  blank sheet of paper runs through the printer and I cannot print the

  • Aperture Crashes Exporting Photos

    I regularly convert batches of photos from Aperture to jpeg (for posting on an Internet site). However, this routinely causes Aperture to crash. Sometimes I even get the frozen computer with the turn the computer off message (forget the exact verbiag

  • Drop the Rules of one table from existing bi directional replication setup

    Hi All, I have one small question on bi directional replication setup, Its regarding table add in existing replication setup. What happened ,When we add a new table to existing replication setup if any reason table is not replicating between two data

  • Stranger Keeps Sending Payment Requests

    I have a weird spammer who keeps sending me "payment requests". For example.. Spammer logs into his Paypal.. sends a PAYMENT REQUEST using my Paypal's Email.. Is there anyway to block spammers? Thanks!