Trouble in communicating with another EJB from an EJB

I have created a stateless session bean, and inside this bean I have methods that calls methods in another stateless session bean (called myEJB, for example). When I run the code, it kept giving me the "noClassDefFoundError":
java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
     java.lang.NoClassDefFoundError: com.mybean.myEJBHome
Someone suggested to me that this is because they aren't remote objects, so I created local interfaces for "myEJB". When I run the code again (by binding to the Local interface now), I got this error:
javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: Unable to resolve
'app/ejb/mybeans.jar#myEJB/local-home' Resolved: 'app/ejb/ Unresolved:'mybeans.jar#myEJB' ;
remaining name 'mybeans.jar#myEJB/local-home']; Link Remaining Name:
'java:app/ejb/mybeans.jar#myEJB/local-home'
Any ideas??
Thanks

To refer a Ejb from another Ejb include <ejb-ref> in ejb-jar.xml
<session>
<ejb-name>EjbA</ejb-name>
<ejb-ref>
<ejb-ref-name>Ejb2</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.ejb.Ejb2Home</home>
<remote>com.ejb.Ejb2</remote>
</ejb-ref>
<session>
Include a <reference-discriptor> in weblogic-ejb-jar.xml
<weblogic-enterprise-bean>
<ejb-name>EjbA</ejb-name>
<reference-descriptor>
<ejb-reference-description>
<ejb-ref-name>Ejb2</ejb-ref-name>
<jndi-name>protocol://<Ejb2host>:<PortNumber>/com.ejb.Ejb2Home</jndi-name>
</ejb-reference-description>
</reference-descriptor>
</weblogic-enterprise-bean>
Example <jndi-name>:http://localhost:7001/com.ejb.Ejb2Home
In EjbA bean class refer to Ejb2 method with a reference to Ejb2 remote interface.
InitialContext initialContext = new InitialContext();
Ejb2Home ejb2Home = (Ejb2Home)initialContext.lookup("protocol://<Ejb2host>:<PortNumber>/com.ejb.Ejb2Home");

