Installing and configuring a brand new SSM

Hi,
Our company decided to switch SSM platform, from the current Windows Server 2003 32 bit with MaxDB to a Windows Server 2003 64bit with MS SQL Server.
We've just installed a brand new SSM system on the new platform and we're now going to start its configuration.
We do not want to migrate any data from the previous installation, so a system copy will not be needed.
However, we have this question:
What is the procedure to "detach" the old SSM (it only does Early Watch alerts and has the System Landscape maintained)?
Is it necessary or just configuring the new SSM will be enough?
Thanks
Antonio

Hi António Barrote
   If your old system is getting satellite system data using TMS/LIS rfc, then you have to remove your old solman from the Transport route.
If the datasource is SLD, then you can stop the communication using the tcode SMSY_SETUP Edit--> Expert settings. Remove the SLD server entry from there.
regards
Naveen kumar

Similar Messages

  • IPad is not recognized in iTunes. Just installed Mac OS X 10.6 and have a brand new iPad2. Tried all suggestions in the iPad manual without success.

    iPad is not recognized in iTunes. Just installed Mac OS X 10.6 and have a brand new iPad2. Tried all suggestions in the iPad manual without success.

    Quit iTunes, restart your Mac and then restart the iPad and see if the iPad is recognized after that. If not, you can look through these articles.
    iOS Device not Recognized in Mac OS X
    If you are running Snow Leopard 10.6 ....
    Device not recognized after a restart
    If either site gives you a "We're Sorry" error message - just reload the web page. The sites do work.

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

  • How to install and configure a new printer

    What are the steps to install and configure a network printer HP Laserjet 4000 to use as standard printer for printing reports. Currently I use default noprint printer.

    After defining Printer at Operating System Level on Concurrent Manager Node , check if you can print via lp ( I assume you are using Unix/Linux)
    Then register it via Register Form at Install -> Printer -> Register .
    Check more on printer basics in Apps at
    http://becomeappsdba.blogspot.com/2006/09/printer-basics-in-oracle-apps-11i.html
    Atul
    http://teachmeoracle.com

  • Cannot install windows 7 on brand new mac mini with 256 g sdd? Please help.

    Cannot install windows 7 on brand new mac mini with 256 g sdd? Please help.
    Have tried all tricks found on the net and followed every advice from apple support.
    Still black screen with blinking curser when mini is rebooting following partitioning via bootcamp.
    Very nice and fast mashine, wouldnt like to return it.
    thanks allan

    Is that an Apple SSD?
    what model is it?
    Is there a firmware update if non Apple?
    Lion is not server version.
    Windows is ? ISO or retail?
    Google macmini Windows 7 SSD Apple Boot Camp

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • How to install and configure the SQL Server

    Hi All,
    We have to install SQL server in the new server because the old server is crash and need to upgrade. Please advice How to install and configure the SQL Server to run SAP Business One 8.8 successfully and what part we do have to give attention.
    Kind Rgds,
    Steve

    Hi,
    Try this solution:
    The step-by-step installation guide can be found in the documentation included in the installation media. (\Documentation\SystemSetup\AdministratorGuide_SQL.pdf).
    Below are some important parts that you should pay attention to during the Installation process.
    Resolution
    Collation setting: It must be set as SQL_Latin1_General_CP1_CI_AS,even the company DB is non-english location. The company DB will be created as corresponding collation settings automatically.
    Instance and TCP Port : It is recommended to run SBO on default instance and TCP port 1433. Otherwise,some optional components such as B1i may not work properly.
    Native Client: SQL Server Native Client should be installed on every client machine to enable the ODBC connection to DB server.
    Rgds,

  • How to install and Configure sharepoint foundation on administrator account ??

    Hi there guys dev
    I want to try sharepoint foundation for first time .
    I installed windows server 2012 ans sql server 2012 and then installed sharepoint foundation 2013 .
    now when I want to create a new server farm enter my windows name as database name and then enter my administrator account name as username ans it's passwors as password but after then when I click on next to create new server farm give this error :
    "the administrator account can't use for new server "
    please help how can I create a new server farm with administrator account .
    I don't want to create it with  the active directory domain and add new forest and create it with my domain name ?
    if does it a way to create a new server farm with administrator account so please help to create it ?
    thanks dear
    Great Regards :
    Raha
    whit the best regard : Raha

    Hi Raha,
    According to your description, my understanding is that you got an error when you created a new farm with the administrator account by runnning configuration wizard.
    Is the SQL Server installed in the server that hosted SharePoint 2013 Foudation? If not, please make sure the server hosted SQL Server has the same account with the server hosted SharePoint 2013 Foudation.
    Please run the SharePoint 2013 Products Configuration wizard with ‘Run as administrator’.When you entered the user’s name, please use the format ‘domain\user_name’.
    In addition, please check the log file to find more information about this issue. The path is : C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS.
    Also , you can use Event Viewer to find the log by Start->Run->event viewer.
    Here is an article for installing and configuring SharePoint 2013,  please take a look at:
    http://sharepointv15.wordpress.com/2012/07/19/installing-sharepoint-2013-preview/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • BPM 11g install and configuration with Webcenter

    Hi,
    I am new to this BPM so need some help in installation. Where can I download the latest version of BPM 11g and for installating it what steps do I need to follow. Also I need to integrate Webcenter also so for webcenter integration what do I need to install and configure with BPM 11g.
    Do I need to install webcenter full suite for integration with BPM and if so can I install both BPM and webcenter in one home iteself. Where can I find some documentation arround installing BPM and configuring with Webcenter.
    Thanks

    Hi,
    Need some info on the install I have to install both SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3 on the same box. I have installed the SOA BPM 11.1.1.3 but wanted to find out what is the best option of installing Webcenter 11.1.1.3 as I need to integrat SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3. Here is what I think are the options but don't know which one should I go for or is there any other option but the fact is I need to install both on the same box.
    *1. Should I install Webcenter in a separate HOME in doing so I will end up installing weblogic again and then install webcenter. Will endup having two ORACLE HOMES one for SOA BPM and one for Webcenter.*
    *2. OR should I install Webcenter in the same home as SOA BPM and create a new domain in doing so what happens to some of the components that are installed when installing SOA BPM.*
    *3. OR should I just extend the SOA BPM Domain and have both SOA BPM and Webcenter installed in the same domain. I believe this will only add the webcenter components but don't know if there are any issues.*
    And help is really appreciated..
    Thanks

  • Can't install photoshop cs6 on brand new iMac - "Media db error: 18"

    At my company we recently hired a web designer – given his insistence on using the Adobe software, we decided to give Photoshop a try.
    We downloaded a trial version and tried to install it on the brand new iMac (no previous installations of adobe stuff) we just bought for the new desigher, but... it's not even installing!
    The installation process halts at around 2% and an error screen appears which gives generic instructions ("restart your computer and retry") and points to a log file where one can read "Media db error: 18".
    Of course we tried restarting the computer, cleaning up ~/Library, re-downloading the installer... no good – we then downloaded and run an adobe cleanup utility... still no good.
    Some people on the internet report they have the same problem... we found several questions on the matter, but no answer (besides "restart your computer" and other generic stuff that we tried and does not work).
    We then called Adobe support (Italian support) and they told us they don't give support for trial versions, like we should sight unseen buy a (pricey!) software we can't even install! .
    Can anyone here help?

    Thanks for your help!
    No, no beta or previous installations of any Adobe products – we are trying to install to a brand new iMac (just bought last week from the store): it has the latest version of everything (Os: Lion 10.7.4)
    Is there any debug switch I can turn on on the installer to get further information on what's going wrong? ("media db error" is a somewhat laconic error message)

  • How to install and configure srss3.1 in TSOL8

    Dear all,
    I have a E250 server with installed Trusted Solaris 8 12/02 Certified Edition.
    For your info, i am very new to Trusted Solaris OS and my management asked me to install and configure the srss3.1 by next week.
    Previously, i have installed srss3.1 in normal Solaris 9 & 10 OS and i am familiar with the installation.
    I also login to TSOL8 CDE and i found out that i can't install srss3.1 and the error was permission denied.
    I have role called "root and admin". What i can see that the role "root" is no more a powerful user.
    Should i create new role to install srss?
    What Rights i need to grant to role "admin or new role" in order to install srss3.1?
    What other steps i need to execute in order to install srss?
    Can someone from this forum guide me on how to install srss3.1 in TSOL8 OS environment?
    Thanks in advance.
    # Yours Sincerely,
    # Mohamed Ali Bin Abdullah.

    Check infodoc 80544.. Its available at sunsolve.sun.com .
    .7/M.

  • How to Install and configure SAP Java GUI on windows 2003 sp1.

    Dear All,
    Can I step-by-step on how to install and configure SAP GUI for Java on windows 2003 sp1.
    Pls come with brief as I am completely new to Java and I am practicing the same on my home system first. I have latest SAP Java Pack with me.
    Regards,
    Dillu

    hi,
    Please check this link and install accordingly
    SAP GUI Family
    Regards,
    Naveen.

  • Installing and configuring additional Edge Server role[2007] in AD site

    Hello Guys,
    We are planning to migrate our edge server to a new hardware. so my plan is to install new edge server and configure in a new hardware first and then decommisioing the old one.
    Currently we have four servers deployed as below.
    Edge Server - INEDGE001
    HUB/CAS - INHUBCAS002 & INHUBCAS003
    Mailbox - INMBOX004
    Kindly provide the steps for this edge server harware migration.
    ~Karthick

    Hi,
    Based on my research, here are the steps about moving Edge server to a new hardware:
    1.Capture all of your Edge Transport server configuration data
    2.Shut down the existing Exchange 2007 server
    3.Reset the computer account for the existing Exchange 2007 server
    4.For drives that contained Exchange 2007 data, configure drive letters on the new server to map to or match the configuration of the old server.
    5.Setup new Exchange 2007
    6.When the Setup program has completed, install the Exchange 2007 service pack that was installed on the existing server.
    7.Install any Exchange 2007 post-service pack hotfixes that were installed on the existing server.
    8.Copy the ImportEdgeConfig.ps1 script to the root folder of your user profile on the server that you are restoring.
    9.Validate the configuration file, and create an answer file that will provide server-specific information when the file is imported
    10.Open the answer file, and modify any settings that are invalid for the server.
    11.Import the Edge Transport server configuration by using the ImportEdgeConfig.ps1 script.
    12.Run the EdgeSync process to replicate Active Directory information to Active Directory Application Mode (ADAM) and perform regularly scheduled synchronization.
    For more detail inforamtion, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/bb332339(v=exchg.80).aspx
    Thanks,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Angela Shi
    TechNet Community Support

  • Installing and Configuring Lotus Domino Connectivity

    Hi
    I am struggeling a littel bit regarding the integration to Lotus Domino
    First of all - I have managed the "Installing and Configuring E-Mail Connectivity"
    1. Created a system
    2. Created a E-Mail Transport
    3. Checked the E-Mailing Service
    Also Integrating Lotus Domino Using iNotes
    1. Creating an iView for iNotes
    2. Accessing iNotes Data in the Portal
    3. Ticket Verifier for Lotus Domino
    4. Implementing the Ticket Verifier
    And from there I would like to integrate the "Installing and Configuring Lotus Domino Connectivity"
    1. Installing the LDS-D Component
    2. Creating a Lotus Transport
    3. Configuring the Calendar Repository Manager
    But then I receives an error when I am trying to use the calendar functionality in the portal - eg. the Every User Role ->Home -> Work -> Overview
    <i>"The mail server credentials are incorrect or have not been specified"</i>
    Where may I resolve this error?
    Regards
    Kay-Arne

    Hi Kay-Arne / Eik Sunke,
      I am getting the same error "The mail server credentials are incorrect or have not been specified.". Does the LDS-D and iNotes configuration need to be performed before this error can be corrected?
    what I have done:
    Enabling mailing for collaboration.
    1. Activate Mailing Service by going to
    System Administration --> System Configuration --> Knowledge Management --> Content Management --> Mailing Service.
    Ensure Active check box is selected.
    2. Create System Alias by going to
    System Administration --> System Configuration --> System Landscape
    Go to content area.
    Portal Content --> Content Provided By SAP --> Collaboration and right click.
    Select New from PAR --> System.
    Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Java_Mail option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.
    Select System Aliases from display option and add an alias for the system. Save changes.
    3. Create Mail Transport by going to
    System Administration --> System Configuration --> Knowledge Management --> Collaboration.
       Click Groupware Transports in content area.
       Select Mail Transport on next screen.
       Click New button and create new mail transport definition.
       Give SMTP server being used in organisation, Inbox for ‘Sent messages folder’, and give
       system alias created in step 2 as alias.
    setting Calendar Repository.
    1. Create System Alias by going to
    System Administration --> System Configuration --> System Landscape
    Go to content area.
    Portal Content --> Content Provided By SAP --> Collaboration and right click.
    Select New from PAR --> System.
    Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Lotus_Server option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.
    Select System Aliases from display option and add an alias for the system. Save changes.
    2. Create Lotus Transport by going to
    System Administration --> System Configuration --> Knowledge Management --> Collaboration.
       Click Groupware Transports in content area.
       Select Lotus Transport on next screen.
       Click New button and create new Lotus transport definition.
       Give alias name of system alias created for system on step 1. Give the the domain server
       (for eg; sap.corp) as the the http server. Port is 1080, and virtual directory is ‘/servlet’.
    3. Create and activate calendary repository manager.
    System Administration --> System Configuration --> Knowledge Management --> Content Management --> Repository Managers -->Calendar Repository.
    Click New button and create new definition.
    Select name and description of choice. Select Lotus Transport created on step 2 above as default transport and for transports. Select Active check box and save.
    Am I missing anything or do Ihave to do anything differently?
    Please advise.
    Thanks and regards,
    Arun

  • Can I return my iphone and get a brand new one right after?

    Within the 14 day full return policy, can i return my iphone on the last day and get a brand new one?

    We aren't going to give you a pat on the back and say "good job". It's your time. I couldn't care less to be honest.

Maybe you are looking for

  • We are unable to manage our ACS

    Accidentally the power to the ACS server was switched off and then on again. But after the power on though the device came up successfully; we are not able to manage it. We are unable to manage our ACS. We have a configuration back-up. 1)       by HT

  • Gather_schema_stats and gather_table_stats, the result different?

    Hi All Oracle : 10.2.0.4 OS : AIX Environment : Test but restore from production database My scenario has 4 as below and set method_opt = 'FOR ALL COLUMNS SIZE REPEAT' and degree = 2 and I deleted stats before run each step and base on same data and

  • Preferences in ical not opening

    when i click on preferences in ical it doesn't open. any ideas? thanks,

  • Weird behavior question

    Currently my Apple menu has duplicates of the Restart Shutdown and Logout commands, they each just appear twice. So that portion of the menu reads Sleep Restart... Restart Shut Down... Shut Down Log Out Gary Baldwin... Log Out Gary Baldwin Also, ther

  • Can Mac Mini boot XP from an External HD ? ? ? ?

    Hi All, Just a quick question. I have a recently deceased PC. RIP. I was able to salvage my boot drive with much of my media content. I would very much like to buy a Mac Mini to use as a PC / Media Center. Can a Mac Mini boot Windows XP from an exter