How to make SAP Instance on Windows without SAPinst (manually)

Dear colleagues!
On unix platform It's usually more convenient for me to make an additional sap instance by manually copying of sapmnt, usr and a couple of others folders, making links, editing /etc/services. It's faster than running SAPINST (for me).
So the question is - how and what should I perform for making an instance, central instance as well on WINDOWS platform.
with best regards,
Vladimir

Hi,
It is not recommended way to install SAP System without following Standard Installation Method. Please read concerned Official SAP Installation Guide and follow the standard procedure without inviting more complexities and headache.
Regards,
Bhavik G. Shroff

Similar Messages

  • How to make SAP B1 connection with Windows Sharepoint Service 3.0

    how to make SAP B1 connection with Windows Sharepoint Service 3.0 through asp.net web part code.. I get the security error when i run that web part......
    public bool ConnectToCompany()
                oCompany = new SAPbobsCOM.Company();
                oCompany.Server = "192.168.1.58";
                oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
                oCompany.CompanyDB = "SBODemoUS";
                oCompany.DbUserName = "sa";
                oCompany.DbPassword = "abc";
                //oCompany.UseTrusted = true;
                oCompany.UserName = "manager";
                oCompany.Password = "manager";
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;
                oCompany.LicenseServer = "192.168.1.58:30000";
                int i = oCompany.Connect();
                if (i != 0)
                    return false;
                return true;
    protected override void RenderContents(HtmlTextWriter writer)
                if (conn.ConnectToCompany() == true)
                    writer.Write("Hello" + this.Context.User.Identity.Name);
    Edited by: bikalg on Nov 28, 2010 9:43 AM

    Hi.......
    Welcome to SAP Business One Forum.....
    Unfortunately this is the wrong forum you posted here.
    I would suggest you post it in SDK or System Administration Forum and definitely you get the solution and close this thread from here......
    Regards,
    Rahul

  • How to create an instance for RemoteSession without using create() method

    How to create an instance for RemoteSession without using create() method?

    What's RemoteSession? Not in the JDK. And does the question have anything to do with concurrency?

  • My macbook froze up. Finger gestures work, but I cant close out of any windows. How do I close out the windows without using the track pad?

    My macbook froze up. Finger gestures work, but I can't close out of any windows by clicking on the red "X". How do I close out the windows without using the track pad?

    Command + W will close a window. Command + Q will quit a program.

  • How to make another modal popup window in a modal popup window?

    how to make another modal popup window in a modal popup window?
    two modal windows must be made by inheritance of JDialog.

    the jdialog has constructors where you can set another jdialog as owner. (the same as frame)
    Visit our german java forum at http://www.java-forum.org/de
    An english version will be released soon at http://www.java-forum.org/en

  • Urgent!! How to setup Tomcat instance in windows??

    Urgent!! How to setup Tomcat instance in windows??
    I have the next problem when execute tomcat.bat start:
    sin espacion en entorno
    you must set java_home to point at your java development kit installation

    You need to set the following two environment variables after you install tomcat on windows
    set JAVA_HOME= {Java directory path}
    set TOMCAT_HOME= {Tomcat directory path}
    Do this and try running start.bat again. It should get past this error.

  • How to make Excel VBA (on Windows OS) to work on Mac

    Hi,
    I have made an application which uses Excel forms and other features of Excel Form 9like Title, Combo Box, List Box, Buttons etc).
    The code works well on Windows OS however when I run it on Mac it fails to work. Can anyone help me how to make this work.
    Regards, Hitesh

    Hi ExcelUser2507,
    To be honest, I do not have much experience about Office for Mac.
    >> The code works well on Windows OS however when I run it on Mac it fails to work.
    This is possible, MAC and Windows are 2 different platforms and the features of Office System on this 2 platform is also inconsistent (the Office for Windows has more rich features).
    >> How to make Excel VBA (on Windows OS) to work on Mac
    This forum is mainly for discussing question about the Office on Windows platform.
    The thread below may help, and Office for Mac forum should be more appropriate for asking questions about Office for Mac.
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/vba-support-on-office-mac/5023cdbc-fadf-4e39-a49f-59d2534aef85
    Hope it will help.
    Best Regards,
    Edward
    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.

  • How to make database instances available in the SAP MMC

    Hello,
    I have been trying to figure out on how to make a database instance, which I installed on the MSSQL Server, available in the SAP Management Console in order to start the instance. I am able to view the instance over the Enterprise Manager of the MSSQL Sever, but I cannot start it from there (this is only possible from the SAP MMC). I have the SAP MMC installed on my computer, but just cannot figure out on how to control the instance from there because I cannot see it.
    I hope someone can help me on this matter!
    Thanks....
    Katharina

    Hello Katharina,
    Run SAP MMC and right-click to SAP R/3 Systems.
    Choose properties and go to Fixed tab.
    In 'System' field enter Your SID (e.g. EBP)
    In 'Instance' field enter hostname<space>instance number (e.g. epb01 10) Remember, there is space between ebp01 and 10.
    Click on 'Add' button and then OK.
    Best Regards,
    Marcin Gajewski

  • How to make an AIDrawArtAGMPort on Windows with CS3, CS4 and CS5

    Hi
    I want to use the function DrawArt of AIDrawArtSuite.
    To use this function, I must have an AIDrawArtGWorld or an AIDrawArtAGMPort or an AIDrawArtAGMPoirtV6 object.
    With CS6 SDK, this suite provides a mean to instantiate an AIAGMPort.
    With CS3, CS4 and CS5 this function doesn't exist.
    On MacOS X, I can build AIDrawArtGWorld.
    On Windows, I don't know how to do it.
    On Windows how can I make an AIDrawArtAGMPort  object ?

    Hi,
    It is not recommended way to install SAP System without following Standard Installation Method. Please read concerned Official SAP Installation Guide and follow the standard procedure without inviting more complexities and headache.
    Regards,
    Bhavik G. Shroff

  • How to make a custom popup window conditional

    I reviewed the how-to doc to create custom popup pages. It uses a javascript function in the HTML Header of the popup page:
    <script language="JavaScript" type="text/javascript">
    function callMyPopup (formItem1,formItem2,formItem3) {
    var formVal1 = document.getElementById(formItem1).value;
    var formVal2 = document.getElementById(formItem2).value;
    var formVal3 = document.getElementById(formItem3).value;
    var url;
    url = 'f?p=&APP_ID.:2:&APP_SESSION.::::P2_ENAME,P2_JOB,P2_SAL:' + formVal1 + ',' + formVal2 + ',' + formVal3 ;
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    I don't know javascript -- is there a way to have the page be a popup page conditionally based on the page it's invoked from? I want to use an existing report page that's a tab page as a popup page with a conditional column link that is displayed based on if it was invoked from a specific page that's used for the pass back values. Is this all possible?

    Hi Denes,
    Thanks so much for your help. I have everything working, it's great! I'm trying to enhance this by having the Select column in my popup page (P57) be conditionally displayed based on the page it was invoked from. I've tried a couple different things. One is I have a page item on the popup page that gets set to the page it's invoked from by setting the page item in the href defined in the Post Element Text for the link in the calling page. What I can't figure out now is how to set it to null after the user selects a value from the popup page, or if they close the window without selecting a value. To make it work in all cases, the P57_FROM_PAGE page item needs to be set to null by the calling page.
    Can you give me some pointers on how to do this?
    Karen

  • How to make SAP standard field as mondatory in a screen

    hi all,
    i need to make SAP standard field as mondatory in a screens EG31, EG34,EG71
    TO DO THAT   I HAVE TO USE : EXIT_SAPLE30D_002 
    so can anybody tell me how that

    You can use standard program RSMODPRF.
    Execute this standard program without giving any input
    and select the data element whatever you want to make mandatory and click on Assign prog/screen button click OK and come back.
    now give required data element and execute the program again
    and write the code to make that datea element mondatory.
    hope it helps...

  • How to make a table in java without using GUI??

    how can i make a table in java without usinf GUI, just simple codes??
    NAME ID NUMBER ADDRESS STATUS

    If you simply want to store them internally, you don't want to use a table.
    Make a simple class with properties id, name, number, address, status. Then create a Hashtable that indexes instances of the class by id or some other property.

  • How to install SAP GUI in Windows 8.1

    Hi,
    Please guide me how to install SAP GUI in OS Windows 8.1
    Regards,
    Priya

    Before installation of SAP GUI we need to know the OS details and the OS system Bits (32 / 64).
    NW SAP Setup
    • Download the software @ SAP Site using S user login ID.
    • Download the Software gui730_0-10010496 (include the patch 6 hotfix 1)
    • After download Extract it and go to the path and install.

  • How to make SAP Business One display language in Chinese?

    I have installed Chinese Demo Company, but the language rendering is not right on my PC. It shows bunch of boxes. My PC is running windows XP and installed for North America Settings. What do I need to do to make SAP Business ONE Chinese Demo Company display in Mandarin/Simple Chinese?
    Thank you.

    Hi,
    You need select install file for East Asian language under Regional and language option of control panel.
    Thanks,
    Gordon

  • How to append SAP instance in SAP MMC

    Hi,
    We had two instances running in one host.
    After a reboot one system is up and running and can be seen in MMC but the other instance niether starting nor appearing in MMC.
    Can any one tell me how to append the instance in MMC with the existing up & running Instance?
    Regads,
    Souren

    Hi,
    In the properties widow select the fixed tab and add the hosttname and the instance number and then press ADD.
    The SAP instance may not be listed in the MMC if the sapservices fails to start due to logon failure. Please check whether the services SAP<SID>_<Instance Number> has been started and if not please check whether the password for the user .\sapservice<SID> is valid.
    Regards,
    Varadhu

Maybe you are looking for

  • When I make a PDF from an AI file invariably I accidentally edit the PDF, not the AI file

    [I'm a long-time user of Illustrator and the creative suite/cloud.] When I make a PDFx file in illustrator I always "view PDF after saving". Invariably -- even when I rename the PDF -- I inadvertantly start editing the PDF as though it is an illustra

  • Photoshop CS2 Crashes on Launch

    Before I detail all that info I just noticed some information about "ACTIVATION." My hard drive was recently replaced by Apple service and perhaps when I reinstalled the software it had a 30 day timebomb? The instructions say to "TRANSFER ACTIVATION"

  • How do I clean the fan?

    My G5 acts up fairly regularly and I think all the service tech did last time was clean the fan.  Is this possible? and if so how do I do it (including opening the case).

  • JAAS - EJB

    Hello, In my system I going to implement JAAS, all informations about users, groups (every user is join to many groups - group in my system is like role) are stored in protection system (outside system provided by other vendor). I implements LoginMod

  • Exception thrown in EJB not captured in ManagedBean

    Hi. Im new in community. I have an EE project using JSF 1.2, EJB 3.0 deployed in Weblogic 10.3.6. My EJB that throws an Exception that is captured in my ManagedBean. However the exception does not reach to my ManagedBean. This exception should reload