Intermittent issue : Portal theme not loaded for WDA, BSP iViews

Hello,
We are facing intermittent issue in Portals where theme is  not loaded for WD ABAP & BSP iViews.
As theme isn't loaded, the layout of these iViews is distorted, it renders in plain HTML format.
And this is random behaviour and often not reproducible.
During one such occurrence, we could manage to capture "ERROR_INTERNET_CONNECTION_RESET" error when theme URL (a CSS file) is called.
Attached is the screenshot from HttpWatch.
Please suggest.
Thanks & Regards,
Amey Mogare

Hi Amey,
Try checking these SAP Notes:
1517914 - Themes & Styles - Specific Component Note
1818426 - WDA: Portal style sheet is not used
1000889 - CSS Style Sheet Integration of Web Dynpro and the Portal
Best regards,
Cristiano L. Mazzotti

Similar Messages

  • Portal theme not picked for SAP Web Dynpro Iview

    Hi,
    We have used light framework page for our portal and all the iviews display the content within the iviews in the same set of colors (blue for buttons). However, for a WD java content, I have created an SAP Web Dynpro iView and the contents displayed here appear in the SAP colors without picking those set for the portal.
    The same application parameters display the portal colors when we use the Web Dynpro Proxy iview.
    Any idea how I can make the SAP Web Dynpro iView appear like the other portal iviews?
    Note: The stylesheet property for the iview is already entered (ur), and I have also set the 'Supply Portal stylesheet' property to 'Yes'.
    Please provide your inputs.
    Thanks,
    Vinay

    Hi ,
    In ABAP Webdynpro for similar problem we used WDFORCEEXTERNAL Sheet property of WDA.
    The Web Dynpro framework automatically compares the versions of the portal and Web Dynpro
    for ABAP style sheets. If the Web Dynpro for ABAP has a newer version, the WDA style sheet is used. This avoids unattractive rendering and JavaScript errors.You can deactivate this behavior again using the WDFORCEEXTERNALSTYLESHEET application parameter of WDA.See also SAP Notes 1033496 .
    If you use the stylesheet of the portal to display the application, the rendering may not appear correctly and Javascript errors can occur(If portal style sheet is lower than WD).
    Though Iam not familiar with WD java , the property force portal style sheet in WD java application should be enough to make WD accept portal theme.
    Regards
    Karthiheyan M

  • Portal buttons not working for transaction type iviews

    Our buttons on our portal transaction programs quit working.  We are currently on ecc6,ehp5, portal 7.02.  The buttons still work on our test and production systems, so it's not a browser issue.  The buttons work on the newer webdynpro programs in our dev portal.  Please get back with me if you have any ideas on how to fix this button problem.  Thanks, Mike

    Hi Ajay,
    Double posting
    [ITS services not working for Transaction iview with gui for html -;
    Thanks
    Siva

  • Set-up application not loading for Creative Cloud. Can anyone advise?

    Set-up application not loading for Creative Cloud. Can anyone advise?

    Please elaborate the issue and Supply pertinent information for quicker answers:
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.
    ~ Arpit

  • Portal theme not picked up in WDA from UWL workflow item

    Hi all,
    A workflow task has been configured to execute an WDA application that has the following Application parameters set:
    WDLIGHTSPEED                 (blank)
    WDTHEMEROOT     Theme ID in the MIME repository
    However, when a work item is generated and executed for the above application, the theme is not being picked up and defaults to the portal theme.  Note that when the WDA is executed either as a portal iView or directly from ECC, the correct theme is picked up.
    I have tried setting WDFORCEEXTERNALSTYLESHEET but it has not made a difference.
    The following visualisation parameters have been set
    APPLICATION     zwda_myapp
    NAMESPACE      SAP
    SYSTEM_ALIAS     SAP_MSS
    Any help is much appreciated.
    Cheers,
    John

    Include the parameter sap-ep-themeroot in the DYNPARAM visualization parameter.
    DYNPARAM    PARM1=PARM1_VALUE&sap-ep-themeroot=/SAP/PUBLIC/BC/UR/CustomerThemes/myTheme
    I acknowledge SAP OSS for providing the solution.

  • Slim Theme not loading shows dafault theme only.

    Hi I I installed slim and archlinux-slim-themes and did what the wiki said in regard to showing different themes.
    Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Set directory that contains the xsessions.
    # slim reads xsesion from this directory, and be able to select.
    sessiondir /usr/share/xsessions/
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme smoke-window
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    The source for the theme is this: /usr/share/themes/Smoke/xfce-notify-4.0/gtkrc
    style "smoke-window"
    bg[NORMAL] = "#4d4d4d"
    XfceNotifyWindow::border-color = "#ffffff"
    XfceNotifyWindow::border-radius = 10.0
    XfceNotifyWindow::border-width-hover = 3.0
    class "XfceNotifyWindow" style "smoke-window"
    style "smoke-button"
    bg[NORMAL] = "#202020"
    bg[PRELIGHT] = "#404040"
    fg[NORMAL] = "#ffffff"
    fg[PRELIGHT] = "#ffffff"
    widget_class "XfceNotifyWindow.*.GtkButton*" style "smoke-button"
    style "smoke-text"
    fg[NORMAL] = "#ffffff"
    GtkWidget::link-color = "#a7a7a7"
    widget_class "XfceNotifyWindow.*.<GtkLabel>" style "smoke-text"
    style "smoke-summary"
    font_name = "Bold"
    widget "XfceNotifyWindow.*.summary" style "smoke-summary"
    I tryed on several different themes with the same method and still ugly ass default login screen
    This is my ~/xinitrc:
    # OPENBOX LOADER
    exec openbox-session
    # Start a D-Bus session
    # Source the below file only if you do not already use the default xinitrc skeleton.
    # Otherwise you will end up with multiple dbus sessions.
    source /etc/X11/xinit/xinitrc.d/30-dbus
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export GPG_AGENT_INFO SSH_AUTH_SOCK
    I don't know whats missing I did everything the wiki told me still Slim only showing default theme. Please help. Thanks.

    I could be wrong but you seem to be confusing themes specific to slim with themes for gtk. The themes available for slim are in /usr/share/slim/themes.

  • URL not loading for Web Logic in 11g

    I have installed 11.1.1.5 on RHEL 5.4 64-bit. When the initial install was done everything started and was able to access URL's. Since that time I shutdown the services and have restarted. When I run the startWebLogic.sh from the user_projects/domains/bifoundation_domain/bin directory, WebLogic looks to start however when I try and access the URL the page will not load. If I start all the services, I can get Answers to load at 9704, but EM and WebLogic both fail to load from 7001. I am accessing the URL from a windows server and when i type telnet myserver:7001 I get an error saying "Could not open connection to the host, on port 23: connection failed". Not sure if this is the issue as I have never seen a URL not load unless the service is not running.

    In 10.1.3.3, a ADF Read Only table with row selection enabled that is created by dropping a data control onto a JSF page includes a column with radio buttons. A table in 11g TP3 does not. The 11G table does not include a selection facet nor does the data control include operations such as setCurrentRowWithKey. The same data controls in 10 provide the option of Master Table, Inline Detail Table, 11G doesn't.
    If you add a Client Listener set to listen for clicks component to the 11G table, the JSF page will not load in a browser. (I used Franks example for getting data values from a column) Since my experience with JDev started with 11G TP3, I can't find what the corresponding Client Listener component is in 10.
    In regards to your Complex Web Service return values notes, generating the Web Service Data Controls in 10.1.3.3 does create the nested controls to the nested objects without adding the POJO proxies. I even tried creating a POJO proxy in 11G and even it didn't provide the same table controls as 10G.
    I've invested more than 2 weeks of intense use, or at least attempted use, in 11G to build a UI for consuming a multi level web service response. See threads: Re: Iterate multilevel web service response data using JDev 11G RC3..........
    Getting access to the bean represented by a table row?
    In short, 11G has not helped me build a solution.
    I'd really like for JDev, any version, to help me build my solution for this project (which I'm now way behind on) so I'm going to give 10G a very short spin. Otherwise I'm back to hand coding in IntelliJ. From my threads, I think one can get the gist of what I'm trying to do so any suggestions, examples, tutorials (I've been through the ADF and 10G ) or help would be greatly appreciated.
    Regards,
    Al

  • Portal will not load in web browser

    Hello,
    I have a clustered portal and the second portal (<b>Ep6 SP2 Patch 29</b>) server in the cluster will not load in a web browser.  The portal appears to start correctly and joins the cluster with the other server but when you try to access it in the browser it does not load.  The browser just sits there. 
    I found that if I stop the dispatcher on the second server the portal login page does load minus the images.
    Any ideas on what my problem could be?
    Thanks,
    Keith

    Keith,
    Make sure the Cluster configuration is right. When did you start seeing this problem?
    Host A: Dispatcher->server 0, server 2
    Host B: Dispatcher->server 0, server 2
    i.e The instance IDs are mapped right.
    Also try to hit the individual servers in the cluster the following way.
    http://hostname1:50000/irj/portal;sapj2ee_irj=instance_id sends a request to server 0.
    http://hostname2:51000/irj/portal;sapj2ee_irj=instance_id sends a request to server 1.
    This may give more clues. Unfortunately I don't have access to EP6 SP2 to lookup and tell you the right parameters to look for.
    Regards
    -Venkat Malempati
    Message was edited by: Venkat Malempati

  • New Portal Theme not showing up in list

    Hello fellow experts,
    I'm using EP 7 sp10...I've created a new portal theme, it shows up on the Portal Display page, under my Themes, however it does not show up in the drop down list (Content admin/Portal Content/portal users/standard portal users/every user core role) as an option for a portal theme...
    Please advise!
    Sincerely,

    Hi Scott,
    Please very these steps,
    Themes:
    System Administration
                  -->
             Portal Display
                            -->
                        Theme Editor 
                                  -->
                              Choose a Theme
                                          -->
                                          Make Changes
                                            If Any
                                                     --> Save It
                                                                -->
                                                                Desktop and
                                                                 Display Rules
                                                                          -->
                                                                          Portal Content                                                                               
    --->
                                                                          Portal Users
                                                                          <--
                                                                 Standard Portal
                                                                       Users
                                                                 <--
                                                            Copy [Default Frame
                                                             Work Page & Desktop]
                                                        <--
                                              Paste it In a New Folder
                                            Rename the Desktop
                                           <--
                                             1).Open The Renamed Desktop
                                             2). Open Folder Themes (sys) and R.C
                                             3).Add theme to DESKTOP.
                                             4) Save it.
                                             <--
                                     Open ->portal Admin -> SuperADmin
                                  <--
                          Open -> Master Role Collection
                          <--
                    Select a Role/user/group from Master Role Collection
                 <--
              R.c on Renamed Desktop and “add Portal Desktop To Expression".
            <--
       Open Renamed Dektop,Select the theme,
        <--
      Hit the Button "Set Default" (save)
       <--
    Logoff and Logon the Portal Page.
    Regards,
    Ramganesan K.

  • FCS Compressor issues - Quartz Extreme not loading on headless XServe

    Hi,
    I am running FCS on a OS X Leopard Server Intel XServe...installed a Quartz Extreme GPU (an old stock nVidia 7300 taken from a Mac Pro) to meet the specs. Everything worked fine. However I want to run the system headless - it is an XServe in a rack! Only problem is that without a monitor attached to the GPU, the XServe fails to acknowledge the existence of the GPU. Quartz Extreme does not load. Compressor will not launch if opened (explaining that I have no GPU!) and the automatic encodes from FCS come out as 0Mbyte .mov files. I admit I already knew about the issue of Final Cut Studio apps not running on a headless machine, even with a GPU installed. I just assumed Apple must have fixed this one for FCS because it is server software....I am guessing plenty of people must actually run FCS on headless machines....what's the trick to getting encoding to work?
    Thanks!
    Daniel

    Depending on your xServe, you can just stick the dongle in the back and it should activate Quartz Extreme. You shouldn't have to install another graphics card. If you have an older xserve, you may have to hook up a monitor to the dongle.

  • HT1657 Video not loading for a rented movie that I want to watch offline?

    I have rented 2 movies, they were downloaded to "my videos".i wanted to watch them offline and whereas both movies started successfully, after a few minutes I got the error "video not loading".
    I reconnected my iPad to the internet and tried again but I get the same error again...

    The new releases seem to take the longest. But you use to always have the option of both right when they came out now its buy then wait and wait for rent.

  • Transported Theme not loading image

    Hello Expers,
    I have created a custom theme as per the thread How to setup your company logo in SAP Fiori launchpad
    It's working fine in the development environment But, after transporting the theme to QA environment
    using /ui5/theme_tool/ transport option the logo is not loading
    Kindly help
    Regards,
    Vijay

    Dear all,
    Solution provided by SAP
    Theses clients will be generated in the url at the time a theme is
    created depending on the system the theme is created on.
    In order to solve the issue you need to trigger a rebuild of your
    theme in the target system with the different client.
    In UI theme designer versions later than 1.4.0 there are two options
    to do this:
    1) Open the themedesigner, select your custom theme in the theme-list
    and then click the "Rebuild" button above the theme-list.
    2) Open the themedesigner and open your custom theme. After loading a
    theme and a random preview application, select the "Save&Build" menu
    entry in the theme-menu. (There is no need to change any parameters)
    In UI theme designer versions prior to 1.4.0 there is only the second
    of the options described above:
    2) Open the themedesigner and open your custom theme. After loading a
    theme and a random preview application, select the "Publish" menu
    entry in the theme-menu. (There is no need to change any parameters)
    The rebuild should create new image paths including the client token
    of your system.
    Regards,
    Vijay

  • Preferences Panel will not Load for ICloud or Internet Accounts

    I am having issues with my iCloud and as a result my iCal is completely blank. In system preferences I try to click either iCloud or Internet Accounts and it reads "Preferences Error. Could not load Internet Accounts Preferences Pane." When I look in the console under diagnostic reports there was a crash log from around the same time the issue began titled CalendarAgent
    It reads as follows:
    0x10b8eb000 -             0x10b90aff7    com.apple.icloud.iaplugin (426-459) <DB692087-05B0-385A-9281-58C8EBEB607A> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOs/iCloud
    Can everyone give any insight as to what is going on and how to correct the problem? Any help would be appreciated.
    Thanks!

    Hello mogwai_100,
    It may help to reinstall Mac OS X on your system. The directions in the article linked below are for Mavericks (OS X 10.9), but will work for OS X 10.7 and OS X 10.8 as well.
    OS X Mavericks: Reinstall OS X
    http://support.apple.com/kb/PH13871
    Cheers,
    Allen

  • Helpdesk Agent Needs help with JAVA applet not loading for HTTPS site

    Sorry....I am posting here as I do not know where to start.
    JAVA Console Message. The applet runs via HTTP URL but will not load via HTTPS. Any idea would be much appreciated.
    load: class com.ebreviate.auction.applet.TickerTape.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.TickerTape.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.TickerTape.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.ebreviate.auction.applet.graph.LineGraph.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.graph.LineGraph.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-6" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.graph.LineGraph.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    I am repeating the question that RHM submitted...has anyone found a solution to this issue...Applet com.pogo.client.jvmtest.applet started. I was not having a problem and then out of no where on Sept. 13 my game rooms failed to load and this message started appearing. I have done everything asked of me to clear files both Internet and Java, to uninstall, re-install, etc...nothing works. Does anyone have an answer for a very non technical user?

  • HANA XS - How to fix Inactive Testing issue of items not loading (when using the cookie)

    Is anyone else having issues with the inactive testing using the cookie (sapXsDevWorkspace)?  My team has abandoned using it because it is causing us a lot of trouble.  It initially worked well for a few hours, but eventually it stopped loading resources.  We got errors loading the SAP js libs or even the newly commited ( but not activated) code changes.  
    I have seen the feedback on SCN post http://scn.sap.com/thread/3517042 but we cannot seem to fix the issue of the system not loading things.  I am on version SPS7 (1.00.70.00.386119) on AWS and I have seen it work for a short period then it seems to get flaky and stop working.   I don't understand what is causing the error to occur as I cannot make it do the same thing twice. 
    Here are some screenshots:
    Cookie defined in Chrome
    Repository Name with my user:
    This is the result:
    Sometimes it loads more of the files and fails later:
    I verified that I logged in under the same user and the cookie name.  The system has developer_mode set to true.  Is there something we're missing? 
    Jim Giffin.

    Hi Jim, Hi Matthias
    we are facing the exact same problem with our project.
    Jim, we had the same phenomenon that it worked for 1-2 reloads and then stopped at all.
    After looking into it, I figured out, that the browser was using cached files from all resources except from the "inactive" new files, which we could access with the cookie. This made it work, however, when we refreshed again, the browser eventually removed its cache and tried to load inactive versions from files that didn't had any.
    We ended up in empty responses (no content, no headers)
    We are really looking forward to find some answers here, as it constantly causes trouble to work with multiple developers on the same activated code base.
    Any input or suggestions are appreciated.
    Best Regards,
    Axel

