SAP user licensing - service users and system users

Hello,
In SAP licensing process, will it count service users and system users for the license.
(or licensing occurs only to the dialog users)
In the license agreement , it is not mentioned.
(Mentioned as 500 user license only)
regards,
zerandib.

Hi Zerandib,
This forum is for SAP Business One users only. I think your question is related to R/3. Please close your thread and post on a proper forum.
Thanks,
Gordon

Similar Messages

  • Profiles apply to SYS and SYSTEM users

    dear all.
    is possible configure the security policies (profiles), i mean password length, history, failed login attempts for SYS and SYSTEM users in oracle 10g.
    What will happen if both users blocked ?? the service would be affected ???
    what would you recommend me ?
    thanks for your answers and apologize my english, is not very well.

    Check here:
    SYS account cannot be locked out by setting the failed_login_attempts limit in the profile.
    is it possible to lock out SYS using FAILED_LOGIN_ATTEMPTS in a profile
    http://www.petefinnigan.com/ramblings/failed_login_attempts.htm
    -Anantha

  • Difference between Communication and System User

    Hello All,
    I would like to know the difference between the Communication User and System User.
    Definition wise, Yes, I know what they are for?
    But My doubt is, why do we need a communication user type for RFC connections when we can use a System user.
    Why did SAP designed these two types of users?

    It's okay in my books for people to experience the internet as it is and not the way it was individually intended
    SU01Solution already solved the problem actually, but there are some very fine peripheral differences still between the user types.
    That is why asking a specific question and discussing it's merits / pro's and con's is the best approach and SAP also benefits from it.
    Another obvious difference if you do a simple search is that SYSTEM type users cannot issue SAP logon tickets.
    There are a few more but as I said these are peripheral and very use-case dependent... so SU01Solution needs to ask a proper and realistic question.
    ps: ST01 is not the answer here either...
    Cheers,
    Julius

  • I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in ord

    I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in order to accept the end user license agreement even though it never pops up when i install adobe reader?

    Make sure Readr is closed. Go to the Applications form, look for the Adobe Reader icon, double click on it, and follow the lead. Restart Reader when finished.

  • SYS and SYSTEM user password expired

    My 11g2 database on Redhat 5 has sys and system user password expiredSQL> select username,account_status,EXPIRY_DATE
    from dba_users where username like 'SYS%';
      2
    USERNAME                       ACCOUNT_STATUS                   EXPIRY_DA
    SYSMAN                         OPEN
    SYSTEM                         OPEN                             15-FEB-11
    SYS                            OPEN                             15-FEB-11But I can still connect the databsae with t expired password.
    Do I need worry about the expiration of these user's password? For a normal user, I connot login with expired password

    Dear user13148231,
    Here is an illustration;
    SQL> alter user sys account lock;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where USERNAME='SYS';
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                                      LOCKED                           20-AUG-10      23-FEB-09
    SQL> host sqlplus sys/password@opttest as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:25:43 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by password password expire;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                                EXPIRED & LOCKED                 20-AUG-10   20-AUG-10
    SQL> host sqlplus sys/password@opttest as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:27:02 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by password account unlock;
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                            OPENEven if it shows expired and locked it is OK to connect to the database for the SYS user.
    SQL> alter user ogan identified by password account lock password expire;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='OGAN';
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    OGAN                           EXPIRED & LOCKED                 20-AUG-10 20-AUG-10
    SQL> conn ogan/password
    ERROR:
    ORA-28000: the account is locked
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> alter user ogan account unlock;
    User altered.
    SQL> conn ogan/password@opttest
    ERROR:
    ORA-28001: the password has expired
    Changing password for ogan
    New password:
    Retype new password:
    Password changed
    Connected.
    SQL>Ogan

  • When creating application: SYS and SYSTEM users may not create applications

    Dear all,
    When i am performing the below mentioned operations
    1) Importing Application
    2) Create Application
    3) Create from Spreadsheet
    4) Demonstration Application
    am getting this error message
    "SYS and SYSTEM users may not create applications"
    Please do the needfull

    Create application using SYS or SYSTEM user is not good idea. Your objects will be created in SYSTEM tablespace, it's fatal option. Create new Workspace and create there your app.

  • Locked SYS and SYSTEM user

    DB version: 11.2.0.2
    OS : Solaris 10
    In our production DBs , I've noticed that both SYS and SYSTEM users are locked
    $ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Jan 19 14:21:34 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    SQL> select username, account_status from dba_users where username like 'SYS%';
    USERNAME                       ACCOUNT_STATUS
    SYSTEM                         LOCKED
    SYS                            LOCKED1. How can I log in to SYS account despite being locked. Is it because i logged in through external authentication?
    2. Is locking the SYS user a standard practise ? If so, why ?

    Hi;
    1. How can I log in to SYS account despite being locked. Is it because i logged in through external authentication?set ORACLE_HOME, ORACLE_SID than
    sqlplus "/as sysdba"
    alter user xx account unlock;
    2. Is locking the SYS user a standard practise ? If so, why ?
    SYS and SYSTEM are default users, created with the creation of the database. Although they have much power - as they are granted the DBA role - they're still ordinary users. Because SYS owns the data dictionary, (s)he is considered a bit more special than SYSTEM. But SYS has the SYSDBA privilege which SYSTEM doesn't. This makes it possible for SYS to become a very very powerful user. This is the case when (s)he connects as sys/password as SYSDBA or / as sysdba. The as sysdba phrase is a request to aqcuire the privileges associated wht the single SYSDBA system privileges (see here).
    Source:
    http://www.adp-gmbh.ch/ora/misc/sys_system_internal.html
    Regard
    Helios

  • Lock sys and system user

    Dear all,
    We have 10.2.0.4 on solaris 10.
    Currently we had I.T audit on our environment and auditor commented to lock sys and system user and use one user with any name (not oracle generic name) and grant him sys and system privilege and to use this user for admin purposes. is this right ?.. is this recommended ?
    Please advise

    Hello,
    I think it's not a right way to lock SYS.
    More over, if you connect as OS Administrator (root for Unix/linux) on the server and use
    OS Authentification then, you can connect on SYS AS SYSDBA anyway.
    So, in fact, it's not possible to lock out SYS even if you execute the following:
    ALTER USER SYS ACCOUNT LOCK;If you want to prevent access on SYS you should set a complex and long password and
    apply the same rule for the Administrator / root OS user.
    These passwords must be known by very few and well - identified people and written nowhere
    (in any files or scripts).
    More over, you should limit DBA roles to SYS and SYSTEM and remove this powerful Role
    from other Oracle Users.
    Then, you may enable session AUDIT so as to control the connexion on the database and,
    create a LOGON TRIGGER so as to check the login, workstation, program of the end users
    who connect to the database.
    On 10g, EM DBConsole shows an alert everytime a User is connected with SYS.
    Please, find enclosed, an interesting document written by Pete Finigan on this topic:
    http://www.insight.co.uk/files/presentations/Hacking%20and%20securing%20Oracle.pdf
    Hope this help.
    Best regards,
    Jean-Valentin

  • Difference between SYS and SYSTEM user

    Hi,
    Well, one of my colleagues have asked me the difference between SYS and SYSTEM user .. Normally these are the users which will be under the monitoring of the DBA .. So, how could I know the difference between these two users ..
    Please assist me
    Regards

    SYS is the owner of the database and the owner of the data dictionary.
    The objects belonging to SYS cannot be exported. But SYS has the SYSDBA privilege which SYSTEM doesn't.
    SYSTEM is a privileged administration user, and typically owns Oracle provided tables other than the dictionary.
    SYSDBA is not a role, it is a privilege. You'll find it in system_privilege_map, not in dba_roles.

  • Terminal Server User license file not found or User ID not matched.

    Hi,
    I recently went for the Process Runner, downloaded trial version and wanted to work with Ides system, but at the very first step the system throws the following error:
    "Terminal Server User license file not found or User ID not matched.
    and the details are as follows:
    Process Runner 2008
    Version : 4.20.10
    Supported file version: 7.3
    Current Framework: 2.0.50727.42
    User Name: Demo User
    Licensed  To: Demo Company
    Product Id : PR-ALL-DR-MTH-CU
    Full Version : 4.20.10.9579
    Current UserID : Administrator
    License Type : Evaluation/Demo License
    Evaluation Days : 1 of 30
    Licensed Uses : 5 of 15
    Expiration Date : 12/31/2011
    COMPANY : Demo Company
    MAX_ROWS : 30
    MAX_THREADS : 3
    USER : Demo User
    Current Node Id : DAAB-AA43-58DB-00DB-4862
    Max Instances Allowed : N/A
    OS-Office culture info : en-US | en-US | en-US | en-US
    C-Info : en-US
    Computer : SAPSERVER
    Current Domain : WORKGROUP
    OS : Microsoft Windows NT 5.2.3790 Service Pack 1
    AppPath : D:\Vijj downloaded\Process Runner
    MyDocPath : C:\Documents and Settings\Administrator\My Documents\Innowera
    Terminal Server User license file not found or User ID not matched.
    Can anybody guide me please.
    Thanks.

    Hi,
    According to the error message, please use performance monitor to diagnose if it is a memory-related bottleneck and you can use the counters of the memory part in the article below:
    https://technet.microsoft.com/en-us/magazine/2008.08.pulse.aspx
    In addition, it may be due to thousands of open connections to the server are in a TIME_WAIT state. You can run "netstat -an" command on the affected server and client. If you see mutiple connections in the TIME_WAIT state, you can follow the article
    to increase the number of TCP/IP connections:
    https://msdn.microsoft.com/en-us/library/ee377084(v=bts.70).aspx
    Furthermore, if you are running windows server 2003, please make sure that you have installed the KB 948496 and stop all services that you don't need.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Integration SAP Sol Man Service Desk and HP OV Service Desk

    Hi!
    We have installed SAP SM 4.0 and we also use HP OV Service Desk 4.5.And now we want to integrate both this solution.
    As I understand, the interaction is realised wia web interface
    In pdf file "Incident Exchange Service between HP OpenView Service Desk 4.5 and SAP Solution Manager 4.0 Service Desk" I have read what needed interface (or service) is integrated to the HP OV SD. But our administrator of HP OpenView Service
    Desk sad that where no this srvice.
    Are anybody know how to integrate SAP Sol Man Service Desk and HP OV Service Desk?

    Hello - the document is located at http://service.sap.com/solutionmanager - media library - technical papers - Service Desk WebServices API. 
    However, HP is CERTIFIED by SAP to connect to this SOAP interface - the only vendor so far (Remedy and Peregrine are in process.)  HP has tested this interface at SAP and recieved certification several months ago.
    I would have your HP person escalate this issue higher in HP.

  • BackUp on Windows Server 2008R2 (Both OS, apps and system users)

    Hi all,
    I am a new users on Windows server 2008R2 now. And I am about to backup the OS. So, may I know if i used Window Server Backup function, will the operation be backing up not only OS and apps but also the system users?
    If the backup service can't backup the system users, is there any exclusive way to backup users list?
    I'm fresh in using Windows Server 2008R2, please help me out. Thanks in advance....

    Hi,
    When you do a "system state" backup, the Local Users and Groups are also backup. For more detailed information, please refer to the thread below:
    How do I manually export the Local User Accounts Database? Standalone Windows Server 2008 R2
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4012d976-ffae-4563-bd22-dec5e9a86d61/how-do-i-manually-export-the-local-user-accounts-database-standalone-windows-server-2008-r2?forum=winservergen
    Regards,
    Mandy
    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.

  • Forgotten Sys and System user passwords

    In the case of forgetting the Sys and the System user passwords, is there anyway of logging on with privilages to be able to change these passwords, if not, are there any other solutions?
    Thanks,
    Nick

    In order for "/ as sysdba" to work, you need to run
    the password file creation utility (orapwd).
    No, it has nothing to do with the password file. In order for "connect / as sysdba" to succeed, it is necessary to have an operating system account which is a member of the "osdba group". In Windows, this OS group is : "ORA_DBA". Any member of this group can and has privileges to connect "/ as sysdba". Again, it has nothing to do with password file.
    In Windows there is another condition for it to work :
    The file %ORACLE_HOME%\network\admin\sqlnet.ora must have the following line :
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    In Unix systems, the osdba group is configured at installation and is conventionally named "dba".

  • Prevent imports to sys and system users

    I work at a company who develops an Application the uses an Oracle database. Many times we receive a full system export. I want to prevent my users from importing all the schema's, and just import from the schema that contains our data. Since the user name of the export is different from the user that does the import, I have granted them the IMP_FULL_DATABASE right. Almost all our customers use the same name for the schema, so if we want to look at the data of more then one customer, we need to import to another schema.
    I am running two test servers, one for Oracle 10 and one for Oracle 11 on Oracle Linux. And I am already using one separate account to let them import and export the data, and to create the user.
    Is there a way to prevent users from importing to the system, sys and other oracle schema's, without limiting schema imports of other Oracle servers?

    If you know which schema data you want to import into your database from the export dump , you can use shema leavel import . Also if you are using datapump you can use remap schema option.
    Thanks and Regards,
    Satish.G.S
    http://gssdba.wordpress.com

  • RDBMSRealm and system user

    Hello,
    I have adapted the RDBMSRealm in WLS 5.1 sp4. It seems to work well (in most
    cases) but I still have a couple of questions regarding de RDBMSRealm. Can
    someone enlight me?
    -Where should the system user be defined? When I place the system user in
    the RDBMSRealm and not in de weblogic.properties, the WLS won't come up!
    Should the system user thus allways be put in the weblogic.properties? If
    so, does that mean all ACL regarding system user should be in the
    weblogic.properties file?
    - What is the purpose of the getPrincipal method in the RDBMSRealm (not
    RDBMSDelegate)? It is not part of one of the Realm interfaces. I commented
    it out.
    - When I turn on the Realm debug mode. I see the system password in a debug
    line in the weblogic.log (<CachingRealm> getAclOwner("system01") ).
    Shouldn't this be crossed out as with reading password properties, BEA?
    Niels Andeweg

    The system user has to be in the weblogic.properties file. I'm not sure about
    the ACL issue with the system
    user, but I would think that any acl containing the system user would also have
    to be in the weblogic.properties file.
    Jay
    Niels Andeweg wrote:
    Hello,
    I have adapted the RDBMSRealm in WLS 5.1 sp4. It seems to work well (in most
    cases) but I still have a couple of questions regarding de RDBMSRealm. Can
    someone enlight me?
    -Where should the system user be defined? When I place the system user in
    the RDBMSRealm and not in de weblogic.properties, the WLS won't come up!
    Should the system user thus allways be put in the weblogic.properties? If
    so, does that mean all ACL regarding system user should be in the
    weblogic.properties file?
    - What is the purpose of the getPrincipal method in the RDBMSRealm (not
    RDBMSDelegate)? It is not part of one of the Realm interfaces. I commented
    it out.
    - When I turn on the Realm debug mode. I see the system password in a debug
    line in the weblogic.log (<CachingRealm> getAclOwner("system01") ).
    Shouldn't this be crossed out as with reading password properties, BEA?
    Niels Andeweg

Maybe you are looking for

  • Sales orders

    hi again! i should have posted this too, my apologies. I need to know a way of deleting orders once inputted? or deleting a line from the order? I need to know a report for Sales Order tracking I need a backorder report? i need a report that shows it

  • Can I adjust print settings when I use AirPrint?

    Hi I have a MFC-J430W Brother printer set up for Airprint. When I use Airprint on my ipads or iphones it always comes out in color. Is there a way to adjust my print settings when using my mobile devices? I wasn't sure where to place this question. 

  • Retrieving Chinese Characters from SQL Server with JDBC

    Im having problems correctly recieving Simplified Chinese from the database (SQL Server 2000). Driver: sun.jdbc.odbc.JdbcOdbcDriver It seems that I cannot force the Results Set's getString(String s) method to the correct character encoding UTF-16. Ja

  • How to GREP unique string only?

    Hi, I have a huge import log file and it's too hard to review the full log file to verify all reported errors are ignorable. So I am looking for a way to list the distinct errors. I had some manual analysis and workarounds to find out the errors howe

  • 17 inch mac book pro replacement screens ?

    Does anyone know of a reliable source to obtain a replacement or get fixed my 17 inch mac book pro mid 2009 anti glare screen. Thanks in advance