Clustering the SQL 2005..

HI Expert!!
I am in preparation phase to install the MSCS there are some pre-requisites which should be met first,
Q1
You have created domain user groups for each clustered service like SQL Server, SQL Agent, Full Text.
A1
Yes. I have created in my domain controller,
Q2
Ask the domain administrator to create the domain groups with the Group Type Security and Group Scope Domain Local.
A2
Yes, I have assigned assigned as mentioned.
Q3
l The group names must already exist in the domain before you start the SQL Server 2005 installation.
A3.
Yes..Its exist.
Q4
l Ask your domain administrator to add the startup account for each service to the respective domain groups.
A4..my domain controller already running SQL server which being service to in-house dev application, not to sap.
How will assign the startup account to those service ?...explain me ..please.
Q5
l Microsoft recommends that you use for each service a different domain group.
A5..
How and explain me.
Q6
l Microsoft recommends that you do not share the SQL server domain groups with other applications.
A6
how and explain me.
Q6-b
You have created the SQL Server database cluster group and added the shared disks for the SQL Sever databases to the group.
A6-b
Expert opinion requried
Q7
What is the recommend size for the Production Database. ? Is 500Gb is enough ?
A7..
waiting your expert answer
Regards
Anwer Wseem

Hi,
For the manual create the CNO usually cause may issue, you'd better don't use that method.
The related article:
Windows 2008/ Windows 2008 R2 CNO Recovery
http://blogs.technet.com/b/hugofe/archive/2010/03/11/windows-2008-windows-2008-r2-cno-recovery.aspx
Hope this helps.
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.

