Authentication in Visual Administrator tool

Hi all,
i want to check a scenario where user sending a mail from the mail client goes to PCK and from PCK to XI and XI to another application , so for this i need to check the user who is sending mail should first get authenticated and then only his mail should reached to other end . where can i do this authentication process? is this available in Visual Administrator tool where i can create valid users and can have those users authorization for sending a mail to the other end ? can any one help me regarding this issue
thanks

HI,
In Connection Parameters for Mail Server , we have the
Configure User Authentication
If user authentication is required, set the indicator and specify the following:
Simple
CRAM-MD5
Make the following entries:
Specify the user for accessing the server.
Enter the Password and a confirmation
http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm
The plain authentication and the CRAM-MD5 based authentication are supported(CRAM-MD5 support from SP11). The client certificate based authentication is not supported
Regards
Chilla

Similar Messages

  • Visual Administrator tool

    where can I download SAP J2EE Visual Administrator tool
    thank you

    Hi reza,
    Sidharth is right in his post that the Visual Administrator is not included in the Java EE 5 edition. And in fact, Visual Administrator will no longer be available in the next version of NetWeaver Application server. It is being replaced by a new, web-based administration tool for online administration of your <b>landscape</b>!
    The Java EE 5 Edition also contains this web-based tool with limited functionality.
    To use the new admin tool, you need to install it first by executing just a BAT file. Go to <Install_dir>\JP1\JC00\j2ee\NWAdmin directory and execute install.bat. Also, refer to the readme.txt. in the same directory for instructions how to start it.
    Another option for online administration of the preview would be the Telnet administrator where you execute shell commands.
    If you're more specific with what configuration tasks you need to perform, we might give you detailed steps of how you can do that with the admin tools available in the Java EE 5 Edition package.
    Hope that help!
    Message was edited by: Ivaylo Ivanov

  • Starting visual administrator tool remotely

    Hello guyz , how can we start Visual Admin tool remotely i.e. I had a server but i want to start it from my laptop. (Server and Laptop in the same network). Similarly can we start Config tool remotely

    Hi swapnil chitre,
    Can you send the document to my id <email address deleted by moderator>
    Regards,
    Vamshi.

  • User Authentication Failed via http BUT not with Visual Administrator !!?

    OS : Win 2k3 Server UK * DB : SQL Server 2005
    SAP Netweaver 2004s Application Java
    Hi All,
    Since a couple of days, I have a problem concerning authentication to the java apllication on a SAP Netweaver 2004s.
    Using the user ‘Administrator’, I CAN logon the Visual Administrator tool, with the same user I tried to logon via http://host:port/nwa without success.
    At the beginning, I was thinking about a problem of password then I enabled the emergency user SAP*, the problem was the same. Ok with Visual Administrator but not via http.
    Here is two logs found in folder : D:\usr\sap\SID\JC02\j2ee\cluster\server0\log\system\
         security.3.log
         <i>#1.5#001871E5EA3A00550000006D0000172800043B836D838427#1191335570983#/System/Security/Audit#sap.com/com.sap.security.core.admin#com.sap.security.core.util.SecurityAudit#Guest#0####5aac137070f411dcc513001871e5ea3a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.security.core.util.SecurityAudit#Plain###Guest     | LOGIN.ERROR     | null     |      | Login Method=[default], UserID=[Administrator], IP Address=[192.168.10.125], Reason=[Authentication did not succeed.]#</i>
         server.0.log
         <i>#1.5#001871E5EA3A0052000000130000172800043B835E3661D1#1191335314249#/System/Server/SLDService##com.sap.sldserv.SldServerFrame######c1a349a070f311dcaa68001871e5ea3a#SAPEngine_System_Thread[impl:5]_71##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###Failed to collect SLD data. Failed to send HTTP data: 401 : Unauthorized. Please check if the target SLD system is available and the SLD bridge is started there.#</i>
    &#61664; I tried to connect http://host:port/sld same problem User Authentication Failed
    <b>Do you have an idea for me? Why a user can connect via Visual Administrator and not via the http interface?</b>
    Thanks in advance
    Yves

    Hi,
    I found the solution this last week-end.
    This behavior let's thinking to a problem of authentication.
    But the problem was in SQL, an index was missing in table J2EE_CONFIG, called J2EE_CONFIG_I3
    Cheers
    Yves

  • Visual admin tool&configer tool

    whta is main difference of visual admin tool&configer tool

    Hi Raghava,
    This is a post by some gentleman, I tried figuring out the thread but could not succeed.
    VISUAL ADMINISTRATOR
    The J2EE Engine Visual Administrator is a graphical user interface (GUI) that enables administration of the whole cluster, all cluster elements, and all modules running on them. It provides remote monitoring and management of managers, services, libraries, and interfaces working on each element in a single GUI
    Visual Administrator includes functions for:
    a) Obtaining general information about a service, manager, interface, or library (for example, its name, group, and so on).
    b) Logging on to the J2EE Engine via the Visual Administrator tool
    c) Administrating and changing the properties either specific or common for each service or manager
    d) Configuring the global properties
    e) Runtime administration and control.
    Read out more about its features on VISUAL ADMINISTRATOR.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm
    CONFIG TOOL :-
    The Config Tool enables offline configuration of the J2EE Engine cluster elements. It is XML-based and allows exporting the system configuration for later use.
    When you run the J2EE Engine Config Tool via a GUI or text-only interface, it connects to the database and scans the server configuration. The information provided is passed to the corresponding interface that is used for configuration.
    Each change you can perform corresponds to a particular task in the Batch Config tool.
    All modifications made using the J2EE Engine Config Tool can be exported to an XML file for later use.
    two types:-
    a) GUI Config tool :- The J2EE Engine GUI Config Tool enables offline configuration of J2EE Engine cluster elements concerning serviceu2019s and manageru2019s properties, adding new server processes, changing Java parameters, exporting the system configuration to an XML file, and so on.
    After installing the SAP Web AS Java, a configtool directory is created, containing a configtool script file. Double clicking on this file starts the Config Tool.
    b) Text Only Config tool:- The text-only Config Tool enables you configuration of J2EE Engine cluster elements using a text-only based interface. It enables you to change the cluster element properties, JVM settings, add new elements, export the system configuration to an XML file, and so on.
    After installing SAP Web AS Java, a configtool directory is created under <SAP_install_dir>/<system_name>/<instance_name>/j2ee, containing a consoleconfig script file. Double clicking on this file starts the text-only Config Tool.
    Read more about config tool on CONFIG TOOL
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/e8/f48b33f9a3423c9e688dfa56330e79/frameset.htm
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • Visual Administrator in trial verison SAP Portal??

    Hi Experts.
    I install SAP Netweaver Portal (SDN_Preview_SR_5\CE71SR5), in a windows xp environment, and I cant launch the Visual Administrator, in my directory \usr\sap\CE1\J00\j2ee\ doesn't exist the admin directory,  but I find a file go.bat in the directory \usr\sap\CE1\J00\j2ee\JSPM but it launch the Java Support Package Manager.
    the question is in the Trial version of composition Environment have the visual administrator tool?
    Thanks
    Regards

    You have downloaded the Composition Environment apparent from the folder name (SDN_Preview_SR_5\5CE71SR). Composition Environement = CE.
    I guess you wanted to download the Sneak Preview version of the portal which was available for download. SAP has removed the link to download the same last i checked. So if you have installed CE you wont find visual administration since all is available through NWA.
    Thanks,
    GLM
    please close the thread if your question has been answered

  • Maximum no of administrator users that can login into Visual Administrator

    Hi All,
    I am using WAS 640 ( ABAP + JAVA Addin) .. I wanted to know is there any parameter that i can set to limit the number of users (all with administrator rights) who can login into the Visual Administrator tool simultaneously...
    Thanx...

    Try this
    To increase the maximum number of opened connections and/or the time to wait for a new connection you should change the DataSource properties in the Visual Administrator or manually modify of the data-sources.xml file.
         The necessary steps in the Visual Administrators are as follows:
    a.  Open the Visual Administrator and select Server Services JDBC Connector.
    b.  Select the appropriate DataSource within the Runtimetab on the right.
    c. Select the tab named Additional.
    d. Set the desired values for the fields Maximum Connectionsand/or Maximum Time to Wait for Connection.
    e. After your modification select Save. The Visual Administrator will prompt you for application redeployment. After confirming that, you should be able to get the connection from the database.
    thanks
    saurabh

  • Configure logs Visual Administrator

    Hello all,
    I have a problem related to the size of log files in XI environment.
    I access to transaction al11 in XI environment. Then, I access to the folder /usr/sap/XIP/xxx/j2ee/cluster/server0 and I see that there are a lot of jrfc*.trc files of 0,5 GB of size.
    I would like to know where can I define those files and how to manage them in order to optimize space in servers.
    Thanks in advance.
    Best regards,
    Gemma

    Can you please have a look, which errors are logged in the trace files. If possible, then fix the errors, this will reduce the amount of lines generated. It is possible that somebody activated a rfc trace, this can be done, where the rfc destination is specified. For example SM59, or visual admin -> server0 -> services -> destinations.
    To configure the logging of the files in server0/log have a look at this thread: Re: Log file size in SAP Netweaver
    Visual Administrator Tool -> Server -> KERNEL -> LogManager:
    DefaultTraceFile_Count -> is the number of files
    DefaultTraceFile_Limit -> is the size of the files in bytes
    Be aware, that usually the log files are not overwritten. They are archived in ..log/archive. To turn this off you can do this here:
    Visual Administrator Tool -> Server -> SERVICES-> Log Configurator -> Tab Properties
    Regards, Michael
    Edit: oh, too slow

  • Rights & authorizations on the Visual admin tool SP13

    if some one can tell me if rights and authorizations can be managed around the Visual administrator tool in order to manage accesses and users use and this tool.
    Thanks in advance,
    Eric.

    Hi Daniel,
    yes agree with you and thank; but what i want to know is if i can assign other "group" (rights and / or authorizations) to some users in order to avoid access to this tool to users except in visualisation that means without possibility of modify items.
    Eric.

  • "User authentication failed" when connecting with Visual Administrator

    Hello,
    I am having trouble making a connection to my local J2EE Engine using the Visual Administrator (VA).
    I open the VA interface and create a new connection. The default User Name is "Administrator". I put in "localhost" for host, "50004" for port and leave the Transport Layer selection to "Default".
    When I try to connect this way I get the following message:
    User authentication failed
    Next I went into Start|Settings|Control Panel|Users and Passwords  and saw that there were several ids created by the Developer Workplace (DW) installation. The ids that I see are: j2eadm,sapadmin,sapinstall and SAPServiceJ2E
    I checked all of them to see what groups they're members of and they're all at least members of "Administrators" group.
    There are also 3 new groups that must have been created by the DW installation: SAP_J2E_GlobalAdmin, SAP_J2E_LocalAdmin and SAP_LocalAdmin.
    The j2eadm id belonged to all 3 new sap groups so I changed its password to something I'd remember and then changed the connection to use that login.
    When I tried to connect thru VA using this id and the new password I still get the "User authentication failed" error message.
    Can anyone please tell me what I'm doing wrong?
    Thanks in advance for any help.
    David.

    Hi,
    During the installation the SAPINST asks for a Administrator  Password.. This password is very important.
    We had kept same passwords for all userids to start with.
    This helped reduce lot of confusion.
    Warning: if you enter the wrong password 5 times, the userid 'Administrator' gets locked.
    However there is an Emergency password recovery procedures.
    Try this link
    http://help.sap.com/saphelp_erp2004/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/frameset.htm
    Hope that helps
    Regards,
    Siddhesh

  • Visual Administrator & Config. Tool

    Hi,
    when do we use VA & confg. tool & for which purpose.
    Thanks in advance.

    Generally you'll use VA and config tool to administer the SAP J2EE runtime environment.
    Check out these links:
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm">Visual Administrator</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/e8/f48b33f9a3423c9e688dfa56330e79/frameset.htm">Config Tool</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/d7/fdbc3d8af79633e10000000a11405a/frameset.htm">J2EE Engine Administration Tools</a>
    Hope it helps,
    chris

  • Error in visual administrator while implementing Spnego authentication sche

    hi,
    i have under gone all thease steps.
    for implementation of SPnego sceme on my portal.
    >downloaded SPnego wizad file from note specified.
    >unziped it and got .ear files
    >deployed those .ear files on my server.
    >now went for service user J2ee configuration  on visual administrator.
    >when i clicked on deploy and start button .
    >it asked me to browse file .
    >first .ear file was taken sucessfully.
    >in second file it give me this error message .
    ie>The directory D:\usr\.............\.....\   will be used for extracting the EAR file.the directory content will be deleated. please back up all usefullinformation from it
    >shall i click on ok and proceed further or not.
    please suggest me  what to do.

    Hi Sumit Bhargav,
    Based on the error message, it seems that the issue is related to NHivernate and MSBuild, but
    VS General Question forum discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor. In order to check where the issue is, could you please create a new and simple web application without having NHibernate, build it and clean the project?
    Whether the web application can be built successfully?
    If you get this error when you build or clean any solution, maybe you are experiencing the same issue 
    described here:
    http://stackoverflow.com/questions/26930376/how-to-fix-checkattributes-task-could-not-be-loaded-error-after-installing-v
    Please check whether the Microsoft.Web.Publishing.Tasks.dll assembly is located at
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web. If no, please copy it from somewhere else to this path. If you can’t get a copy of this assembly, I suggest uninstalling VS 2013 Update 4 or uninstalling and
    reinstalling all VS components.
    If the issue only occurs in the web app with NHibernate implement, then this issue is more related to the specific NHibernate implement in ASP.NET. I recommend consulting
    your issue on ASP.NET forum: http://forums.asp.net/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in security provider logon stack: no logon to visual administrator

    Probably i made a mistake in configuring SAP-J2EE-Engine security provider login modules.
    Now i cannot logon to Visual Administrator, it tells me
    "Error while connecting
    com.sap.engine.services.security.exceptions.BaseLoginException: Access Denied."
    Is there a way to reset login module stack from configtool or in some config file?
    Many thanks in advance.
    Simone Zaffalon

    Hi
    you can configure your login stack configuration using config tool. Config tool works locally against the server's database, thus no authentication is required.
    1. Be sure that your server is not running! (shutdown SAP J2EE processes)
    2. Launch config tool ("use default db settings").
    3. switch to configuration editor mode (the most-right icon in the icon toolbar)
    4. navigate to security-->configurations
    Here you find your logon stacks and the login modules contained within them. Click on the "pencil" icon for changing your current configuration.
    See the thread below .It will resolve your issue
    Unable to access Visual Admin
    Points are welcome if it is helpful
    Koti Reddy

  • Can't logon Visual Administrator due to a java exception

    Hello,
    since my last logon to VA, I cannot anymore logon to Visual Administrator with my admin user. Last time, I changed the Security Provider - authentication template for the SAP-J2EE-ENGINE component.
    Here is my trace:
    #1.5 #C000370C0292000000000001004600C000044FED4ED8C478#1213780555515#com.sap.engine.services.adminadapter.gui.tasks.LoginTask##com.sap.engine.services.adminadapter.gui.tasks.LoginTask#######Thread[Thread-2,5,main]##0#0#Error#1#/System/Server/VisualAdministrationTool#Java###Error while trying to login to aor3d2jas.aosrm.atosorigin.com: Authentication failed.
    [EXCEPTION]
    {0}#1#com.sap.engine.services.security.exceptions.BaseLoginException: Authentication failed.
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:168)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181)
         at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:72)
         at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.security.core.server.jaas.DetailedLoginException: javax.security.auth.callback.UnsupportedCallbackException: com.sap.engine.services.security.exceptions.BaseUnsupportedCallbackException: <Localization failed: ResourceBundle='com.sap.engine.services.security.exceptions.SecurityResourceBundle', ID='Handler com.sap.engine.services.adminadapter.gui.tasks.LoginTask@3727c5 does not support callback com.sap.engine.services.security.remote.login.SerializableGetterCallback@1140709', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Handler com.sap.engine.services.adminadapter.gui.tasks.LoginTask@3727c5 does not support callback com.sap.engine.services.security.remote.login.SerializableGetterCallback@1140709
         at com.sap.engine.services.security.remoteimpl.login.RemoteCallbackHandlerImpl.handle(RemoteCallbackHandlerImpl.java:92)
         at com.sap.engine.services.security.remoteimpl.login.RemoteCallbackHandlerImpl_Skel.dispatch(RemoteCallbackHandlerImpl_Skel.java:63)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at com.sap.engine.services.rmi_p4.DispatchImpl.run(DispatchImpl.java:716)
         at java.lang.Thread.run(Unknown Source)
    Do you have a idea what to change with the config Tool to set back SecurityResourceBundle?
    Thks a lot,
    Tanguy Mezzano

    Use the SAP Note 957355!

  • Can't Log into J2EE Engine Visual Administrator

    I cannot get logged into our J2EE Engine Visual Administrator on our SAP Portal.  After I enter my userid and password (which I know are valid) I get a progress bar which progresses to approx 50%, then errors out with the message:  'Error while connecting. Cannot open connection on host: <IP-address> and port: <port>'
    I found this document to troubleshoot the problem:
    https://cw.sdn.sap.com/cw/docs/DOC-29070?treeid=DOC-7447
    It says the problem is likely that the P4 port is incorrect or the wrong transport layer is selected in my connection string.  It suggests using the config tool to find the P4 port and has a diagram showing the port in the local properties.  When I go to my config tool, I am missing the Local Properties box.  My screen only shows the Global Properties.  Is there somewhere else to check the port.  I am pretty sure I have the right port because if I try to connect using an incorrect port I get the error message instantly. 
    The transport layer in my connection string is 'default'. 
    Can anyone help?  Thanks.
    Our Visual Administrator version is 6.40 Support Pack 22.  The java version is 1.4.2_13.

    Hi Kathryn,
    P4 port is used for connecting to VA. P4 port will be 5<Inst no>04.
    Please check if you have this port while connecting to VA. You can check this port in the index page of your portal.
    Can you try restarting the portal instance ??
    Also you need not enter userID for logging into VA. By default it uses "administrator" user.
    You may also check if the administrator user is locked.
    Revert if the issue persists.
    Cheers.,
    Raghu

Maybe you are looking for

  • How can you set up ECCN in Material Master if not using Foreign Trade

    After many years, we now have the need to store ECCN codes on our Material Masters.  Although I see on the Foreign Trade view of the Material Master under Legal Control what appears to be a way to set this up, the fields are grayed out and do not see

  • Switch vs. Router for Metro-E Customer Premise Solution

    What is the best customer premise solution for Metro-E connection? I am geting conflicting recommendations - If you have over 40 MAC addressess, use a router; less than 40, use a switch?

  • Tns listener error:

    i was away from Oracle for around 6-7 months and now i am back in it. i was trying to install Oracle 32-bit 10.2 on windows 2003 enterprise edition. i installed it without any issues. i didnt enable to option on creating the default database which co

  • Why does my digital AV adapter not work with my iPad

    Why does my digital AV adapter not work with my iPad

  • Batch with no stock

    Hi,    While issuing raw material to cost center using movement type 201 and 261, where we used to select batch from which the material to be issued. But while selecting batch in pop up screen its showing all the batches including the batches which r