Service Notifications: 2LIS_18_I0NOTIF datasource not found in BI Content

Hi Experts,
We are in phase of implementing CS module reports in BI.
1)  For the same when searching the standard datasource 2lis_18_i0notif in BI Content , we are unable to find this in BI Content
(RSA1 >> BI Content >> Datasource >> Object Type: 2lis_18_i0notif   : No Hit Found
Currently we are having  following BI Content version:
BI_CONT     705     0000          -     Business Intelligence Content
2)  Also, please specify the dependent objects i.e. standard flow (standard data targets- infocube / Dso etc. ) based on this datasource.
3)  All significant  Info./document  related to this datasource will be appreciated.
Regards,
Sandeep

Hi,
As said earlier, please install the data source 2LIS_18_I0NOTIF from RSA5 in R/3.
After a successful activation in R/3, replicate the same in BI.
As far as the BI content for the data flow is concerned, please take a look at the below URL:
[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/8d/eef23839eb8b78e10000000a114084/frameset.htm]
Hope this helps.
Regards
Vishal

Similar Messages

  • Datasource not found in BI content

    Hi Gurus,
    I am working on BW CRM Service. I have activated all Cube , ODS and Infosource related to CRM Service my problem is
    I have activated ODS and Infosource of Detailed Controlling Data (0CRM_CODA & 0CRM_SRV_COSTS,0CRM_SRVCNF_COSTS)  but while creating transfer rule I am not getting Datasource .
    please help me to solve this problem
    Thanks in advance
    Regards,
    Rakesh

    Hi,
    did you goto your crm system to activate all relevant datasources there? Did you replicate them into BW?
    If not, do so and try again.
    Siggi

  • Why is creation of a service notification using BAPI not working?

    I need to create a service notification.
    I have found 2 BAPIs.
    BAPI_SERVICENOTIFICAT_CREATE
    BAPI_SERVNOT_CREATE
    The code below using the second BAPI is not creating a notification and the return parm does not have any errors.
    You can see it does a call to commit after the BAPI call
    Perhaps I am missing something critical in the parms.
    We are trying to creat a service type notification using equipment.
    DATA ls_notif_h TYPE bapi2080_nothdri.
    data ls_notif_e type BAPI2080_NOTHDRE.
    DATA lt_return  TYPE STANDARD TABLE OF bapiret2.
    DATA ls_return  LIKE LINE OF lt_return.
    ls_notif_h-equipment = '10000044'.
    CALL FUNCTION 'BAPI_SERVNOT_CREATE'
      EXPORTING
      EXTERNAL_NUMBER          =
        notif_type               = 'S3'
        notifheader              = ls_notif_h
      TASK_DETERMINATION       = ' '
      SENDER                   =
      ORDERID                  =
    IMPORTING
        NOTIFHEADER_EXPORT       = ls_notif_e
    TABLES
      NOTITEM                  =
      NOTIFCAUS                =
      NOTIFACTV                =
      NOTIFTASK                =
      NOTIFPARTNR              =
      LONGTEXTS                =
      KEY_RELATIONSHIPS        =
        return                   = lt_return
    IF lt_return IS INITIAL.
      COMMIT WORK AND WAIT.
      write: / ls_notif_e-NOTIF_NO.
    ELSE.
      LOOP AT lt_return INTO   ls_return.
        WRITE:/ 'errors'.
       ls_return.
      ENDLOOP.
    Thanks.
    Scott

    Try this way
    CALL FUNCTION 'BAPI_SERVNOT_CREATE'
    EXPORTING
    * EXTERNAL_NUMBER =
    notif_type = 'S3'
    notifheader = ls_notif_h
    * TASK_DETERMINATION = ' '
    * SENDER =
    * ORDERID =
    IMPORTING
    NOTIFHEADER_EXPORT = ls_notif_e
    TABLES
    * NOTITEM =
    * NOTIFCAUS =
    * NOTIFACTV =
    * NOTIFTASK =
    * NOTIFPARTNR =
    * LONGTEXTS =
    * KEY_RELATIONSHIPS =
    return = lt_return
    * IF lt_return IS INITIAL.                                               " <<< Comment this lie
    read table  lt_return into ls_return with key type = 'E'. " << Change
    if sy-subrc ne 0.                                                             " << Change
    COMMIT WORK AND WAIT.
    write: / ls_notif_e-NOTIF_NO.
    ELSE.
    LOOP AT lt_return INTO ls_return.
    WRITE:/ 'errors'.
    * ls_return.
    ENDLOOP.
    endif.

  • APEX Listener 2.0 - RESTful Services Failure with  404 - Not Found

    Versions used:
    * APEX Listener 2.0.0.354.17.05
    * Application Express 4.2.1.00.08
    * Oracle Database 11.2.0.1
    When testing the sample RESTful Service Module oracle.example.hr I always get 404 - Not Found page.
    I followed the documentation to install and configure APEX 4.2 and the Listener 2.0. Everything in my APEX installation works fine except RESTful Services.
    For example, when calling this RESTful Service:
    http://company.com:45678/apex/DEV/xxuapex/hr/empinfo/
    I get a 404 page.
    The corresponding entry in url-mapping.xml is:
    <pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
    where xxuapex is the name of the schema as well as the workspace where the RESTful Service is installed.
    Moreover, the corresponding od01.xml, od01_rt.xml and od01_al.xml in the conf directory seem correct.
    Any help is greatly appreciated.
    Thanks.
    Eddie Awad.

    Hi Eddie,
    +> try the other option base-url of the url-mapping+
    I did. No change. Still getting 404.When active it should transform the 404 page into a detailed 404 with a description of what the error is. Just to be sure, this is activated in the defaults.xml file of the APEX Listener as: *<entry key="log.logging">true</entry>*.
    You should then see a detailed 404 output in your browser of what's going wrong first of all.
    +> Could you post your url-mapping.xml file?+
    <?xml version="1.0" encoding="UTF-8"?>
    <pool-config xmlns="http://xmlns.oracle.com/apex/pool-config">
    <pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
    <pool base-path="/TEST" name="ot01" workspace-id="xxuapex"/>
    </pool-config>
    Despite using the url mapping script, it didn't map mine correctly and had to edit it manually. It was the use of "apex" that got it to work for me:
    *<pool base-path="/" name="apex" workspace-id="workspace-name-here" updated="2013-01-09T20:48:59.75Z"/>*
    Nick.

  • Service Bus 12c Class not found 'oracle.tip.pc.services.functions.ExtFunc'

    Hi,
    Did anyone came across this issue with Class not being found for XSLT Function used in transformer on 12c OSB.
    I'm using oraext:sequence-next-val and have configured as below:
    namespace-uri:http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc
    namespace-prefix: oraext
    Not sure why at runtime I'm getting below error, as the same was working fine in 11g OSB Domain.
    XML-22045: (Error) Extension function error: Class not found 'oracle.tip.pc.services.functions.ExtFunc'

    Have you restarted servers after putting jar in $Domain_Home/lib directory? Also try after explicitly adding this jar in classpath by editing server startup script (startManagedWeblogic.cmd or .sh) or in domain env setting script (setDonainEnv.cmd or .sh) and restarting the servers.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Mar 21, 2011 1:10 PM

  • SQL Server 2012 Reporting Services, Report Manager - Page not found

    Hi all,
    I am working on migrating reports to a new server so we can upgrade to a new machine and to SQL Server 2012 SP2.  The machine is up and running on Windows Server 2012 and I have installed SQL Server EE 2012 SP2.  I have imported the three databases
    from 2008R2
    * Report Server
    * ReportServer TempDB
    * RSSubscribers
    I have re-applied the encryption keys and I was thinking that everything was good to go until I went to try and manage the subscriptions on a report.  I select a report, use the drop arrow to get to manage
    and then try to select any of the options such as subscriptions and I get a "Page Not Found Error"
    If I take the URL and paste it in another browser, putting the previous server name in, it works fine.  So, the URL works fine...  I have no idea as to what I should do to figure out the problem.  I am considering rebuilding the whole install
    just to see if that would fix it.
    Thanks

    Hi SqlDude,
    According to your description, you have bind SSL to a Reporting Services URL Reservation. Now you find in your Report Manager, the Subscription page still start with "http://". Right?
    In this scenario, we need to change setting in rsreportserver.config file. Go to rsreportserver.config in "\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer". Find <Add Key="SecureConnectionLevel" Value="0"/>.
    Change the value into "3".
    Acceptable values are: 
    3 Most secure—Use SSL for absolutely everything.
    2 Secure—Use SSL for rendering and methods that pass credentials but don't insist on it for all SOAP calls.
    1 Basic Security—Accepts http but rejects any calls that might be involved in the passing of credentials.
    0 Least Secure—Don't use SSL at all.
    Besides, if you want to submit a feedback to Microsoft, please feel free to submit
    your situation on our product to the following link:
    https://connect.microsoft.com/SQLServer/Feedback.
    If you have any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • DataSource not found

    Hi,
    I have not found any datasource for Infocube 0SR_FIC01.
    I have checked in BI content and sap.help.com.
    There I found like there is one InfoSource (0SR_FI_SL_GLS), DSO (0SR_FIDS1) and InfoCube (0SR_FIC01).
    But I did not find any DataSource, Transfer Rules and Update Rules.
    where can I find those?
    Can anybody help me.
    Thanks,
    Venkat

    No DataSources are delivered with Global Spend Analysis based on data from Financial Accounting. The DataSources are generated after the special ledger is created in SAP Financial Accounting (SAP FI). In the standard, however, you can use the following extract structure.
    Source :
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/0b057fdc42ff4c9a38d07955d04d67/content.htm
    Hope this helps.

  • Web services Access Error: 404 -- Not Found

    I'm going through the web service example on the help menu.  The vi is built exactly as required and the deployment works.  Labview is running and the vi is open, but when i start up firefox and go to the url, i get the error "Access Error: 404 -- Not Found".  Any ideas?  Thanks.

    Hi Pojoaque,
    Thanks for the update. Which example is called add? 
    Maybe its the address book example, if so, please see this KnowledgeBase article with a known issue with this example - also please double check your configuration of LabVIEW. 
    In the VIs you create yourself what are you trying to do?
    Why Does the Address Book RESTful Web Service Project Found in the LabVIEW 8.6 Example Finder Not Work?
    http://digital.ni.com/public.nsf/allkb/A8830F04188D2835862574AA0059055E?OpenDocument
    If its the VI itself which does work - have you checked your LabVIEW configuration allows access to the webserver for all vis?
    Hope this helps, 
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • DataSource not found in Oracle AS 10gR3

    Hi,
    I deployed my J2EE app in Oracle AS 10gR3, I created datasource jdbc/xxxCoreDS (native DS) thro' console and manually overwritten the file data-sources.xml in /ora/OracleAS_SOASUITE/j2ee/home/config.
    When I type the url of my app, its supposed to connect to the DB using the datasource, while getting the DB connection I am getting the following exception
    Error : javax.naming.NameNotFoundException: jdbc/xxxCoreDS not found.
    Any help would be appreciable.

    When that happen (you manualy modify the file) you have to restart the EM console and clear the cache of your browser cause it keeps the last configuration that it work with, as you modify the file manually it wont get the last configuration. I dont recomend to modify this files manually cause they could cause a lot of problems of de-sync. As well you have to restart the home OC4J to get this changes.
    Hope this helps.
    Greetings.

  • Cloud App Action Service - notification url is not called

    Hi
    I have created an Eloqua Cloud App with an Action Service.
    To test it I created a campaign and added a couple of members but for some reason it seems like the notification url is not called at all.
    It set the service up exactly like described here:Develop an AppCloud Action Service
    My Notification URL is: http://URL/apps/components/notify?instance={InstanceId}&asset={AssetId}
    I had a look in the log file (for the app) and there is no outbound call for the notification url either.
    So the question is what am I doing wrong?
    thanks,
    Simon

    Notification is working for us now too, although we are having the same Delete URL problem as Alessandro.
    Delete URL has never worked for us (regardless of SP3). I've posed another topic on Topliners about this issue (Delete URL not being called in AppCloud Action Service) and I see that Alessandro has a similar post (App Cloud Delete Url missing call).

  • When open notification attachment page not found

    Hi,
    When I open the notification attachment to logon to oracle to view my notification the page is not found. Does anyone know why? Do i have a setting wrong somewhere. On the wf administration page it says HTML mail with attachments. Any help would be appreciated!

    The attachment "Notification Detail.html" is meant to show the notification details page upon login. If the page is not showing up, check the following.
    1. WF_WEB_AGENT in WF_RESOURCES table points to the apache host and port appropriately.
    2. The notification is still available in WF_NOTIFICATION table.
    Also the Web agent value is stored in different locations based on installation and release. In Apps 11.5.10, it is taken from APPS_FRAMEWORK_AGENT profile, in standalone it is read from WF_WEB_AGENT token.

  • Verifying DSN reports Datasource not found?

    Hello, thanks for looking..
    I have two datasources configured on a production web server (Win IIS, CF8), one that connects to a remote database and the other connects to a local database. A web application I was in the process of migrating to a new server used the datasource that connected to the remote database as I was taking one step at a time. Yesterday became the day to make the final jump and to migrate the database, so after comparing the two databases (SQL Delta is a beautiful tool), I proceded to swap the datasources by renaming them in the ColdFusion Administrator. I renamed the datasource to the remote database to some arbitrary backup name, then renamed the datasource to the local database to the original name of the the datasource to the remote database.
    JDBC, ODBC, whatever, I have probably performed these same steps hundreds of times without an issue. Yesterday, after renaming the datasource, verifying it, confirming it was working by browsing the application and seeing the noticable performance increase from accessing a local database, I was content to call to process complete.
    At 3am server time however, the application began throwing errors, saying the datasource could not be found. I jumped into CF Admin to check everything out and found things just as I left them, two datasources, one named as a backup and the other the original name to the local database. When I clicked verify all however, the datasource to the local database failed, saying "Datasource could not be found".
    I am curious as to what may have happened here. I don't see any cause for alarm with regards to technique as I have been using it for so long. ColdFusion server.log shows no sign of a restart. Does anyone have any clue what could have happened here? How could a datasource appear in CF Admin, yet verifying it says it doesn't exist? I resolved the problem by renaming it to something else, then renaming it back but I plan on deleting and recreating it completely this evening when traffic is lower. My only guess here is that ColdFusion updated active memory but failed when updating the registry, then something happened where things were refreshed.. But why.. and how can that be detected/avoided if true?
    I have a lot of people asking me questions now, and after spending great amount of time convincing them ColdFusion is the best answer for their needs the first time around, I am having trouble doing so this second time. So thank you in advance for any help or insight..
    Mike

    I am okay with that, and a 1 in 200ish failure rate, especially now that I have an automated script verifying datasources regularly. My clients are not however, especially without understanding the cause. Thanks for the reply though.
    Well, if that client was mine, I'd be saying something along these lines:
    "I've investigated this as much as practical, and asked around the CF community, and no-one has heard of this happening.  Given it's an isolated occurrence, I'm prepared to put this down to a temporary aberration, which is now resolved.  "Case closed", although obviously we'll "watch this space" too.  All computer software is very complex, and there will always be glitches.  I can investigate this to conclusion if you like, but it's difficult to troubleshoot something after havnig fixed it, especially when it's not replicable.  I am satisfied this is not something to be concerned about, however if you really want me to get to the bottom of it, it's likely to take a week (billable, as it's not a good use of my time), and at the end of it, you're not going to be any better off.  If it's such a concern - and fair enough - that there's a single point of failure here, then let's start talking about some fail-over protection.  That way if any other aberrations present themselves, it will not be an issue".
    However, in the mean time, have a look at your JRun and CF logs at round about the time the problem happened, and see if there's anything in there to do with JDBC and the like.
    Adam

  • Web Services in CF10, components not found - Java vendor problem?

    Is anyone having problems invoking web services in CF10, IIS 7, Java Oracle?  We recently upgraded, and the web services are now returning the following error that the component can't be found:
    The web service operation caused an invocation exception.
    The root cause was that: coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion component or interface
    Should the web service be created in cfadmin?  It won't let me.  I was understanding the calling the webservice from cfinvoke would create the webservice, but it isn't.
    Any information outside of the Adobe documentation which I've read would be helpful.
    We have this identical file running on four different servers.  It works on two of the four.  The only difference I see in the server settings besides the version of CF and the operating system, is the vendor/version of Java.
    1.  CF10, Java Sun, IIS 7.5.7600.16385 - working
    2.  CF8, Java Sun - working
    3.  CF10, Java Oracle - not working
    4.  CF10, Java Oracle, IIS 7.5.7600.16385 - not working
    Thank you.

    It turns out that it was a directory nomenclature issue.  The directory had a period in it (e.g., domain.org).  Once the period was removed from the directory name, it worked.  For whatever reason, it worked fine in CF8 but not CF10.  I hope this helps someone else.

  • Service Order-Scheduling Parameters not found

    Hi,
    I am working with a Service Order by creating an order with a  partoicular order type ,Plant & Business area.
    I am getting an error message that Scheduling parameters are not maintained.
    Can any body throw light with detailed steps of this functionality pl
    Nagarajan

    Hi,
    I could later solve by applying the required parameters on par with another order type which was working well.This relates to the Plant Maintennance order which is useed as an ext requiremnt for SRM
    Thanks,
    Nagarajan

  • BI Technical Content datasources not found in Quality after transport

    HI All
    I am trying to implement BI technical Content for Admin Cockpit. I was able to implement Technical content Infocubes successfully in development box but when I collected the objects and transported to Quality(collected oblects in seperate requests: info objects in one request, datasources in one request, infocubes, transfer rules and updated rules in one request), I am not able to find the datasources in quality in myself sourcesystem even after repication. but the transport for technical content datasources is successfull. The following are the datasources:
           Comment Entry: Released
           DataSource Replica
               0TCT_DS01                     D17CLNT208
               0TCT_DS02                     D17CLNT208
               0TCT_DS03                     D17CLNT208
               0TCT_DS11                     D17CLNT208
               0TCT_DS12                     D17CLNT208
               0TCT_DS21                     D17CLNT208
               0TCT_DS22                     D17CLNT208
               0TCT_DS23                     D17CLNT208
    can anyone tell me why I am not able to find the datasources in Quality after successfull transport.
    We are on SAP_BW     700   SAPKW70016     SAP NetWeaver BI 7.0.
    thanks

    thanks for your quick responce. I was not able to collect the datasources so I had to manually input them in the transport request. But it worked.
    thanks once again.

Maybe you are looking for

  • JTable problem in master detail form

    I've created a master detail form. There is only one Navigation bar for both master and detail. Detail has a JTable component. JTable doesn't get focus when it doesn't have any row and I am uanble to insert new rows. To cope with this problem I've ad

  • [SOLVED] Error after using pacman -Sy nvidia

    I am having problems with pacman. After getting xorg with pacman -S xorg and then doing pacman -s xf86-input-mouse (I think there was an ftp error with that package first of all, however, when I ran it it didn't seem to need to download the package)

  • A difficult problem

    hi, I have worked on a project for a long time. It's front screens are all written in JSP. They all have a similar format of every page having a menu on left side and remainin on the other side. there is small gap after the menu. Now the business guy

  • My profile is "reset" after last security update.

    Hi, yesterday I applied last security update but without rebort right after that. Then later (very long) shutdown. Today started up, logged in and shocked - the profile is reset: desktop, all apps settings (as in "brand new" profile). Already tried:

  • The magic mouse still can't connect to my mac book

    i change the new batteries with my magic mouse it cannot connect to my mac book with lion i can see the green light but only for few seconds reboot no work i have the pad& keyborad also, they all work, only the mouse