Renaming Project Server 2010 database server

Hi all,
We have Project Server 2010 + SQL Server 2008 R2, but we need to upgrade DB to cluster SQL Server 2012 Enterprise Edition
SP1 CU7.
Is it ok if we rename Project Server DB server , for example from DBSER05 to DBSRVCL07\APPDB ?

As you planning to upgrade SQL server from 2008 r2 to sql server 2012 enterprise edition SP1 CU7.
In this case you have to create your farm from scratch. You have to Create your APP server and FE server all together from scratch and then you have to give your new DB server name DBSRVCL07\APPDB  while creating farm.Once you run the configuration
wizard their you have to specify the NEW DB name DBSRVCL07\APPDB it will create Sharepoint config and content.
then you can restore your current project server DBs on new DB cluster server DBSRVCL07\APPDB  and create project WEB  APP where you can point restored project server DBs.
It means it would be all together back up and restore on new hardware.
i am just guessing if you think you will only upgrade Sql server, create cluster and rename proejct server DB server name in the existing farm that will not work.
Only approach is take back up and restore onto new infrastructure.
http://azlav.umtblog.com/2011/06/07/project-server-2010-database-restore-part-i/ 
if we rename Project Server DB server , for example from DBSER05 to DBSRVCL07\APPDB-- If you will only rename project
server DB server name then it wont work as project server also uses sharepoint config and content DB which are setting on old DB server name(we give db server name while running wizard) and it will throw errors.
kirtesh