Similar Messages

  • I get an error message when trying to sign into the support community with another Apple id. On the pick a username screen I get "an account utilizing this address already exists...." despite trying a few usernames. Anyone know how I can resolve this?

    I get an error message when trying to sign into the support community with another Apple id. On the <pick a username> screen I get "an account utilizing this address already exists.Only one account per email address is allowed on the Apple Support Communities" despite trying a few usernames. Anyone know how I can resolve this?

    This problem has been driving me demented. The instructions that Ivan gives have partially worked for me. By following his link
    "How to find out if you have multiple Apple IDs" I was able to identify that yes I did have two apple accounts using the same e mail address. One was very old that I used to use for the forum boards and one is my much more recent ID that I use for everything these days. So I changed the e mail address for the old account which is associated with these discussion boards and that's the account that I am now posting this from. However even though the two accounts now have different e mail addresses when I try to log onto the boards with my more recent main apple ID I still get all the same errors as described at the start of this thread by rodgers_j. And of course that's the one I want to use so that I only have one itunes account for everything.
    So if anyone has any more hints I'd be very grateful.

  • Can I call an object with synchronized methods from an EJB

    I have a need for multiple threads (e.g. Message Driven Beans) to access a shared object, lets say a singleton, I'm aware of the "you can't have a singleton in the EJB world" issues) for read/write operations, so the operations will need to be synchronised.
    I've seen various statements such as you can't use read/write static fields in EJBs and you can't use synchronisation primitives in EJBs but I've also seen statements that say its okay to access utility classes such as Vector (which has synchronised methods) from an EJB.
    Does anyone know if there is a definitive answer on this? What are the implications of accessing a shared object with synchronised methods from multiple EJBs? Is it just that the EJB's thread may block which limits the ability of the container to manage the EJBs? In the Vector example above (from Professional Java Server Programming) did they mean its okay to use these utility classes provided they aren't shared across threads?
    If I can't use a plain old Java Object does anyone know if there are other potential solutions for sharing objects across EJBs?
    In my problem, I have an operation that I want to run in a multi-threaded way. Each thread will add information to the shared object, and this info may be used by the other threads. There's no lengthy blocking as such other than the fact that only one thread can be adding/reading information from the shared object at a time.
    I've trawled through this forum looking for similar questions of which there seem to be many, but there doesn't seem to be any definitive answers (sorry if there was and I missed it).
    Thanks
    Martin

    You can share objects among EJB's or among objects used by one or more EJB's. You can use synchronization primitives - nothing will prevent you from doing that.
    After all, the container classes, JVM-provides classes, JDBC, JCA, JNDI and other such classes do all of this with impunity. You can too. You can use file and socket I/O as well, presuming you configure the security profile to allow it. Should you? Well it depends on what you need to accomplish and if there is another practical alternative.
    Yes the specification warns you not to, but you cannot be responsible for the interior hidden implementation of classes provided to you by the JVM or third parties so you can never truly know if your are breaking these written rules.
    But when you do these things, you are taking over some part of the role of the container. For short running methods that only block while another thread is using the method or code block and no I/O or use of other potentially blocking operations are contained in the method/block, you will be fine. If you don't watch out and create deadlocks, you will harm the container and its managed thread pool.
    You should not define EJB methods as synchronized.
    Also, if you share objects between EJB's, you need to realize that the container is free to isolate pools of your EJB in separate classloaders or JVM's. It's behavior can be influenced by your packaging choices (use of .ear, multiple separate .jar's, etc.) and the configuration of the server esp. use of clustering. This will cause duplicate sets of shared classes - so singletons will not necessarily be singleton across the entire server/cluster, but no single EJB instance will see more than one of them. You design needs to be tolerant of that fact in order to work correctly.
    This isn't the definitive answer you asked for - I'll leave that to the language/spec lawyers out there. But in my experience I have run across a number of occasions where I had to go outside of the written rules and ave yet to be burned for it.
    Chuck

  • I had to replace my i4s with another one from the apple store.shouldn't i be able to go to the cloud to get all my contact info and other stuff that was stored in the cloud from the first phone?

    i had to replace my i4s phone with another one from the apple store. i need to download all my contact info and other stuff from the cloud to my new phone.i see a screen that says  RESTORE I PHONE   and are you sure you want to restore the iphone to its facory settings?  all of your media and other data will be erased. they i tunes will verify restore with apple. After this you will have the option to restore your contacts and other settins.  The question is will it restore my first phones info?  I am hesitant to delete anything  lol.

    No. If you made your backup to iCloud, iTunes will not restore from an iCloud backup. See:
    iOS: Backing Up and Restoring Data to a New Device

  • Challenge: call local ejb from remote ejb on weblogic 9.2

    Hi ALL,
    How do I call to local ejb from remote ejb object. The jar file is deployed on weblogic server 9.2, if you want get it http://geocities.yahoo.com.br/lindembe/BEAProject.jar and the source code are http://geocities.yahoo.com.br/lindembe/BEAProject.zip. It is a sample app with two ejb that works so good on JBOSS, JOnAS, but BEA Weblogic.....
    The complete problem you watch http://forum.java.sun.com/thread.jspa?threadID=768718&messageID=4387570#4387570
    or
    http://forums.bea.com/bea/message.jspa?messageID=600043148&tstart=0

    Your code in SigemFacadeBean should just do:
    InitialContext ctx = new InitialContext();
    when you lookup the local EJB. (This will work on all app servers. There's no need to put an app-server specific intial context factory in your code.)
    Also, you can remove the jndi-name setting for the local ejb from your weblogic-ejb-jar.xml. jndi-name is only applied to remote ejbs.
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Calling EJB from other EJB on other J2EE Server

    Can I call EJB from other EJB on other J2EE Server
    Servers - Websphere 5.0
    Do i require home & remote interface of that ejb on client side also
    Help me, please

    the problem is actually i require that is specific to websphere
    for example i want to call a method ion that ejb
    say my ejb name is myejb
    so the normal way i should call is
    InitialContext initialContext = new InitialContext();     
    Object homeObject = initialContext.lookup("ejb/MyEjbHome");
    MyEJBHome myEJBHome =(MYEjbHome )javax.rmi.PortableRemoteObject.narrow(homeObjectMYEjbHome.class);
              myEJB = lSHome.create();
    myEJB.someMethod();
    but here i am having class for home and remote available
    now if other app server i am not having this classes then what to do

  • Error Communicating with Camera- Upload from Panasonic to iMovie

    I am trying to upload the footage from my video camera, a Panasonic PV-GS320. I connected the firewire, and I open iMovie, but all that happens is that there is blue screen and in the middle it says "Error Communicating with Camera".
    I thought maybe the camera had to be off, so I turned it off and the screen changed to say "Camera disconected or off". When I turned the camera back on, it gave me the "Error Communicating with Camera" message.
    My dad was able to upload footage onto his laptop the exact same way I'm uploading into my mac.
    Maybe I'm doing something completely wrong. I just want it to upload smoothly. Can someone help?
    Message was edited by: mangamak1

    Hi
    Testing Camera and Cable is important - very common origin to problems.
    Especially the Cable (fortunately)
    I had a serious accident some Years ago. FW-connector on the back of that Mac
    and I plugging in the FW-connector 180 deg wrong. Shouldn't go but sorry
    to say did and without a gigant of effort.
    Result: Killing two miniDV Cameras, one video bridge and one hard disk.
    Tricky:
    • Cameras behaved normally in all aspects except import/export to iMovie
    - blue screen reading Camera connected
    That's why it is essential to know that it works OK on another Mac.
    Here comes my list: Use it with care. No guarantie from my part - just sharing
    my thoughts.
    Capture/Import problems:
    a) File-Vault is on - turn it off
    b) don’t Daisy chain camcorder - external hard disk - Mac
    (except for some Canon-Cameras)
    c) Slow hard disk (fragmented: repair permissions, repair hard disk, use a faster hard disk)
    d) Something is occupying the CPU/System, like other programs, Internet etc.
    e) Bad RAM-chips
    f) drop outs on the miniDV-tape - make a camera to camera copy on a tape which You have previous recorded with a time code (dummy recording).
    g) FW-wire cable OK?
    h) Break in the time-code on the miniDV tape (make a camera to camera copy on a tape which is prerecorded with nothing/anything so that the tape has a time-code from beginning to the end)
    i) defective camera TRY IT ON ANOTHER MAC !
    j) remove bookmarks in iMovie project
    k) Do You have desktop pictures or screen-savers active? Try turning them off.
    l) Updating - OS has to be a clean install - not an update eg from X.3.x to X.4.x (no good)
      OS X.4.0-2 needs a clean install to work (I use X.3.9)
    m) Updating QT and/or other updates (to 7 needs v6 to be cleaned out first)
      QT v.7 needs a clean install to work (I use 6.5.2)
    n) Have you tried the crazy fix:
    Open GarageBand, play a few notes, close it and reopen iMovie. The camera should import fine now. (Sue/SDillini)
    o) NEW (from Sue/SDillini):
    Trash the Font Collections Folder.
    These files are found:
    /YourUserName/Library/FontCollections folder.
    Drag the folder to the trash and launch iMovie. iMovie will create a new FontCollections folder containing the files it needs when it next opens.
    p) or thrashing the com.apple.imovie.plist file (Rodney Brown2)
    q) - Other programs interfering like Flip4Mac
    r) - Third party or old plug-ins
    May be You find some help in my list:
    Mac:
    • hardware
    ◊ Slow hard disk (fragmented: repair permissions, repair hard disk, use a faster hard disk)
    ◊ I wonder how full your Mac's hard disc is. (David Babsky) A near full hard disk prevents Import/Capture.
    10% free is recommended + space for Import/Capture + work space (about 4 to
    5 times the amount needed for Capture) eg on a 200Gb hard disk You need 20Gb + (one hour tape)
    13Gb + 50Gb = about 80 to 90Gb free space.
    ◊ Disconnect all other ext devices (FW and USB) exept Camera (and keyboard + mouse) and try again
    ◊ Rebuild Desktop (Tech-tool or fingersetting during start-up) (System up to 9)
    ◊ Reset PRAM (Tech-tool or keyboard finger settings alt-cmd-P-R ??)
    ◊ Reset PMU ( Restting the PMU...is the the alt-ctrl-shift and powerbutton shortcut? ) (Sue)
    PMU: http://docs.info.apple.com/article.html?artnum=86760
    PMU/SMU are essentially the same in the PM G5.
    ◊ Reset SMU
    SMU: http://docs.info.apple.com/article.html?artnum=300341
    ◊ Bad RAM-chips
    ◊ disconnect Mac from powerline (not just switch off, really plug out) for a few minutes to reset FW ports
    • software
    ◊ File-Vault is on - turn it off
    ◊ Something is occupying the CPU/System, like other programs, Internet etc.
    ◊ Do You have desktop pictures or screen or energy-savers active? Try turning them off.
    ◊ Updating - OS has to be a clean install - not an update eg from X.3.x to X.4.x (no good) OS X.4.0-5 needs a clean install to work (I use X.3.9)
    ◊ Updating QT and/or other updates (to 7 needs v6 to be cleaned out first) QT v.7.0.0-4 needs a clean install to work (I use 6.5.2)
    ◊ Have you tried the crazy fix: Open GarageBand, play a few notes, close it and reopen iMovie. The camera should import fine now. Sue/SDillini
    ◊ Running iDVD at the same time as iMovie can cause problems: (Lennart Thelander)
    ◊ If You also have installed FinalCut Express/pro there are possibly problems with this
    ◊ Other programs that interferes like Flip4Mac
    ◊ Codecs added to QuickTime
    ◊ Old plug-ins to iMovie or third party alike
    iMovie:
    ◊ remove bookmarks in iMovie project
    ◊ Trash: com.apple.iMovie.plist and com.apple.iMovie3.plist : files (Xinram)
    Connection:
    ◊ don’t Daisy chain Camcorder <--> external hard disk <--> Mac
    ◊ FW-wire cable, is it OK?
    ◊ USB/USB2 is NO GO !
    ◊ Cheque FW connection at Camera end. OK? (Adam Smith1)
    ◊ Cheque FW connection at Mac end. OK?
    Camera:
    ◊ The Camera is set to VTR ? (not as when You ”film” record with it)
    ◊ You may be need to go to the Camera menu and select digital out.
    ◊ defective camera TRY IT ON ANOTHER MAC ! (if the A/D chip in the camera is harmed then it will say in iMovie that the camera is connected and You can forward resp. backward the tape but there will be no picture or sound just the blue screen).
    ◊ connect camera to power-line, not battery-only....(Karsten Schlüter)
    ◊ Canons don't allow daisychaining on firewire, make it "only device" on port (Karsten Schlüter)
    ◊ Cheque the menu on Your Camera so that it communicates with the FW digitally to Your Mac
    ◊ Date and Time is correct on Your Camera ?
    Tape:
    ◊ Drop outs on the miniDV-tape - make a camera to camera copy on a tape which You have previous recorded with a time code (dummy recording).
    ◊ Break in the time-code on the miniDV tape (make a camera to camera copy on a tape which is pre-recorded with nothing/anything so that the tape has a time-code from beginning to the end)
    ◊ If You recorded in LP-mode (90 min on a standard 60 min tape with 12-bit sound). Try to change in iMovie pref. to import but not as individual clips. If this doesn’t work You have to make a Camera to Camera copy with the receiving Camera set to SP-mode and 16-bit sound.
    More:
    ◊ follow advises here http://docs.info.apple.com/article.html?artnum=43000
    ◊ follow Grandmaster Dan's advice for Sony cameras here: http://www.danslagle.com/mac/iMovie/usage/5020.shtml
    NEWS: Jerry Harris writes:
    I know that in a lot of the new Sony HD cameras, iMovie requires that you turn i.Link Conv off. I would look for a similar setting for your camera. This setting has to do with shooting a movie in one format, and using the camera to import as a different format. For instance, if you shoot HD footage and have i.Link conv on - the camera will send DV to the computer etc...
    So, case in point: look for a setting on your camera that has to do with the video format and see if that helps.
    Yours Bengt W

  • "ListenerRfc : unknown error" in communication with the IGS from the WAD

    Hi all,
    I face a problem with the charts in the web template I built. The source query shown as a table is normally presented but the views from the same query are not displayed at all. The diagnostic message refers to an internal error met during the communication with the IGS. The system activities messages text is "ListenerRfc : unknown error".
    Anybody could give me a hand in that case?
    Thanks in advance.
    Geo

    Hi,
    The connection is Ok. I asked the admnistrator to restart the server because the IGS was desactivated yesterday in a reboot. The IGS works now... when it wants.
    I face a new message : "ListenerRfc: unknown interpreter". It seems the problem is not over.
    When I launch the dashboard in the web from the WAD, sometimes it shows the chart of the 1st item with the old message for the 2nd or the new message for the 1st one and a chart for the 2nd item.
    Deep thanks for your help. I need nevertheless to solve the problem.
    Geo

  • Pay Balance with anothe card from another country

    I used to live in USA and used my account from USA card during my Intership Program and now I don't have balance at this card and I still need top pay some downloads. How can I pay with another card?

    If you're trying to purchase from the US store, you need to be physically located in the US, & if using a credit card, the credit card must have a verified billing address located in the US. You could use an iTunes gift card, but the card must have originated in the US, & you must still be located in the US.
    There is no workaround.

  • How to call the secured EJB from timer ejb timedout method.

    Hi All,
    I have a couple of questions on EJB 3.1 Timer Service.
    1. How to call the secured EJB (annotated @RolesAllowed) from Timer EJB @Timeout Method?
    2. What's the default role/principal with which the Timer @Timeout Method gets called?
    Please let me know any info regarding the same.
    Thanks,
    Suresh

    I'd start here:
    http://ant.apache.org/manual/index.html
    If that doesn't help, go to the table of contents and start poking around. You don't need to read the whole thing front to back, but if you're not willing to spend some time researching and reading, you're not going to get very far.

  • Canu00B4t call an EJB from other EJB

    Hi developers,
    I need do the next task :
    I have a EJB in an EAR and i need call some functionality from other EJB in diferent EAR , when execute the code show the next message error:
    java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method generaMDMOutput.
         at com.sapconsulting.customer.inc.CustomerIncObjectImpl0.generaMDMOutput(CustomerIncObjectImpl0.java:135)
         at com.sapconsulting.customer.inc.CustomerIncObjectImpl0p4_Skel.dispatch(CustomerIncObjectImpl0p4_Skel.java:127)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java(Compiled Code))
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java(Inlined Compiled Code))
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java(Compiled Code))
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: java.lang.ClassCastException: com.sap.engine.interfaces.cross.ObjectReferenceImpl
         at com.sapconsulting.customer.inc.CustomerIncBean.generaMDMOutput(CustomerIncBean.java:141)
         at com.sapconsulting.customer.inc.CustomerIncObjectImpl0.generaMDMOutput(CustomerIncObjectImpl0.java:119)
         ... 11 more
    the code to invoke the EJB is the next:
    ctx = new InitialContext();
    TestEJBLocalHome home = (TestEJBLocalHome) ctx.lookup("sap.com/TestEJB_ear/TestEJBBean");
                   TestEJB servicio=(TestEJB)home.create();
    the EJB are in the same server , please help,
    regards

    Hi Siarhei,
    thank's for your answers , i'll explain the scenario , i think i copied wrong the code that i have ,
    i have two EAR's applications , i want to call one EJB from the other EJB in other EAR , the call have to be remote , my code is the next :
    ctx = new InitialContext();
    Object obj = ctx.lookup("sap.com/TestEJB_ear/TestEJBBean");  
    TestEJBHome home = (TestEJBHome) PortableRemoteObject.narrow(obj,TestEJBHome.class);
    TestEJB servicio= home.create();
    i've confugured the ejb-xml.jar adding
    <ejb-ref>
    <ejb-ref-name>ejb/TestEJBBean</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.innovativesystems.onl.TestEJBHome</home>
    <remote>com.innovativesystems.onl.TestEJB</remote>
    </ejb-ref>
    I've configured the  ejb-j2ee-jar.xml adding
    <ejb-ref>
    <ejb-ref-name>ejb/TestEJBBean</ejb-ref-name>
    <jndi-name>sap.com/TestEJB_ear/TestEJBBean</jndi-name>
    </ejb-ref>
    I've configured the application-j2ee-engine.xml adding a hard reference
    <reference
    reference-type="hard">
    <reference-target
    provider-name="sap.com"
    target-type="application">TestEJB_ear</reference-target>
    </reference>
    with all this configuration still send me the message java.lang.classcast ,
    something is missing????  ,
    regards

  • Calling EJBs from other EJBs in other J2EE Server?

    How can I call one EJB on one J2EE Server from other
    EJB on other J2EE Server?
    Help me, please.
    Dmitry Tumanov

    Basically call the beans as if you were calling them in the same server through their remote interfaces. Get a InitialContext into the other appserver and then get the home object, narrow it and create a remote reference. You can follow the standard implementation just make sure that the InitialContext you create has the right properties, ie. context factory, urls, etc to the OTHER appserver.

  • I can't find the tutorial on replacing a person with another image from a different photo.

    I got an email with a link to a video a long time ago that showed how to remove a person from a group photo and replace this person with an image of them from another photo.  It does not seem to be in the videos on my Phtotshop elements 9 list within the program.  Does anyone have a link to this video so I can save it and rewatch it?  Thanks

      Click on the link below and go to: Easily Create the Perfect Photo
    It’s designed for several people but it should work with just one person in the shot. After viewing the tutorial open both images in Full Edit and go to:
    File >> New >> Photomerge Group Shot
    http://www.adobe.com/products/photoshop-premiere-elements/features.edu.html?promoid=GYSZM

  • How should we communication with Adobe Anywhere from within a panel?

    We are adding a panel to Premiere to help automate the workflows that use Anywhere.  We have found the API that lets us get the Session, Sequence an Selected Item URLs.  However, when we load these using jQuery's Ajax object, we are are getting a 403 to our OPTIONS request because it seems to default to trying to use CORS because we added the Cookie header.  We are able to do load the URLs on a Mac using the same panel with no problem.  The question is should we be able to make Cross Domain requests from the panel, or will we run into the same issues with as with the browsers?  We have a web application that is also making requests, but we are able to get aroudn the cross domain issues be using a proxy in Apache, but since the panel is hosted inside Premiere, I don't know were we would set that up.  Maybe there is a better way to communicate with the anywhere server, otherwise we may need to create our our CORS compliant service to send calls through.
    Thanks.

    Hi,
    I sent you my email address via private message.
    Just to reiterate... unlike browsers, CORS is supported and enabled by CEP in HTML5 extensions. You should just use normal JS functions, there is nothing CEP specific you need to do.
    In light of that, you may have spotted a bug. Please send me the extension so I can take a look.
    Best regards,
    Hallgrimur

  • Communication with Siebel adapter from AE

    Hi,
    I imported the siebel adapter to Soa 11g and using the Application Explorer(AE).
    Now I would like to add a task to siebel adapter in design time of AE.
    But it is asking the gateway server, siebel server fields..
    So what could be the values for those fields.. and also where this siebel starts running? whether in weblogic or from stand alone AE?
    May be Im wrong in my understanding.. please guide me the right path..
    --Marias                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    James,
    Could you be more clear.. What can be the default values for those fields..??
    --Marias                                                                                                                                                                                                       

Maybe you are looking for

  • I can no longer login to my Macbook Pro.

    Hello everybody, I am the owner of a Macbook Pro (bought it in 2010) with the newest Maverick software. There was an new update to be done (I don't really know which one), which went without problems. Afterwards I wanted to open mail, but I got a not

  • Unified Job Monitoring -Share your experiences with SAP Solution Manager 7.1

    Dear Forum members, I woudl like to introduce myself as Raghav, S. I am in the development team responsible for building the unified job monitoring workcenter starting 7.1 SP10 (onwards). Please post your feedback, current status wrt to setup, commmo

  • MW - 2nd upgrade project configuration

    Hi. I am starting my 2nd MW upgrade from 11.5.10.2 to R12 using a different instance than I used for the 1st upgrade. I am defining the 2nd customer and/or project and am trying to figure out the best way to do this. The 2nd upgrade has a completely

  • Changing length of SLUGS and TITLES

    I want my title and slug to appear over the whole video. How to do this? Right now i am copy and pasting but i am sure there's a better way.....

  • How to make second phase release when project released?

    Hi all,            I'm new to cproject. My issue is second phase (does not has tasks) can not be release when project is released and however first phase which under project directly able to release. Do you have any idea on what cause this problem an