Upload file via document Manager in taskflow: error the file does not exist

Hi,
I have a page that include document manager. I am able to upload file to UCM server via one user signon. Then I created a new user in UCM. With this new user, whenever I try to upload a file, the file name that I entered keeps getting blanked out when I click 'Upload'. The I will get an error that
'Error: A value is required:
The file you are trying to upload does not exist or is empty
Select a non-empty file and retry.
Enter a file name and location'
Do you have any idea what I missed for setting up this new user?
Thanks,
Charunee

Found that I need to assigned role in WLS to that new user also.
After that, this issue is resolved.

Similar Messages

  • Error: The user does not exist or is not unique - when setting permission programmatically

    Hi,
    I am custom Sequential workflow in which I am breaking the permission and setting permission to list item.
    I have used the below code for setting Permission:
    SPRoleDefinition oSPRoleDefinition = oSPWeb.RoleDefinitions["RoleName"];
    //Grant permission to Manager
    SPRoleAssignment oSPRoleAssignmentManager = new SPRoleAssignment(strManagerLanID, strManagerEmail, "", "");
    oSPRoleAssignmentManager.RoleDefinitionBindings.Add(oSPRoleDefinition);
    CurrentListItem.RoleAssignments.Add(oSPRoleAssignmentManager);
    I am getting the error as :
    Error: The user does not exist or is not unique.
    How to fix this?
    Thanks

    I think you misunderstood the solution proposed by frederic, what he is suggesting is that the error doesn't come from your code but from the user account
    have you tried with another account ? (maybe the one you are using to log to your environment)
    With this information, it will help us to know if the problem comes from your code or from the user account
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Tutorial - Create a blog reader Store app (C++) - Error:The name does not exist in the namespace!

    I'm trying to create my first store app based on msdn's sample.
    Link to the sample:
    https://msdn.microsoft.com/pl-PL/library/windows/apps/hh465045.aspx
    I have problem doing last step (number 3) of part 3.
    In code below in file App.xaml the compiler get the error "The name 'FeedDataSource' does not exist in the namespace 'using:SimpleBlogReader'"
    <Application
    x:Class="SimpleBlogReader.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:SimpleBlogReader">
    <Application.Resources>
    <local:FeedDataSource x:Key="feedDataSource"/>
    </Application.Resources>
    </Application>
    In the file App.xaml.h I added line #include "FeedData.h", and FeedData.h  looks like:
    //feeddata.h
    #pragma once
    #include "pch.h"
    namespace SimpleBlogReader
    namespace WFC = Windows::Foundation::Collections;
    namespace WF = Windows::Foundation;
    namespace WUIXD = Windows::UI::Xaml::Documents;
    namespace WWS = Windows::Web::Syndication;
    /// <summary>
    /// A FeedDataSource represents a collection of FeedData objects
    /// and provides the methods to retrieve the stores URLs and download
    /// the source data from which FeedData and FeedItem objects are constructed.
    /// This class is instantiated at startup by this declaration in the
    /// ResourceDictionary in app.xaml: <local:FeedDataSource x:Key="feedDataSource" />
    /// </summary>
    [Windows::UI::Xaml::Data::Bindable]
    public ref class FeedDataSource sealed
    private:
    Platform::Collections::Vector<FeedData^>^ m_feeds;
    FeedData^ GetFeedData(Platform::String^ feedUri, WWS::SyndicationFeed^ feed);
    void DeleteBadFeedHandler(Windows::UI::Popups::UICommand^ command);
    public:
    FeedDataSource();
    property Windows::Foundation::Collections::IObservableVector<FeedData^>^ Feeds
    Windows::Foundation::Collections::IObservableVector<FeedData^>^ get()
    return this->m_feeds;
    property Platform::String^ CurrentFeedUri;
    void InitDataSource();
    void RetrieveFeedAndInitData(Platform::String^ url, WWS::SyndicationClient^ client);
    How to solve this problem?

    You're testing this too early. You haven't yet finished writing code that your current code depends on. Feeddata.cpp won't build, so you can't use the data object that hasn't yet been created.
    In particular, feeddata.cpp doesn't build since it has many references to items which get added in later steps.
    For example, TextHelper is added in part 5 and App::RemoveFeed is added in part 10.
    You'll need to either wait until you've implemented those before you test or comment out the calls to the unimplemented features until they're done. TextHelper looks like it adds quite a bit and you're almost there, but you can probably get away with commenting
    out the calls to RemoveFeed and GetTitlesFromUri for now.

  • Getting an error "the Application does not exist"  in FR

    user got the message to shows there is a searching error: the application doesn’t exist member
    in HFM while pulling FR report

    Hi Folks,
                  I am still noty able to get to create a customer.Following fields is being sent:
      <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:BAPI_CUSTOMER_CREATEFROMDATA1 xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    <PI_COPYREFERENCE>
      <SALESORG></SALESORG>
      <DISTR_CHAN></DISTR_CHAN>
      <DIVISION></DIVISION>
      <REF_CUSTMR></REF_CUSTMR>
      </PI_COPYREFERENCE>
    <PI_PERSONALDATA>
      <TITLE_P></TITLE_P>
      <FIRSTNAME></FIRSTNAME>
      <LASTNAME></LASTNAME>
      <MIDDLENAME></MIDDLENAME>
      <SECONDNAME></SECONDNAME>
      <CITY></CITY>
      <DISTRICT></DISTRICT>
      <POSTL_COD1></POSTL_COD1>
      <POSTL_COD2></POSTL_COD2>
      <PO_BOX></PO_BOX>
      <PO_BOX_CIT></PO_BOX_CIT>
      <STREET></STREET>
      <HOUSE_NO></HOUSE_NO>
      <BUILDING></BUILDING>
      <FLOOR></FLOOR>
      <ROOM_NO></ROOM_NO>
      <COUNTRY></COUNTRY>
      <COUNTRYISO></COUNTRYISO>
      <REGION></REGION>
      <TEL1_NUMBR></TEL1_NUMBR>
      <TEL1_EXT></TEL1_EXT>
      <FAX_NUMBER></FAX_NUMBER>
      <FAX_EXTENS></FAX_EXTENS>
      <E_MAIL></E_MAIL>
      <LANGU_P></LANGU_P>
      <CURRENCY></CURRENCY>
      <ONLY_CHANGE_COMADDRESS></ONLY_CHANGE_COMADDRESS>
      </PI_PERSONALDATA>
      </ns0:BAPI_CUSTOMER_CREATEFROMDATA1>
    I have done the following:
    (1) Previously I was using a DIALOG user in the usid/pwd section of the receiver RFC adaptor,now I have created a communication user.
    (2) The data present in the above instance is being successfully inserted when testing thru the test tool in SAP 6 backend
    Do I have to do anything additonal?
    Regards,
    Premjit

  • Error: the publication does not exist

    I had a publication that I removed from the Local Publications folder but it still shows up in Replication Monitor (with a red 'X'). No jobs exist related to this publication either.
    Everything is working ok, but I can't get rid of this from the Replication monitor.
    Any help would be appreciated.
    Thanks.

    Resurrecting this old thread. In SQL Server 208 R2, I had the same replication Monitor error. So I ran:
    EXEC sp_replmonitorhelppublication  'MyPublisher', 'MyFormerlyPublishedDb'
    For me the above EXEC returned one row, with a NULL publication_id, but with a snapshot_agentname value that still existed in sysjobs.  A SELECT of distribution..MSSnapshot_agents returned no relevant rows, while a SELECT of distribution..MSSnapshot_history
    returned many rows for the snapshot agent's agent_id.
    Due to replication's long history of abysmally inadequate documentation, I had to use sp_helptext to discover that it appears I would need to run the undocumented:
    EXEC sp_MSdrop_snapshot_agent 'MyPublisher','MyPublicationDatabase','MyPublicationName'
    With trepidation I ran this EXEC, and it removed replication monitor's 'Boy who cried "Wolf!"' error.
    Caveat emptor.

  • BAPI_GOODSMVT_CREATE Error - The material does not exist or is not activatd

    Scenario is to make a Goods Receipt on a material which is being imported from external sources.
    There is a purchase order created for this already in SAP.
    From MII we are using standard BAPI - BAPI_GOODSMVT_CREATE and passing the fields below:
    GM_Code - 01 since it is a goods receipt
    Psting_date - current date
    Material - material code given by SAP
    Plant - Plant code on which GR takes place.
    Move_type - 101 because it is a GR
    Entry_Qnt - 1
    PO_number - Purchase order which is created in SAP
    When I pass these details to the standard BAPI I get a return message - " The material 10xxxxxxxx does not exist or is not activated"
    Not sure where I am going wrong.
    Any help is highly appreciated.

    Thanks for your reply Vinod...
    Well.. I am calling this BAPI from Netweaver MII and I just see the request and response tags to which I pass the required values to BAPI request fields.
    I am not sure how to call this FM which you are refering to, can you please elobrate a bit or is there any guide I am refer to?

  • MIGO Goods Receipt error- The customer does not exist in KNA1

    Hello all MM Gurus!!!
    I am a SD consultant trying to wear other caps as well. Basically, I was trying to do a GR, using MIGO with ref to a PO ( of type NB, the standard one).
    After selecting all the line items ( OK ) by confirming the details populated from the PO, I did a Check and when it said everything is OK I tried to Post the GR.
    Then it says " The Customer does not exist in KNA1". It does not say which one.
    Can any one help me out?.
    Thanks in advance.
    JDoe

    Manish,
    Thanks for your reply.
    >
    Manish Kumar Agarwal wrote:
    > Please give the complete details of PO.
    > What is the account assignment category in to po and the PO is for external procurement or internal and what is the item category u r using in PO.
    The account assignment category is M and in the PO, the Item category field is not maintained, which in turn means "Standard".

  • "the path does not exist" error opening shared adobe files on XP machine

    We recently upgraded a mac mini from Tiger (10.4.11) to Leopard (10.5.X) we updated to the most recent 10.5.
    We have an office with 3 macs and 1 XP.
    All users connect to the Mac Mini via SMB sharing.
    Everyone Authenticates as the same admin user.
    *The XP machine can open and save all file types EXCEPT Adobe Photoshop and Illustrator files.*
    They are using CS3.
    The mac and XP users could open save and share all files prior to the leopard update.
    We used the "Archive and Install" option to upgrade to leopard.
    The shared files had the "unknown Group" error which we solved by adding them to the ADMIN group. This step changed the error message the the XP user was receiving.
    I have tried many networking fixes, including group policy on windows, turning off IPv6 on the Mini, but we cannot open or save files directly from Illustrator.
    When the file
    We can move files to the XP desktop then open and save. Files saved on the XP machine can be moved back to the mini and opened directly by all of the Mac users.
    Any guesses why this might be occurring?

    There are actually two separate error messages received by the windows user when trying to open files off of the Mini.
    "the path does not exist" and "this file cannot be found".
    This happens when we navigate directly to the file with windows explorer.

  • Uploading AIR for IOS thru Application Loader I get the following error - The package does not contain an Info.plist.

    I'm publishing an .fla in AIR for IOS.
    I'm in CC 2014 so first I need to know which AIR should I publish in?
    newest is AIR 14.0.0.178 for IOS
    IOS deployment type is App Store
    publishes with no error.
    I see the following files included .swf and app.xml
    I convert the .ipa to a zip file
    Upload that thru the Application Loader I get the following error
    The package does not contain an Info.plist.
    Where is the infoplist for this and do I convert the .ipa and the info to a zip file?
    I converted the .ipa to a .zip and the intoplist file is NOT THERE  how do I generate this?
    Any help here?

    Ok this is becoming very very frustrating as I have been at this for hours now. So the only way to explain this is to write what I did step by step as I have to be doing something wrong, just to recap:
    I was publishing from Flash CC 2014 using AIR 14.0 and getting Digital Certificate is not valid message.
    Was instructed to download new AIR 17 , I did this installed into Flash and used to publish.
    I used my previous p12, app ID and distribution certificates all generated properly.
    The file worked ONCE but I got an app ID error ( I understood I used the wrong app ID)
    I changed it to the right app ID and the very next time and after 10 attempts I got the same error  Digital Certificate is not valid
    SO I then downloaded AIR 16.0
    RE DID ALL MY CERTIFICATES AND P12'S
    went to publish and I STILL GET THE SAME MESSAGE   Digital Certificate is not valid

  • Web upload error message:  the resource does not exist

    Hi - I am trying to build a few Flash-based web galleries from within LR using selections of images made as 'Quick collections'.
    I have entered my FTP settings and saved as a selection - including testing that LR can get access to this by selecting the browse button next to the server path.
    When I hit upload, I see the following progress detailed in the progress pane and then an error dialog:
    - checking FTP connection settings
    - exporting image bin
    - building web photo gallery
    'An error occured sending the file : the resource does not exist'
    Any ideas?
    Many thanks,
    Simon

    Hi - I am trying to build a few Flash-based web galleries from within LR using selections of images made as 'Quick collections'.
    I have entered my FTP settings and saved as a selection - including testing that LR can get access to this by selecting the browse button next to the server path.
    When I hit upload, I see the following progress detailed in the progress pane and then an error dialog:
    - checking FTP connection settings
    - exporting image bin
    - building web photo gallery
    'An error occured sending the file : the resource does not exist'
    Any ideas?
    Many thanks,
    Simon

  • Error Message : Object does not exist (status management)

    Hi Gurus,
    I am working on tcode IW52(Change Notifications). and using badi's for validations at different points.
    1. Order level,
    2. Notification,
    3. Task level validations.
    In the task level validations, I have an requirement that if certain condition is met, than user should not be able to delete the task. I have no problem doing that, I am able to restrict it.
    Now the issue is :
    Say you have 6 tasks, and condition is met for the 5th task and I try to delete it. then the error message "can not delete task" is getting triggered from the badi.
    and after this error message if you try to do any functionality on the 6th task, I am experiencing error message "Object does not exist (status management)".
    Is anyone aware of this error message, any suggestions are highly appreciated.
    Thanks in advance.
    Shrikant
    Edited by: Alvaro Tejada Galindo on Mar 17, 2008 1:56 PM

    Hi ,
    You have posted this question long back that is one and half year back nearly.
    You got an error message in IW52 stating Object does not exist ( status management ).
    Now iam also facing the same problem in iw22 transaction. Can you say me how you solved if you remember.

  • Error: Path ID does not exist. (WWC-50001)

    when i try upload a binary file via table based portal-form then i get the
    Error: Path ID does not exist. (WWC-50001)
    The problem is: It was working for three times and then never.
    tips in this direction was be very helpfull.
    Thanks
    Mehmet Celikaslan
    null

    Thomas,
    This is bug # 1689009, it is fixed in 3.0.9 release. The only workaround I have is to edit the generated form package and manually remove/comment all calls to wwdoc_api.remove_document in upload_XXX procedures.
    Thanks,
    Dmitry

  • Error; DeveloperContent.zip does not exist

    I have installing PDK 6.0 SP14 and I've a error "DeveloperContent.zip does not exist, or file is empty" when upload file DeveloperContent.zip
    I wait for his commentaries.
    Thank you.
    Hugo Venegas.

    Hi,
    I want import the ICE transport "DeveloperContent.zip" from Portal: "Content Management" --> "Content Exchange" --> Package Upload.
    The file is avaible and have 18,759 KB but gives me the message: "DeveloperContent.zip not found or file is empty".
    I have put to all the users of the portal the following roles:
    - super_admin_role
    - ContentManager
    - com.sap.pct.pdk.JavaDeveloper
    - com.sap.pct.pdk.navigationconnectortestrole
    - Administrator
    But the problem is the same.
    I wait for his recommendations.
    Thank you.
    Hugo.

  • Error: Selected disk does not exist (21) Module-SRE-700

    Already tried everything that the recovery cisco commands, anyone have idea how to solve the problem of the print shown in print?
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    ServicesEngine boot-loader> install_key waas-accelerator-4.4.5c.4-k9.bin     
    Keyfile Size 202814577 over limit 32768 will not burn into flash
    ServicesEngine boot-loader> verify                                            
    Loading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    Unrecognized command
    ServicesEngine boot-loader>                                                   
    #service-module sm 1/0 session
    Trying 172.20.245.1, 2067 ... Open
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Trying to reset Service Module SM1/0.
    May  7 11:27:33.055: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_ERRQ to SERVICE_MODULE_STATE_SHDN
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Detect and Initialize network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Finding (hd1,3)/296e03bc-3236-4a68-a178-688e56400a1e, failed
    Local install not supported
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait ................... done.
    May  7 11:29:03.331: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration RequestLoading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    þ
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Detect and Initialize network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Finding (hd1,3)/296e03bc-3236-4a68-a178-688e56400a1e, failed
    Local install not supported
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait ................... done.
    May  7 11:30:31.339: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration RequestLoading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    ú
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  

    Hi,
    Opened a tac and managed to get the resolution of the problem. For those with the same problem reported by me above just follow the procedure below:
    1. uninstall existing SRE-V software
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1055364
    2. run sm-hw-util to set sata mode to IDE
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1091438
    3. configure a static, 32bit route to point the service module IP address to the SM slot/0 interface
    ip route 255.255.255.255 SM slot/0
    4. install WAAS:
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v421/module/installation/guide/wssmcfg.html#wp47040
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1091438

  • Error ACLContainer: 65315 does NOT EXIST in  the Object Cache for parentID:

    Expert,
    I did the following steps to upgrade the OWB repository from 10g to 11g
    • Created a dummy workspace in the 11.2 repository
    • Created users in the destination environment
    • Run Repository Assistant against the 11.1 source database
    • Then selected *“Export entire repository to a file”* and selected the MDL(10g) to import
    After 99% of completing I have got the below error
    Error ACLContainer: 65315 does NOT EXIST in  the Object Cache for parentID: 65314
    Please let me know the solution.
    Thanks,
    Balaa...

    Hi I had the same error and worked on it for almost a week with no success but there is few work around for this try it it might work for you.
    Step 1>Run a health check on OWB 10.2 enviroment(make sure you clone your OWB 10.2 enviroment and then do this healthcheck ,these checks are tricky )
    refer
    Note 559542.1 Health Check of the Oracle Warehouse Builder 10.2 Metadata Repository
    This will give you info about your missing ACL
    Step 2> download these two scripts fixLostACLContainer.sql ,fixAllACLContainers.sql
    please refer :
    Note 559542.1 Health Check of the Oracle Warehouse Builder 10.2 Metadata Repository
    OWB 10.2 - Internal ERROR: Can not find the ACL container for object (Doc ID 460411.1)
    Note 754763.1 Repository Cleanup Script for OWB 10.2 and OWB 11.1
    Note 460411.1 Opening Map Returns Cannot find ACL Containter for Object
    Note 1165068.1 Internal Error: Can Not Find The ACL Containter For for object:CMPPhysical Object
    It might resolve this ACL issue but it did not work for me.
    If none of these work then
    Perform export from design center of OWB 10.2 and import through design center of OWB 11.2.(ONLY OPTION)
    It worked for me.
    Varun

Maybe you are looking for

  • CloudConfigurationManager does not exist

    Hello I am new to Windows Azure. I am trying to get started with blob storage by using the instructions available on Azure official website with the title "How to use the Windows Azure Blob Storage Service in .NET" When I add this code CloudStorageAc

  • ME21N CREATE A PO BY COPY

    Dear Experts, We have updated all our suppliers with new term of payment CP71. Now when our user create a PO in ME21N by copying a previous PO they get CP01 (old term of payment) copied in the PO header. This is source of error. Is there any possibil

  • MaxDB and virtualization

    Hi, I would like to know if the community releases of MaxDB can run in a VMware Windows guest. I had access to SAP Note 1142243 that mention that this is the case as of version 7.6.04.07. I don't quite understand the hierarchy of MaxDB releases, but

  • Adding Android Licensing with Flash Professional and AIR 3.0

    I have done the overlay AIR 3 stuff, but I still can't find an answer on how to get Android Licensing Service implemented after days and days of searching. It is pretty poitless to package a paid Android app without the licensing check as it would ju

  • 2.0 Mail Problem

    I click on register other email for my hotmail account and after I put in my details it comes up with a second screen with the headings: Incoming mail server Host name User name Password Outgoing mail server Host name User name Password Does any one