Similar Messages

  • Fetch the data from the tables in the SQL 2005 server to sap R/3.

    Hi Experts,
    We need to fetch the data from the tables in the SQL 2005 server to sap R/3.
    Please explain which will be the best approach to fetch the same and how to do it. Sample program can greatly help.
    << Please do not offer points >>
    Regards,
    Shobana K
    Edited by: Rob Burbank on Sep 21, 2010 2:36 PM

    Hi,
    Try NATIVE SQL statements in your abap code otherwise you can try to establish jdbc connection from ABAP program.
    search in SDN for samples!
    Suresh

  • Manual the installation the SQL 2005

    Hi,
    I need a Manual the installation the SQL 2005.
    Regards Víctor.

    Hi Victor,
    Installing NW2004s? Look at this:
    https://websmp106.sap-ag.de/~sapidb/011000358700004073122006E/InstallationGuides_AllDBs.htm#q2
    Best Regards,
    JC Llanes.

  • Change the sql 2005 database  C drive to E drive

    hi,
    it is possible to change the sql 2005 database  C drive to E drive
    if ,yes then step:-?
    Regards
    Amit

    Hello Amit,
    >it is possible to change the sql 2005 database C drive to E drive
    >if ,yes then step:-?
    You can also check note [363018|http://service.sap.com/sap/support/notes/363018].
    Regards,
    Eduardo

  • MS SQL 2005 clustered database instance.

    Short Text 
    MS SQL cluster database instance - ONLY! 
    Long Text 
    Hi,
    If possible could you please confirm that our planned landscape
    migration is supported by SAP.
    At present our PRD SAP system is a standalone instance that consists of
    the database & central instance running on the same "HOST".
    <u>Current SAP PRD version:</u>
    ERP 2004 ECC 5.0 32 bit
    MS SQL 2000 32 bit
    both running on same host with OS Windows 2003 32 bit
    We plan to upgrade/migrate our PRD SAP system to new 64 bit hardware
    AND to move to a "Distributed" landscape installation i.e. database
    instance & central instance installed on different HOSTS. Also, the
    database instance WILL be clustered but the central instance will NOT
    be clustered. There are also multiple NON-SAP MS SQL databases that
    will run in the same cluster as the PRD SAP database instance.
    <u>SAP PRD version after migration:</u>
    SAP ERP 2004 ECC 5.0 64bit (running on X86_64 AMD64 hardware) on HOST'X'
    MS SQL 2005 64 bit (running on IA64 hardware) on clustered HOST'Y'
    Both running on Windows 2003 64 bit
    <u>My questions are:</u>
    1) Does SAP support a clustered MS SQL 2005 database instance that is
    running on a clustered HOST along with NON-SAP MS SQL databases?
    2)During the migration our PRD SAP MS SQL database will be upgraded
    from MS SQL 2000 32 bit to MS SQL 2005 64 bit IA64, is this also
    supported in a clustered istallation (database instance ONLY)?
    3) The central PRD SAP instance will be running on x86_64 AMD64
    hardware & the database instance will be running on 64 bit IA64
    hardware. Is this configuration supported?
    Thanking you inadvance.

    Hi Greg,
    Have you figured out the answer? We are trying do the exactly the same thing -- Move our SAP WAS 6.40 clustered central instance to a 64-bit hardware/SQL 2005/Clustered system. And this system has several non-SAP database on there. The biggest concern we have is whether SAP support this architecture. I posted a message here last year and several experts like Clas Hortien, N. P. C, in this form suggest NOT go to this architecture because SAP will not support it. One example, is that SAP/SQL requires server collation setting to SQL_Latin1_General_CP850_BIN2 and other databases may work on different collations.
    Migrate SAP SQL Server database to co-exist with others
    Anyway, if you or anyone in this form have some more information please share here.
    Thanks,
    Yujun Ran

  • Can SQL 2000 and SQL 2005 drivers co-exist in PI?

    Hi,
    Currently in our PI environment, we have JDBC Adapter connections to SQL 2000 database servers for which the Driver has already been installed.
    For connecting to new SQL 2005 database servers, I understand that we have to install the SQL 2005 drivers. I also came to know that SQL 2005 Driver is backward compatible and supports JDBC connection to SQL 2000 server.
    But the question I have is whether both the SQL 2000 and SQL 2005 drivers can be installed together in a way that connection to SQL 2000 use the 2000 driver and the connection to 2005 uses 2005 Driver.
    (They have different connection strings)
    Many thanks in advance,
    Regards,
    Rosie Sasidharan

    The SQL Server 2005 JDBC driver is far better than the SQL Server 2000 JDBC driver.  The 2005 JDBC driver primarily consists for one file, sqljdbc.jar.  ( if you want to use windows authentication there is another file you would need based on your platform x64 vs x86 called sqljdbc_auth.dll. If in the connect string you list ;integratedSecurity=true which means integrated security would be used and this second file would be required.  The 2000 driver did not support integrated security.
    The SQL 2000 JDBC driver was made up of the 3 jar files:
    msbase.jar,mssqlserver.jar and msutil.jar.
    If you want to use a Microsoft JDBC driver to connect to SQL Server 2005, than you should use the 2005 driver, sqljdbc.jar.
    Follow the instructions in point 1 of the note #831162 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 JDBC Adapter questions 1 and 13.
    Since the jar are different I assume you can use the both drivers, but it doesnt make sense.

  • Connecting to SQL 2005 from Oracle error

    I have an Oracle Database and SQL Database on the same server and wants to use odbc to connect to the SQL 2005 database and query tables of my choice.
    I did configured the ODBC correctly and called the DSN TSH_ARCHIVE. I have tested it and it works great. But each time I run the following query I get error:
    SQL> select count(*) from BALANCES_HS@tse_archive;
    select count(*) from BALANCES_HS@tse_archive
    ERROR at line 1:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Any suggestion and help will be greatly appreciated.
    Edited by: azaza on Jan 28, 2010 6:32 AM

    Hi,
    Thanks for the files.
    There are some problems with the configuration.
    listener.ora -
    LISTENERTSE_ARCHIVE =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST = xxxxx.ita.doc.gov)(PORT=1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=TSE_ARCHIVE)
    (ORACLE_HOME=J:\app\product\11.1.0\db_2)
    (PROGRAM=hsodbc)
    (SID_DESC=
    (SID_NAME=tpisdb06)
    (ORACLE_HOME=J:\app\product\11.1.0\db_2)
    This should be -
    LISTENERTSE_ARCHIVE =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST = xxxxx.ita.doc.gov)(PORT=1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENERTSE_ARCHIVE =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=TSE_ARCHIVE)
    (ORACLE_HOME=J:\app\product\11.1.0\db_2)
    (PROGRAM=dg4odbc)
    (SID_DESC=
    (SID_NAME=tpisdb06)
    (ORACLE_HOME=J:\app\product\11.1.0\db_2)
    The SID_LIST_LISTENER needs to match the actual listener name and the program for 11g DG4ODBC is called dg4odbc and not hsodbc.
    tnsnames.ora -
    TSE_ARCHIVE =
    (DESCRIPTION=
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TSE_ARCHIVE)(PORT=1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TSE_ARCHIVE)
    (HS=OK)
    The HOST name - TSE_ARCHIVE does not match the HOST in the listener, so it should be -
    TSE_ARCHIVE =
    (DESCRIPTION=
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxx.ita.doc.gov)(PORT=1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TSE_ARCHIVE)
    (HS=OK)
    I've changed the actual name to xxxxx so replace that with the name in the original file.
    Change the files, stop and start the listener then try again.
    If you still have an ora-12154 error then send the output from the following SQL -
    select db_link, host from user_db_links; <=== as the user getting the error
    and
    select db_link, host from dba_db_links; <===== as a DBA user
    Regards,
    Mike

  • SQL Express 2008 R2 and SQL 2005 Server SP1 in single Windows 2003 server

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    Appreciate your help.
    Sharon Lo

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    There is no issue with installing multiple versions of SQL Server on a machine.I have SS 2005 ,2008 R2 and 2012 all on same machine and they work just fine. You can install all version instances side by side and all will work independently from
    each other.
    Now issue which might cause problem  your SQL Server 2005 is SP1 which is a Blunder IMO. Please ASAP patch it to SP4 because you are running very old version of 2005 which is unsupported by Microsoft and also SP4 includes MANY fixes for SQLServer
    2005. Applying SP4 will fix many issues and will bring you under Microsoft support.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Install Mini SAP and SQL 2005

    Hi there,
    I hope someone can help me with the question.
    I’ve bought the ABAP objects book called “An Introduction to Programming SAP Applications” from Horst Keller and Sascha Kruger (black color). There are 2 CD's to install the application Mini Basis SAP and work with the ABAP workbench. I was able to install that on a pc Win2000 and it worked and that pc had no sql server/database installed
    But I've now another pc Windows XP and has has SQL 2005 Dev edition. I need to keep this.
    My problem is when I try to install the Mini Basis I get error. Is it because of I’ve already installed the Ms SQL 2005 dev edition? 
    I’m using Windows XP prof edition. How can I install on XP pro this software on my pc keeping the SQL 2005?
    I have tried resume_setup.bat and also enabled remote_services for the registry update. no hope.
    Can someone please help?
    Cheers, mesut
    Book reference: ISBN 0-201-75080-5  (SAP Press)

    Hi Sravan,
    That's exactly what I did. I bought the book and I try install on Win XP pro with SQL 2005 dev edition pre-installed.
    I'm in possession of the Mini SAP, I own the book. I also looked at the site you suggested
    http://www.sap-img.com/mini-sap.htm.
    It seems to be I should be able to install on WIN XP pro due to the site above.
    This is how a work
    1) CD 1 starts with home page
    2) I choose REsume (because I have already pre-installed the SQL 2005)
    3) Setup starts
    4) asks me which directory, it proposes C:\MBS  -- I accept
    5) It asks me where is the DATA and the KERNEL CD --- it proposes D: ---I accept
    6) at the mean time I click on switch view and I see the logs and this is finally I get (I just copy/paste below the errors no the whole log)
    So I don't know how to proceed further. I contacted SAP and they propose me this forums.
    Could you please advice?
    thanks mesut
    Error: DBCOMMONDBENV_IND_MSS SubstituteVariables 2 416
           The function RegOpenKeyEx with the parameterlist    
           (Software\Microsoft\MSSQLServer\MSSQLServer\Parameters) returned with error code 2 and error text:
            The system cannot find the file specified.
    Error: DBCOMMONDBENV_IND_MSS InstallationDo 2 416
          Phase failed.
    Error: Main {} 2 416
           Installation aborted.

  • SQL 2005: (yep!) During setup how place "ldf" files on drive D, "mdf" on drive E?

    Lovers of sql 2005 (all 2 of you) -- rejoice -- a question for you
    We have an old sql 2005 box that I am rebuilding with a newer OS (please, don't ask why!) but using the original master, msdb, etc.   The main problem I'm having is during the sql 2005 install I need to install the log files on drive D and the mdf's
    on E but the setup program does not seems to allow for this. (I can setup "Databases Services" on drive D but then the log files are on D too. Not what I wanted.)
    edm2

    I have long forgotten Installation of 2005 but I doubt, that it wont allow you .Anyways after installation you can change the location its not big deal.
    How to move system databases in sql Server 2005
    >>Lovers of sql 2005 (all 2 of you) -- rejoice -- a question for you
    Just ask question No need to add a punchline.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SQL 2005 & 2012

    We have a server with SQL 2005 on it.  We just installed SQL 2012.  When I look in the services there is also an instance called SQLEXPRESS.  When I go into the control panel to uninstall a program I do not see any SQL Express installed. 
    I have stopped the SQL express instance and am trying to start the SQL 2005 and SQL 2012 instances at the same time.  We need the 2005 to be started to be able to look at the current system and 2012 needs to be started at the same time as we are
    trying to redo the system in SQL 2012.  Does anyone know why we can not start both instances at once.  If one is running and I try and start the other instance I get "Windows could not start the SQL Server (MSSQL2012) on Local Computer. 
    For more information, review the System Event log.  If this is a non-Microsoft service, contact the service vendory, and refer to service-specific error code 10048."  When I look in the System event log I see the following "The SQL Server
    (MSSQL2012) service terminated with service-specific error Only one usage of each socket address (protocol/network addres/sport) is normally permitted."  Can anyone give me some information as to what the problem may be.  Thanks in advance.

    I have previously tried stopping 2005 and 2012 and starting one before the other, while rebooting the server in between.  However, I always got the same error regardless of which SQL was started first.
    Thanks for the information/link.  I stopped all SQL, started 2012, and then tried to start 2005 using the link you provided.
    Most of it appears to be OK until I get near the end of the output and then I see the following errors:
    (1) error:  26023, Severity: 16, State: 1
    Server TCP provider failed to listen on [ 'any' <ipv6> 1433].  Tcp port is already in use.
    (2) error: 17182, Severity: 16, State 1
    TDSSNIClient initialization failed with error 0x2740, status code 0xa.
    (3) error: 17182, Severity: 16, State: 1
    TDSSNIClient initialization failed with error 0x2740, status code 0x1.
    (4) error:  17826, Serverity: 18, State: 3
    Could not start the network library because of an internal error in the network library.  To determine the cause, review the errors immediately preceding this one in the error log.
    (5) error: 17120, Severity: 16, State 1
    SQL Server could not spawn FRunCM thread.  Check the SQL Server error log and the Windows event logs for information about possible related problems.
    In looked in the event logs I see the errors above and a warning (at the same time stamp) that says: "MSDTC encountered an erro (HR=0x80000171) while attempting to establish a secure connection with system".
    In looking in the event log for SQL 2012 (since 2005 is not running) I do not see any errors.

  • SQL 2005 and CF 5.0

    I think I created a table without the field 'System_ID' when
    first migrating from SQL 2000 to SQL 2005 and now I can not get CF
    5.0 to refresh its view of SQL 2005.
    I get the following error when running SQL 2005 and CF 5.0,
    but have no problems when running SQL 2000 and CF 5.0 nor when
    running SQL 2005 and CF 2008 trial version. If I delete the
    'system_id' from the SELECT statement it works too.
    I get the same error if I delete the table, or if I delete
    the entire database. The only thing that causes other errors is
    when I shut down the server or delete ODBC connection. I have
    rebooted the entire server (Server 2003), shut down the SQL 2005 -
    anything I could think of to clear buffers. The other thousand
    lines of CF code and about 100 tables works fine and interfaces
    nicely with a .NET application and Crystal Reports.
    Short of spending $1200 to upgrade or renaming tables or
    databases, does anyone an idea of how to get around this.
    Thank you in advance,
    Bill
    Error Diagnostic Information
    ODBC Error Code = S0022 (Column not found)
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column
    name 'system_id'.
    SQL = "select segment_id, segment_name, system_id from
    Segment"
    Data Source = "GIS_CABLE_FAULT_2005"
    The error occurred while processing an element with a general
    identifier of (CFQUERY), occupying document position (13:1) to
    (13:62) in the template file F:\TYSIMSCF\FAULTS.CFM.
    Date/Time: 09/02/08 11:26:49
    Browser: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR
    3.0.04506.648; .NET CLR 3.5.21022)
    Remote Address: 163.241.120.106
    HTTP Referrer:
    http://usy45ap0n/tysimscf/default.cfm

    FYI -- typically, forward looking statements are discouraged on these forums...and authoritative future information is definitely not encouraged...anyone who knows the answer would be barred from revealing it as it would be proprietary information, not for disclosure.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • SQL 2005 sa password RECOVERY not reset

    Is there a way to RECOVER the SQL 2005 Standard Edition 'sa' password?  Resetting the password could cause a re-installation of several applications.  The person in charge of it has left the company.. several years ago and there's no record of
    the password.
    The various links and search options provided indicate a replacement or update.
    Is MS support the only way?
    TIA

    "You can recover the SA password of SQL Server database account"
    Above statement is incorrect, but perhaps you mean to say "cannot" instead of "can"?
    "...for you can change the password..."
    But that was not what the OP requested. The OP explicitly requested retrieving the SA password, not resetting it. And retrieving it is indeed impossible.
    Tibor Karaszi, SQL Server MVP |
    web | blog

  • SQL 2005 key

    Hello,
    can anybody support me the key for the SQL 2005??
    on our last installation we got a cd from the sql 2000 which including the standard SQL key.
    This time we downloaded the SQL 2005 but we dont have a key for the installation..
    Thank you and best regards
    Serkan

    Hi Serkan
    Where did you purchase the SQL? If from SAP then they will provide a key. If from a reseller then they will provide the key. From the word  download you used, I am assuming that it is a "pirate copy" in which case no-one in the forum can help you with a key as this would be illegal.
    Unfortunately you must pay for licenses for SQL regardless what software you purchase or install.
    Kind regards
    Peter Juby

  • Custom DTS package migration from BPC 4.2 ,SQL 2000 to BPC 7.0 M , SQL 2005

    Is there any changes required in the custom dts package when migration from BPC 4.2 , sql 2000 Environment to bpc 7.0 , SQL 2005/2008  Environment.
    or
    Please suggest process for migrating  custom dts package from BPC 4.2 ,SQL 2000 Envirnment to BPC 7.0 ,SQL 2005/2008 Environment

    When you say "custom dts package" that can mean many different things. What type of customization has been done?
    There are a few BPC-related features which changed from 4.2, which must be manually adjusted, if you're using those features.
    But SQL itself also changed dramatically in moving from SQL 2000 to 2005. So if your customer's packages are heavily customized around SQL 2000, this may require substantial re-work.
    The only migration process for custom DTS packages -- that I'm aware of -- is to use the SQL 2005 migration tool in SSIS, see how much it messed up, and then fix everything else that's still broken.
    But there also may be opportunities to improve the package overall. SQL 2005 has a lot of great new features in SSIS, over what was there in SQL 2000.
    I haven't started working with SQL 2008 yet, so I can't say what complexity there is in upgrading DTS packages from 2005 to 2008. From what I read in the BPC 7 release notes, it sounds like it's a very minor upgrade, compared to the jump from 2000 to 2005.

Maybe you are looking for