Change Portal Domain

Hi,
I have installed SAP Enterprise Portal 6.0 SP2
I can access the Portal with the URL
http://ispci:50000/irj.
Now I would like to change the domain to something like
http://ispci.xyz.com:50000/irj
Can anyone please let me know how do I do this ?
Also where do I change the Port 50000 to any other port ?
Thanks in advance
Vivek

Hi Vivek,
Add you Portal System in to the Domain of the Company eg: XYZ.com
Then the URL will automatically gets changed.
For the Port, It depends on the Instance NUmber you have Given while installation.
There is Formula for calculating the Port. that you can find in the Installation Guice. I could not remember Exactly.
Regards
Sumanth

Similar Messages

  • How to change the Domain name of portal

    Hi All,
    We've developed an application using the WDA(Web Dynpro for ABAP) on BI 7.0 and in this we are displaying the BI reports as well. This whole appliaction works fine when we run this on the BI portal 7.0. But when we run it from the Enterprise Portal 6.0
    the reports don't show up and it goes in the never ending loop. After research we found that this is happening because the
    Domain names of the BI portal and the Enterprise Portal are not the same. And as per one of the SAP note the prerequisite for the WDA application to run on the EP portal is to have the same domain name on both the portals.
    Now we are planning to change the domain name on the BI portal.
    Does anyone let me know how and where we need to go and change this Domain name ?
    Thanks in advance for your help.
    Regards,
    Alok Varma

    Hi,
    first step is to configure your DNS server. There has to be a name resolution for portal.domain.tld to your portal server's IP address.
    Right now I don't have access to Visual Administrator, so I cannot check if there is any domain specific configation to be done on the server side.
    As for the SSO between your Portal and WDA: you'll have to recreate the portal server certificates and import it into the ABAP system.
    The Logon Ticket MYSAPSSO2 has to be issued to the new domain by the portal! If not, your browser won't sent this cookie to the BI system and no SSO data will be transmitted to the BI system.
    br,
    Tobias

  • Login problem after change in Domain name of portal

    I have installed portal 3.0 Beta on windows 2000. installation has gone fine and everything was working. after this i made change in domain name. for this i ran ssodatan.cmd script (source from metalink).
    now i am not able to go by
    "http://domain_name/pls/portal30/
    it gives the error
    "The request for content either timed out, or produced an error, after 0 seconds in the browser"
    Still i am able to go by "http://domain_name/pls/portal30_sso/" further if i login as any user, then all user are coming with "login server home page" as initial page.
    any idea?
    null

    Hi Suzette,
    I have portal 3.0.6.3.3 Beta i.e apache listener. For this i have not found domain name in registry. i made the following changes in htppd.conf file.
    ServerName 194.170.231.141
    <VirtualHost 194.170.231.141>
    DocumentRoot E:\ORAPOR\Apache\Apache\htdocs
    ServerName www.ahi-carrier.co.ae
    ServerAlias ahiweb 194.170.231.141
    </VirtualHost>
    This 194.170.231.141 is my Fixed Internet IP.
    my webserver machine name, where the oracle portal is installed is ahiweb(192.168.0.247).
    also i have firewall before the web server.
    Is these settings are OK for Portal.
    I am using apache listener for my developer forms and reports, and they are working fine with these setting on the internet.
    can i get white paper for these settings.
    Thanks
    null

  • Error in Starting weblogic Portal Domain

    I have created weblogic portal domain using configuration wizard in Weblogic portal 9 and in weblogic portal 10.
    Weblogic portal 9 it is started fine and when started in weblogic portal 10 it throwed following exception.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Can some one help me in this exception
    Thank You

    I am not sure how you got into this state, but to clear it up you can edit the boot.properties file to enter (clear text) the username and password for the server (entered when running the Configuration Wizard).
    The boot.properties file is located in your domain at:
    <domain root>/servers/AdminServer/security
    Just enter the username and password in the file:
    username=myUserName
    password=myPassword
    WebLogic Server will boot up using these values and immediately encrypt the username and password in the file.
    An alternate approach would be to delete boot.properties in which case WLS will prompt you for the id/pw each time it is started/stopped.
    Brad

  • Error while upgrading  Weblogic 8.1.5 portal domain to weblogic 10.0

    Hi,
    I am trying to upgrade the weblogic 8.1.5 portal domain to weblogic 10.0 by using the Domain Upgrade Wizard.
    The Upgrade wizard is failing at the "Execute p13n Components Domain Upgrade step" It shows the message "Mandatory P13n database upgrade changes will be made" and displayes a Exit Message saying
    "Parse domain-info failed
    The wizard wil now shutdown. please restart from backup. fix issues and start again"
    Does anybody encountered similar problem?
    Any help is greatly appreciated.
    Thanks well in advance.

    I ran into the same problem with 8.1.2.0 to 9.2.0.0
    on AIX with IBM java 5.
    Any resolution yet?
    Thanks

  • Portal Domain creation - config.xml

    Folks,
    I created a portal domain using weblogic 8.1 GUI configuration wizard.It wlp.jar
    file as a template to create this one.
    After creating this, I opened config.xml file of new portal domain and it have
    JDBC connection pool setup for point database.I do not want to have this in my
    config.xml file and do not want to remove this manually because of our automation.
    How can I resolve this?
    Thanks
    - Spider

    if you don't want the JDBC Connection pool ion your domain ,
    please use the config Wizard to configure JDBC connection pool with database
    other that pointbase at the time of creation.
    otherwise using the wizard, you change the properties of exisiting domain.
    Karthi.
    "SpiderMan" <[email protected]> wrote in message
    news:3f74b601$[email protected]..
    >
    Folks,
    I created a portal domain using weblogic 8.1 GUI configuration wizard.Itwlp.jar
    file as a template to create this one.
    After creating this, I opened config.xml file of new portal domain and ithave
    JDBC connection pool setup for point database.I do not want to have thisin my
    config.xml file and do not want to remove this manually because of ourautomation.
    >
    How can I resolve this?
    Thanks
    - Spider

  • Workshop-Enable an existing Portal Domain

    Hi all,
    Does anyone known how to Workshop-enable a portal domain. I went through the directive
    to enable WorkShop in a WLS domain (found in the "How do I") but I still get an
    error when I try to run my webservice in Workshop:
    A server is running, but it doesn't support Workshop
    Thanks
    PAT

    Allo Anurag,
    Yes, I verified and the knex.jar is in the classpath and in the right directory
    on the drive.
    Any suggestions?
    PAT
    "Anurag Pareek" <[email protected]> wrote:
    Pat,
    Can you check whether the CLASSPATH contains the file 'knex.jar'. The
    variable used to set the CLASSPATH differs for a portal and a WebLogic
    Server domain. The documentation example
    states the entry for a WebLogic Server domain. Please check whether you
    have
    changed the CLASSPATH correctly for the Portal domain.
    Let me know if you need further help.
    Regards,
    Anurag
    "Pat Dionne" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    Does anyone known how to Workshop-enable a portal domain. I went throughthe directive
    to enable WorkShop in a WLS domain (found in the "How do I") but Istill
    get an
    error when I try to run my webservice in Workshop:
    A server is running, but it doesn't support Workshop
    Thanks
    PAT

  • Interesting Presence issue and changing the domain

    I've got an interesting problem that I recently posted about in a different discussion forum.
    Basically I've got a presence setup. This is federated with an OCS. The OCS domain is something like company.com This is the same as the email domain, and the SIP uri's are sip:[email protected]
    The issue is that when the presence server was set up, the proxy domain was set as something like cmp.local. cmp.local is the domain for the entire internal MS infrastructure. The problem appears to be that this conflicts with the internal domain. So when looking up in the directory instead of getting the OCS domain it gets replaced with the cmp.local. Functionally this results in the jabber client being unable to add federated OCS contacts from the directory as they just get added as internal jabber contacts.
    I'm thinking of changing the domain on the presence server to something like jabber-cmp.local, i.e. a domain that doesnt exist. Once we migrate to jabber we'll change the domain again back to company.local so we can federate externally properly. Does anyone have any experience of doing something similar? Any pitfalls anyone can point out?

    Federation can only be setup  a few ways
    - Intra domain  (company.com   federated to im.company.com)
    - inter domain (company.com  federated to abc.com)
    - Intra domain partitioned  (Company.com federated to company.com)
    You need to define this to make any of the with CUPS 8.6.4 (you should run latest and greatest).   Now, depending on which version OCS you have R1 or R2 is important as well.
    Put the CUPS server in the domain you want it in.  Some of the SIP paramenters can be pushed for Jabber 4 windows XML file  IE:  
    msRTCSIP-PrimaryUserAddress
      true
      sip:>

  • Use single sign on for multiple portal domains

    Is it possible for a user to sign on once to a domain, and then be able to access other domains. What I'm trying to do is have one user registration page/login page, but use different portal server domains to present different sites, while at the same time having a type of single sign on, once a user has entered his credentials. Thus my registration process will create a new ldap user in an external directory, and i can then just point all the different domains to that External Ldap directory.

    I wouldn't recommend this because it would affect performance plus there are potential other issues like conflict that you would run into ..
    Everytime a user logs into a new session is created for him and this means a user might have multiple sessions on the server. The cookie that is also set is dependent on per portal domain so it might not work ..
    An alternative approach might be to have multiple roles and then customize the role for different views. You can modify the membership code in such a way that based on certain criteria you can assign him to a particular role, equivalent to your domain. However the problem could be if you want to provide delegated admin, currently the delegated admin is only at a domain level.

  • Error while deploying application on portal domain

    Hi All,
    I am getting following error while deploying application on portal domain :( :( Not sure what I am missing.......
    Anyone has any idea on this???
    <Oct 6, 2010 7:49:03 AM EDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <Workshop Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}{url:currentPage}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.>
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <com.bea.p13n.util.jdbc.internal.JdbcSequencer> <BEA-000000> <Cannot allocate sequence block:
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    Truncated. see log file for complete stacktrace
    >
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <netuix> <BEA-423147> <Exception [javax.transaction.TransactionRolledbackException: EJB Exception: : javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [0] SQL state [null]. Possible markup duplication of [
    MarkupDefinition:
    webAppName = plassPortalWeb
    type = Menu
    name = multiLevelMenu
    file = /framework/markup/menu/multilevel.menu
    beginXml = <netuix:multiLevelMenu $(markupType) $(markupName)>
    endXml = </netuix:multiLevelMenu>
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: Cannot call commit when using distributed transactions
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_EOImpl.java:138)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFile(MenuFilePersistenceManager.java:160)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.createUpdateMenuDefinitions(MenuFilePersistenceManager.java:267)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.startupSync(MenuFilePersistenceManager.java:529)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$StartupSync.run(AbstractFilePersistenceManager.java:155)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.startup(AbstractFilePersistenceManager.java:97)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFiles(MenuFilePersistenceManager.java:228)
    at com.bea.netuix.poller.FrameworkPoller.newFiles(FrameworkPoller.java:256)
    at com.bea.netuix.poller.NetuixFilePoller.start(NetuixFilePoller.java:172)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:390)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:261)
    at com.bea.netuix.servlets.manager.PortalServlet.access$100(PortalServlet.java:125)

    Hello Everybody,
    I solved this error by myself as follows:
    So, what I did was; I started the RemoteGui.bat (C:\usr\sap\J2E\JC00\SDM\program) and from the Undeployment tab, I selected “mainapp01” and “com.sap.engine.docs.examples”.
    The reason I undeployed the above applications was because when I was trying to deploy the mainapp01 application, it gave an error saying that “: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples “.
    And, then I restarted the J2EE engine and from the SAP Netweaver Developer Studio, I again deployed the mainapp01 application on the local J2EE engine and it was deployed successfully.
    Oct 10, 2006 9:45:30 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Finished Deployment
    Settings
    SDM host : RPIKOER
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Thank You
    With Regards,
    Krunal Rana.

  • Issue in packing Weblogic portal domain

    Hi Guys,
    I am trying to pack my domain from HOST A using command :
    pack -managed=true -domain=C:\Oracle\Middleware\user_projects\domains\Edlink -template=C:\Oracle\edlink.jar -log=c:\oracle\edlink.log -template_name="template_name"
    and wants to unpack it on HOST B
    But I am able to see below errors in my pack log file:
    2014-09-04 05:08:46,067 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - read domain from "C:\Oracle\Middleware\user_projects\domains\EDLINK"
    2014-09-04 05:08:48,739 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - FATAL ERROR: database.xml validation error!
    2014-09-04 05:08:48,739 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - database XML parsing failed: error: cvc-complex-type.2.4a: Expected element 'sql-statement@http://xmlns.oracle.com/weblogic/template-database' instead of 'datasource-mapping@http://xmlns.oracle.com/weblogic/template-database' here in element test@http://xmlns.oracle.com/weblogic/template-database
    2014-09-04 05:08:48,739 ERROR [runScript] com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper - fail to parse database.xml
    java.lang.Exception: Database.xml validation failed.
      at com.bea.plateng.domain.jdbc.TemplateDatabaseInfoHelper.parseTemplateDatabaseInfo(TemplateDatabaseInfoHelper.java:582)
      at com.bea.plateng.domain.TemplateBuilder.parseDomainDirectory(TemplateBuilder.java:835)
      at com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1342)
      at com.bea.plateng.domain.TemplateBuilder.buildNewDomainTemplate(TemplateBuilder.java:1287)
      at com.bea.plateng.domain.TemplateBuilder.buildNewDomainTemplate(TemplateBuilder.java:1279)
      at com.bea.plateng.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:416)
      at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.processRead(ScriptParserClassic.java:522)
      at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:428)
      at com.bea.plateng.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:150)
      at com.bea.plateng.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:112)
      at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:73)
      at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:36)
      at com.bea.plateng.wizard.domain.helpers.Executor.runSilentScript(Executor.java:65)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.bea.plateng.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:552)
      at com.bea.plateng.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:336)
      at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
      at java.lang.Thread.run(Thread.java:619)
    2014-09-04 05:08:50,129 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.MachineTypeImpl
    2014-09-04 05:08:50,145 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ClusterTypeImpl
    2014-09-04 05:08:50,145 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ServerTypeImpl
    2014-09-04 05:08:50,145 WARN  [runScript] com.bea.plateng.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.bea.plateng.domain.xml.configxb.impl.ServerTypeImpl
    2014-09-04 05:08:50,223 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: read domain from "C:\Oracle\Middleware\user_projects\domains\EDLINK"
    2014-09-04 05:08:50,223 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - set config option Managed to "true"
    2014-09-04 05:08:50,285 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: set config option Managed to "true"
    2014-09-04 05:08:50,285 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - write template to "C:\Oracle\EDLINK.jar"
    2014-09-04 05:08:54,145 INFO  [Thread-1] com.bea.plateng.domain.TemplateGenerator - Template Generation Successfull!
    2014-09-04 05:08:54,176 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: write template to "C:\Oracle\EDLINK.jar"
    2014-09-04 05:08:54,176 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - close template
    2014-09-04 05:08:54,192 INFO  [runScript] com.bea.plateng.domain.script.ScriptExecutor - succeed: close template
    FYI: I am using webLogic Portal 10.3.2 generic
                  with     MS SQL Server 2008 R2 64-bit
                    on      MS windows 2008 R2 server         
    solution to this post would be really appreciable.
    Thanks
    Punit

    Are you trying to upgrade your portal domain from 10.3.2 to 10.3.6 ?
    If yes then you need to use the Weblogic upgrade wizard.
    Perform the following steps to upgrade your portal domain:
    Verify that the WebLogic domain is not running.
    Upgrade the portal domain using the WebLogic Upgrade Wizard before you upgrade your portal application. To start the WebLogic Upgrade Wizard in graphical mode and upgrade a WebLogic domain on a Windows platform, run upgrade.cmd from the<WLPORTAL_HOME>\common\bin directory
    Note:Do not use the menu option Start > All Programs > Oracle Products > WebLogic Server 10.x > Tools > Domain Upgrade Wizard. This launches the WebLogic Server domain upgrade wizard.

  • Change of Domain name and IP address - Urgent requirement

    Hi,
    The Oracle internet directory is installed as a separate component and we have a requirement for changing the ipaddress and domain name . Could any one please tell me what steps need to be done or any related documents for changing the domain name of OID.
    thanks in advance.
    regds,
    hussain

    Refer following for 10.1.2:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/host.htm#BABJGDBH
    Hope this will help.
    Thanks
    Shail

  • Change the Domain of a data elements in the extraction structure

    Hi experts
    I was transport a extraction structure from BW DEV to BW QA System, but in STMS of QA System generated an error "Active ABAP Dictionary" then in T-code SE11 -> visualize -> Components Tab i am watching that the Data Type of a component ZBITRST is QUAN whereas in BW DEV system the Data Type is CHAR which is correct
    by double-clicking the component I am watching that the domain of both is different, How I can change the domain in QA System / BIC/VQUAN_000013_000003 to / BIC/VCHAR_000003_000000?
    or What is the solution to this problem?
    Thanks 

    Hi
    As you told you have correct domain for the info object in DEV system, transport this single info object through one transport.
    now check whether domain of the info the info object is correct.
    now you can import the extraction structure.
    If you want to change the domain type, goto edit mode of info object and select the data type CHAR instead of UNIT and activate the info object. this will change the domain type of your Info Object.
    Regards,
    Venkatesh

  • Changed the domain of the server where BO Edge is installed

    We changed the domain of the server where BO Edge resided and the domain of our database server. We are not getting the error message "Failed to register with name server. Reason: a server of this name already exists".  This occurs whenever we try to start any of the servers from the CCM.  What are or did we do wrong?

    My understanding is that Edge is the same base code as XI 3.0 and it shouldn't have any errors when changing domain name or hostname. I don't have this version installed but in the CCM is there a CMS (+other services) or a SIA?
    I'm not sure what changing the domain on the DB server would do, What type of DB are you using?
    Regards,
    Tim

  • Business Catalyst Help | Change the domain name of your site

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/change-site-domain.html

    @minshallcreative - Please reach our direct chat support and provide the site name so they can investigate this ASAP. 
    http://helpx.adobe.com/contact.html?product=business-catalyst
    Kind regards,
    -Sidney

Maybe you are looking for