Reg. Licence file

Hi friends,
I have installed SAP 8.8 , can i use SAP 2007 B license file for it.
Regards,
Mahesh.

Hi Manish,
You may need new licenses for 8.8.
Regards
Ashutosh

Similar Messages

  • Licence file is not being uploaded to NX 9k ?

    Trying to upload the licence file to a bootflash: via tftp, but keep getting TFTP get operation failed: connection time out;
    Any link/method than normal upload file to Cisco switches ?
    Rgds

    I'd try them over here.
    http://forums.asp.net/1247.aspx/1?Azure+and+ASP+NET
    http://forums.asp.net/26.aspx/1?Configuration+and+Deployment
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • No licence file: further startup cancelled

    Hi
    Installed EDQ into WebLogic ... followed the Advanced installation steps but recieved this error when starting the managed server hosting dndirector app. Testing the installation on Windows 7.
    INFO: Refreshing com.datanomic.director.startup.WebApplicationContext@1e4acce: display name [Root WebApplicationContext]; startup date [Thu Apr 18 17:20:24 EDT
    2013]; root of context hierarchy
    INFO: 18-Apr-2013 17:20:24: dn:director version 9.0.6(895) starting
    18-Apr-2013 5:20:24 PM com.datanomic.director.startup.WebApplicationContext loadBeanDefinitions
    SEVERE: No licence file: further startup cancelled
    INFO: 18-Apr-2013 17:20:25: Initialising ZipServerServlet.
    <18-Apr-2013 5:20:25 o'clock PM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    EDIT:
    The app is looking for a director.lic file under the server\dndirector\WEB-INF\config directory but the file doesn't exist there or anywhere for that matter.
    Thanks in advance.
    Notes:
    Development Mode (JDK 1.6_29)
    weblogic-plan.xml
    Demo Keystore provided by Oracle.
    SSL enabled on both Admin and edq's managed server.
    Deployed into edq's managed server.
    Created the required folders, tools, config, dndirector (copied required files to them) (dndirector contains the config and tools directories).
    Restarted all servers. started dndirector deployment (all started health ok and active)
    Edited by: owbdev99 on 18-Apr-2013 8:09 PM
    Edited by: owbdev99 on 18-Apr-2013 8:23 PM
    Edited by: owbdev99 on 18-Apr-2013 8:35 PM

    Hi,
    Just to be clear to all reading this.
    The issue here is that the default SSL certificate created during a WebLogic install is blocked by recent versions of Internet Explorer due to its keysize (512 bits) - see Microsoft knowledge base article 2661254. This will prevent the display of the HTTPS web pages required to complete an EDQ install and to administer EDQ after installation.
    There are two ways to get over this:
    1) Use a different browser. This will enable you to complete the installation, at least. If you then need to use IE on an ongoing basis you will also need to do 2.
    2) Generate and attach a new certificate that will not be blocked (using an RSA keysize of 1024 or 2048 bits for example). To do this, please consult the Weblogic documentation for Configuring Identity and Trust, and especially the section Using the Keytool Utility.
    It is not recommended to attempt to take pieces from the proper config directory and place them in the temporary directory WEB-INF. This is not necessary and does not help resolve the problem, which is really just about displaying secure web pages.
    The EDQ documentation will be updated shortly to reflect the above.
    Regards,
    Mike
    Edited by: MikeMatthews on Apr 19, 2013 6:44 AM

  • Webstart  unable to find the Bea licence file

    Hi All,
    We are using an web application with weblogic server and webstart. We are currently trying to convert the application from T3 to T3s protocol. For this we require the license.bea file to be set in the client side class path.
    When i place this license.bea in the download directory of the webstart (where all signed the jar's and .jnlp file is downloaded) and launch the .jnlp file,it works.But when the .jnlp file is called throug the application it fails to locate the license file. error message:
    <<Missing license file for: WebLogic Platform 8.1>>
    The .jnlp file is as below :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://dbnexus.int.risk.db.com:80/webstart/" href="launch.jnlp" spec="1.0+">
    <information>
    <vendor>GRT</vendor>
    <homepage href="index.html"/>
    <description kind="short">Client for dbNexus reference data management system</description>
    <description kind="one-line">dbNexus client</description>
    <description kind="tooltip">dbNexus client</description>
    <title>dbNexus Client ( INT )</title>
    </information>
    <security>
    <all-permissions/>
    </security>
    <property name="bea.home" value=".\"/>
    <property name="weblogic.security.SSL.ignoreHostnameVerification" value="true"/>
    <property name="weblogic.security.SSL.trustedCAKeyStore" value=".\DAPTrust.jks"/>
    <property name="weblogic.security.SSL.trustedCAKeyStorePassPhrase" value="trustpassword"/>
    <resources>
    <j2se initial-heap-size="512M" max-heap-size="1024M" version="1.4+"/>
    <jar download="eager" href="dbnApplet.jar"/>
    <jar download="eager" href="xmlParserAPIs.jar"/>
    <jar download="eager" href="xercesImpl.jar"/>
    <jar download="eager" href="log4j-1.2.3.jar"/>
    <jar download="eager" href="utils.jar"/>
    <jar download="eager" href="weblogic.jar"/>
    <jar download="eager" href="dbnexus-ejb-compiled.jar"/>
    <jar download="eager" href="wlcipher.jar"/>
    </resources>
    <application-desc main-class="dbnexus.client.applet.appletwrapper.MainFrame">
    <argument>http://dbnexus.int.risk.db.com:80/webstart//dbnexus.properties</argument>
    </application-desc>
    </jnlp>
    In the above code i have specified the Bea.home as .\ so that it picks up the license from the same directory. We do not want to place the file at other place and hard code the path in the code as the path might differ in different systems where the application will be downloaded.
    Is there any way by which we can achive the above. Is it possible to place the .bea file inside any jar and access it from the same. Please advice.
    Thaks in advance....
    Regards,
    Ravi

    The problem is,the appliaction is not able to find
    the license file from within the .Jar.
    is set the property as :
    Dbea.home="c:/Documents and Settings/All
    Users/Application
    Data/JavaCache/http/Ddbnexus.int.risk.db.com/P80/DMweb
    start/" and it works
    But if i giv the path of the jar file it does not :
    -Dbea.home="c:/Documents and Settings/All
    Users/Application
    Data/JavaCache/http/Ddbnexus.int.risk.db.com/P80/DMweb
    start/RMwlcipher.jar!/license.bea"
    How can i make the licence file insidethe .jar file
    readable by the application ?
    Or is there any way by which i can download the .bea
    file to the webstart catch(I.e the download
    directory). I am able to download the .jar using
    <resources>
    <jar href="wlcipher.jar" download="eager"/>
    </resources>
    Please advice.........
    Ravi
    The problem is,the appliaction is not able to find
    the license file from within the .Jar.
    That is because there is no such "file" on the client machine.
    c:/Documents and Settings/.../DMwebstart/RMwlcipher.jar!/license.bea"
    is not a path at all. (notice the "!" between the jar and the file in it.)
    After you call getResource you have a valid url to the file, but URL.getPath() will not return a "path" that can be used by the file system.
    You have to open a URLConnection to that URL and read the stream that is the file contents, and store it as a file somewhere on the filesystem.
    (Instead of getResource(), you can just use getResourceAsStream())
    /Andy

  • Upgrade would not install (3.6.8) error message Licence file for this version could not be found

    The latest upgrade 3.6.8 downloaded but would not install. Error message read "the licence file for this version could not be found.". Visit Firefox homepage for more info
    == I tried to install the latest Firefox upgrade. Have tried about 6 times

    It can also help if you delete the Firefox program folder (C:\Program Files\Mozilla Firefox) before installing a new full Firefox copy.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that are locked in any way.
    You can skip the step to create a new profile, that is not necessary for this issue.

  • Unix Installation Error - Error parsing licence file

    Hi All,
    I'm trying installed OBIEE in HP-UX Box. I got a CD from my partner and trying to install OBIEE. But i got error at the first step itself. Below is the error:
    Error parsing licence file '/opt/oraclebi/Server/Oracle_Business_Intelligence/licence.xml'. The licence file does not match its signature. Please contact Siebel tecnical support.
    Please help me. This first time i'm installing OBIEE.
    Regards
    Raj

    Is there anybody can help. It is urgent. I need to setup the development server ASAP.

  • Nexus 1000v Eval Licence File for ASA1000v

    Hi Guys,
    We have installed N1K working no problem and now installed ASA1000v with VNMC using ASADM mode. The device is registred to VNMC and Security profiles set, access rules set against with NAT. Port profiles created on the N1K with the VNMC path and Security profile attached. I now realised i require the Licence file for the following packages;
    gs2-cldnexus-01# sh license host-id
    License hostid: VDH=1956902401137053593
    gs2-cldnexus-01#
    gs2-cldnexus-01# sh license usage
    Feature                      Ins  Lic   Status Expiry Date Comments
                                     Count
    NEXUS_VSG_SERVICES_PKG        No  512   Unused 05 Aug 2013 -
    NEXUS1000V_LAN_SERVICES_PKG   No  512   Unused 05 Aug 2013 -
    NEXUS_ASA1000V_SERVICES_PKG   No   16   Unused 05 Aug 2013 -    <---- This licence is required
    All documentation points to the following link but its dead. Does anyone know where i can download the licence file from?
    www.cisco.com/go/1000veval
    Regards
    Darren

    Here is hte patch you may be looking for:
    http://www.vmware.com/patchmgr/findPatch.portal?product=ESXi+%28Embedded+and+Installable%29&version=121

  • How to upgrade licence file

    Hi All,
    I have downloaded BEA weblogic8.1 software from Oracle site and installed on a Unix machine. I want to update the licence file so that unlimited number of connections can be established.
    Kindly provide me the steps.
    Thanks,
    Raj

    I follow the link here:
    http://licensecodes.oracle.com/bea.html#WLSP
    And I am able to download the specific WLS license that I want, such as WLS 9.2 Premium Edition:
    http://licensecodes.oracle.com/downloads/LIC-WLSP92.zip

  • Licence file for new hardware key

    Hi everybody.
    I plan to migrate mi SBO server to a new machine. In order to test the change process a realise it in a virtual machine. During the install process I have requested a new licence file an finish correctly the new setup and restore the DB without trouble. The problem is that I have received a licence file that expire in 14 days. So when I will make the real new setup in my new machine How could I get a permanent valid file for the new hardware key  and disable the orl licence file ?

    Go to this link
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000706510&%20_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700001187372008E
    click on 'Request licence key'

  • Reg Archive files

    I want to know where the archive files will be stored, is it in application server, if i use the function module SUBST_GET_FILE_LIST, can i fetch the files for a particular directory, as i am able to fetch application server files, but i want to know whether i can fetch archive files.
    Thanks & regards.
    venkat.

    Venkat,
              Archived files are normally stored in External storage devises. Generally data which is old and not very frequently acessed is archived, to improve the afficiency of the SAP R/3 system.
              Yes you can retreive archived files. There are standard programs to retrieve archived files.
    For eg: RM06ER30 to retrieve archided Purchase Documents etc.
    a Basis consultant plays the significan role to manage the storage decises such as providing ACESS to the archived data in external storage devises.
    Hope this explanation of mine helps you.
    Murthy.

  • Reg: Html file download from server

    My requirement is download file from server. Am using jsp and servlet this. While downloading the file a dialog box with open, save and cancel option. When try to open html file it, open in the same window .
    Req: it should be open in seperate window (ie)
    Please advise me how to open a html file in seperate explorer
    Am using below Code for download a file:
    private void downloadFile( HttpServletResponse response, String strFileType, File file ) throws Exception
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Started.");
    BufferedInputStream bufferedInputStream = null;
    try {
    String strContentType = fileExtnContentTypeMapping.get(strFileType);
    if(strContentType == null)
    strContentType = fileExtnContentTypeMapping.get(CLConstants.FILE_EXTN_OTHERS);
    response.setContentType(strContentType);
    String strHeader = "Attachment;Filename=" + file.getName();
    response.setHeader("Content-Disposition", strHeader);
    byte data[] = new byte[CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER];
    bufferedInputStream = new BufferedInputStream( new FileInputStream( file ), CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER );
    int count;
    while((count = bufferedInputStream.read(data, 0, CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER)) != -1 ) {
    response.getOutputStream().write( data, 0, count );
    response.getOutputStream().close();
    }catch (ClientAbortException clientAbortException) {
    clientAbortException.printStackTrace();
    }finally{
    try {
    if( bufferedInputStream != null )
    bufferedInputStream.close();
    } catch (Exception exceptionFinally) {
    exceptionFinally.printStackTrace();
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Ends.");
    Thanks in advance
    Edited by: sunRP on Oct 11, 2009 9:47 AM

    The best you can do is set the correct content type.
    Once the file reaches the client's browser it's up to the client and their browser settings to decide what to do with it.
    You can't control the client's browser from your servlet.

  • Reg. File split in XI

    Hi,
            How do we split a file in XI? I Know that we can split a file using BPM step Message split. But my scenario is like, I am getting a flat file from a customer and as soon as it picked up by the File adaptor, it should be split into two parts if the file size exceeds certain limit say 100MB. How do we handle such type of scenarios in XI?  
    Regards,
    Murthy

    Hi ,
    Check Satish Reddy's reply in the following thread
    Re: File receiver - Get file size
    Regards,
    Sushil.

  • Reg: Sender File Adapter - Picking the files serially

    Hi Folks
    I have a requirement where I require help from you with you valuable suggestions/solutions. Requirement is :
    1.  Two different folders(folder1 & Folder2) at sender system, PI has to pick the files from Folder 1 and needs to process to target.
    2. Exactly after 30min duration PI has to pick the files from the second folder i.e., from Folder 2.
    Conditions are :
    i)  Only after processing the files from Folder 1 PI should process the files from Folder2(after 30min).
    ii) We might have many files(approx 10 - 15files) in each folder, PI must poll all the file in the folder in a single poll(i.e., without any delay).
    Please suggest me what could be the best solution for this, either to create two communication channels or can we handle it using a single communication channel.
    Kindly suggest.

    Hi Suman,
    The easieiet way is to use single communication channel to pick up all the files from the first folder.  Then run a unix script in after processing column where it will check for any files to be picked by xi in folder1 and then proceed with transferring files from folder2 to target.
    By this, you are making the scenario simple and realistic.
    There are other alternatives like using two communication channels and the only hurdle will be the timing to check whether the folder1 files have been completely picked up or not.
    Regards
    Krish.

  • Reg : txt Files in Server directory (UTL_FILE)

    Hi Experts,
    Suppose, I've placed 5 +.txt+ files (procedure/table creation scripts) in a db server directory.
    Is there any way I can loop through each of the files?
    I need to pull the content of each file into oracle table using a procedure. So, I'm trying dynamically trying to use External Tables with Execute Immediate inside my proc. Will package UTL_FILE help in this?
    Please give some suggestions.
    Let me know if you have any concerns.
    Ranit B.

    As an alternative solution, have you considered using external LOB's? Using this approach could save significant overhead vs. the external tables solution because it doesn't require any schema objects for accessing the txt files (if you use an SQL script instead of a stored procedure).
    http://docs.oracle.com/cd/B14117_01/appdev.101/b10796/adlob_bf.htm#1010878
    Below is an excerpt from the link the Oracle docs above; this could be used as a starting point. (Substitute your directory name/file name for the BFILENAME arguments.)
    /* This file is installed in the following path when you install */
    /* the database: $ORACLE_HOME/rdbms/demo/lobs/plsql/fdisplay.sql */
    /* Displaying BFILE data.  */
    /* Procedure displayBFILE_proc is not part of DBMS_LOB package: */
    CREATE OR REPLACE PROCEDURE displayBFILE_proc IS
       file_loc BFILE := BFILENAME('MEDIA_DIR', 'monitor_3060.txt');
       Buffer   RAW(1024);
       Amount   BINARY_INTEGER := 200;
       Position INTEGER        := 1;
    BEGIN
       DBMS_OUTPUT.PUT_LINE('------------ BFILE DISPLAY EXAMPLE ------------');
       /* Opening the BFILE: */
       DBMS_LOB.OPEN (file_loc, DBMS_LOB.LOB_READONLY);
       LOOP
          DBMS_LOB.READ (file_loc, Amount, Position, Buffer);
          /* Display the buffer contents: */
          DBMS_OUTPUT.PUT_LINE(substr(utl_raw.cast_to_varchar2(Buffer), 1, 250));
          Position := Position + Amount;
       END LOOP;
       /* Closing the BFILE: */
       DBMS_LOB.CLOSE (file_loc);
       EXCEPTION
       WHEN NO_DATA_FOUND THEN
          DBMS_OUTPUT.PUT_LINE('End of data');
    END;
    SHOW ERRORS;

  • Reg flat file extraction

    Hi Guru's,
    I have a flat file with Sales person, City, product, quantity, amount and calyear. I created info objects for sales person, product, quantity and amount. I gave city as attribute for sales person.
    while creating infocube i can't see the city info object. In transformation how can i map city infoobject of datasource with infocube. please help me.
    Thanks,
    Sneha

    Hi Sneha
    Since you assigned city as an attribute of Sales person you
    should delete that particular column from the flat file and try to
    load it and you can load this city attribute with an sepearate
    flat file for the info object sales person alone so that u can get
    the city attribute while your running a query. You can check it
    by creating a test query on the cube ..
    Hope its clear..!
    Thanks
    P159793(K M R)
    Assigning points is the only way of saying thanks in SDN
    >
    sneha marla wrote:
    > Hi Guru's,
    >
    > I have a flat file with Sales person, City, product, quantity, amount and calyear. I created info objects for sales person, product, quantity and amount. I gave city as attribute for sales person.
    >
    > while creating infocube i can't see the city info object. In transformation how can i map city infoobject of datasource with infocube. please help me.
    >
    > Thanks,
    > Sneha

Maybe you are looking for

  • Best way to Upgrade from 8.1.5 to 8.1.6 rel 2

    What's the best way to upgrade my software? I don't have anything that I can't afford to loose. Do I uninstall 8.1.5 then install 8.1.6 or will 8.1.6 overwrite the previous install? null

  • I cant see profile pictures in my facebook account when i log on through firefox

    i cant see profile pictures of my friends in homepage and in their profiles in facebook when i log on through firefox. == This happened == Every time Firefox opened == a month ago

  • What does mdadm's sync_action check do?

    Obviously, it checks the RAID array you run it on, but I'd like to know more specifics on what it does and does not do. For instance, through some testing and reading of docs, I've deduced that it does *not* do any kind of comparison between data (th

  • Getting notified about JCO.removeClientPool

    Hello, is there a way to be notified about removal of client pools? I have a PoolChangedListener in place, but it does not get called when the pool is removed.

  • 10.5.5 update = No Sound!

    I just finished updating my Leopard from 10.5.4 to 10.5.5 and I noticed when it booted that... I have no sound at all. The Icon of the sound has a prohibited signal under the sound-level bar... And I noticed that my optical output is always ON... it