MessageDrivenBean not really deployed

          I am using 6.1sp4, and have come across a situation that I have been unable to
          resolve. My set up is such that session ejbs send to the JMS queue (using a transacted
          QueueSessionFactory) as part of its container managed transaction. The messages
          are sent successfully (as shown in the console's monitor tab and the file store
          defined for the queue).
          However, my deployed MDB is never executed. And in fact, checking out the monitor
          tab for MDBs shows zero instances in the pool. I have not defined any pooling
          characteristics for the MDB in its deployment descriptor, and have defined it
          to be transactional using container transactions.
          Anyone have any ideas what I should look for?
          TIA
          

You can turn on debugging information for the MDBs so you can see what
          they're doing as they try to connect. You can do this by setting the
          following parameters when you start WLS:
          -Dweblogic.ejb20.jms.connect.debug=true
          -Dweblogic.ejb20.jms.connect.verbose=true
          You may also need to set "StdoutDebugEnabled=true" in the "Server" section
          of your config.xml file.
          This should tell you more about the deployment of your MDBs.
          greg
          "Steve Ebersole" <[email protected]> wrote in message
          news:3f42d2f8$[email protected]..
          >
          > I am using 6.1sp4, and have come across a situation that I have been
          unable to
          > resolve. My set up is such that session ejbs send to the JMS queue (using
          a transacted
          > QueueSessionFactory) as part of its container managed transaction. The
          messages
          > are sent successfully (as shown in the console's monitor tab and the file
          store
          > defined for the queue).
          >
          > However, my deployed MDB is never executed. And in fact, checking out the
          monitor
          > tab for MDBs shows zero instances in the pool. I have not defined any
          pooling
          > characteristics for the MDB in its deployment descriptor, and have defined
          it
          > to be transactional using container transactions.
          >
          > Anyone have any ideas what I should look for?
          >
          > TIA
          

