Any parameters can restrict user ID to log-on application server

Dear All,
I had configured the login group (/nSMLG) as following:
Logon Group  Instance
TEST            app1
TEST            app2
                    app3
                    app4
However, app3 and app4 still have illegal user log-on.
Did any profile parameters can restrict user ID to log-on application
server?
BR,
Well

Hello Well Well,
I could clearly understand what you mean. From what you have stated I am able to understand that:
1. You have 4 application servers.
2. You have included 2 of them in Logon group TEST.
3.  The remaining two are not part of logon group.
4. You want users not to login into app3 and app4 but to TEST only.
There is no profile paramter for this. At the max you can close the dispatcher port for these 2 servers but then no one would be able to login into  them.
Best is to include all of them in to SMLG.
Regards.
Ruchit.

Similar Messages

  • Is their any way to restrict user from overriding  the graphs in SAP APO?

    Dear All,
    As we know, we can copy the graphs to other users using /n/sapapo/sdp_graph. But is their any way to restrict user from overriding the graph to particular user.
    Scenarios:
    In a project we have super user and semi-super user, whenever super user uses above t-code to copy graph to all users (he has included semi-super user id to target user list) but semi-super user does not want to override his graph by super user.
    Do we have such function in APO to restrict?
    Hope it is clear to understand.
    Regards,
    Pravin Tikar

    Hi Amol,
    thanks,
    I have checked SP Note 400434 - Authorizations in APO demand planning Also.
    Will check the authorization and will update the same.
    regards,
    Pravin Tikar

  • Can't  fix error 404 in sun application server 8 2005Q1 and need help......

    i am using sun application server 8 2005Q1.........
    i an getting the err 404(requested resources not available......)
    I have did the following:
    the following are my files
    employeedetails.java(which implements the servlet class)
    findemployee.html(which gets the employee id)
    1.First I have designed the interface with URL as
    http://localhost:1050(which is my port no)/emp_details/servlet/EmployeeDetails
    2.Then I have coded the servlet with class name as EmployeeDetails
    3.I have compiled it in the following manner:
    e:\>path=%path%;c:\j2sdk1.4.2_12\bin;
    e:\>set classpath=%classpath%;e:\sun\Appserver\lib\j2ee.jar;
    e:\>javac e:\Employee\EmployeeDetails.java
    It compiled successfully without any errors
    4.Then I have started the sun application server
    5.I have also opened the deploy tool
    6.In that,
    New->Application
    the application wizard opens.......
    then I browsed and given the new application name as e:\Employee\EmployeeDetails.jar
    The application display name appears as EmployeeDetails
    7.It also appears at the left end of the tree structure
    8.Then I opened the New->Web Component
    the web component wizard appears
    9.I have clicked next
    10.In that panel I have chosen the option
    Create new WAR Module in application
    I have given the WAR display name as Emp
    11.Then in the bottom I have clicked the option 'edit contents'
    12.The edit contents pane opens.......
    13.In that I have selected EmployeeDetails.class and FindEmployee.html and clicked 'Add'
    14.It gets added in the content pane
    15.Then I have chosen the component type as Servlet
    16.In the next wizard ,the servlet class name,web component name and display name,everything
    is given as EmployeeDetails
    17.With this I have finished the web component wizard
    18.Then the context root name is given as emp_details and saved
    19.Then I have chosen the Tools->deploy
    20.In that wizard,
    I have typed the admin user name and pswd
    21.It gets deployed successfully.
    22.Then I have opened th browser and typed the following URL
    http://localhost:1050/emp_details/FindEmployee.html
    23.The html form appears.....
    24.I have kept oracle as my backend with datasource name Mine
    and in the servlet I have changed the datasource name with user name and pswd scott & tiger
    25.But when i click the submit button,it gives the error
    http status 404 -/emp_details/servlet/EmployeeDetails
    the requested resource not available
    anybody who knows the anwser plz reply me soon and help me to get rid of this error..........................

    Your code looks fine. Unless you actually made a typo in the URL I can't explain this problem. To verify this I even copied your web.xml and the SimpleServlet without any changes to my playground environment and it ran just flawlessly at http://localhost:8080/playground/servlets/HelloWorld
    To exclude things, have you tried another applicationserver (Tomcat 6? Glassfish? Jetty?) or maybe another OS?

  • Difference between Application log and Application server

    Hello Friends,
            Could you plz explain difference between  Application log and Application server?
    Regards
    Kanth

    Application log is details about the business transaction,  ie status / error messages
    Application server is the system <hardware> on which application is running.
    Regards,
    Mahesh

  • Tracing error log in Application Server for report service

    Hi guys,
    My company use Oracle Application Server with the Form version 10.1.2.0.2.
    Recently we experienced an error whereby the report services go down so frequent within a day.
    I checked into the alert log file of the Database and found out ORA-00600: internal error code, arguments: [kgassg_2], [], [], [], [], [], [], []
    Checked in Metalink, this might happen in 32 bit OS. So the suggestion is to check on the database memory parameters and extend the memory parameters affected to it.
    Since this report service problem happen quite often, I might think that there should be something happening with the Application server as well.
    Lastly, my questions are:
    1. How can i investigate this error in Application Server side?
    2. Is there any error log file in Application Server which is like alert log file in the database?
    Thank you

    Hi,
    I would like to know Do you want to create a error file in Application server?
    If yes, then it is quite easy. Just declare one internal table IT_LOG & store all the error records in this table.
    Then loop over the internal table IT_LOG & using open data set concept transfer all the records.
    Sample Code:
    INITIALIZATION.
    CONCATENATE '/INTERFACE/' SY-SYSID '/MM' into GV_DIR.
    START-OF-SELECTION.
    CONCATENATE GV_DIR '/' P_FILE INTO GV_FILE.
    OPEN DATASET GV_FILE FOR OUTPUT IN TEXT MODE.
    LOOP AT IT_LOG.
    CLEAR LV_STRING.
    CONCATENATE IT_LOG-F1 IT_LOG-F2 INTO LV_STRING SEPERATED BY ','.
    TRANSFER LV_STRING TO GV_FILE.
    ENDLOOP.
    CLOSE DATASET GV_FILE.
    Note: Here F1 & F2 are respective fields.

  • What are F. M's used for creating application log in application server

    Hello
    plz suggest which F.M's i have to use to create application log
    Regards
    Kanth

    Hi Kanth,
    You can go through the following Function Modules :
    Application Log Maintenance
    (i)APPL_LOG_DELETE With this function module you delete logs in the database according to specified selection conditions
    (ii)APPL_LOG_DISPLAY With this function module you can analyze logs in the database.
    (iii)APPL_LOG_DISPLAY_INTERN With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.
    (iv)APPL_LOG_INIT This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.
    (v)APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.
    (vi)APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.
    (vii)APPL_LOG_SET_OBJECT With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the
    (viii)APPL_LOG_WRITE_u2026 messages are written in local memory or are output on the screen.
    (ix)APPL_LOG_WRITE_DB With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.
    (x)APPL_LOG_WRITE_HEADER With this function module, you write the log header data in local memory.
    (xi)APPL_LOG_WRITE_LOG_PARAMETERS With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    (xii)APPL_LOG_WRITE_MESSAGE_PARAMS With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like
    (xiv)APPL_LOG_WRITE_SINGLE_MESSAGE.
    (xv)APPL_LOG_WRITE_MESSAGES With this function module you write one or more messages, without parameters, in local memory.
    (xvi)APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    Regards,
    Swapna.

  • Output log to application log in application server

    Hi Guys,
    I am pretty new on J2EE, I created a web application and deployed it on to the oracle application server. I found out that I can view the log file(application.log) for that particular web application on the application control page. What I want to achieve is outputing some custom log on to the same built-in log file. Could anyone please show me how to do that?
    Thanks advance
    James

    Hi, I figured out that ADF is a oracle's implementation of JSF, I tried above approach it did log to a log.xml in the particular folder. However, I would like to output to a log file that you can actually view in the Enterprise Manager Console...
    Into the log below:
    Log Text
    08/04/16 10:13:33.431 10.1.3.3.0 Started
    08/04/16 10:13:36.486 webapp: 10.1.3.3.0 Started
    (End of Log File) = entries updated since last refresh
    Is it possible?
    Cheers!
    James

  • Can we implement page break functionality in application server

    Hi,
    We are generating a report in apps(AL11) and from there an FTP process bring this report from AL11 to some other legacy system to display this.
    Now this legacy sytem is expecting some formating of this from SAP side.
    They want a page break after every 24 lines.I'm not sure we can do this in apps(AL11). As per my knowledge we do this page break in SAP output screen only but not in AL11.
    If any one have any idea or how can we implement this page break in our application server report.

    Hi,
    I think this can be done when u building the data to downloaded to the application server.
    Use the below attribute - FORM_FEED from the class - CL_ABAP_CHAR_UTILITIES (SE24).
    Call the above attibute to give a Page Break after certain lines......
    U have some more attributes whch will be usefull for building the data for application server.
    Regards,
    Bhargava

  • How to see the logs of application server

    Hi ,
    I deployed my application on the dev server and want to find out whats goin on for a certain page . I was wondering where , what directory will have these log files for application server.
    I am new .. so any other suggestions to get the log information is also welcomed ..
    thanks

    These threads would help
    Re: App server Logs
    Re: CommonAM not releasing JDBC connection
    Thanks
    Tapash

  • Archiving file log in application server

    Hi all,
    where to set archiving log folder  path in application server .
    Rgs,
    siva

    Hi Siva
    have a look at these links.
    I found it very helpfull.
    [https://forums.sdn.sap.com/click.jspa?searchID=20703185&messageID=6294517]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/607e9392-8167-2b10-b9a8-e0aa297e88c6]
    PLS DONT FORGET TO CLOSE THE THREADS
    Regards
    Hareesh

  • Can we Run 10g Forms & Reports without Application Server

    Currently We are using form 5 and reports 3.5
    we are willing to upgrade .
    we are told that we can upgrade only to 10g developer suit
    and for that Application Server is must
    Our requirement is for LAN based application only
    Do we have to go-in for application Server
    DOes the 10g forms and 10g reports have Form server /report server which can help us to run application using Browser but without IAS
    CK

    Chaand,
    for production environments you must run Forms and Reports through Oracle Application Server as there no longer is a client-server runtime. For development puposes tehre is a HTTP server in Oracle Developer Suite that is used to run both servers.
    Frank

  • How can I change the logo of default application server

    I am in 10g environment. Whenever I open my application in browser I see a splash screen "Oracle Application Server Form Services ...".
    Can I change this splash screen with the my own.
    I tried the following but it just removed the default one
    # Forms applet parameter
    splashScreen=D:\dev10g\my_splash.gif
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    Message was edited by:
    Aasem

    Yes, you can.
    The GIF file must be under a directory where Oracle can read, like the %ORACLE_HOME%/Java directory. And you only specify the file name, not the full path.
    # Forms applet parameter
    splashScreen=my_splash.gif
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=OracleTony

  • Can Forms 9i run on a different Application Server, e.g. Apache?

    Can Forms/Reports 9i run on a different Application Server, e.g. Apache? i.e. without needing to use 9iAS.
    It is quoted in the document "Migrating Client/Server to the web" that it may be possible, but will not be supported. Is this possible?
    The reason I ask this is due to the costs involved of 9iAS. If I can use an alternative route like Apache / Tomcat, it's free. Then I only need the developer suite licensing.
    Thanks,
    Jacques

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • Any pointers on implementing user authentication in Adobe AIR application ?

    Hello
    I am using an AIR 3.0 to create my client that connects to my server LCDS application that uses oracle XE database. I now need to implement the user authentication & access controls to GUI screens. Any pointers that show best practices in this regard or get me started...
    thanks
    RK

    You can use the mechanisms built into the AMF protocol, or manage the session manually by passing around an authentication token generated on the server.
    Here is some basic info on AMF sessions: http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=services_security_5 .html
    It's written for BlazeDS, but the principal is the same.

  • How can I get more detailed logging in NFS Server (2012 R2)?

    I've set up the "Server for NFS" feature and have shared out a folder. I've made it as wide-open as possible. Anonymous access enabled, with read-write set up for a specific IP address. I attempt to connect to the mount using the following command
    on my Ubuntu 12.04 system:
    sudo mount -t nfs windowsmachine:/share /path/to/local/mount
    And I get an error of "Mount system call failed". I'm trying to figure out what the issue is but the Windows event logs have not been very helpful. I've set up activity logging via https://technet.microsoft.com/en-us/library/cc770981.aspx but still
    do not see much happening in the NFS or Windows security event logs. Can somebody tell me how I can troubleshoot this issue? Since I have anonymous access enabled and have not done any UID or GID weirdness, do I need to make the ntfs permissions everyone full
    control? Even if that were the case I'd expect to see some failures in the Windows security log.

    dpkg -la | grep nfs gives me
    ii  nfs-common     1:1.2.5-3ubuntu3.2                                 
    NFS support files common to client and server
    ii  nfs-kernel-server      1:1.2.5-3ubuntu3.2                                 
    support for NFS kernel server
    It's a relatively old version of Ubuntu, 12,04 LTS. I take it Ubuntu cares about what version the NFS server is running?

Maybe you are looking for

  • My iPod is..

    Ok.. my iPod mini (2 gen) has been acting funny.. 1. Two days ago I tired to plug it in. Warning comes up on windows saying that "device is not recognized".... So I unplugged it and everything was fine. Left it to charge that night. 2. The next MORNI

  • Serious Issue With iPod Nano

    I have combed forums and cannot find the solution to my problem with my pink iPod nano I obtained about a year and a half a go. It is in excellent condition despite the problems I have been having with it. The iPod is not recognized in iTunes. It doe

  • Need help with Casting to HttpsURLConnection

    Can anyone see why this simple cast will not work for me? Thanks. Here's the error message I get when I try to run it: C:\myJava\code\Source>java TestHttpsClientPost We have successfully initialized the default SSLSocketFactory! java.lang.ClassCastEx

  • Photoshop CC 2014 running out of memory?

    I recently reinstalled Windows 7 Pro (64-bit) so reinstalled CC 2014. I do a variety of image cropping on 12MP images. Before the reinstall it had no issues having 7 images loaded at once. Since the rebuild I get a Windows Low Memory warning every ti

  • Calssic or Extended Classic Scenario - BBP_EXTLOCALPO_BADI

    Hi! Somebody knows How can be selected the scenario (Extended Classic or Classic) to process the SC, using BBP_EXTLOCALPO_BADI? Tkx