Gateway OData Generator Tool

Hi All,
I am using the OData generator tool to create a simple query operation. However I keep on getting the below error when I try to consume in my web browser. Anyone seen this before?
Data Provider implementation 'Z_TIMESHEET_0001_PS' '01' '' does not exist
Z_TIMESHEET_0001_PS is the name of my gateway data model.
Thanks,
Megan

  Hi Brown,
I have one issue in Generating OData.
While generating gateway OData, I am facing the below error.
I am now using Demo version of SAP Netweaver gateway as Front
End and Development 300 as back End.
The following Error Message is occurring.
<error>
<code>/IWFND/MC_ODC_COE_U/003</code>
<message>Processing of request failed. Contact your system administrator</message>
<innererror><transactionid>88CE53E20FC5F1AFBABC00155D021D0E</transactionid></innererror>
</error>
I had gone through your conversation. But not clear with the solution available.
Pls do the needful.

Similar Messages

  • Gateway OData Metadata Cache

    Hello,
    we're just about planning for our new OData Service. As we have a scenario where we generate structures to be used in our OData services we cannot make sure that the structures in the different clients are idetical as we will have additional customizing for this. In our use case that would mean that depending in which client the OData service is called the meta data could also be different. Entities and Entity Sets will be exactly the same as I use the same OData Service.
    When I was testing the caching meachanism I got also confused with browser cache and the backend cache. Maybe you also made your experience and can provide me more details if I call the same service in different clients if we always access the same meta data...???
    The informatio I got in SAP Help does not say anything regarding this:
    Metadata Cache - SAP NetWeaver Gateway - SAP Library
    Thanks & Regards Marco

    What I feel that you can not have different metadata for the same service in different client.
    At runtime you can not change the metadata based on different clients. OData is a kind of extension on top of Atom Pub and Atom, with the additional feature of data description which is metadata in this case.
    In Gateway Cache can be addressed/affected by ...
    1. You can clear the cache in Gateway HUB using transaction /IWFND/CACHE_CLEANUP
    2.You can clear the cache in Backend using transaction /IWBEP/CACHE_CLEANUP
    3. You can deactivate caching from SPRO -->Gateway -->OData Channel -->Administration -->Cache Setting -> Metadata ..  Also you will find some more options for Cache here
    4. Moreover Cache is one of the constraints of REST design which says something like
    Cache constraints require that the data within a response to a request be implicitly or explicitly labeled as cacheable or non-cacheable. If a response is cacheable, then a client cache is given the right to reuse that response data for later, equivalent requests.
    Now you can set no cache for the data (response) using following code in your DPC_EXT
    *   Prevent persistent caching on client
    DATA: ls_header TYPE ihttpnvp.
    ls_header-name  = 'Cache-Control' ##NO_TEXT.
    ls_header-value = 'no-cache, no-store' ##NO_TEXT.
    set_header( ls_header ).  //Or suitable method from DPC_EXT
    ls_header-name  = 'Pragma' ##NO_TEXT.
    ls_header-value = 'no-cache' ##NO_TEXT.
    set_header( ls_header ). //Or suitable method from DPC_EXT
    Regards,
    Atanu

  • Anyone been able to get the sap.ca.ui.FileUpload control working with a Gateway OData service?

    Hi,
    I have been trying to get the sap.ca.ui.FileUpload control working with an OData Gateway service, specifically /IWPGW/TASKPROCESSING which is the service used by both Fiori Approve Requests and the Unified Inbox.
    I have looked at the sample application in the Explored at SAPUI5 Explored
    I have managed to replicate that and get it to work, but as soon as I switch it from a JSONModel to an ODataModel I get javascript errors from within the setModel method of the control. I have redefined that method and corrected the errors, which enables me to get a bit further, but then I hit more errors, and other strange behaviour.
    Either I am doing something completely wrong, or to me it appears as if this control is still extremely buggy and maybe either not designed to work with an ODataModel, or just hasn't been tested using an ODataModel. I'm hoping it is my mistake.
    So has anybody out there successfully managed to use this control connecting it to a Gateway OData service? If so please share your experience.
    Thanks,
    Brad

    Hi Pauline,
    Same issue I had, I switched to using a sap.m.list and handling the press as follows:
    attachmentsList.bindItems(workItemPath + "/Attachments", new sap.m.StandardListItem({
                               type: sap.m.ListType.Active,
                               title: "{FileName}",
                               description: "{CreatedByName}",
                               icon: "sap-icon://doc-attachment",
    //                         counter: "{FileSize}",
                          info: {path : "CreatedAt", formatter: dateTimeFormatter},
                          tap: function(oEvent){
                                var oContext = oEvent.getSource().getBindingContext();
                                var media_src = oContext.getProperty().__metadata.media_src;
                                sap.m.URLHelper.redirect(media_src, true);
                        }), new sap.ui.model.Sorter("CreatedAt", true));
    So sap.m.URLHelper.redirect(media_src, true); is what loads the attachment.
    See the full function handler:
    function(oEvent){
    function(oEvent){
                  var oContext = oEvent.getSource().getBindingContext();
                  var media_src = oContext.getProperty().__metadata.media_src;
            sap.m.URLHelper.redirect(media_src, true);
    This should be enough if you only want to list and display the attachments, then you don't really need the FileUploader control as that is more advanced and handles upload, display, change and deletion of files.
    I only needed to upload and display files, so I used a list to display it and created a separate upload button using the sap.ui.unified.FileUploader control.
    Hope that helps.
    Cheers,
    Brad

  • Oracle Forms: Technical Documentation Generator Tool (FoReDoclet, HTML)

    Dear Oracle Forms Developers,
    Nostran Computing has released FoReDoclet, our technical documentation generator tool for Oracle Forms:
    Technical features:
    - Generates HTML documentation about form, menu, PL/SQL library and object library source files similarly to JavaDoc.
    - Uses the Comment property of internal objects (blocks, parameters, alerts)
    - Parses pl/sql elements (procedures, functions, packages, triggers) as well as standard internal elements.
    - The generated HTML documentation is highly customizable by style sheets or direct template modification.
    - Accepts HTML codes in Comments property fields and PL/SQL comment blocks.
    Business benefits:
    - Eliminates the need of writing separate technical documentation, works directly from the source.
    - Provides a low-cost and efficient way of producing high-quality technical documentation for Oracle Forms based applications.
    For details, see: http://www.nostran.com/products/foredoclet

    HI Arun
    where can we get this forms documentation?
    Thankyou
    Sasi

  • Need Information about IMS QTI 1.01 Assessment Generator Tool

    Hi All,
    Does anyone know about any tool to generate IMS QTI 1.01 Assessments from an excel sheet. I have only come across those tools that generate assessments in a later/newer version of IMS QTI standard which is non compliant of OLM. Any information will be highly appreciated in this regard.
    Thanks & Regards,
    Bilal Khan
    Senior Consultant
    Global Business Services
    IBM

    Hello Hussein,
    Yes I have checked these docs, they only discuss what kinds of content standards are compliant with OLM. I am actually looking for a tool/software/product that generate IMS QTI 1.01 compliant assessments from a excel sheet.
    I have found many assessment generator tools but they all generate assessments in later/newer versions of IMS QTI standard.
    Regards,
    Bilal Khan

  • Problem in consuming BEX query (MDX/Easy Query) in netweaver gateway Odata model

    Hi while accessing the the Odata Service URL i am getting the XSLT Runtime error "No Valid Source context supplied" (CX_XSLT_RUNTIME_ERROR). The landscape is SAPUI5 application consumes the bex query as mdx query via Netweaver gateway odata model. Please refer the attached screenshot for details. Thanks, Ganesh.

    Issue resolved by setting flags in alias. Ganesh.

  • Cannot able to locate Syndicate operation in MDM Webservice generator tool

    HI,
         I am trying to generate MDM webservice through MDM Webservice generator tool. I am following the steps provided on the sap help.
    While running the MDM WebService generator, I cannot able to locate "Syndicate operation" while I am on Configure table step. Rest other operations like CRUD,Matching,checkout etc are present.
    On the below link it was cleary mentioned that we can perform syndicate operation too.
           http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/0005ae3be30485e10000000a155369/content.htm
    Kindly, let me know what is wrong?
    Regardsm
    Pratik

    Hi Pratik,
    Can you validate these things :
    The operation fails if:
    One of the input parameters, port, remoteSystem, or recordIdentification is missing.
    The remoteSystem parameter is invalid because MDM has no remote system with specified code or name.
    ●      The syndication port is invalid for any of the following reasons:
             Port Code was not defined in the MDM Console
             Port Type is not specified as Outbound
             Processing Type of port is not specified as Manual
             There is no map assigned to the specified port
             The port is not paired with a specified remote system
      The recordIdentification parameter is invalid because a valid MDM record cannot be found by one of the record Id criteria.
       RepositoryInformation is invalid
    If the Web service operation timeout has expired before the MDM syndication process (running on  the MDS and MDSS) was completed.
    It may help.
    Deep

  • CSS3 Generator tool for generating css

    Hi,
    I found a new tool with code updated for IE9, CSS3 generator tool created in Flex,
    http://www.designscripting.com/webtools/css3/generator/
    Tool to generate
    Gradient
    Box Shadow
    Multicolumn
    Transition
    Transform
    Border
    CSS3 background
    Outline

    Hi Erik,
    Last year SAP's Ian Mayor showed us Online CSS3 Code Generator With a Simple Graphical Interface - EnjoyCSS "Enjoy CSS"  Design Studio Cookbook for Dashboard Users - ASUG BusinessObjects Conference
    Reaction was very positive from this session...I recommend trying it out.
    Tammy

  • VPN commands generator tool

    To test the VPN performance of  ASA 5540, I will have to build at least 1000 VPN tunnels. It is time-consuming works if I put all of commands line by line manually. It looked like a bundle of VPN tunnels won't be created by ASDM. I am wonder if there is any generator tool for this. I just tried to google it. I found a software is named as VPN Configure Generator, but it is not free. If you know any tool or software support it, please let me know. I will appreciate it.

    1. Backup your configuration without any VPN tunnel.
    2. Create one tunnel with ASDM. Apply it and save the configuration.
    3. diff the before and after configuration scripts to pull out the exact commands needed for one VPN tunnel.
    4. write a script to increment the relevant parameters and generate the configuration commands for n VPNs
    5. add that script output to the earlier configuration and load the new configuration (now with n VPNs) onto the ASA.

  • UDO form generator tool ??

    Hi all
    could  u  help me  where it will be find UDO form  generator tool?
    plz help.. me....
    Edited by: Gangotri Infotech on Jan 14, 2008 9:01 AM

    UDO form generator will generate for you a B1 form in XML format starting from a UDO definition in your DB. It is included also in the VS.NET wizards for C# and VB.NET projects for B1 addons as part of the B1DE package.
    You can download the B1DE package directly from SDN under "Business One SDK tools" section in the B1 SDN home page.

  • How to Use 2 Separate Y-Axis in Report generating Tool Kit

    Hello
    How do I make 2-Y-Axis chart on Word document from Report Generating Tool Kit?
    Now can make Chart to appear in Word document with Multiple plots, but all plots go to same Y-Axis.
    I want to put in chart two Plots with Same X-Axis, but different Y-Axis.
    I know it is possible manually in word, but how  can I do it with Labview RGTK?

    hmm, yes. I guess that is the only alternative. But is there anyone who has made something similar in the past?
    I am not sure how to interpolate this data to an array of 30 000 data points without loosing data in the beginning.
    Since it is exponential, the first few dozen datapoints are at really low freq. All about 10.xx Hz and increasing.
    Then in the end of the array, i have like one datapoint at 15kHz, one at 15,5kHz etc. Will be alot of gaps in my array and alot of lost data in the beginning I think.
    It's strange though that labview doesn't allow for waveform, or atleast let me put an XY-array into these methods since i believe always you want an logarithmic freq-axis when having a frequency-response to handle.
    Anyway, anyone who has a nice little VI that interpolates data like this?

  • Report generating tool for labview v.10.0

    Hi,
    I'm using labview 10.0, I need report generating tool for the same. I downloaded RGT 2012 & 2013 but it is not working with the labview V10.0. Let me know the link to download RGT 2010.

    Hello RKN,
    If the serial number(s) currently associated with your ni.com account include licenses for the RGT 2010, then you should be able to access it via ni.com/downloads
    Only the most recent version of the software will be available for "evaluation" download, so if you're looking for an older version you'll need to get it through ni.com/downloads or off of physical media (discs).
    If you're not seeing the 2010 version, I would check that the serial number you're using for 2010 is registered to your account - this might be different from the 2012/2013 serial number. Do you see LabVIEW 2010 available as an option for download on this page?
    If the serial number is the same and you're not seeing LabVIEW 2010 or the RGT 2010 on ni.com/downloads, I'd contact your NI sales representative or [email protected] 
    Regards,
    Tom L.

  • NW Gateway Developer OData SDK/Tool for Xcode

    Greetings
    I have seen the package SAPNetWeaverGatewayDeveloperToolForXcode.pkg mentioned in documentation.
    Can someone point out where this can be downloaded from?
    Searching SDN hasn't turned it up.
    Thanks
    pj

    Hi David
    I came across that in the following PDF document
    [CONTENT DELETED]
    It sounds like a code generator to generate Objective C proxy classes for OData service metadata.
    Apparently it has disappeared.
    thanks
    pj
    Removed broken link as content was deleted 2 April 2012, Message was edited by: Jason Lax

  • Gateway OData service on multiple clients (IDES)

    Hi guys,
    I have ERP 6.0 EHP7 SP1 IDES version of SAP Business Suite standard installation with NW 7.41 embedded. I am using NW Gateway (backend, not HUB deployment) to expose Odata web services. I have managed to expose and read data on client 001, where i also made all the customizing neccessary to enable the NW Gateway, maintain system aliases etc..
    Now, since all the demo data for IDES is in client 800, i don't know how to configure NW Gateway and system aliases so that i can expose data from client 800. I have searched for an answer to this a lot, but most of the information i could find was for a HUB deployment.Also, if i login to client 800, i can see that the customizing settings for NW Gateway are not there. So i have a couple of questions:
    How do i set-up my NW Gateway and system aliases to expose data also from client 800?
    Aren't gateway customizing settings cross-client? How come the gateway is disabled in client 800 but enabled in 001 on the same system?
    If not, how do i configure the gateway in client 800, where do i set the HTTP port etc.
    I am quite new to SAP / NW, so sorry if what i'm asking is something stupid.
    Regards,
    Primož

    Hi Timo, i didn't get any answer (i guess SAP considers this too basic a question ). I did however manage to retrieve data from client 800, using the web service configured in client 100.
    This can be achieved with the sap-client parameter:
    http://mysap/my_service_path/MySet/?sap-client=800&filter=...
    This way you are returing data from client 800. But how to have a dev/prod scenario on a single embedded deployment, i have yet to find out. By this i mean how to have a service definition in client 100 that you can transport to client 800 (using ie. SCC1) on demand, so these two clients can use different service definitions. Altough i did transfer ws configuration from 100 to 800 using SCC1, looks like you have to set-up the aliases in a right way to achieve the above and i don't know how.
    Hope it helps in any way, i was on a long "vacation" from SAP, and i just started dealing with this problem again .. If i find anything i Will let you know, you can do the same of course
    Regards,
    Martin

  • Any JavaBean code generator tool using DB?

    Hi,
    I am searching for a tool which can generate JB code using the tables in a DB. Please suggest good free tools avaialble to generate JB code.
    Thanks in advance.

    I don't know any, but when i need something good and free i check
    http://www.sourceforge.net
    You can find good stuff there

Maybe you are looking for

  • How can I estimate the final size of my .ipa?

    Hello there, As far as I know there is no "scietific method" to find out how many megabytes will be added to an application after it was uploaded to the Apple Store. For example, my app in origin was 14.680.351 bytes and just when I've finished to up

  • Test call of transport control program (tp) ended with return code 0212

    Hi All, Your transport request could not be exported, since all requirements were not fulfilled. Calling the transport control program tp    "tp EXPCHK DEVK905090 pf= ord-sapdev\sapmnt\trans\bin\TP_DOMAIN_DEV.PFL -Dtransdir=" which checks the export

  • Consistenly "too many arguments" when OCR any scanned PDF file in Adobe Acrobat 9.2

    Hi, plz see attached file for a 2 page sample. I have purchased AA9 to get better OCR (clearscan). Before, we were using AA6, which sometimes crashed, but not consistently. However, AA9 (9.2.0) now always crashes with the same error "too many argumen

  • HR ABAP Tables

    Hi are there HR abap tables in the trial version of sap netweaver Thanks, Bala.

  • Report on direct SAP table updates?

    Is there a SAP (audit) report that will list customer developments that update SAP tables directly? (a listing of Z* programs that INSERT, DELETE, MODIFY, UPDATE SAP tables). Thank you, Adrian