Server Move

Hi all,
I have SharePoint 2010 and SQL Server 2008 R2 installed on the same place, let's call server A which joins domain DC1.
Then, I moved that server to new domain DC2. No issue so far. At this time, I would like to separate SharePoint and its database. So I moved the SP database to Server B.  The SharePoint now is located on server A and its database is located on Server
B (both of them join domain DC2). No issue so far also.
By using the SP configuration, I disconnect the farm from Server B. After that, I tried to connect to it again and have following error message. I think there is something wrong with the database when I move server from domain DC1 to DC2. Please help.
Thanks
Failed to connect to the configuration database.
An exception of type System.InvalidOperationException was thrown.  Additional exception information: 1387
System.InvalidOperationException: 1387
   at Microsoft.SharePoint.Win32.SPNetApi32.NetLocalGroupAddMember(String groupName, String userName)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddGroupMember(String username, SPGroupsEnum group)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.ProvisionApplicationPool(String applicationPoolId, Int32 identityType, String username, SecureString secStrPassword)
   at Microsoft.SharePoint.Administration.SPApplicationPool.ProvisionInternal(SecureString sstrPassword)
   at Microsoft.SharePoint.Administration.SPWebServiceInstance.Provision()
   at Microsoft.SharePoint.Administration.SPFarm.Join()
   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()"

