License to different instance

Hi,
we have installed two instance of db in our server, one for the SM (SM1) and one for the "normal" System (T01). I want to license both. I have logged in as db2t01 and have typed in what is sayed in Note 816773. The solution is, that now the System SM1 runs fine, but if I want to start the service for T01, in Eventlog is said, that there is no license. What is this and how to solve???
Thanks,
Peter

if you do have have the license file, request one at http://service.sap.com/license-keys
wait a few hours to receive an email from SAP.
login into your SAP instance with SAPGUI on instance T01, use client 000, user SAP*.
then, go into transaction SLICENSE and import the file you received by email.

Similar Messages

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • Can you run multiple APEX listeners for different instances on the same server

    Please confirm that we can run multiple APEX listeners for different instances on the same server?  Is it an xml setup configuration or do we need to do more??
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

    Yes.. Just exactly what I was looking for...
    Thanks Jari!!
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

  • File generation on different instance

    Hi,
    I've written a program which generates a file on the application server. In the production system we have 5 different instances. The program generates the file on the instance from where it is executed. Is it possible to ensure that irrespective from where the program is executed, the program will generate the file on a specified path only ?
    Bye

    Hi,
    I don't know if it can be controlled in prograam. But, can't we schedule the job to run only on one application server always?
    Basis team can do this. Please check this possibility.
    Thanks,
    Vinod.

  • DOCUMENT IS LICENSED FOR DIFFERENT ACCOUNT

    Bought EPUB book off of B&N site for my Pandigital Reader, trying to read it on my computer. I keep getting message "DOCUMENT IS LICENSED FOR DIFFERENT ACCOUNT" . I followed directions in another thread to fix issue and I still get error message
    How do I find out WHAT account document CAN be read on? I have 2 diff emails attached to this ADOBE DIG READER & neither of them will allow me to read this book!
    This is WILD! As wild as not being able to unlock DRM books to read on diff devices or convert to PDF
    Anywho, is there a way to find this out (what account I CAN read it on?)
    Thank you for any help you can give me

    I am having the exact same problem! I cannot move my B&N books for my Pandigital into ADE!  I have changed everything so that all of my log ins are exactly the same, I have uninstalled and re-installed everything Adobe. I have authorized, de-authorized and re-authorized!! Someone help!!

  • Consolidation of data in two different instances

    Hi,
    I am having a scenario that ABCD is a subsidiary of holding company PQRS. Both the systems are running on two different instances of SAP. Now the ABCD is going for SAP implementation. PQRS is interested to consolidate the data of PQRS as well as ABCD. In ABCD, let me presume that the group chart of account has been used and each GL account of operating chart of account has been mapped to group chart of account GL account. Now, the question is how the data of ABCD can be transferred / moved to PQRS. The presumptions are: 1. There is RFC connections between ABCD and PQRS 2. PQRS is consolidating using EC-CS
    Please throw some light on this.
    Thanks in advance.
    Regards,
    Ravi

    >
    Pradip Nikam wrote:
    > Hi,
    >
    > I am transferring data from Non SAP system into SAP through XI. But I want to do consolidation of data in XI before transferring data to SAP system. Suppose I have 4 purchase entries from same vendor of same material for a week in non SAP system. Instead of transferring 4 different entries to SAP system. can I consolidate those 4 entries in XI into one & then tranfer to SAP?
    >
    > If this is possible then how to do it?
    >
    > Please guide.
    >
    >
    >
    > Pradip Nikam
    1. If your source system is sending all the entries in a single message you can easily do this via the mapping in XI
    2. Suppose your source system is sending these 4 message separately and then you want to consolidate, then you will have to involve BPM.
    You will need to collect these messages and then have a N:1 mapping that does the consolidation
    Ref:
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

  • Join two table in different instance

    Hi,
    I have two table in different instance .
    IMEI in instance A
    RCA_SMART_CARD in instance B
    Below is the desc table :
    SQL> desc RCA_SMART_CARD;
    Name Null? Type
    N_CARD_ID NOT NULL NUMBER(10)
    C_CARD_SERIAL_NUMBER NOT NULL VARCHAR2(20)
    C_SIM_MSISDN VARCHAR2(20)
    C_SIM_IMSI VARCHAR2(20)
    C_LINKED_CARD VARCHAR2(20)
    N_PRO_IDENTIFIER NOT NULL NUMBER(4)
    C_CARD_TYPE VARCHAR2(1)
    N_SIM_STATE NUMBER(1)
    N_EEPROM_SPACE_LEFT NUMBER(9)
    N_VOLATILE_SPACE_LEFT NUMBER(9)
    N_NONVOLATILE_SPACE_LEFT NUMBER(9)
    N_CARD_OPTI NOT NULL NUMBER(15)
    N_PRODUCT_ID NUMBER(10)
    D_CREATION_DATE DATE
    D_MODIFICATION_DATE DATE
    D_STATUS_MODIFICATION_DATE DATE
    SQL> desc IMEI;
    Name Null? Type
    MSISDN NOT NULL VARCHAR2(20)
    IMEI NOT NULL VARCHAR2(16)
    DATE_MOD NUMBER(13)
    IMSI VARCHAR2(18)
    ICCID VARCHAR2(20)
    T_PROF RAW(20)
    EXTRA_DATA VARCHAR2(100)
    If I want to join two table together .
    I want to search the number of record in IMEI that have N_SIM_STATE =1 in RCA_SMART_CARD .
    The MSISDN in IMEI is equal to C_SIM_MSISDN in RCA_SMART_CARD .
    How can I do and what is the sql statment ??
    Please advice .

    First you need to decide, from where you want to execute the query.
    Let us assume it is instance A(as per your example).
    Then what you need to do is:
    1.     Create database link to instance B
    *[url http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_5005.htm]Here* is the semantics.
    2.     After creating the database link to instance B, you can achieve the result set by running the below query:
            SQL> select count(*) from IMEI t1 join RCA_SMART_CARD@<db_link_name> t2 on t1.MSISDN = t2.C_SIM_MSISDN where t2.N_SIM_STATE = 1
            Hope it helps!
    Cheers,
    AA

  • Create a Different instance with Separte amserver,psconsole,directory serve

    Hi
    I have created different instance in same node using webserver 7.0(Sun Java Sytem portal Server 7.1 Update 2). i want to know about how to create different instance each instance have separate acessmanager, psconsole and directory server, is it possible?? i am using sun java sytem portal server 7.1 update 2.
    Can you any one please tell me the further steps..
    Cheers..
    Sekar M

    This is possible but not easy to explain in a few lines on a forum. You may want to consider using Solaris 10 zones instead and just put each stack into a separate zone.

  • Combining ICM Scripts of 2 different instances

    I am having 2 different instances of ICM in separate sets of servers.
    i.  Banking             (instance name Bank)
    ii. Credit Card Services     (Instance Name CCS)
    Because of server cost and under utilization of server performances we are planning to combine both the instances into one.
    Is it possible to import the scripts of both the instances without having to rewrite the complete script of either one of them.
    Thanks
    Alok

    Yes you will be able to do an export & import of the scripts.
    You should build all the rest of the configuration (skills, calltypes, dialed numbers, etc.).
    When you export the script from one instance, and import it into another the import function will attempt to 'map' all the referenced configuration objects from the source configuration, to the destination config.  Hence, the need to have created all the config on the 'target' instance, first.
    Strongly suggest you go through this in a lab environment before even considering attempting this on your production servers.

  • Select using different instances

    I hope this is not off topic here:
    How do I access different tables in different instances? I found anything in documentation.

    Did u create DB link???
    after creating dblinks it should be ok....
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Frank([email protected]):
    I hope this is not off topic here:
    How do I access different tables in different instances? I found anything in documentation.<HR></BLOCKQUOTE>
    null

  • Serving virtual hosts with different instance of weblogic6.1

    We are using the apache plugin and weblogic6.1. Is it possible to send the request
    for each virtual host to a different instance of weblogic6.1 instance? If so how?
    For ex in my httpd.conf I want to say
    <VirtualHost abc.xyz.xom>
    WebLogicHost 192.168.10.20
    WebLogicPort 8001
    </VirtualHost>
    <VirtualHost cde.xyz.com>
    WebLogicHost 192.168.10.20
    WebLogicPort 8002
    </VirtualHost>
    Thanks in Advance
    Viren

    We have two virtual hosts for our SSO server.
    Intranet users use
    Name: sso.parlinkom.gv.at
    Address: 161.110.13.4
    but internet user use
    Name: clsso.parlinkom.gv.at
    Address: 161.110.1.17
    Yes, we have one portal.
    Thank you in advance
    Wolfgang

  • One license on different computers?

    I have one Photoshop CS6 license.  I have installed it on my Imac.  When trying to install it on my MacBook i get a message saying "Invalid license number.  Does this mean i must by one license for each computer?
    Regards Eyvind

    Thank you for answering!
    Actually i managed to activate cs6 On ny sexundervisning computer after some trouble.
    Thanks again!
    Regards Eyvind
    Vh Eyvind
    Sendt fra min iPhone
    Den 13. mai 2012 kl. 15:48 skrev Mylenium <[email protected]>:
    Re: One license on different computers?
    created by Mylenium in Downloading, Installing, Setting Up - View the full discussion
    Does this mean i must by one license for each computer?
    No. 2 activations, 2 computers. As to why it doesn't work is anyone's guess, since you did not provide enough info. Perhaps you simply have the PS CS6 public Beta on the system still or something else is getting in the way...
    Mylenium
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4402861#4402861
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4402861#4402861. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Stock Transfer between 2 different instances of SAP

    Hi for all,
    I want to know if anyone has any documentation about how to do a Stock transfer between 2 different instances of SAP, the worst part that I think is how to see a plant from one SAP to another, any collaboration will be appreciate.
    Edited by: Ruy Osório de Freitas Neto on Mar 5, 2008 6:24 PM

    I still don't see the difference between what you are telling me and the material i handled to you....
    This material exactly describes the case where you have to wharehouse working in whatever ERP systems at the same time.
    The ALE configurations are only one step between them.
    The idoc types for purchasing are ORDERS, ORDRCHG,ORDRRSP, Quotes
    For LE are Desadv,Shpmnt
    Processo
    Entrar um movimento de mercadorias no sistema ERP.
    O sistema cria automaticamente um recebimento ou uma entrega com base nesse movimento de mercadorias.
    O sistema transfere o recebimento por meio da BAPI InboundDelivery.SaveReplica (a entrega, por meio da BAPI OutboundDelivery.SaveReplica) do sistema ERP para o SAD, onde representa uma solicitação ao depósito para armazenar ou retirar mercadorias.
    No sistema descentralizado, uma ordem de transferência no depósito é criada para a entrega ou para o recebimento, respectivamente.
    Executar a entrega/recebimento físico(a) das mercadorias.
    Confirmar a ordem de transferência no depósito.
    Após a confirmação da ordem de transferência no depósito, é lançada a entrada de mercadorias para o recebimento (ou saída de mercadorias para a entrega). Isso libera a posição intermediária.
    Essa atividade inicia a confirmação para o sistema ERP por meio da BAPI InboundDelivery.ConfirmDecentral para o recebimento e por meio da BAPI OutboundDelivery.ConfirmDecentral para a entrega.
    O lançamento da entrada ou saída de mercadorias no sistema ERP ocorre automaticamente quando a confirmação é registrada no sistema.
    Quando a entrada ou saída de mercadorias é lançada no sistema ERP, a transferência de estoque é lançada simultaneamente na Administração de Estoques.

  • How to call a package from a different instance?

    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    Regards
    Terry

    Terry Chen wrote:
    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    First you have to create create dblink in A1 database as below
    CREATE DATABASE LINK INSA1
       CONNECT TO USER_NAME IDENTIFIED BY <pass>
       USING 'B!' Then you can execute exec pack_b@INSA1;

  • To determine Code diff of two same units placed in two different instances

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    /* Instance 1 */
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    /* Instance 2 */
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

