CMS Cannot update Domain Data

hi,
I installed the NW 2004s SP9 sneak preview because I am interested in the NW Development Infrastructure and the Visual Composer. My system is running at port 50900 and not 50100.
When I entered the Change Management Service, I realized that the domain data did not fit for my system.
CMS Url http://127.0.0.1:50100
SLD Url http://127.0.0.1:50100
When I try to change the URLs to http://myserver:50900 I receive the following error message:
Unexpected error; inform your system administrator: <Localization failed: ResourceBundle='com.sap.cms.util.exception.CMSExceptionMessages', ID='SLD name-server configuration error', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key SLD name-server configuration error
Does anyone know what I have to do, to change the URLs?
Kind regards
Michael

Hello Meyer,
can u pelase check in T-code : SMICM and try to identify the HTTP port one which u r server is listening...if it is set to 50100 then i dont know how to change it..for that u have to perform all XI configuration steps entierly....
and if it is listening on 50900 then u can change the connection parameter in exchange profile as shown below
Check the Integration Repository/Integration Directory hostname/port
connection settings are pointing at the correct host. In addition,
ensure the Exchange Profile has the following parameters pointing at
the SLD of the XI Development Server.
com.sap.aii.connect.landscape.name - hostname must be the hostname of the XI system's SLD
com.sap.aii.connect.landscape.httpport - ensure it's the J2EE port of the XI system's SLD
com.sap.aii.connect.cr.name - same hostname rule as above
com.sap.aii.connect.cr.httpport - same J2ee port value rule as above
If these settings were incorrect, update them with the correct values.
Save the changes.
Next, open the Administration console again and click
the AII Properties link. Hit Refresh button a few times until cache is cleared and new values display for Exchange Profile properties.
Check then if the link error persists and let us know the results.
if solved then give reward points
Thanks

