DB on Aix/Oracle, CI Sap on Windows : supported or not ?

I'm looking for informations about a scenario where the Database is on Oracle/Aix, while the Sap central Instance is on Windows 2003 64 bit.
I found note 80266, but it refers to a link on sapnet now replaced with the advise to come here in SDN.
I'm not able to find out the white paper indicated on the note : "Homogeneous and Heterogeneous R/3 Systems".
I found several notes, but it seems they refers always to the installation of secondary R/3 As on Windows while the  R/3 CI is on Unix as well the database.
Any advise ?

Thansk for the feedback.
My doubt is that, as I remember, during a distributed installation of the DB istance the sapinst will ask to access some directory from the R/3 central Instance host.
Do I have to install SAMBA on the unix side just for the installation phase ? Or I can do some workaround to avoid to use SAMBA ?
regards

Similar Messages

  • Oracle reports 10 in windows 7 will not open.

    I just installed Oracle reports 10 on a windows 7 pc. It open once. I updated my tnsnames with the
    following
    # tnsnames.ora Network Configuration File: C:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 300031815DT.HOSTED.LAC.COM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    # I added the following1
    MYSTUFF=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=TEST.CA.US)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=MID)
    Is there anything I should look at.
    Howard

    I reinstalled it. It works. I am able to open it but then the same problem happens again. Does any one know they appropriate way to install oracle developer suite 10g on windows7.
    To install it I did the following
    Install Oracle Developer Suite 10g on Windows 7 (64bit)
    Recently, I got a task to install Oracle Developer Suite on Windows 7(64bit), but there seems lots of hassles to achieve this goal. There is a thread on Oracle forum on that topic. Here I log what I did to get it installed on my Windows 7(64bit) with 8G RAM.
    extract the setup files (version 101202) downloaded from otn.
    right click the install\setup.exe property, set compatibility to Windows XP SP2
    edit the virtual memory size to custom size from 1024m to 8000m, restart it
    run the install\setup.exe
    Hope this helps.
    link http://anythingsimple.blogspot.com/2011/01/install-oracle-developer-suite-10g-on.html
    Howard

  • Oracle Applications Release12 on Windows XP does not work when internet?

    Hi,
    Please note that I have installed Oracle Apps R12 on WINDOWS XP and it works fine when i connected to Internet, why. I want Oracle Apps to work when when i am not connected to internet. I have wireless modem on my LAPTOP and, its not guarantee that where ever i go there is a internet connectivity avaiable.
    Pls help.
    Thanks is advance.
    Regards,
    Rahmathullah

    Hi;
    The problem can be (at least i live this problem and it can be helpful for you too thaswhy i am posting):
    oafm,forms and oacore not starting up after IP adress change Doc ID: 412980.1
    The OC4J lock files contains the IP adress, after the ip adress change the lock files includes the wrong Ip adress which caused the OJ4J to faill. If you agree that solution is:
    1. set your envoriment
    2. follow document (its for linux but u can follow steps of document for windows too)
    I hope it will be helpful
    Regards
    Edited by: helios on 07.Oca.2009 02:07
    Edited by: helios on 07.Oca.2009 02:10

  • SAP and WINDOWS NT folders not there in Authentication  under CMC

    Hello All,
    I recently installed BOJ Enterprise 3.1 SP3 and also installed Integration kit 3.1 SP3 in Linux_x86.  In the initial logon screen i can see the SAP and WINDOWS NT in the drop down in the Authentication. But after selecting the Enterprise option to login CMS  I selected Authentication to configure the BW Backend system but i cannot see SAP folder or Windows NT option. I cn only see Enterprise and LDAP option those are by default comes along with BOJ Enterprise 3.1.
    Can anyone tell me why Iu2019m not able to see SAP and Windows NT in the CMS HOME --> Authentication
    I'm able to publish BW but RFC also failing after creating using PROGRAM ID.
    Any suggestions are appreciated
    Thank you,
    Vijay Reddy

    When the CMS is on unix/linux the NT and Ad plugin are not loaded, it seems some sort of mistake that the dropdown appears for either of them.
    On the SAP side if you don't see the plugin it indicates the integration kit or jco arenot installed properly/completely. That should work on either platform.
    Regards,
    Tim

  • How to know whether my oracle 10g instalation in unicode supported or not

    Hi
    i am new to oracle. I have installed Oracle 10g client and server.
    I want to know whether the database created can store unicode data/arabic data.
    Please guide me how can i find whether unicode support is on for my db or not.
    The outputs of some of the queries run by me are as follows:
    SQL> HOST ECHO $NLS_LANG;
    $NLS_LANG
    SQL> HOST ECHO %NLS_LANG%;
    %NLS_LANG%
    SQL> @.[%NLS_LANG%];
    SP2-0310: unable to open file ".[AMERICAN_AMERICA.WE8MSWIN1252]"
    SQL> select cust_eng_name,cust_arb_name from custmast;
    select cust_eng_name,cust_arb_name from custmast
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Please reply me asap.

    user10817093 wrote:
    1. Yeh that is the thing I want. What are the other steps that i need to do with my Oracle Client/Server for unicode support.
    Where i am getting trouble is the Oracle Client/Server unicode support.
    And how to decide what character set will suite me best.1. If your application is going to be a "true" Unicode application, you can set the NLS_LANG registry/environment setting on your clients to ".UTF8" to enable true Unicode support.
    2. Your database needs to support Unicode, too.
    The recommended database character set for this in 10g is "AL32UTF8".
    If you currently have a single-byte database character set (WE8MSWIN1252), you need to decide how to get this done.
    If you can simply create a new database using the "AL32UTF8" character set, this would be the easiest way.
    There are several documents available (e.g. on Oracle MetaLink) that describe in detail how to convert the character set of an existing database. Depending on your data this can be a tedious task involving several steps, so may be creating a new database and exporting/importing the data might be the simplest choice if you need to migrate some existing data.
    The recommended national character set is "AL16UTF16", by the way, but that shouldn't matter that much once you have a Unicode enabled database using "AL32UTF8" as database character set.
    2. How to set/retrive the "Database Character Set" and "National Character Set". This has already been answered partly. Retrieve:
    Database Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_CHARACTERSET';National Character Set:
    SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_NCHAR_CHARACTERSET';In most of the cases you can't just simply set/alter the character sets, as outlined above.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Windows support software not detected the presence of Windows support software

    I have already downloaded the Windows support software but why the Mac warning that it could not detecte the presence of Windows support software (I use USB for install)

    Same.

  • Problems setting up bootcamp, I had to remove and start over now I get a message " windows support software not available on server

    After getting error messages and not being able to fix the problem I decided to remove the windows partition/restore and try again. I'm now trying again and Im receiving a message "Can't install windows support software because it is not currently available from the software update server". Was I suppose to do anything else besides removing the windows partition or why is it that I can no longer get the windows support software?  Help Please!!

    Also for time machine do I just put in one of those empty discs in the mac and it backs everything up?

  • Windows support software not available?

    "OK - my version of "for a 5 year old"...
    From your Mac side - click open Applications, then Utilities, then open Boot Camp Assistant, click "Continue" (bottom right). Next select the option that says "I have the OSX installation disk that came with my Mac or I have… etc" and hit "Continue". Next click "Start the Windows installer" and follow the directions to install Windows. Once Windows has been installed, (perhaps you have already installed Windows, then skip all this) Windows will not be able to go online for updates or downloads as the Boot Camp Drivers for Windows need to be supplied (software that will activate Apple hardware). These drivers were supposed to be downloaded fresh but Apple has a slight problem there. What we are doing now to work around that problem is we are going to use older drivers that are present on the OSX DVD that came with your Mac. For Air owners, these (I believe) are on the OSX install stick (not a DVD). SO - WHEN you are in Windows for the first time, put your Snow Leopard OSX DVD into the slot, and the Auto-Run should play and offer to install the drivers software. Do what it says, and you're done. If it fails to AutoRun, then click open the DVD and look inside for the BootCamp part, and click icons until it runs - that's it. Apple Boot Camp Drivers has it's own Updater, so your machine will be obtaining fresher drivers pretty much as you need them (it will ask your permission)."
    That was NA Smith's little tut to solve the problem. Just tell me if I got this right. After I partition the hard drive, I install windows 7. Once I install it I run it then redownload the snow leopard disk? Bare with me please im 14 and this looks like gibberish to me. Also, will redownloading the snow leopard disk clear all the stuff on my mac? My dad has a user on it with a few work documents on it. If i lost them he would flip. I understand I should make a backup, but it seems so complicated. Point is, will redownloading the snow leopard disk clear mine and my dads stuff?

    Also for time machine do I just put in one of those empty discs in the mac and it backs everything up?

  • OS Mavericks - Boot Camp Assistant can not download windows support software because it is "not currently available from the Software Update server."

    When trying in install windows 7 on my mac, the Boot Camp Assistant attempts to fownload windows support software.  However, the program continues to return the following error: the windows support software "not currently available from the Software Update server." 
    Is there another way to get this software? 

    64 bit.  I found the support drivers and got the windows installation done.  When trying to run the 64 bit support drivers in Windows 7, it says my computer doesn't support 64 bit.  Sooooo.....
    I'm assuming I have to download the 32 bit support drivers for Windows 7.
    Correct?

  • Windows Support

    Trying to install Windows 7 through Boot Camp  **(using iso)**
    WIndows support software not being detected–though, I have it.
    If this has been solved or discussed elsewhere: sorry, I've been checking all day and it doesn't seem like anyone else has had this specific problem.
    13-inch, Mid 2010
    Version 10.8.5
    Model Name:     MacBook Pro
    Model Identifier:     MacBookPro7,1
    Processor Name:     Intel Core 2 Duo
    Processor Speed:     2.66 GHz
    Number of Processors:     1
    Total Number of Cores:     2
    Maybe someone show me a pic or a description of what the Windows support file looks like(so I can compare)?
                          open
    *Also: The steps of Boot Camp Assistant are different for me in comparison to the step by step videos I've watched and tons of forums I dragged my eyes through. I'm sure the particular model has to do with it. But I'm wondering if for my specific model, I'll have to make a few more adjustments in the Info.plist(or anywhere else) before moving on and completing my download.

    do you have a windows install dvd?
    bootcamp does not include a license or install of windows it must be bought seperate

  • Any luck with windows support software?

    Hi
    Has anyone had any luck getting past the windows support software not being available on the Apple server? I've got a 17" late 2006 imac and have lion running on it (10.7.4), plus windows 7 home edition but I cannot get the software to download I have tried the old drivers bootcamp 3.3 as I had read you can load those then update but that comes up with the message that the drivers on my machine dont need the update! All very frustrating i should also add that I'm not at all technically minded, any help would be much appreciated...

    BCA is the "update" method from 3.3 to 4.0
    you can't get there from 3.3 inside Windows
    you don't need 4.x drivers on a 2006
    if it ain't broken don't fix it
    As to why BCA in Lion won't... mystery. Sometimes network settings, sometimes a user has installed Norton and have trouble - which would be the firewall and web access port BCA tries to use is not configured properly.
    If I were you I would be sure to buy and use WinClone 3 $20 to make a backup image of Windows to another hard drive (not your OS X boot drive) and then keep that in case you need to restore or reinstall Windows.
    Other than graphic driver (AMD etc), security and normal Windows updates, there is nothing from Apple that would help.

  • Client Copy (SAP 4.5B AIX-Oracle to W2003-SQL)

    Hi! We have to extract a client from a SAP 4.5B running over AIX 5.2 & Oracle 9.2.0.5 where there are also 5 client besides.
    In this way, we are thinking about configuring a new eventual machine SAP 4.5B with AIX&Oracle, install it in the same transport layer and make a copy of the client that we need.
    After that, we'll make the heterogeneous copy of this new system with our only client between this machine and the final one with Windows 2003 Server & SQL Enterprise.
    I just wondered if anyone knew of these issues and if there's any incongruity in the planning.
    Any documentation or information regarding this issues would also be greatly appreciated.
    Best Regards.

    Hi,
    I believe you are using 4.7 Ext set 1. you have to use R/3 Enterprise 4.7 Ext 2 Inst master DVD for CI installation. (we did a fresh installation 4.7x110 on 10g/windows with ext set 2 dvd after facing same kind of problem.. but as you're doing a het system copy.. its bit different...)
    as per note - 896475 it only refers to DB installation part regards to 10g - The direct installation for R/3 Enterprise 4.7 Ext 1 is possible with the Installation Master DVD of R/3 Enterprise 4.7 Ext 2 SR1.
    Regards,
    Debasis.

  • SAP R/3 4.6C with Oracle 9.2 on Windows 2003-Server

    Hi,
    I need to find out whether it's possible to install SAP R/3 4.6C
    with Oracle 9.2 on a Windows 2003 - Server.
    Is is only possible to install this sap-system with Oracle 8.1.7 on a Windows 2000-Server? Or are there some other ways?
    If no, please tell me the possibilities for the correct installation of the desired sap-system.
    Awaiting for your feedback.
    Kind Regards

    ->SAP R/3 4.6C with Oracle 9.2 on Windows 2003-Server
    GreetZ, AH

  • SAP BOBJ XI 4.0 installation on AIX+oracle

    Hi,
    I want some information regarding
    SAP BO xi 4.0 AIX 6.1+oracle 10g installation
    Any konw how to install SAP BO Xi 4.1 on AIX+oracle.
    Please give the step how to implement crystal report+tomcat...  and soo many tools.
    amit

    Hi Waverly,
    No, I have the install doc, what I can't find is the actual installation files.
    Seperate sources indicate it is either already available or not available until August.  I suspect the later is the case, since we aren't in ramp up.
    Thanks and best regards,
    Russ

  • Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?

    HI all,
    Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?
    Thanks in Advance
    Sapsanthose

    sapsanthose wrote:
    HI all,
    >
    >
    >
    > Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?
    >
    >
    > Thanks in Advance
    >
    > Sapsanthose
    Hi,
    Yes, it does. Check the service.sap.com/pam
    Best regards,
    Orkun Gedik

Maybe you are looking for

  • Plugging in my MacBook to charge in France

    I'll be studying in France for a semester and will be bringing my MacBook with me. I realize Apple makes the World Travel Adapter kit, but is that all I need if I'll be charging my MacBook for a good 5 months in foreign outlets? In other words, is it

  • Using dbms_lob in trigger 10gR2

    Hello, I'm trying to read from a clob using dbms_lob in my trigger and assigning the value to a variable. My trigger is compiling fine, but it doesn't seem to be working. I'm using 10gR2. Am I misunderstanding how to read from/assign to a variable in

  • Probably a stupid question revisited...

    I asked yesterday about downloading the ipod update on a friends computer and then transferring it to mine because she has cable and I have dial up service. Now I have another question. Is there any way I can just download the update on her computer

  • Hi, is it possible to create a page transition similar to jquery when using a 'nav to' button?

    I am creating an iPad app and wish to have a menu from which when pressed will take the user to other pages within the same app. For this I am using a 'navto://' URL button with the file name and page number following within the code (e.g. navto://fi

  • Recover lost partition

    Dunno if this is the right place to put this but here goes. So, last night I'm looking at my desktop and notice I need to clear out my stuff. Organize and make it look nice again. So after a while of deleting and moving around files on my Mac OS X 10