Similar Messages

  • Could not retrieve deployment system configuration

    I use NWDS 7.1 and i want to deploy an external deployable archieve file,when i deploy , i get error says that "Could not retrieve deployment system configuration for ABP"
    Before that, i made settings under SAP AS Java by adding new SAP system, giving  hostname and instance number . I managed to add new SAP server successfully...
    Is there another settings that i forgot..and settings of editon 7.1 is different from 7.0...because in 7.0 it ask me hostname and MESSAGE SERVER PORT..
    What can i do ?
    Thanks a lot..

    The problem I faced was related but just slightly different - solution is below.  This is really only an issue if your AS Java server is on a different server than your NWDS and a firewall is active.
    Error when trying to publish ConverterWeb demo project from local dev machine CE 7.2 Netweaver Developer Studio  to server CE 7.2 AS Java was:
    Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    [ERROR: 7/10/10 10:58 PM /userOut/daView_category (eclipse.UserOutLocation)
    Thread[Thread-22,5,main]]
    Issue is a firewall problem.  Solution  is:
    1) remove default SAP AS Java from NW Developer Studio (Windows -> Preferences -> SAP AS Java
    2) shutdown NWDS
    3) open ports 50113 (port for instance 1), 50013 (port for instance 0), 50004 (deploy port) and 5000 (http for NWASJAVA) on the AS Java server.
    4) open NWDS
    5) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 1, Domain - Default
    6) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 0, Domain - Default
    7) publish ear.
    8) navigate to: http://192.168.1.16:50000/ConverterWeb/
    obviously you'll need to replace the internal ip with the ip of your server.
    I think this firewall info is somewhere in the docs.
    Edited by: adamtarshis on Jul 11, 2010 8:16 AM

  • Error: Could not retrieve deployment system configuration

    Hi,
    when I'm trying to list deployed components in the deployment perspective of my NW Developer Studio (7.2), I get the following error. It seems that the NW server is not reachable, but I had a look at the management console on the server - everything is running.
    Exception occurred during the 'List Components' operation.
    Cause:Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    Exception:
    com.sap.ide.eclipse.deployer.api.APIException: Could not retrieve deployment system configuration for CE1. Please check if the system is running.
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getCurrentServerInfo(DeployerPlugin.java:105)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:201)
         at com.sap.ide.eclipse.deployer.ui.UIUtils.getClient(UIUtils.java:212)
         at com.sap.deployment.ui.nodes.SystemNode.fetchData(SystemNode.java:84)
         at com.sap.deployment.ui.nodes.SystemNode.refresh(SystemNode.java:78)
         at com.sap.deployment.ui.view.RepositoryJob.run(RepositoryJob.java:26)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    In addition, I noticed that if I add the NW server in the developer studio (preferences > SAP Java AS), only on server instance is listed (SCS01). Normally (after NW installation), two instances have been listed there.
    The error prevents to deploy anything from within the developer studio. Does anyone have a clue about that? Thanks in advance!

    The problem I faced was related but just slightly different - solution is below.  This is really only an issue if your AS Java server is on a different server than your NWDS and a firewall is active.
    Error when trying to publish ConverterWeb demo project from local dev machine CE 7.2 Netweaver Developer Studio  to server CE 7.2 AS Java was:
    Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    [ERROR: 7/10/10 10:58 PM /userOut/daView_category (eclipse.UserOutLocation)
    Thread[Thread-22,5,main]]
    Issue is a firewall problem.  Solution  is:
    1) remove default SAP AS Java from NW Developer Studio (Windows -> Preferences -> SAP AS Java
    2) shutdown NWDS
    3) open ports 50113 (port for instance 1), 50013 (port for instance 0), 50004 (deploy port) and 5000 (http for NWASJAVA) on the AS Java server.
    4) open NWDS
    5) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 1, Domain - Default
    6) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 0, Domain - Default
    7) publish ear.
    8) navigate to: http://192.168.1.16:50000/ConverterWeb/
    obviously you'll need to replace the internal ip with the ip of your server.
    I think this firewall info is somewhere in the docs.
    Edited by: adamtarshis on Jul 11, 2010 8:16 AM

  • I'm not really a computer guy.Just got a Kodak easy share camera. When I  import the photos, they go to the area with my name in a file with the date. How can I move them to iphoto, or even better, import them directly to iphoto??

    I'm not really a computer guy. I just got a Kodak"easy share" camera. When I import the photos they go to the section with my name in a folder. How do I get them from there to iphoto, or better yet, how can i import them directly to iphoto?? As stated, I'm not knowledgable,have an imac and need real rudimentary direction.

    in the iPhoto preferences be sure the action when camera is connected is open iPhoto
    What program are you using to import the photos?
    If they are in a folder you can drag that folder onto the iPhoto icon in the dock to import - our launch iPhoto and under the file menu import from that folder
    For real rudimentary directions try the iPhoto tutorials - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. for the concepts - actual commands mya have shanged in some cases - and under the iPhoto help menu ==> iPhoto help - watch the videos there
    LN

  • Some of my contact names are not appearing when they text message me.  They are just showing up as their numbers. I have them saved in my phone so i am not really sure why their names aren't showing up when they message me?

    some of my contact names are not appearing when they text message me.  They are just showing up as their numbers. I have them saved in my phone so i am not really sure why their names aren't showing up when they message me?

    I have this identical problem.  For a while my group texts didnt show up on my ipad.  Then one day they did, maybe everyone in the group started using the same os version or something.  Ever since my first reply to the group there have been complaints of multiple threads.  I can not find a pattern for when my group text's decide they want to create a new thread. (it doesnt happen every time)  Everyone in the group has deleted the thread, we've all toggled imessage on/off etc.  There still hasn't been a solution.
    Any help would be appreciated.
    Thanks

  • [Not really solved] Video with Pidgin is not working

    Hi,
    I would like to use video chat with Pidgin, but it doesn't work on my computer.
    I have a webcam (:D), and it seems that it is correctly recognized because ` vlc v4l2:// ' shows me my face. I'm using XMPP (with a GMail account, but this shouldn't matter) and want to chat with someone using Ubuntu and Pidgin 2.6.6 (she has a webcam which seems to work correctly)
    In the "Voice/Video settings" plugin, there are three options in the field Video → Input → Plugins : "default", "Test Input" and "Video4Linux" (and only "default" in the field Device, for the three plugins)
    "default" and "Video4Linux" give
    (21:03:34) Error with your webcam
    (21:03:34) Conference error
    (21:03:34) The call has been terminated.
    as soon as I try to start a video call, and "Test Input" only shows me a test pattern (but I guess this is the meaning of "Test Input" )
    BTW, I wonder why there is only "Video4Linux" and not "Video4Linux2"
    The Pidgin's FAQ says this
    How do I configure my microphone/webcam?
    Currently, the command-line gstreamer-properties program is used. This is only available on GNOME-based systems. On other systems, Pidgin makes its best guess as to which device to use. A plugin is planned to support this functionality on other systems.
    But I don't use GNOME, my desktop environment is LXDE.
    What could I do to make my webcam work with Pidgin?
    Thank you!
    Edit:
    - my system is up to date
    - I have farsight2 and gstreamer0.10-{good,bad,ugly} installed
    Fractal
    Last edited by Fractal (2010-06-13 15:50:01)

    Well, the problem is not really solved actually.
    Pidgin recognizes my webcam but I still cannot open a video chat.
    When I try to start a video chat, the following errors are displayed in the debug window :
    (17:38:41) mediamanager: gst pipeline error: Could not encode stream.
    (17:38:41) mediamanager: Debug details: gstx264enc.c(737): gst_x264_enc_header_buf (): /GstPipeline:pipeline0/GstBin:conf_0x306c000/FsRtpConference:fsrtpconference1/GstBin:discover_1_97/GstX264Enc:x264enc0:
    Unexpected x264 header.
    When the other person tries to call me, I have something like that :
    (17:43:23) jingle-rtp: received codec: 32: video MPV clock:90000 channels:0
    (17:43:23) jingle-rtp: received codec: 26: video JPEG clock:90000 channels:0
    (17:43:23) jingle-rtp: received codec: 97: video H263-1998 clock:90000 channels:0
    (17:43:23) jingle-rtp: received codec: 34: video H263 clock:90000 channels:0
    (17:43:23) jingle-rtp: received codec: 98: video DV clock:90000 channels:0
    (17:43:23) jabber: setting param stun-ip for stream using auto-discovered IP: 209.85.229.126
    (17:43:23) jabber: setting param stun-port for stream using auto-discovered port: 19302
    (17:43:23) mediamanager: Couldn't read fs-element.conf: No such file or directory
    (17:43:23) backend-fs2: Couldn't read fs-codec.conf: No such file or directory
    (17:43:23) backend-fs2: Creating hash table for sessions
    (17:43:23) backend-fs2: connecting pad: success
    (17:43:23) backend-fs2: Creating hash table for participants
    (17:43:23) media: Creating hash table for sessions
    (17:43:23) gtkmedia: state: 0 sid: video-session name: (null)
    (17:43:23) jingle-rtp: state-changed: state 0 id: video-session name: (null)
    (17:43:23) backend-fs2: got new local candidate: 1
    (17:43:23) backend-fs2: got new local candidate: 1
    (17:43:23) backend-fs2: farsight-component-state-changed: component: 1 state: GATHERING
    (17:43:23) backend-fs2: farsight-component-state-changed: component: 2 state: GATHERING
    (17:43:23) jingle-rtp: jingle_rtp_codecs_changed_cb: session_id: video-session jingle_session: 0x212b6a0
    (17:43:23) jingle-rtp: jingle_rtp_candidates_prepared_cb
    (17:43:23) jingle: jingle_iceudp_finalize
    (17:43:23) jingle: jingle_transport_finalize
    (17:43:26) backend-fs2: farsight-send-codec-changed: codec: 96: video THEORA clock:90000 channels:0 delivery-method=inline
    (17:43:27) jingle-rtp: stream-info: type 1 id: video-session name: (null)
    (17:43:27) jingle-rtp: stream-info: type 1 id: (null) name: (null)
    (17:43:27) backend-fs2: farsight-component-state-changed: component: 1 state: CONNECTING
    (17:43:27) backend-fs2: farsight-component-state-changed: component: 2 state: CONNECTING
    (17:43:36) backend-fs2: farsight-component-state-changed: component: 1 state: FAILED
    (17:43:36) backend-fs2: farsight-error: 108: Could not establish connection
    (17:43:36) backend-fs2: farsight-component-state-changed: component: 2 state: FAILED
    It seems that my Pidgin want to encode the flux in H264 and the other wants Theora
    Fractal

  • I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I'm not really sure how to get those source files back

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    Is there any solution (other than buying
    I really think 'buying' is the best solution on this one.  Ideally, you would have at least five internal hard drives.
    System
    Projects
    Cache/Scratch
    Media
    Exports
    Use externals and network drive only for backup.

  • Network Users with network homes not really working for me

    I have with great pain setup a OS X Lion server on a Mac Mini that was supposed to be my central server to have 4 network users accounts and all the users data is stored on an external disk array with mounted network homes to the 2 iMacs and 2 Macbooks I have in my home.
    I have gotten it all working and all my Macs are joined to the Open Directory and each User can login as a network users on any of the Macs and get their files via mounted home directory from the server. The home directories on the server are backed up with Time Machine.
    I have found the following items that do not work proberly:
    1) Desktop backgrounds settings are just lost sometimes for whatever reason. Desktop background goes to default and you need to manually set back to the one you have selected. This happen mostly if users have their own desktop pictures.
    2) Keychain get's screwed up. The user often get the "Keychain doesn't exist to store ..." message and need to select to reset the keychain. Anything I have tried from "Keychain First Aid" to removing and have a new one created doesn't fix the problem. It keeps on coming back.
    3) iTunes Storage and AppStore are getting confused about authorized computers. This is because a user logs in from another computer and then iTunes store would tell the user this computer hasn't been authorized to play the purchase music. Same happens with iPhone apps from the AppStore. Apparently those two stores are not setup to hanlde network users proberly.
    4) Permission issues happen sometimes in Application like iPhoto where it would complain not being able to see photos or cannot add new photos to the library. Need to run a permission repair on the Iphoto Library to fix this.
    5) One critical one is that it's not really possible to restore files from Time Machine. The Time Machine backup is done on the server by an administrator account directly backing up the user directories. When you go into Time Machine on the server even the admin can drill down into the user directories so no restore possible. The individual users have no idea that there was ever a Time Machine backup done as Time Machine is not setup in their accounts on the individual Macs. This prevents any possible restore.
    I reckon that many of the problems are related to having only one location for ~/Library as the individual Macs are writing their user related settings into this directory in a central location. So what happens is when something on iMac 1 and then I log in on iMac 2 that might not exactly match this Macs config and it get's confused throwing one of the above erors.
    Trouble is witth central network home directory the way they mounted i can't exclude the ~/Library folder. The only option I can see is mobile account because I have seen in the preferences that when they sync the handle Library items differently.
    Does anybody have any experience out there with this sort of thing and can advise what's the best way forward?
    If i can't resolve this I'll go back to have network users with local home directories on each Mac and just setup for each user a network share to which they copy files if they want them available on other Macs. Not as nice but at least it works!
    As a said note I did this to make things easier but it has up to now cost me trouble then i had before!

    Haven't heard anything from anybody so probably to daunting a topic ...
    I have now moved on to try Portable Home Directories (PHD) and syncing ... what a disaster!
    First it took  me ages to get this right as the way the home directores are mounted on the clients from the server it's just weired which has to do with how AFP mounts are implemented. Since one AFP mount can't be mounted by several users on the same system they use a workaround of mounting it to a temp directory and then linking it back to where it should be. Of course this causes major problems.
    Okay it kind of worked so let's move on to syncing PHD. First of all on initial creation it only sync a small portion of the directory that should be okay but on some of my accounts it never went passed this stage. It said it's all synced but it only had synced the first 10% or so of the data. I wasn't able to make it sync anymore.
    On other accounts it correctly synced all the data down, or so I thought. Apparently a few sync session back and forth and 50-60% of the data was gone. On further investigation it turned out to be iTunes and iPhoto libraries. Turns out does don't sync probably via Home Sync!!!
    Apple product is not able to probably syncing Apple specific library files!!!!
    So here my warning to everybody: DO NOT USE PHD and HOME SYNC to sync your data as you will lose stuff if you have iTunes and/or iPhoto libraries with Lion OS X Server!!!
    The whole Lion Server experience has been a disaster for me. Now I have a server that does file sharing and time machine backup sharing. I can do the same thing with a standard Mac using those services. What's the point of Lion Sever for Home if nothing works proberly?

  • Files disappeared from library, "missing" files not really missing

    I had a folder with 3 files in different formats for each image.  These were imported several days ago, grouped into stacks, captioned, tagged, etc. and synced to the files.  They continued to exist in the library some time afterward, but today when I opened lightroom all of the jpg versions of all of the images and all 3 formats of one image in particular had vanished from the library.  It did not claim that it could not find them on disk (and in fact the files *do* still exist on disk right where they should), they just didn't show up.  I was able to re-import all of the jpg images without trouble, but for the other two formats of the one missing image, importing one of them fails because it "already exists in the library," and the other one is willing to import but then doesn't show up in the folder or the recently imported files list.  When I try to synchronize the folder, it suggests that I import that file, but it never actually does.  Since importing the jpgs, it also suggests that I remove 53 "missing" files, the number of jpgs imported.  When I view the missing files in the library, it shows only 2 of the jpgs, one of which belongs with the files that will not import and neither of which is actually missing--they can both be synchronized just fine by clicking the little synchronize icon on the actual photo.
    Does anyone know what's going on here and how I might be able to get the files that won't import back into the library?  And how to be sure that files won't just go away on their own again?
    Edit: to be clear, missing versions of files were definitely not stacked with the other ones and the "don't import duplicates" box was not checked when re-importing the ones that won't re-import

    I managed to get the photos that wouldn't import back in by deleting them directly out of the database and then reimporting them into lightroom. I'm a little concerned that they disappeared in the library view in the first place, though.  Does this sort of thing happen often, and under what circumstances?  I'm still in the free trial period and was very close to buying the program, but now I'm not so sure.  If I'm using an application to manage my photos, I want to know that it's actually managing all of the photos I put into it and not randomly forgetting about them.
    I'm still having the not-really-missing files problem, though.  I think it may actually be because they got associated as "sidecar" files somehow and are now in there twice, once as the sidecar file and another time as a separate jpg image.  I'm not really sure why only one of them shows up in the missing images view, I think it might be because I edited that one so it's in a slightly different state from the others?  If there are any tips on how to resolve that state, I'm all ears, I'd like it to stop telling me I have 53 missing files when I don't.

  • I've ordered a new mac book pro 15" and i need to clean hard drive off my old PC...not really to move them to the mac, but just to save in case needed; mostly pics and office docs....any suggestions?

    I've ordered a new mac book pro 15" and i need to clean hard drive off my old PC...not really to move them to the mac, but just to save in case needed; mostly pics and office docs....any suggestions?

    Buy an external USB hard drive and copy your data to it.  Either that or burn them all to single or double layer DVDs (depending on amount of data you have).  Or if it's really a small amount, consider putting it all on a USB memory stick.

  • Lightroom mobile one way street & not really mobile from the start ?

    Great news and was waiting some time for it ; But it looks the workflow starts always with the Photos already in the PC . Mobile is second ... Not really a fully mobile workflow like I am using today with :
    1) importing JPEG with EyeWifi on IPAD while shooting RAW + JPEG
    2) do the picks & ratings in pad using Photosmith
    3) sync to PC LR catalog with photosmith and the ratings &picks are applied to the RAW file = easy delete of raw files not picked ?
    Will LR mobile sync JPG file information & meta data  to the raw file after import the raw in PC or is there no connection between JPEG & RAW when JPEG is imported in LR mobile ?
    Do I miss anything ?
    Bjoern

    Fully understand but Raw is to big for IPAD; I would not look for getting the development settings synced at all nor do development on the JPEG .
    My interesst is rather importing the JPEG direct from the camera, do the picks in the field on a long travel incl adding keywords for location  ... .and sync this to the RAW at home so I do not need to re-start all picks & keywords at home .

  • Not really a problem just would like to know if I install firefox 4 beta...will I lose my bookmarks already in my current firefox browers and is that the same for the farmville game bar from facebook

    Not really a problem just would like to know if I install firefox 4 beta...will I lose my bookmarks already in my current firefox browers and is that the same for the farmville game bar from facebook

    It should not be a problem, as long as you are careful. Note the delete settings option when uninstalling firefox will delete bookmarks etc for ALL installed versions of firefox.
    Firefox attempts to retain the profile information, that include bookmarks etc when updating. It may still be prudent to consider other backup methods not entirely dependent on firefox.
    The firefox 4 beta will install by default in a slightly different location, you are then able to run either the current or the beta version of firefox. It is recommended you set up a new profile for the new version of firefox. see
    * [[managing profiles]]
    *[http://kb.mozillazine.org/Testing_pre-release_versions]

  • IOS 5 photo edits not really saved?

    I cropped and applied auto-enhance to photos on my iPhone 4S running iOS 5then uploaded what I thought were edited photos to Facebook.
    It turns out the edits were not really saved even though I saved the edits.
    Original photos before the edits were uploaded Facebook.
    Is this a bug? What would be the point of editing photos using the iOS 5 photo edit tools if the edits are not really saved for export?
    Is there a fix?

    This is interesting, because I had the opposite experience, but then I touched something. :-)
    It seems that the Photos app behaves like iPhoto in that you can revert your edits. It can be done directly in the Photos app (clumsy) or in iPhoto once you've copied the photo to your Mac (easier).
    I cropped a photo and uploaded it to FB. It looked cropped both on FB and in my linked iPhoto album. I thought that Photos had overwritten my photo because I didn't see an obvious way to revert it. After discovering how to revert the image, I did so in iPhoto. Now the image on FB and in the linked album show the image as uncropped.
    I don't know if this helps your situation, but it explains a bit more of the weird Photos behavior that's been observed since iOS 5 dropped.

  • Fiori My Timesheet - Apply Correction Notes - REALLY !

    This thread is on a lighter note.
    This morning I thought of applying the updates on the Backend components for timesheet app, and - what a mess I got myself into.
    So as per release note - it says apply the following corrections
    Additional Notes to be applied in the backend (on top of SRA002, SP05 )
    2043375 - Fiori My Timesheet: Issue with WBS element
    2039948 - Fiori My Timesheet: Incorrect colors for rejected days in Calendar (OData)
    2033877 - My Timesheet: WBS search help not working
    2032457 - Fiori My Timesheet: RFC ERROR: Infotype 0001 does not exist or is incomplete for [pernr]
    2031179 - Fiori My Timesheet: Auto Suggest functionality is not working
    Great, lets check out Note# 2033877. I thought it would be easy and nice thru SNOTE. Well not really, looked at the note – it said
    This is a program error. Kindly implement the following pre-requisite notes
    2014752
    2026754
    2031179
    2032457
    Ok, no problem. Note# 2014752 -
    Implement the pre-requisite note 1993075, and then followed by a Manual Correction. Ok, no problem. Lets open 1993075. Voila, it says
    This is a program error. Implement the pre-requisite notes 1974197, 1990036, 2006238 and then a manual correction.
    Really, for one note - I will have to go thru all this. Fiori - You aren’t simple .
    I haven't dared to look at the other 4 Parent Notes yet.
    Is it just me or someone else has faced this roller coaster of implementing a fiori app?

    Pankaj
    I already have SP03 for UI and SP05f for SRA. I just read the note#1931621, it mentioned to implement the above notes
    Can you pls confirm if we need all these notes?
    Solution
    Updates for support package Stack 03 (08/2014)
    Additional Notes to be applied on the frontend server (on top of UIX01HCM, SP03 )
    2025904 - My Timesheet Launchpad : Consolidated UI fixes version 4 (Can also be implemented on top of UIX01HCM, SP02)
    Additional Notes to be applied in the backend (on top of SRA002, SP05 )
    2043375 - Fiori My Timesheet: Issue with WBS element
    2039948 - Fiori My Timesheet: Incorrect colors for rejected days in Calendar (OData)
    2033877 - MyTimesheet: WBS search help not working
    2032457 - Fiori MyTimesheet: RFC ERROR: Infotype 0001 does not exist or is incomplete for [pernr]
    2031179 - Fiori My Timesheet: Auto Suggest functionality is not working

  • Yosemite scheduled start up not really starting up

    I updated to Yosemite and it seems that schedules start up (via System Preferences > Energy Saver > Programmed....) is not really booting the system up.
    I Mavericks and before, the computer started, booted, loaded everything that it was supposed to, and the screen remained in the user log-in mode, until I entered my password and find everything already working.
    Now in Yosemite, the iMac starts up, but remains in the log-in screen, without really booting the system.
    So 5 minutes later, if no one logs-in into a user account, the computer turns itself back off.
    As you can figure, this feature is useless functioning this way.
    Any help will be appreciated.

    Found the answer.
    If you have FileVault active, meaning your hard drive is encrypted, the system does not allow for startup and automatic log-in.

Maybe you are looking for

  • Hooking up to dad's internet

    hopefully you guys/gals can help us out on this one: i'm going to be staying with my parents for the next 4 months and need to hook up online through my dad's current internet connection. he's on a pc and here's the details: It is an NTL connections

  • Dow to put on iTunes gift cards

    Hello it's my 40th birthday today and I got £5,000 spending money in my bank and and a new car (Renault Clio) :) I buy an iPad 3 64 giga bites and its got cellyula or something on it. But it's what all they had in stock. I set it up and it took me a

  • Another DWM and Multiple Monitors Thread

    I'm still relatively new to tiling window managers and have been playing mostly with Awesome and Xmonad.  Recently, however, I decided to give DWM and try and am absolutely loving it!  But one of the things that I like about Awesome and Xmonad is how

  • Please help gurus

    I cannot find way to post question on OTN site. Please advice on the same and revert back to same for same. Rjhanjrasmesh Rjhanjrasmesh

  • Safari, PDFs, and Preview.

    Alright, so Acrobat Reader was crashing safari, so I uninstalled it (TOTAL piece of junk anyways, 800mb for a pdf reader? Please.), and now when I go to a PDF in safari, it just stays at that grey window with the spinning wheel. I'd LIKE it to use pr