Maybe you are looking for

  • Visual Basic express 2010 installation error on windows 7

    Hello all! I'm new here and my problem is that  I cannot install VB Express after upgrading windows 7 from Home premium to Ultimate. VB Express was moved to the windows.old folder along with other programs and refused to open (Application cannot star

  • Swf is not working properly when upload to server

    I develop 1.swf which is having 3 buttons each one having anather .swf to call 2.swf, 3.swf respectively. This application is running perfectly on my PC, but While uploading the swf to server the 2.swf and 3.swf is not running. Can any one tell how t

  • Link to old document - Recommended Reading on Oracle ADF

    In the list of Recommended Reading on Oracle ADF (http://www.oracle.com/technology/products/jdev/tips/muench/requiredreading/index.html ), the link for Oracle ADF Development Guidelines displays the document for JDeveloper 9.0.5.2. from 2004. There i

  • Do I use BPM correlation correctly

    I have a BPM and it calls 3 RFCs Sender -> BPM -> RFC1(sync) -> RFC2(sync) -> RFC3(sync) And the data is master/detail, but the sender send by detail, not master. It means, if a master has 3 details then sender sends 3 messages to BPM. But I don't wa

  • Error when defining Xi-track in CMS

    Hi, when I try to create an Xi track in CMS and when saving I get this error: Unexpected error; inform your system administrator: com.sap.cms.util.exception.CMSUnexpectedException: Reading GDI ... FAILED. Source is not well formed. SAXParseException