Maybe you are looking for

  • Update statement is not working. module pool program,why? check this code

    *& Module Pool       ZCUST_CALL_REC PROGRAM  ZCUST_CALL_REC. TABLES: ZCUST_CALL_REC,ZREMARKS. data:  v_kun_low like ZCUST_CALL_REC-kunnr ,        v_kun_high like ZCUST_CALL_REC-kunnr,        v_bud_low like ZCUST_CALL_REC-budat,        v_bud_high like

  • Block selection in SQL Developer?

    Hey everyone! A co-worker of mine uses TOAD to do work with our databases, however I use SQL Developer as I like it very much. During one of our meetings, he used something called "Block Selection" (I think that's what it's called....) in his code ed

  • DSCC problem on Directory Server enterprise edition Version 11.1.1.7.0

    I install ldap version Version 11.1.1.7.0 on redhat 5.6 on /opt/dsee7 I excute: I have export JAVA_HOME=/opt/dsee7/jre and PATH=$JAVA_HOME/bin:/opt/dsee7/bin:/opt/dsee7/dsrk/bin:$PATH *[root@sperem ~]# java -version* java version "1.7.0_10" Java(TM)

  • Report & Form in Drilldown reporting in PCA (report 8A-PCA001G)

    Hi all, I want to copy one existing report (8a-PCA001G that has a linked form by same name 8A-PCA001G) and give my name eg Z+++. I can copy the report, it copies to my given name, but has the same form 8A-PCA001G I want some other form (eg Z+++ creat

  • When upgrading an OS is it possible to retain an earlier version of iMovie?

    my husband, a man who hates change, is still using OS10.6 on his iMac and loves iMovie6 .. recently he realized that in order to use a third party app for his video editing he will finally have to upgrade to OS10.8 .. will he be able to keep iMovie6