When Deploy the Application SDM Password not asking

Hi Friends,
I have to instaled NWDS 7.0 S/w in my System and Java (jdk1.5.0_16).
Now i want to Create One Small Application in NWDS.
Then i deployed that Application
in the Deployee output View tab
            Created a temport copy:Test.ear[more]
            Start deployee [more]
Here SDM Password not Asking.i saw in log file in Worksapce (.metadata folder).The Error will display when deploy the application.
that Application is not deploy in portal server
what is problem.how solve this problem.
!ENTRY org.eclipse.ui 4 4 Dec 29, 2009 11:46:16.562
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Dec 29, 2009 11:46:16.562
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
     at org.eclipse.swt.SWT.error(SWT.java:2330)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
!ENTRY org.eclipse.ui 4 4 Dec 29, 2009 11:46:16.562
!MESSAGE
Stack trace of contained exception ***
!ENTRY org.eclipse.ui 4 0 Dec 29, 2009 11:46:16.562
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
     at com.sap.ide.eclipse.j2ee.engine.util.ProcessNode.getHostAddress(ProcessNode.java:114)
     at com.sap.ide.eclipse.j2ee.engine.util.ProcessNode.getHost(ProcessNode.java:103)
     at com.sap.ide.eclipse.j2ee.engine.EnginePlugin.getHttpHost(EnginePlugin.java:169)
     at com.sap.ide.webdynpro.archivebuilder.ActionTestApplication.getApplicationUrl(ActionTestApplication.java:150)
     at com.sap.ide.webdynpro.archivebuilder.ActionTestApplication.access$100(ActionTestApplication.java:27)
     at com.sap.ide.webdynpro.archivebuilder.ActionTestApplication$TestRunnable.run(ActionTestApplication.java:272)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

Hi
- Install JDK 1.4.
- Launch NWDS with the JDK. For example, you can provide the following command line argument for this:
"D:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe" -vm "D:\j2sdk1.4.2_10\bin\javaw.exe"
BR, Siarhei