Similar Messages

  • Problem in Updating L.S. Configurator (CMS)i.e. Save and Update Domain Data

    Hi All,
    As i m having Sneak-Preview 2004s SR1 with SP9 and my NWDS is also having the same service pack i.e. SP9 on my local machine. And i m trying to implement the NWDI and JDI on my machine and i have done all the post installation issues as per the documents in market place. but my problem is as follows.........
    As according the tutorial in SDN, i have created the new SC and when i m trying to save and update the domain data in the Landscape Configurator i m getting the following error...
    [[><b>Unexpected error; inform your system administrator: <Localization failed: ResourceBundle='com.sap.cms.util.exception.CMSExceptionMessages', ID='SLD name-server configuration error', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key SLD name-server configuration error</b> <]]
    I think some where i have forget the some configuration can but i m not able to catch that point .....if any body knows abt this ...plz help me ..........
    Thanks
    Dheerendra Shukla

    Thanks Johan for ur reply but can u explain more abt what u want to say....???
    also one more thing as given in the post-installation guide, in the "<b>Template installer</b>" under the "Deploy and Change" section, when i try to run the DI-Post installer Template wizard i m getting the following error ....what does the mean of this error ...can any body help me out from this error ....
    ==========================================================
    <b>Element 'SAPConfigLib.J2E.Unclassified.configureCms':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.J2E.Unclassified.configureCms':Error during executing Java Reflection:Unable to open connection to host "pwdf3102:50100". The IP address of the host could not be resolved. Maybe the URL is misspelled or the host does no longer exist..</b>
    ==========================================================
    Thanks
    Dheerendra

  • AR Invoice cannot update due date

    Have SAP 2005 installed with 5 databases. In 4 of the databases we can update the due date on the AR invoice screen (As long as document status is open). On one of the databases we cannot update the field. Logging in as manager in all databases.
    Anyone know what to look for or why this be happening?

    No, I have tested for installments and that does not seem to matter. I should have pointed out that one of the databases this DOES NOT work in has a Netherlands localization. Could it be possible that the Netherlands localizations do not allow update of the invoice due date. It appears that this is the case can anyone confirm this?

  • Cannot update due date in SharePoint 2010 Approvel Workflow generated Task

    Wondering why due date cannot be changed by users with List permissions on a Task which was generated from the built-in Approval workflow.
    I can have the workflow set the initial due date. The business process dictates that at times the due date need to be updated on the Task before they are completed (shift to the right or whatever).
    The column settings for the due date field do not seem to be set as read only??? why can the not be updated by users/admins?
    If the due date must be updated by a workflow how can a workflow be manually be run...like an administrator business process feature?
    BTW...this project mandates that all processes are run with OOB settings (codeless).
    Thanks
    Ok, found the answer to this on another post: click on the workflow status field of the workflow that generated the tasks. Then click "Add or update assignees". Very nice!

    Hi,
    Thank you for sharing this with us!
    Beside the way you mentioned, you can also try to reassign the task from the task list directly. Thus you can enter a new duration for this task and SharePoint will generate a new task.
    Thanks
    Pengyu Zhao
    TechNet Community Support

  • Cannot update table data based on values of numeric fields

    I have a button on a form with two numeric fields: P11_numeric1 and P11_numeric2.
    I want to be able to either run a stored procedure or execute the update logic. We're on apex 4.0.
    I tried the follow syntax in a process run by a button:
    begin
    schema.procname(:P11_numeric1,:P11_numeric2);
    end;
    And nothing happened.
    If I try to run the proc in toad with hard coded parameter values, the proc works.
    I tried this:
    begin
    update schema.tablename
    set value=:P11_numeric1
    where id=:P11_numeric2;
    commit;
    end;
    And this doesn't work.
    I tried:
    begin
    update schema.tablename
    set value=1
    where id=2;
    commit;
    end;
    And that worked, so I assume the issue is with getting the numeric field values. Am I using incorrect syntax?

    I'm on apex 4.0.2 btw. I had two main problems: 1) the process that my procedure was in was in a sequence number lower than the MRU process sequence number. I didn't want to use the MRU so I changed it to being called by ajax calls only (which I don't have on the page, effectively not firing this process on page submit). Changing the sequence number of the process call to the procedure higher then allowed me to run the stored procedure.
    The next problem was that the fields weren't being passed into the proc.
    It looks like the type of the field made a bit of a difference to sending in the parameter for the procedure. The data is either integer or numeric and if the fields were set to a text field, and the proc was changed to accept varchar2 data and convert using to_number in the proc that the data was accepted and was fine. For the integer fields, I was able to (and wanted to) change the field type to display only as this is a read only screen with an button to save the data. For the numeric fields, for some reason the display field type did not allow the field value to be passed to the stored proc.
    I'll take a look at the session values not getting set but has anyone heard of that happening to display only fields with numeric data specifically?

  • Problem while updating the domain data of CMS

    Hi
    I am trying configuring the Chage Management Service. When i am clicking on the <b>"update CMS"</b> button which is under CMS > Landscape Configuratore > Domain Data i am getting the following error...
    <b>"Unexpected error; inform your system administrator: No object found exception"</b>
    How to resolve this problem?
    Best Regards
    Ravi Shankar

    HI
    Following are main error i found in log file
    <b>Exception in method updateCMSServer
    No object found
    Could not find clientID</b>
    Thanks & Regards
    Ravi Shankar B

  • Getting an error in CMS..Domain Data

    Hello All,
    I just finished installing & configuring (including Post installation) JDI on EP6 SP15.
    Now in CMS, am getting an error as <i><b>cannot create directory: D:\usr\sap\JTrans/CMS/inbox</b></i> in Domain Data tab.. under Landscape Configurator
    I have created the JTrans and all required sub-folders & have also copied the required .sca files in<i> inbox</i> sub-folger as given in post installation doc.
    Any inputs...please guide...
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu

    Hi Siddharth,
    Firstly thank you for ur reply & excuse me for replying late.
    Can you please tell me how am to give permissions as u suggested in ur reply above.
    The inbox folder is accessible using Windows Explorer, so how to assign permissions. Should I share the folder?
    On other hand, am trying to understand this step. Is it that CMS is trying to create the inbox folder that I did already (referring to Post Installation Steps)?
    These are the initial values...that am trying to change:
    CMS URL= http://localhost:50000
    SLD URL= http://PWDF3013:50000
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

  • Cannot update data from DSO to Cube with further update in process chain

    Hi Guys,
                  This is the message am getting when am trying to update to cube by process further update with process chain.Process fails at further update with the following below message.
    However at DSO level i can see the data mart status but no request at cube level.
    Error Message:
    Cannot update request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR in data target
        Message no. RSM1523
    Diagnosis
        System checks show that request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR cannot be
        updated to a data target.
        The system checked whether
        o   request REQU_D57WAP7Z2WAI1CG5Y5OQ5W7JR is already in the data target
        o   the data target has active update rules for the InfoSource
        o   the data target was selected for updating
        o   locks exist
        o   for a DataStore object as a data target, that the request was
            updated in the correct order, if the DataStore object stipulates
    When i check the monitor screen under status tab it says "A caller 01, 02 or equal to or greater than 20 contains an error meesage" and under details tab "Data Package 1 : arrived in BW ; Processing : Data packet not yet processed "
    Regards,
    Krishna.
    Edited by: krishna Krishna on Mar 4, 2009 6:37 PM

    Hi
    It seems you used infopack when you select update data inot datatarget then system prompts you a infopack.That's the infopack which is generated by system being used in process chain variant to update data into datatarget.
    Create new infopack/ DTP manually then use that infoapck/DTP on the process chain variant then try.
    Chandu.

  • Getting Error:::oracle.jbo.domain.Date cannot be cast to java.lang.String

    Hi Friends,
    I have simple req'.
    i have one date filed in OAF page...if user has change the date filed..means if he incresed by 2 days..then i need to call one procedure..if not no need to call....
    first am picking that date field to by uusing prepared stmt and putting in to one variable..like below
    try {
    ps1 = am.getOADBTransaction().getJdbcConnection().prepareStatement("SELECT -------");
    ResultSet rs2 = ps1.executeQuery();
    while (rs2.next()) {
    schDate = rs2.getString(1);//storing the value
    } catch (Exception e) {
    throw OAException.wrapperException(e);
    Next..am picking the current value like this(user can change the value) like below...
    OAViewObject viewObj = (OAViewObject)am.findViewObject("simpleVO");
    String currSchDate = (String)viewObj.getCurrentRow().getAttribute("iDate");
    java.text.SimpleDateFormat dtFormat = new java.text.SimpleDateFormat ("MM/dd/yyyy");
    StringBuilder date = new StringBuilder(dtFormat.format(currSchDate));
    Then am comparing the values like below..
    if (schDate.equals(date)) {
    String outParamValue = "";
    String secondOutParamValue = "";
    but am geting the below error
    ## Detail 0 ##
    java.lang.ClassCastException: oracle.jbo.domain.Date cannot be cast to java.lang.String
         at xxuss.oracle.apps.abc.webui.xxPGCO15.processFormRequest(xxGCO15.java:594)
    Appriciate any help...its very urgent
    Regards
    Harry

    Instead of :
    String currSchDate = (String)viewObj.getCurrentRow().getAttribute("iDate");Try
    String currSchDate = viewObj.getCurrentRow().getAttribute("iDate").toString();
    -Anand

  • I had an unauthorized purchase on my old apple ID so I created a new one since the old one had been deactivated and now I cannot update any of my apps, I have read that the apps will be tied to the old account but I do not want to delete/lose their data

    I had an unauthorized purchase on my old apple ID so I created a new one since the old one had been deactivated and now I cannot update any of my apps, I have read that the apps will be tied to the old account but since the old one was deactivated I cant update them and I do not want to delete/lose their data, re download, and start all over again. Is there anyway to go around this issue?
    thanks

    Ask Apple to re-enable it. I had an unauthorized purchase last October. They disabled my account until the problem was solved. However, I asked them to reopen it, and they just asked me to provide some security information (billing address, a recent purchase you made, etc.), and then they re-enabled it.

  • My itunes says that my ipod is synced with another library when it is not and cannot update or sync without wiping it and all its data

    My itunes says that my ipod is synced with another library when it is not and cannot update or sync without wiping it and all its data
    Can anyone help me

    Syncing to a new iTunes library or computer will erase your ipod. Only if you back up your iPod manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Do this:
    Disable autosync in iTunes, connect your iPod to your new computer and right click on it in the device list and choose backup. iTunes will backup your iPod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    All media content will be erased during the first sync, but you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the ipod for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in itunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread:http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0

  • I cannot uninstall itunes from my computer PC. I cannot update itunes on my computer. I get this message." C:\Documents and Settings\Sally-Anne\Local Settings\Application Data\Apple\Apple Software Update\'iTunes.msi' is not a valid installation package

    I cannot uninstall itunes from my computer PC. I cannot update itunes on my computer. I get this message." C:\Documents and Settings\Sally-Anne\Local Settings\Application Data\Apple\Apple Software Update\'iTunes.msi' is not a valid installation package Try to find the installation package itunes.msi in a folder from which you installiTunes."
    I have tried a serach for the file itunes.msi and nothing comes up.
    Help anyone/
    thanks

    I get this message." C:\Documents and Settings\Sally-Anne\Local Settings\Application Data\Apple\Apple Software Update\'iTunes.msi' is not a valid installation package Try to find the installation package itunes.msi in a folder from which you installiTunes."
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • No data on PDA - Cannot update row in status - 14

    Hi,
    after login and after sync i get this exception on log console: Thread: Thread-5 Error: Error in deployment --&gt; java.lang.IllegalStateException: Cannot update row in status - 14
    at com.sap.tc.mobile.cfs.sync.InternalSyncState.update(InternalSyncState.java:27)
    and i don't see any data on my data object...
    have you any idea?
    Best Regards,
    Alessandro Chessa.

    Hi Alessandro,
    Which PDA application are you using? Is it AWT/OCA/JSP?
    Are you deploying the application locally or through server?
    It will help if you let us know what steps you followed to get this error.
    Best Regards,
    Amit

  • HT4623 Why I cannot activate cellular data network after updating to iOS 6.0?

    Why I cannot activate cellular data network after updating to iOS 6.0?

    ok have a new Ipad a few weeks did this update and now poof nothing . have wifi but no Cellular Data seems its all ben wiped out, sat for over 1h came home after update and nothing but says i have full digicel  signal in the top courner have looked on net for help nothing has woked and digicel not open now here till monday.lets hope they sort this one soon. anyone else missing info in iPad: Tap Settings > Cellular Data ??????
    thanks

  • IPAD Why I cannot activate cellular data network after updating to iOS 6.0?

    Why I cannot activate cellular data network after updating to iOS 6.0? in fact all info in cellular has been wiped out ???? empty???  and why is it showing full signal in the top ???? any one got any help out there PLEASE      ????

    ok have a new Ipad a few weeks did this update and now poof nothing . have wifi but no Cellular Data seems its all ben wiped out, sat for over 1h came home after update and nothing but says i have full digicel  signal in the top courner have looked on net for help nothing has woked and digicel not open now here till monday.lets hope they sort this one soon. anyone else missing info in iPad: Tap Settings > Cellular Data ??????
    thanks

Maybe you are looking for

  • When I click a link it won't open up another window, what do I do?

    There is a website I use for my business and when I select several items on the main page to produce a report nothing happens. On my old pc the report would open in another window. Nothing happens with my new macbook pro. Why won't the report open?

  • Location of files transferred by Bluetooth

    Probably a dumb question here, but I don't know where the find the files that I transfer to our Macs via Bluetooth. In which folder are they located? I'm having trouble finding them. Any guidance is appreciated. Thanks. Chris

  • How to validate input using while loop?

    I've written a short program that asks the user to enter their gender. I have a setGender method that checks that the user has entered either M or F before assigning the value to the gender variable. If they haven't, the program continues to ask for

  • How to install or import a certificate on an Nokia...

    Hello ,I have problems to install or import  a certificate on my Nokia 6303 classic .I downloaded the certificate on my computer and transferred it to my Nokia.I do not see how to install  or import it .On the Nokia under security I see several other

  • No Authorization for this Action

    Hi Experts, No Authorization for this Action - ERROR before enterprise service builder is getting loaded. Could you please let me know how to resolve this? Thanks Vijay