Hi Andy,
I understand that you encountered the error "Failed to connect to the configuration database" when you tried to add server to SharePoint farm.
I'd suggest you eliminate account permission at the very first.
https://social.technet.microsoft.com/Forums/sharepoint/en-US/bb41e3a4-12fe-4e90-8e1c-db8ef5688e8a/configuration-wizard-cannot-join-2nd-server-to-the-farm
If the account has enough permission on the farm and Server B, then the issue might be related to corruption in Configuration Database. Then you could choose to create new ConfigDB and attach all databases, then try to add new server to the farm. Alternatively,
you could try the second method in the article below:
http://sharepointquirks.blogspot.com/2010/09/orphaned-web-application-in-configdb.html
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • Steps to be done by developer in server movement physically

    Hi All,
    We are moving BW server from one place to another place physically. The basis team is taking care of all movements. As BW developer what are the steps I needs to be done?
    Like should we delete all delta queue & data mart status? I need some complete guide lines on this. This is high critical project to our company.
    So send me any link or document if you did already.
    Thanks in advance.
    Arun Thangaraj

    As Ajay said, all you should have to do is make sure you're not running batch jobs or loads when the server is brought down.  I think it would be prudent to clear the delta queues and have your load cycle finished, but it shouldn't matter, but you never know what might go wrong.
    Obviously you need to think about user impacts, letting people know what is going on and when the system won't be available.
    If you have enabled some quereis as web services, you may want to make sure you know what might be impacted.  It's possible others getdata from your BW from a web service and don't realize it is even coming form BW.
    If you send / receive data from other systems, you need to coordinate to make sure none are adversely effected.
    If you receive deltas from non R/3 systems, you might want to be sure that they will not have a problem if your BW system is down, e.g. if the BW would be down for more than a day, will the other system accumlate the deltas properly.

  • BI broadcast fails after server move

    Last weekend my outsourcer moved my Portal and BI systems (portal is Java stack only, BI is ABAP stack only, they are separate systems) from their own, separate hosts into a shared larger server.  This means that both BI and the portal now reside on a new hostname with a new IP address.
    Because I always install and connect systems using aliases instead of physical system names, most of the previously working functionality survived the move intact.  However, because there were DNS/hostfile issues during installation of the systems, some configuration did have physical hostnames used to reference the BI system.
    After the move I cannot run the standard broadcast function for any report.  A popup box appears ready to ask about the broadcast options I want to use but this eventually times out with an "internet connection error".  If I right click on the popup and choose "properties" it shows me the URL being targetted and this contains the OLD hostname for the BI server.
    I strongly suspect that there is a setting somewhere in Visual Administrator that I've missed but I can't find it.
    Any ideas please?

    Problem turned out to be in the portal's definition of the BW system.  That had a physical host name instead of an alias because of issues with someone installing /etc/hosts in front of our DNS and breaking things!

  • Users forced to clear cache and cookies after server move

    We recently moved our ColdFusion 9 website from one server to a new and improved upgraded spec server. The site works great and the upgrades are a huge improvement. However, since the move last Friday we are being flooded with calls to our helpdesk because a user goes to our normal login screen, enters their username and password, successfully login (which I store their last successful login in the account in a database so I know it's passing all login scripts), but when redirected to the "successful login" message screen, it is not holding the session variables from the login page and prompts them to login again. It's a basic form with username and password, a simple query to check for an account with those credentials and then if found sets a session.usauthenticated and then moves them to the next page. This has been working on the old server with no issues. I don't believe it's a coding issue, because on everyone who has called in, if we clear their cache and cookies from the browser and then attempt to login again, it works fine and maintains their session. This has worked on everyone so far. So I'm thinking it has something to do with our users storing cookies from the old server and the new server is trying to access them unsuccessfully.
    Is there a way around this? It seems rather odd to me that there isn't an easy way to migrate a website to a new server and treat it as a new website to the user instead of something cached. How can we make our website work for past users without having to have each and every person clear their cache and cookies (we're talking over 300,000 users here so this could get intense). Most users won't know to do this so they are all calling our help desk which is being overrun with these calls right now.

    never fails, after you post a question, you find the answer.   For anyone else who runs into this, we had to purge all cookie and session data from our users prior to them hitting the login screen. After doing the following code, they were able to successfully login on our new server without having to manually clear their cache and cookies from their browsers.
        <cflock scope="Session" timeout="10" type="exclusive">
          <cfset structclear(session)>
        </cflock>
        <cfloop item="name" collection="#cookie#">
        <cfcookie name="#name#" value="" expires="now" />
        </cfloop>

  • DR Server Move Question

    We built a Production server and a DR server, testing everything works fine, Now it is time to move the DR server to another State.
    Looks like we will have two choices:
    1. IN PROD: Change  LOG_ARCHIVE_DEST_STATE_2=ENABLE  to DEFER
    Shutdown DR and wait 5 days to ship to new location and turn on DR
    Change PROD: LOG_ARCHIVE_DEST_STATE_2=ENABLE  
    this will force all archive logs get picked up.
    2. IN PROD: Change  LOG_ARCHIVE_DEST_STATE_2=ENABLE  to DEFER
    ShutDown PROD, start up mount
      SQL> alter database noarchivelog;
    This will stop create any new archive log files
    After DR shipped to new location, we will need to re-build DR first.
    More process/procedures need to run.
    ===========================================================
    The Advantage/Disadvantage of Choice #1:
    1. Doesn't require any PROD down time, Process is simple and strighforward
    2. But the performance when turn on DR maybe unpredictable, if archive log files accumulated too much.
      WE have been monitoring: it is about 2GB, 200 archive log files  every day
       Estimate: 10 GB, 1000 files for about 5 days.
    ===========================================================
    Can anyone experience DR move in your project, any suggestion ?

    Step 1. Start up DR
    alter database recover managed standby database disconnect from session;
    Step 2. Go to Prod Database
    alter system set log_archive_dest_state_2=ENABLE scope=spfile;
    This will start all log shipping, and pick up from the date when DR get shutdown. Right?
    YES...
    You can check the status MRP apply on Standby as below;
    select process, client_process, thread#, sequence#, status from v$managed_standby;
    You can run same statement on Primary to see on how archive log shipping is happening.
    >>About "Roll forward using RMAN", Do I still need that?
    >> What do you still need ?
    If you are enabling Data Guard then you don't need this. It is required only when you dont' want to move archvielogs.
    HTH
    Pradeep

  • Installing 2009 on new server, move license from 8.2.1 to 2009 on new server

    I need to move the license service from one server to another.  We currently use 8.2.1 but want to test 2009.  Can I move the license service over and still use 8.2.1 and let my users test 2009 off the new license server?  Will one license server allow both versions?  How do I perform the move for the license service?

    You only need one license server.  With an updated license file, it will allow access to the previous versions of LabVIEW as well as the new one.  At least it does for me.
    Randall Pursley

  • SSRS Server Move-Native to Integrated

    Is it possible to move SSRS report data from a native environment to an SSRS integrated environment? If so, what are the steps or can you connect me to resources to assist?

    Hi,
    Thanks for posting in MSDN forum.
    According to your description, I think your question is related to SQL Server Reporting Services. But this forum is to discuss problems of Office development such as VBA, VSTO, Apps for Office .etc.
    So I suggest you posting it in SQL Server Reporting Services, Power View
    forum for more efficient responses.
    Thanks.
    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.

  • Terminal server move to another server

    Hello,
    I have 2 windows server 2003 standart (terminal server) and I want to move these servers to another Windows server 2008 r2.
    how I can migrate user profiles and folders? I look for USMT but usmt does not support windows server 2003. also I checked robocopy, it take error. I need advice. How I can do this goal with min. effort?

    Hi,
    The 2003 Terminal Server uses v1 user profile structure. The 2008 R2 Terminal Server uses v2 user profile structure.
    Based on my experience, if they are local profiles, there is no out-of-box way to support the automatic migration. You may need to manually migrate the data into the new profile locations.
    The following thread is discussing on the similar requirement:
    Term Server 2003(32bit) migration to new Term Server 2008(64bit) box
    http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/73268ddf-82fe-4274-abf5-3539670c7468
    If they are roaming profiles, you can try the steps in the article below.
    Support guidelines for migrating roaming user profiles data to Windows Vista or to Windows Server 2008
    http://support.microsoft.com/kb/947025/en-us
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • I need help changing settings (port forward?) after a physical server move

    Hi! I have a 10.6 server that I use at home. All is well and good there. The Airport Extreme assigns IP addresses for the network. I have www.mydomain.com that runs on the server -- I use it for testing web apps, etc. I use DynDNS with their client app that send the Comcast dynamic IP address back to DynDNS to keep the server on the grid.
    My friend has a 10.6 server. He has www.hisdomain.com as a home business. He also uses DynDNS in a similar way. His landlord just informed him that his apartment is going to be sold from underneath him and he has to move ASAP. It looks like he won't have a permanent place for a month or two, so I offered to let him keep his server at my place.
    We both run websites on port 443 and port 80.
    After attaching his server to my network, his domain name updates, but typing www.hisdomain.com into a browser lands me on www.mydomain.com. I guess that the problem is port forwarding... the router sends all 443 and 80 requests to my server.
    How do I configure this so that services for hisdomain.com are forwarded to his server while services for mydomain.com are forwarded to my server?

    Short answer: you can't, although there are a couple of ways to sort-of kluge it.
    Long answer: When your router gets an incoming connection, the only thing it has to go on is the IP address and port number (the domain name is sent much later, after TCP session with the server is established). So unless you have multiple public IP addresses (and a router that can handle them), or want to put the sites on different ports...
    Speaking of which, here's kluge #1: run his server on different ports (e.g. 81 and 444, or maybe 8080 and 8043) and set the router to forward them to his server. Problem: the user has to include the port number in the URL when they connect, or they'll get your server.
    Partial solution (and kluge #2): add a virtual site on your server, with the hostname www.hisdomain.com, go to its Aliases section, and add a rule in the URL Aliases & Redirects section, with these settings:
    Type: RedirectMatch
    Pattern: (.*)$
    Path: http://www.hisdomain.com:81$1
    Then build an SSL version that redirects to https://www.hisdomain.com:444$1. Problem: when the client connects, they'll get your SSL certificate instead of his (again, it happens before the client sends the domain name it's trying to reach), and get a cert error. No fix for this.
    Kluge #3: instead of making the virtual site redirect clients to his server, add a reverse proxy so your server'll transparently forward requests to his server, and proxy the replies. I haven't done this, but I think what you need to do is make a virtual site (as above), and under its Proxy tab (the one under the virtual site, not the one under the Settings section), check the Enable Reverse Proxy box, leave the Proxy Path as "/" and the Sticky Session Identifier field blank, and add a Balancer member with the Server URL "http://hisinternalipaddress" and a blank Route. Or something like that. Again, you could do the same for https as well, but you'll have the same certificate problem.

  • JDev 10.1.3 / CVS server move

    We had to move our CVS server into another domain (from "mike.mydomain.com" to "mike.yourdomain.com"). Although changing the CVS connection string ":pserver:..." in JDeveloper 10.1.3 Preview, keeping the connection name "Projekt_on_mike" and manually changing all Root files in the CVS directories, there is no chance of connecting to the CVS server in the Application Navigator. The CVS Connection Wizard works fine and browses in the CVS repository. A "Check Out Module..." went through without errors.
    Even TortoiseCVS works fine outside JDeveloper.
    As we have 90 MB source code in the CVS repository and a slow dialup connection, it would be horrible to transfer the complete repository again.
    How can I manage to get back the CVS connection in the Application Navigator?
    Any help would be appreciated.

    I've found the error!
    In "%JDEV_HOME%\jdev\system\oracle.jdeveloper.10.1.3.3.51\cvs-connect.xml" the port number 2401 of the CVS connection was missing. But this seems to be not the real solution.
    Additional I deleted the cache file ""%JDEV_HOME%\jdev\system\oracle.javatools.cache\persist_0.stf" and the complete history in ""%JDEV_HOME%\jdev\mywork\.history". I believe that this is the point of interest and the solution.
    -Detlef

  • Server movement and data copy

    Hi ,
    Current landscape: D-Q-P.
    There is a scenario where I need to setup a new D-Q-P(homogenous environment) in a totally different network.
    Both the landscapes will run parallely and independently after the setup.
    The complete system copy(db copy) is not feasible because of the huge database size on the source system and also, we do not need all the data from the source system.
    Is the client config transport and import a feasible solution.I understand that by doing this, we loose the archived data and change docs.As the complete db copy is not working out, are there any approaches for such a scenario?
    Regards,
    Prasanna

    Dear Prasanna,
    Why dont you think about Test Data Migration Server scenerio for your case. In this way you can move time sliced data to your new system.
    You can create shells for your new system copy with selecting data on time basis. Its a good option than treditional Client copy.
    You can get more information about TDMS in the below thread.
    Links, Documents, Support Pack Schedule
    Let me know if anything more required.
    Regards
    Shailesh Mamidwar

  • Panther server, move from single drive to RAID 1

    Hello,
    I am trying to find out if this can be done on a system (Xserve G3) with Panther server running on it. I know this is old, but right now the school will not upgrade the server.
    It has the original 60GB hard drive and is running out of space. I would like to replace it with two 500GB HD's using software RAID.
    In Panther, can you clone or CCC the OS and move it to a RAID1 from a single drive, or do we need to install and configure a new installation on the RAID set?
    Any help would be greatly appreciated.
    Mike

    There were major changes in Disk format from 10.3 Panther to 10.4 Tiger, especially in RAID drives. I believe the 10.4 Server Installer converts your Boot RAID (if applicable) but does not deal with your data-only RAID drives. In the case you are proposing, the upgrade from 10.3 to 10.4 may require you to copy your data-only RAID drives yet again.
    My older SCSI RAID drives which ran fine in 10.3 were not recognized as having a valid Driver (of any description) in 10.4. The old drives could not be mounted, and therefore could not be "promoted" to 10.4 RAID Drives. Luckily, RAID tools in 10.4 Tiger are much improved.
    Using only one additional full-size drive, I was able to move the array to a spare Mac, install 10.3 to get them recognized, then Network-mount and copy them onto a single-member RAID array in 10.4 Server. Creating a single member of a Mirrored Array required some fancy command-line work in 10.4 Server.
    The bottom line: If you can upgrade to 10.4 Server first, it will be much less work (and much less risk).

  • 11.1.2 opmn_EPM_epmsystem1 service will not start after server move

    Moved our 11.1.2 Windows 2008 SP2 (not R2) 64 bit machines from one domain to the other (test to prod) and reconfigured the repositories to the prod SQL server (2005). Configuration is all green yet the EPM_epmsystem1 will not go to started. It sticks at Starting and after some type of time out stops.
    We run as administrator thinking that would be the problem but to no avail. We tried the delivered script but to no avail either.
    In the E:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\OPMN\opmn directory the opmn.log shows only this:
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][90][OPMN]ONS server initiated
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\states
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2011-01-19T14:48:44][opmn][ERROR:1][17][OPMN][code:ons-listener]172.16.10.31,6712: BIND (Unknown error)
    Looking for avenues on how to resolve this ...
    JTS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi John,
    I still get the same error message when i start the opmn from the command prompt.
    [2011-01-20T08:17:28][opmn][NOTIFICATION:1][675][OPMN]OPMN server ready.  Request handling enabled.
    [2011-01-20T08:17:28][opmn][ERROR:1][17][OPMN][code:ons-listener]10.177.63.163,6712: BIND (Unknown error)
    Its a VM Image and i havent sent any ipaddress in  the host file too.
    however i am unable to start the OPMN (epmsystem1) service too from services.msc and it throw below error
    Could not start the Oracle Process Manager (EPM_epmsystem1) service on a Local Computer.
    Error 1053: The server did not respond to the start or controle request in a timely fashion.
    Please help i am unable to start essbase from any of them                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Weblogic Admin Server not starting after Virtual Server move

    Hi, we've migrated a VMware virtual server, and our Weblogic Admin (and managed IRM server) no longer start. The associated log files don't get updated and only the following info is present in the Command window, which I can only see if I use the /k switch, otherwise the windows shut immediately.
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~3\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar
    ;C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;C:\Oracle\MIDDLE~3\patch_oepe1033\profiles\default\sys_manifest_cla
    sspath\weblogic_patch.jar;C:\Oracle\MIDDLE~3\patch_ocp353\profiles\default\sys_m
    anifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~3\JDK160~1\lib\tools.jar;C
    :\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~3\WLSER
    V~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~3\modules\features\weblogic.serve
    r.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\webservices.jar;
    C:\Oracle\MIDDLE~3\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~3\modules
    \NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~3\ORACLE~1\soa\modules\common
    s-cli-1.1.jar;C:\Oracle\MIDDLE~3\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa
    -infra-mgmt.jar;C:\Oracle\MIDDLE~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:
    \Oracle\MIDDLE~3\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~3\
    WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~3
    \patch_oepe1033\profiles\default\native;C:\Oracle\MIDDLE~3\patch_ocp353\profiles
    \default\native;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\native\win\32;C:\Oracle\MID
    DLE~3\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~3\modules\ORGAPA~1.1\bin;C:\Oracle\
    MIDDLE~3\JDK160~1\jre\bin;C:\Oracle\MIDDLE~3\JDK160~1\bin;C:\oraclexe\app\oracle
    \product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wb
    em;C:\Program Files\Java\jdk1.6.0_20\bin;C:\Program Files\Apache Software Founda
    tion\Apache2.2\modules;C:\Oracle\MIDDLE~3\WLSERV~1.3\server\native\win\32\oci920
    _8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~3\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThre
    shold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -
    Djava.security.policy=C:\Oracle\MIDDLE~3\WLSERV~1.3\server\lib\weblogic.policy
    -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~3\WLSERV~1.3 -Dwls.home=C:\O
    racle\MIDDLE~3\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~3\WLSERV~1.3\s
    erver -Ddomain.home=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1 -Dcommon.compo
    nents.home=C:\Oracle\MIDDLE~3\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons
    .logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Or
    acle\MIDDLE~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.do
    main.config.dir=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1\config\FMWCON~1 -Do
    racle.server.config.dir=C:\Oracle\MIDDLE~3\USER_P~1\domains\IRM_DO~1\config\FMWC
    ON~1\servers\AdminServer -Doracle.security.jps.config=C:\Oracle\MIDDLE~3\USER_P~
    1\domains\IRM_DO~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=
    oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~3\USER_P~1\
    domains\IRM_DO~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MIDDLE~
    3\USER_P~1\domains\IRM_DO~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateT
    ypesDirectory=C:\Oracle\MIDDLE~3\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracl
    e\MIDDLE~3\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEna
    bled=false -Dirm.oracle.home=C:\Oracle\MiddlewareNew\Oracle_ECM1 -Dem.oracle.ho
    me=C:\Oracle\MiddlewareNew\oracle_common -Djava.awt.headless=true -Dweblogic.man
    agement.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToC
    onsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~3\patch_wls1033\profiles\default\sy
    sext_manifest_classpath;C:\Oracle\MIDDLE~3\patch_oepe1033\profiles\default\sysex
    t_manifest_classpath;C:\Oracle\MIDDLE~3\patch_ocp353\profiles\default\sysext_man
    ifest_classpath weblogic.Server
    Is there another log file I could look at to get more info? None of the domain log files are updated.
    Thanks

    Thanks for the reply, this looks fine (I think)..the below is the output
    Microsoft Windows [Version 6.0.6001]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator.SEALEDINFO-PROD>cd C:\Oracle\MiddlewareNew\user_projects\
    domains\irm_domain\bin
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain\bin>setdomainenv.cmd
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>java weblogic.version
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401
    Use 'weblogic.version -verbose' to get subsystem information
    Use 'weblogic.utils.Versions' to get version information for all modules
    C:\Oracle\MiddlewareNew\user_projects\domains\irm_domain>

  • Create application server moves files from i drive to c drive?

    Hello,
    my set up:
    windows 2003
    sql server 2008
    peopletools 8.51
    application FMSC 9.1
    PS Home on I:\TFS91
    While setting up a demo system for FMSC 9.1, I noticed that the application server and process schedulers are being created on the C: drive.
    This is strange because the PS Home are on the I: drive.
    I start PSADMIN from the I drive, but every time I create an application server on the I drive it copies the application server to the C: drive.
    Why is this happening?
    PeopleSoft Application Server Administration
    1) Administer a domain
    2) Create a domain
    3) Delete a domain
    4) Import domain configuration
    q) Quit
    Command to execute (1-4, q) : 2
    Please enter name of domain to create :FSDMO911
    Configuration templates:
    1) developer
    2) large
    3) medium
    4) small
    Select config template number: 3
    Creating domain...
    Copying application server configuration files...
    Copying to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfg]
    Stripping Annotations...
    Copying [I:] to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfx]
    Copying Jolt repository file...
    Domain created.
    Would you like to configure this domain now? (y/n) [y] :
    Quick-configure menu -- domain: FSDMO911
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[FSDMO911]
    2) Quick Server : No 16) DBTYPE :[MICROSFT]
    3) Query Servers : No 17) UserId :[QEDMO]
    4) Jolt : Yes 18) UserPswd :[QEDMO]
    5) Jolt Relay : No 19) DomainID :[TESTSERV]
    6) WSL : No 20) AddToPATH :[C:\mssql\Binn]
    7) PC Debugger : No 21) ConnectID :[people]
    8) Event Notification: Yes 22) ConnectPswd:[peop1e]
    9) MCF Servers : No 23) ServerName :[]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    Actions
    =========
    13) Load config as shown
    14) Custom configuration
    h) Help for this menu
    q) Return to previous menu
    Edited by: CLUTCH DBA on Feb 9, 2010 10:44 AM

    Note, if PS_CFG_HOME variable is not set, domains configuration files are going into the user path directory +%USERPROFILE%\psft\pt\<peopletools_version>+
    Nicolas.

Maybe you are looking for

  • Financial reporting 11 1 2 2 Access issue for a user

    Hi All, I have a report designer group for Financial reporting 11.1.2.2. I have created a group called FR_GROUP in HSS and provide them the report designer access and added three MSAD users. Now as admin we have a created a folder in workspace called

  • How to Update material cost of user defined org specific cost type

    Hi, We need to update material cost sub elements of an item for an org specific and user defined cost type. I have inserted a sample row in the CST_ITEM_CST_DTLS_INTERFACE, and running open interface 'Mass Update Material Costs', but the program is n

  • Why can't I synch my music to my iPad?

    I have tried to synch my iPad with my iTunes music and video library to no avail. I can't even watch movies or listen to songs that I've purchased using my iPad, on my iPad.

  • Will Airplay work without AppleTV?

    Hello - can you please let me know that now i have downloaded the latest ipad software 4.2 and when I play a movie, the airplay icon does not a appear, this may be a silly question - but do I need to have an Apple TV box first for the feature / logo

  • CTS to different OS version

    Dear all We have very time crunching situation and we need to install ECC 6.0 system on HP server as DEV system. This HP server is RISC based and we have installed HP11.11 version on it. SAP and Oracle version will be ECC6.0 and Oracle 10g. A month l