Similar Messages

  • With version 5.0.1 bookmarks are automatically updated when launching the application, which was not the case in the previous versions. Is it possible to avoid that ?

    I prefered the previous versions when the bookmarks did not update automatically when launching Firefox

    _VZ_ wrote:
    So the question is whether I can somehow coax the linker to give an error
    when these symbols are used?I guess you can - with a bit of a hack. You an probably use a map file telling linker to use only version SUNW_1.4.1 (or whatever version your client machines' have). This way you'll get errors about missing definitions up front:
    $ cat mapfile
    libCstd.so - SUNW_1.1.1 $ADDVERS=SUNW_1.1.1;
    $ CC -M mapfile  a.cc
    Undefined                       first referenced
    symbol                             in file
    std::string::~basic_string() a.o  (symbol belongs to unavailable version /export/opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    std::basic_ostream<__type_0,__type_1>&std::operator<<<char,std::char_traits<char>,std::allocator<char> >(std::basic_ostream<__type_0,__type_1>&,const std::basic_string<__type_0,__type_1,__type_2>&) a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    void std::string::__unLink() a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    ld: fatal: Symbol referencing errors. No output written to a.outSee Linker and Libraries Guide, section "Binding to Additional Version Definitions" (http://docs.sun.com/app/docs/doc/819-0690/chapter5-81344?l=en&a=view) for explanation and an example.

  • Getting Error when deploying the WD application

    hi all,
    Anybody have idea about , what is the reason for the following error. Till now it is working properly. suddenly it is giving the following error when deploying the application.
    2.4.2007 13:17:36 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : eimkopdvs4
    SDM port : 50118
    URL to deploy : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Aborted: development component 'TestWebDynproProj'/'local'/'LOKAL'/'0.2007.04.02.13.17.28'/'0':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [EIMKOPDVS4] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:167)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
         at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
         at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
         ... 37 more
    Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/10.4.71.36,port=50104,localport=3057]
         at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)
         ... 1 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

    Hi,
    Check if the server is running. If so, try restarting it and then retry.

  • When deploying the webdynpro java application , showing error message

    Hi Masters,
    when deploying the webdynpro java application , showing error message. Please reply why this problem showing and what is the solution
    But Iogin to sdm tool ( remote gui .sh) with same password, which password  i am using for deploy the webdynpro java application.here in sdm tool i am able to login. and i restart the sdm , and again trying to deploy the same problem it showing.
    URL to deploy : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Aborted: development component 'sales'/'rupa.com'/'LOKAL'/'0.2010.02.13.14.32.39':Caught exception during application deployment from SAP J2EE Engine's deploy API:com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [devsap] with user name: [J2EE_ADMIN]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: No login module succeeded.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
    Deployment exception : The deployment of at least one item aborted
    Edited by: sujana mullapudi on Feb 13, 2010 2:52 PM

    Hi Sujana,
    For deploying Web Dynpro for Java application, J2EE_admin correct password must be stored in the scured area of config tool.
    Your error show that J2EE_admin information is not correct.
    So, Please ask your basis team to update new J2EE_ADMIN password or you can do it in scured area of config tool.
    Hope this will helps you.
    Thanks
    Arun Jaiswal

  • Print program is not getting triggered when saving the application

    Hi all,
    My requirement is when i save the invoice using VF01 the print program should get triggered.
    The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.
    The setting "send immediately (when saving application)" is also checked.
    I need to configure it for VF01 transaction.
    The error message displayed was " please maintain output device in master data".
    Regards,
    Umesh

    Hi Umesh
    Please check if you have missed any of the following:
    1. Defining Access Sequence(can use existing).
    2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.
    3. Output Determination Procedure
    4. Assign Output Procedure to Billing Types
    Kind Regards
    Eswar

  • The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes

    The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes.

    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • Whenever I open the editor in Photoshop Elements 12 it does not work. When I try to click open in the application it does not do anything. None of the buttons work. When I open a photo using file at the top it opens but I cannot edit it or use any of the

    Whenever I open the editor in Photoshop Elements 12 it does not work. When I try to click open in the application it does not do anything. None of the buttons work. When I open a photo using file at the top it opens but I cannot edit it or use any of the features on the left side.

    Hi Nealeh
    Thanks i think I got it working of a fashion.
    Except the replace colour, does not seem to end up with the colour I picked using the picker tool. Its as though it hads not replaced the colour but blended in the desired colour with the old incorrect colour!
    Buy trial and error picking not the right colour but close - which when mixed with the existing colour is close.
    Sorry I can't post the pictures as the Lingerie Mfg, has me under non disclosure.
    The scenario is:-  say a blonded mainly tanned model a high cut [at the hips] corsette style basque, with an ultra low bra line.
    Our dear model, has just come back from St Barts with a fabulous Tan, and equally striking bold Tan lines!.
    So we have great tanned legs, then the 'porcelain white band' where her swimsuit was.
    Likewise we have a tanned face, and arms, shoulders etc and a great tan on the top of the cleavage, then it stops, white band to the top of the ultralow cut bra line of the basque.
    She must have lived in like the most conservative bikini on the planet [50's style], for 2 weeks!
    Had she had a normal skimpy bikini on, no problem!
    If i don't solve it, she will get fired!
    Not a lack of interest in your post, but I was out, and tried to log in to this site; which I could do, on my iPad Air / 5 [whatever its the new one]. And tried to 'sign in' - but it just hung at the
    "Join Adobe Community" adobe sign in splash screen! with he little whell spinning around continuously!!!
    I have Safari on this iPad. Guess that is all it runs.
    So technology is not my friend today!

  • I have a problem with buying apps in itunes Store. When you purchase the application fails payment. Asked to update the map. I have 2 credit cards with a positive balance. In what could be the reason?

    I have a problem with buying apps in itunes Store.
    When you purchase the application fails payment.
    Asked to update the map.
    I have 2 credit cards with a positive balance.
    In what could be the reason?

    contact itunes support

  • Error when deploy the Planning SampAp application view

    When deploying, the job console shows:
    Started Time : 2008年3月4日 13:23:49
    Submitted Time : 2008年3月4日 13:23:49
    Last Updated Time : 2008年3月4日 13:23:52
    User Name : admin
    Process Name :
    Thread : 0
    Server : DimServer
    Detail : Initiating Product Action...
    Inspecting Deployment History...
    Generating Headers and Callback Information...
    Generating Application Data...
    Preparing Product Request...
    Posting Product Request...
    Product Response:200...
    Waiting For Status Updates...
    and it was stocked at 9%. After a while, the job console showed:
    Started Time : 2008年3月4日 11:41:34
    Submitted Time : 2008年3月4日 11:41:34
    Last Updated Time : 2008年3月4日 11:46:45
    User Name : admin
    Process Name :
    Thread : 0
    Server : DimServer
    Detail : App Creation failed with Exceptioncom.hyperion.planning.HspRuntimeException: Unable to locate dimension information to load. Dimension: Currency     at com.hyperion.planning.HspDimensionLoader.parseModelForPlanningDimen(Unknown Source)     at com.hyperion.planning.HspDimensionLoader.parseModelForPlanningDimen(Unknown Source)     at com.hyperion.planning.HspDimensionLoader.parse(Unknown Source)     at com.hyperion.planning.HspDimensionLoader.load(Unknown Source)     at com.hyperion.planning.HspDimensionLoader.load(Unknown Source)     at com.hyperion.planning.utils.HspApplicationCreator.loadOutline(Unknown Source)     at com.hyperion.planning.utils.HspApplicationCreator.load(Unknown Source)     at com.hyperion.planning.utils.HspApplicationCreator.createApplication(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition.deployAppFromXML(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition.access$000(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition$1.run(Unknown Source)
    I've created a new datasource for this app, but still faced the same problem.
    PS: I also found some error when validate the SampAp application view, so I've changed it a little. I don't know if the application view design may cause this problem. Thanks for your reply.

    Hi,
    From another post which I think relates to same sort of issue the solution was :-
    On your server > Change your "Standards and formats" into English(United States) in "Regional and Language Options".
    This was due to the currency format being in chinese.
    Cheers
    John

  • How to install new font file in the device when deploying J2ME application?

    i would like to know how to install the new font file in the device when deploying J2ME application, side-by-side.
    Is that possible to seamlessly install the new font file with the application .jar package.
    thnx.

    No, there is no way of installing new fonts.

  • ı have installed an application about lock system but the application isnt about lock systm this is an code reader. when ı see the application's pictures this is an lock application but content not same. I have got laid...what shoul I do?

    I have installed an application about lock system but the application isnt about lock system this is an code reader. When ı see the application's pictures this is an lock application but content not same. I have got laid...what should I do?

    semihtinas wrote:
    Please make something these fraudsters
    You're not addressing Apple here. This is a user to user technical support forum. You can submit feedback to Apple here:
    http://www.apple.com/feedback
    Other contact information can be found using the Contact Us link at the bottom right of every page.

  • When I try to open my AI CS6 "missing required plugins" and "PDF Format.aip" comes up I click ok and the application stops. Not opening What can I do?

    When I try to open my AI CS6 "missing required plugins" and "PDF Format.aip" comes up I click ok and the application stops. Not opening What can I do?

    Matilda,
    You may need to reinstall, using the full three step way:
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • After the trial period I bought when starting an application, but does not advance. As I can activate it?

    After the trial period I bought when starting an application, but does not advance. As I can activate it?

    Hi,
    Do you get any error while activating Muse, or could you please provide some more details.

  • Error message: "The application "Numbers" is not open anymore." when trying to open or force quit.

    MacBook Pro  (15-inch, Late 2008) OS 10.10.1
    iWork ‘08
    Numbers 1.0.1
    Error message: "The application "Numbers" is not open anymore."
    I've tried to delete iWork & reload it, but still get the same message and can't open numbers. I've run disc utility (verify & repair disc and permissions).

    Jane,
    iWork '09 is $19 on Amazon. I would jump on that option. You won't miss iWork'08.
    Jerry

  • When trying to open a jpeg file I get a message saying the application preview is not open anymore

    In trying to open jpegs to examine, I now receive a message stating "The application preview is not open anymore". I can't see  my images. Whats the problem here. This is a brand new 27inch iMac.

    IMHO the free apps are a band aid fix. If the OP uses Office on a regular basis he will need to upgrade anyway. Personally I have used neooffice and found it substandard however that was just my take. I haven't tried Google's solution.
    We both forgot to mention the OP could also use Pages and Numbers to open their Word and Excel files. If he uses Entourage then Mail and iCal would be viable substitutes.

Maybe you are looking for

  • Output HTML to proper page

    I call a servlet from a second window(thirdWin) that was created/opened by the first window(window) in HTML. The servlet writes out HTML to the browser using the following code(note HTML$ is a java class that contains methods of HTML code lines): Pri

  • Not allow subtopics Exception

    Hi, I'm receiving an Exception while sending a message to a specific subtopic with blazeds. "msg.setHeader(AsyncMessage.SUBTOPIC_HEADER_NAME, "mySubtopic");" gives the following exception and I have search on this exception and cannot find a solution

  • Can't receive any results from TaskManager

    I can't receive message from TaskManager when initiate new task. There is always time out. From BPEL Console I've got only this message: "Your test request generated the following exception/fault: java.rmi.RemoteException: No Exception - originate fr

  • How to publish iWeb online but not through iCloud but someone else?

    How to publish iWeb online but not through iCloud but someone else? Mybe Google or woodpress,  Or publish iWeb online with iCloud WITHOUT upgrading Lion?

  • PO OUTPUT CONFIGURATION

    Hi, Plz. send the complete message output configuration steps for PO. Rgds, Navin