Similar Messages

  • Lync Server 2010迁移升级Lync Server 2013时Lync Server控制面板无法打开Lync Server 2013

    Lync Server 控制面板打开Lync Server 2010正常,打开Lync Server 2013报错未授权:授权失败。前端服务器日志显示如下:
    日志名称:          Lync Server
    来源:            LS Remote PowerShell
    日期:            2014/4/1 10:40:41
    事件 ID:         35005
    任务类别:          (3500)
    级别:           
    错误
    关键字:          
    经典
    用户:           
    暂缺
    计算机:           lync13fe01.byd.com
    描述:
    远程 PowerShell
    无法从存储中读取 RBAC 角色信息。
    远程 PowerShell
    在尝试读取用户的 RBAC 角色信息时遇到问题。Retry failed。异常: SqlConnectionException。失败原因:
    用户 'DL\LYNC13fe01$' 登录失败。。堆栈跟踪:   
    在 Microsoft.Rtc.Management.Store.Sql.XdsSqlConnection.ReadDocItems(ICollection`1 key)
    在 Microsoft.Rtc.Management.ScopeFramework.AnchoredXmlReader.Read(ICollection`1 key)
    在 Microsoft.Rtc.Management.WritableConfig.AnchoredXmlSchemaCache.get_Item(ScopeClass scopeClass)
    在 Microsoft.Rtc.Management.Authorization.OcsRunspaceConfiguration.GetRolesFromStore(ManagementConnection connection)
    原因:
    发生失败可能是由于读取管理存储时出现某个权限问题。
    解决方法:
    确保服务器是加入域的计算机且能够查询 Active Directory。
    事件 Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Remote PowerShell" />
        <EventID Qualifiers="52652">35005</EventID>
        <Level>2</Level>
        <Task>3500</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-01T02:40:41.000000000Z" />
        <EventRecordID>7400</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lync13fe01.byd.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Retry failed</Data>
        <Data>SqlConnectionException</Data>
        <Data>用户
    'DL\LYNC13fe01$' 登录失败。</Data>
        <Data>  
    在 Microsoft.Rtc.Management.Store.Sql.XdsSqlConnection.ReadDocItems(ICollection`1 key)
    在 Microsoft.Rtc.Management.ScopeFramework.AnchoredXmlReader.Read(ICollection`1 key)
    在 Microsoft.Rtc.Management.WritableConfig.AnchoredXmlSchemaCache.get_Item(ScopeClass scopeClass)
    在 Microsoft.Rtc.Management.Authorization.OcsRunspaceConfiguration.GetRolesFromStore(ManagementConnection connection)</Data>
      </EventData>
    </Event>

    Hi,
    This forum is only English Supported.
    Did you use the same account to open Lync Server 2013 control panel with Lync Server 2010 Control Panel?
    If not, please check the account that is assigned to the CsAdministrator role.
    On your Lync Server 2013 Front End Server, open IIS, expand Lync Server Internal Web Site. Click cscp, then click Browse *:443 in Actions panel to check if you can open Lync Server 2013 Control Panel.
    Check your Domain Controller is available. You can ping it on Lync Server 2013 Front End Server.
    Lisa Zheng
    TechNet Community Support

  • ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP

    ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP?
    PLEASE EXPLAIN

    hi
    <b>Presentation Server</b>
    It is actually a program named sapgui.exe.
    It usually installed in user’s workstation.
    The interface accepts the input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server.
    It receives and displays the result from the application server.
    <b>Application Server</b>
    An application server is a set of executables that collectively interpret the the ABAP/4 programs.
    Each application server has a profile called application server profile, that specifies its characteristics when it starts up and while it is running. It specifies:     
    1. Number of processes and its types.          
    2.Amount of memory each process may use.
    3. Length of time a user is inactive before being automatically logged off.
    If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server
    <b>Database Server</b>
    The database server is a set of executables that accepts database requests from the application server.
    These requests are passed on to the RDBMS (Relation Database Management System).
    The RDBMS sends the data back to the application server.
    The RDBMS  may run on database server’s computer or may be installed on its own computer.
    The components of application server are dispatcher, dispatcher queue, work process.
    All requests that come in from presentation servers are directed first to the dispatcher.
    The dispatcher writes them to the dispatcher queue.
    The dispatcher pulls the requests from the queue on a first-in, first-out basis.
    Each request is then allocated to the first available work process.
    A work process handles one request at a time.
    The work process needs two memory areas, the user context and the roll area.
    The user context is a memory area that contains the information about the user.
    The roll area is a memory area that contains about the program execution.
    <b>User Context</b>
    User context is a memory area that contains the characteristics of a user that is logged on the R/3 system.
    1)It holds,     user’s current settings.               
    2. The users authorizations.          
    3. The names of the programs the user is currently running.
    When a user logs on, the user context is allocated for that logon. When logs off, it is freed.
    <b>Roll Area     </b>
    A roll area is a memory that is allocated by a work process for an instance of a program.
    It holds the information needed by R/3 about the program execution, such as:     1. The values of the variables               
    2. The dynamic memory allocations          
    3. The current program pointer.
    Each time a user starts a program, a roll area is created for that instance of the program.
    If two users are using the same program at the same time, two roll areas will exist-one for each user.
    The roll area is freed when the program ends.
    Both roll area and the user context play an important roll in dialog processing
    <b>pls reward points dor useful ans</b>
    <i>regards
    vivek</i>
    Message was edited by:
            Vivek Saxena

  • How to find Project Level Text Custom Fields in Project Server 2010 databases?

    Hello,
    We are using Project Server 2010 SP2 in SEM Mode. We are planning to use Project Level Local Custom fields and we want to pull them in reports using SSRS, so I am wondering which table these "Local" (non enterprise) custom fields are stored in
    database.
    Any suggestions?
    Regards,
    Kishore Dodda
    Kishore Dodda

    Hi,
    Please see this
    similar thread about reading local custom fields though the PSI.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Replication of Project Server 2010 databases from Production to Development

    HI
    We have One Production, One Development and One QA server but the Production data is not matching with the Dev and QA.
    Now our client is asking is there any possibility that we can copy the production data bases and replicate in the Dev and QA.
    Is there any auto sync method where the production data updates will be updated in Dev and QA automatically.
    Our environment is Project Server 2010  4 PWA data bases and 1 config data base and 1 config data base for project sites.
    Please suggest a best possible way to solve this issue as i thought to take the the PWA back up frm central admin along with the 4 db back up from pwa--- 6 db back up from sql server---- restore all of them in the Dev and QA---i don't think it is the right
    approach.
    Thanks
    Geetha
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    As per your First post you only want to update the data of DB on regular basis. 
    Now you are talking about back up restore Please be clear what you want . 
    If you have all the configuration ready on qa and dev then only replication need to be done. 
    can i use the replication mechanism for all the 5 databases in PS 2010 at time won't be a problem right
    ?  YES
    other wise 
    If i want to copy the PWA configuration part can i use play book or any other steps i need to perform.
    YES
    We have some workflows on PWA instance. Create workflow on Dev and QA
    kirtesh

  • "Message Queued for submission" performance counter high for Exchange Server 2010 Database

    Hi,
    We are receiving SCOM Alert as "Mail Submission service is experiencing issue: Messages Queued for Submission-sustained for 15 mins-RED (>25)".
    After checking the "Messages queued for Submission" counter on the repective server it was found that the value is 66 but when we check the queue viewer we dont observe any messages stuck in Submission queue.
    Would like to know what aspects can be checked here, in order to troubleshoot the issue?
    The counter shows 0 value in perfmon for all other mailbox databases.
    Thanks & Regards.

    Hi,
    This is a known issue with Exchange Server 2007 and Exchange Server 2010.  We do not recommend that you use this counter for health alerts.
    I recommend you refer to the following article:
    http://support.microsoft.com/kb/2921142/en-us
    It is caused by the MailSubmission service submits a message for delivery multiple times, the counter is incremented two times but decremented only one time. This situation can leave the counter with a positive value even though there
    is no message in the queue. When you restart the service, the counter is reset. 
    Here is an similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/c9b485a5-ef0e-4b9a-851e-28c4a4c0606a/msexchangeis-mailbox-messages-queued-for-submission-keeps-increasing?forum=exchangesvradminlegacy
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Exchange server 2010 exchange server 2013 sp1 2 servers one domain

    Scenario : Existing Server - Small Business Server 2011 with exchange 2010 \ Additional server on domain server 2012 r2 with exchange 2013 sp1 \ exchange 2013 sp1 installed on the second server but the exchange toolbox snap in fails, EAC login credentials
    will not log on, and the shell tries to log onto the exchange 2013 with access denied error but then logs into the existing 2010 exchange server. Any suggestions on how to get these two installs of exchange to play nicely? reasoning is to eventually migrate
    everything over to the new exchange.

    Hi,
    Based on my experience, here are some troubleshooting:
    1. Check if all your Exchange 2013 services are working properly.
    2. Check if the login account is a member of Exchange management group. You can try another admin account.
    3. Check your event log and find if there is any error.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Communication between Appliation Server and Database Server

    If a web app is deployed to an Oracle Application Server, this AS machine is physically connected to an Oracle Database (server) machine in the same location:
    For the purpose of sending and retrieving data from AS server to/from DB server, do I need to install any communication/network software on the both (AS and DB) machines? If so, what kind is needed?
    Otherwise, I would assume two network cards plus a cable/wire will do (but not sure).
    Thanks
    Scott

    If you are using the Oracle Type 4 (thin) JDBC driver, you shouldn't need to configure the tnsnames.ora or sqlnet.ora files.
    Neither the OCI nor the thin driver will use ODBC, which is generally only available on Windows. Sun puts out a JDBC-ODBC bridge driver, but I don't know of anyone that has intentionally used that particular driver in production code in years. Whether the thin driver is faster than the OCI driver depends heavily on the driver version and the particulars of your application's workload. It's generally best to benchmark both with your code if you are concerned with driver performance.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Orcale App Server and Database Server in a distributed setup

    Hi,
    I had a question about orcale db server. Now, as I understand it in a cluster there is one database SERVER and each machine in the cluster has access to the shared database server.
    The entire cluster presents a unified view of the database server. To the developer it appears as though there is only one database server.
    Is it possible to have several such clusters and run a query across these clusters in a transparent manner? Say I have Table 1 on database SERVER 1 and table 2 on database SERVER 2. Given the current architecture SERVER 1 is on CLUSTER 1 and SERVER 2 is on CLUSTER 2. Can I run a query joining Table 1 and Table 2 such that I do not have to worry about where CLUSTER 1 is and where CLUSTER 2 is? I am nit talking about partiitioning where one table is spread across nodes in a CLUSTER but is still within the same database server.
    Regards,
    Sandeep

    Hi,
    I had a question about orcale db server. Now, as I understand it in a cluster there is one database SERVER and each machine in the cluster has access to the shared database server.
    The entire cluster presents a unified view of the database server. To the developer it appears as though there is only one database server.
    Is it possible to have several such clusters and run a query across these clusters in a transparent manner? Say I have Table 1 on database SERVER 1 and table 2 on database SERVER 2. Given the current architecture SERVER 1 is on CLUSTER 1 and SERVER 2 is on CLUSTER 2. Can I run a query joining Table 1 and Table 2 such that I do not have to worry about where CLUSTER 1 is and where CLUSTER 2 is? I am nit talking about partiitioning where one table is spread across nodes in a CLUSTER but is still within the same database server.
    Regards,
    Sandeep

  • Installing Exchange server 2010 on Server 2012

    I understand that SP3 supports Server 2012.
    Looking at the size of the extracted files on SP3 this is not a slipstreamed later version of Exchange right?
    Am I also right  in thinking, I just need to:-
    - Update the schema and Domain prep it
    - Use the Exchange 2010 with SP1 disk to complete base install and then apply SP3
    Does that sound about right?

    Hi,
    Apart from the suggestions above, before you decide to install Exchange 2010, please make sure you meet the Exchange 2010 installation prerequisites. For more details about Exchange 2010 prerequisites, you can refer to the following article.
    http://technet.microsoft.com/en-gb/library/bb691354(v=exchg.141).aspx
    And here is a related article about how to prepare Active Directory and domains for installing Exchange Server 2010 which may help you.
    http://technet.microsoft.com/en-us/library/bb125224(v=exchg.141).aspx
    Hope this helps.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • Disconnect window server with database server

    I'm currently run a pl/sql job in database, the database server currently r connected with window server, what i need to do is sometime the window server will down and the job will fail, n i need to recover the database manually. How do i eliminated from connected with window server?
    Thanks

    In such a scenario why do you want to run the pl/sql job?

  • Can DHCP computers serve as database server?

    My laptop is a DHCP computer. I installed Loopback adapter for Oracle 10g Release 2. Can it serve as a database server? Can I use other computer with the client installation to access to the database server? Or I must install the client software at the laptop with the server installation. In this case, does the client connects to the server using Oracle Net Services?
    Thanks.

    Two parts here: DHCP and Database access.
    1) DHCP
    This is for finding/identifying the computer and is not part of the database discussion. (Assuming TCP/IP for this discussion ...)
    A computer has an address and a name. The address is an IP address which may be 'statically' or 'dynamically' assigned. If static, a network admin provides the P address. If dynamc, it is assigned using DHCP. The name is just a readable alias for the address and tat is stored in either a lookup file (/etc/hosts) or 'resolved' by a program called DNS.
    The problem with DHCP is that the computer name and address are provided on a time-limited lease. This means that the address can change over time.
    A server should be at a known address so that clients can find it easily. (Imagine if your favorite grocery store moved every few weeks.)
    So, while a server can use DHCP to run it's service, there is a risk that the service could become unavailable due to retrained leased. To mitigate that risk requires the network administration to take even further steps, such as Dynamic DNS.
    Oracle 11gR2 is looking at mitigating that issue to some extent using a 'GNS server'.
    2) Database access
    The other part to your question relates to the 'service' and/or 'sid'. In brief:
    - A sid represents the physical database instance (and is used to derive the start of memory for the database instance)
    - A service is logical and points to one or more SIDs (in RAC or standby, the service can imply multiple instances)
    - A database instance has at least one service and that service matches the sid
    - A database instance may support other services
    - A database instance registers the services that it will honour with the listener
    - The listener will listen on a network for 'requests for a service'
    A TCP/IP client will always use a 3-part request to get to the database instance. The 3 parts are "host computer where the listener is", "the port on which to connect to the listener" "the service for which the listener should provide the final connection". Some of these parts may be implied, but in TCP/IP they are always there.
    When you connect using a non-Java client, you may see a connection request like
    sqlplus user/password@alias
    and the alias looks up in some 'resolver mechanism' to translate the alias into the 3 parts. The resolver mechanism is often the TNSNAMES.ORA usually installed with the client, although that could be different based on the contents of the SQLNET.ORA
    In a Java (JDBC) connect, you will use a URL like "jdbc:oracle:thin:scott/tiger@//myhost:1521/orcl" - which is basically "jdbc:oracle:thin:user/password@//host:port/service" (see http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html)
    The HOST part in the above needs to get translated into a specific computer - and that is the link back to hostname, IP address, DHCP and DNS.
    HTH
    /Hans

  • Rename existing Exchange 2010 database in DAG

    Hello,
    I want to rename one existing database on our exchange 2010 server. This database is in DAG and hosting around 1000 users. So not possible to create a new mailbox database and move.
    How can I rename the database?
    After renaming it, what will happen to the Copy database on another server as it is in DAG.
    Thanks,
    Mihir

    Appreciate your response, Andy.
    To clear my doubt,
    If I am ok to reseed the passive copy, then I can follow below steps, Correct?
    --> Remove Passive copy
    --> Remove Database files and Log files on this passive server manually
    And
    "1. Then will a New database with this new name be created?"
    --> On Move database, I will mention same location, but just
    rename .edb file. So a exact copy of new database with this new name will be created. Correct?
    --> And then I can delete the old named .edb, Correct?
    Thanks.

  • Mac Mini Server (2010) & Windows Server 2008

    Hi,
    Would it be possible to boot, install and run Windows Server 2008 on the Mac Mini Server, replacing Snow Leopard Server OS? I assume I need the SuperDrive or similar DVD drive to realize this scenario.
    Regards,
    sb

    Seems possible although I would say one needs some care to ensure that the cooling systems operate as needed.

  • Sharepoint 2007 using sql server 2012 database server

    We still have an old SharePoint 2007 farm that runs on SQL Server 2008 and Reporting Services 2008. I would like to migrate this app over to SQL Server 2012. From what I gather SharePoint 2007 supports SQL 2012 if you are running WSS service pack 3 and
    SharePoint server service pack 3 I am already on SP3.  So my question is who all here is running SharePoint 2007 on SQL 2012 and have you had any problems? 

    Yes I have an environment that is SPS 2007 wSP3 and SQL Server 2012, and have been doing this for 2 months. So far, no problems. There have been issies with User Profile services, but those turned out to be unrelated.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

Maybe you are looking for