Wrong server name in URL

Hello all,
We implemented synchronization of activities between CRM and MS exchange using groupware adapter. During the implimentation the CRM system had to be moved to a different server with a different name. The implimentation works fine on the new box except one thing - in the activity that resides in Outlook calendar there's a link to BSP application crm_bsp_frame. This link shows the old server name. Anyone knows where should we change the settings to set the new name?
PS I've already checked the settings in IMG - CRM - middleware - groupware. The new name is already there

Sergej,
Check your profile parameters for the CRM system.
Look at the following parameters
icm/host_name_full and
SAPLOCALHOSTNAME  (something very similar)
SAPLOCALHOSTNAMEFULL (something very similar)
Good luck,
Stephen

Similar Messages

  • Where do i find the server name or URL?

    where do i find the server name or URL for my icloud account

    Why do you need this?
    Are you trying to setup your iCloud email on a non Apple Email client?
    If so:
    iCloud: Mail server settings for email clients - Apple Support

  • Mask / Hide APSTOKEN server name in URL Reporting

    OEM .Net application that calls RPTs from CR-SERVER 2008 using the URL Reporting method.
    The URL that is being generated includes the APSToken value which references the SPECIFIC server name that generated the Token.
    -EXAMPLE_
    http://<SERVERNAME>:8080/CrystalReports/viewrpt.cwr?cmd=EXPORT&EXPORT_FMT=U2FPDF:0&id=2328&prompt0=210957811&apstoken=<FULLYQUATIFIEDSERVERNAME.DOMAIN>%3a6400%409117JF2IijEkii4fck7K9115JXNgUXMspRPgu8w6
    IT Security won't be happy to see that Plain Text info in the URL of each report.
    Is there a way to HIDE or MASK that <FULLYQUATIFIEDSERVERNAME.DOMAIN> value in URL reporting...?
    My personal preference would be to tell the OEM supplier to use the full BOE SDK to make the report calls to the CR-SERVER 2008. This seems like they took the "easy" way....

    Adam -
    Thanks for the input, that's what I thought...
    I don't think Single Sign-On (SSO) will work as it is a "Public Facing" application using a Generic "Enterprise" account for access.
    Right now they are still using Administrator (No Password) "Enterprise" account - but we will have them fix that before it goes PROD.
    There is no LDAP or WinAD layer that we can leverage for SSO since it faces the "Public".
    My original advice was that they have the OEM application use the full .NET SDK for BOE/CR-Server rather than the URL method - and it looks like that would be the most secure method given the current constraints.
    Thanks,
    Mark

  • Web Application Designer uses wrong server name

    Hello,
    I am using BI under NW04s.
    When I execute a web template in Web Application Designer it opens up the url with the server name without it's FQDN name and than I get: "URL used, <URL>, is invalid; distributed session management (DSM) cannot function. See SAP Notes 596698 and 654326.
    I've looked at these notes but I don't see how it can solve my problem.
    I've already followed the suggestions in <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=279031">this</a> thread including checking RZ10 and RSPOR_T_PORTAL table.
    Any other ideas...?
    Roy

    Hi,
    try maintaining parameter <b>icm/host_name_full</b> in SMCIM (goto/parameters/change).
    hope this helps...
    Olivier.

  • Hide user name / password and server Name in URl

    hello and hi all,
    me using oracle database 9i and form 6i with application server 9i
    when me run my form at web me see
    http://hrtest/dev60cgi/ifcgi60.exe?form=login_form.fmx&width=1000&height=700&userid=*user/password@sid*
    me want to hide that url
    any body can help me
    Mahr haider iqbal

    hi Mahr
    first of all I want to say something and I wish you will not get angry
    Navnit Punj was just trying to help you not to waste your time
    we are here to help each other
    hand in hand
    no colors - no languages - no religions
    just respect
    you need help today
    you may give help tomorrow
    that is why communities
    that is why we are here
    if you don't like any answer just skip it
    once again I wish you don't get angry
    technically speaking about your problem
    you have two choices
    *1-you can use on-logon trigger* at the form level and write your connection in it's code using the logon  procedure like that
    logon('username','Password@service')
    logon('SCOTT','TIGER@S1')
    you don't need to do that in all modules
    it is enugh to do that with the first running form module
    *2-you can configure formsweb.cfg* file by modifying the parameter of userid like that
    USERID=USERNAME/PASSWORD@SERVICE
    USERID=SCOTT/TIGER@S1
    again I wish you are not angry but I wish also Navnit Punj is not angry now
    Thank you
    Alsayed Alesawey
    Egypt
    Edited by: Alsayed Alesawey on Jul 14, 2009 4:06 PM
    Edited by: Alsayed Alesawey on Jul 14, 2009 7:34 PM

  • Joining OD and allowing service setup is giving wrong server name

    I haven't had any luck finding this situation in the forums with a number of searches, so hopefully it's painfully obvious and I've missed something you can point out for me.
    We have an XServe accessible via VPN. The server is set up with an FQDN, and running it's own DNS server that is presented to the VPN clients. A user can log in via VPN, and the hostname resolves to that host correctly, the web services are accessible, SSH works, and dig/nslookup queries respond correctly.
    When I take one of the client machines and attempt to join it to the OD server while it is connected over VPN, it detects the OD server, asks to set up, authenticates, and sets up the services, and then asks to logout and restart. All good so far.
    When I restart, and bring the VPN back up, the services are all configured to use hostname.wan instead of the hostname.realdomainname.com, and as such they all fail in authentication and/or lookup. I've checked the ipname and everything matches and is set as hostname.realdomainname.com, but then it sets up the services for users all wrongly.
    I've missed something somewhere I figure, but I can't find it, and the DNS seems to be behaving correctly, so there's a configuration base that I've missed or set up incorrectly.
    Any ideas?
    Thanks in advance,
    Dallas

    The great people on the enterprise support worked this out. I had done a simple setup on the server, and the OD core cluster was still the default, which was not in agreement with the DNS entry. The resolution is to do a full setup/advanced setup, and get the DNS working first, including the reverse lookup. From there add the OD setup and then it will be in agreement and things will work much better.

  • Context.GetServerUrl giving wrong Server name

    Hi,
    I am using  var serverUrl = this._context().getServerUrl()  of sdk.rest. It 's giving the correct server url in one organization. But when i import to another organization there also it's giving  same url. It's not giving the server url
    of  new organization. I can't understand what might be the issue. Any help would be appreciated.
    Thanks,
    Abhishek
    Abhishek

    Hi,
    Xrm.Page.context.getServerUrl() has a bug and it returns the default organization url.
    Instead of using this , pls use Xrm.Page.context.getClientUrl()
    If you find this post helpful then please Vote as Helpful and Mark As Answer. Thanks and Regards, Polat Aydın
    My blog

  • Reports with wrong Server details (using ODBC name instead of server name)

    Post Author: jomuir
    CA Forum: Administration
    When I save a report either in Crystal Reports 11 (File save as, Enterprise u2013 Central Management Server) or Central Manager Console, Objects New Object I get an error.
    On looking at the database all reports I am adding or saving are automatically taking the wrong server details, and it is a greyed out field, so I cannot edit it. I presumed it is getting this information from my ODBC settings, but appears to be using the ODBC name/description as the server name (The Database and usernames are correct). This is happening on every report!
    Any ideas what I am doing wrong? How I can save or add new reports with the correct details?
    Not sure if this will help, but the error message is:- Failed to open the connection. D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\wdcsql1.reportjobserver\~tmp117852b044ee296.rpt 

    Post Author: jomuir
    CA Forum: Administration
    No, Crystal Reports in not installed on the server, and the ODBC settings are not setup on the server. However I did add the correct ODBC settings on the server but this has made no difference.
    So do I need to setup all the ODBC settings in advance of anyone saving a report (I will need to try and find obtain them all)?
    Should the server also have a version of Crystal Reports on it?
    One report is working but it was added by the guy that installed it, and this report is using the same database as all the reports that I have added, and should be the same ODBC settings.
    The server (server username) does not have access to the original location of the reports, so it cannot run the reports - however when I save them to the server via enterprise or the import tool, does a version of the report get saved on the server? If so can you point me in the direction of them, so I can try and run them via the server?

  • BPM Acknowledgement message reading the wrong integration server name

    HI
    I have a scenario where I have BPM which sends data to A MS SQL Server database and waits for a TRANSPORT Acknowledgement. The Mesage going to the Database is processed successfully but the acknowledgement messasge fails giving the following error when viewed in the message monitor.
    IS_DETAILS_GET_ERROR
    no_integration_server_found: Unable to find Integration Server is.XX.XXXXXXXX
    Error while reading access data (URL, user, password) of Integration Server is.XX.XXXXXXXX
    Actually the string "is.XX.XXXXXXXX" contains the name of the integration server.
    Now my problem is the actual  value contained in the above string is the name   of the integration server . But this name is not correct ,  I mean it is not what the actual name should be. We are not able to find out from where this incorrect name is being picked up. Can anyone tell from where the actaul name and url  of the integration server is read. Is it stored in different locations for inbound messages and acknowledgement msgs. Will refreshing any of the caches will help.
    Please suggest.
    regards
    Nilesh Taunk.

    Hi Nilesh,
    your problem is very strange because your BPM is sending data correctly to SQL DB .....your db is processed.....but the ack msg when coming in bpm gives IS_DETAILS_GET_ERROR.
    i think just see all the objects in IR and ID are activated.....after that by SXI_CACHE transaction do a cache refresh.........see the return code of BPM is zero or not......the retun code of BPM shuld be zero.......
    again run your this scenario.......now please tell what happens......
    Thanks,
    Rajeev Gupta

  • Deployed Web dynpro application URL has the wrong host name

    Hi All,
    I have developed a java webdynpro application using NWDS. When I deploy it on a remote server, the host in the  URL of the generated application is different from the message server. Also, the URL doesn't display the fully qualified name of the message server. This creates problems when the application is accessed from a different domain.
    When I run the deployed application in web dynpro administrator, correct URL is generated.
    My questions is
    Where does the NWDS get the host and port from. Are there any parameters to be changed on the NWDS/Visual admin or on the Server to pick the exact server and host?
    Version:
    NWDS 7.0.09
    Netweaver 2004s SP15
    Thank you,
    Vasu

    Thanks for your reply.
    Hi Siva,
    I'm using a remote server. Which hosts file are you referring to? Is it where the NWDS is installed or the on the server?
    Pravesh -  My problem is not setting the J2ee engine on NWDS. Even when I give the correct message server and port on NWDS, the URL for the application deployed is not picking the server name correctly.
    My remote server has 2 SAP instances on it. Is it a problem?
    e.g.:
    Say my remote server is s07.xyz.com
    So I set the Message server as s07.xyz.com  and port as abcd
    When I deploy the application, sometimes I get the URL as
    http://bs307:50000/webdynpro/dispatcher/local/RPM_Item2/Charter2?SAPtestId=4
    Sometimes - http://s08:50000/webdynpro/dispatcher/local/RPM_Item2/Charter2?SAPtestId=4
    But the correct URL should be
    http://s07.xyz.com:50000/webdynpro/dispatcher/local/RPM_Item2/Charter2?SAPtestId=4
    But all three work. When I run the application from webdynpro administrator, the URL is correct.
    Thank you,
    Vasu
    Edited by: Subramanya Srinivas Mullapudi on Feb 27, 2009 5:15 AM

  • DNS url changes to with server name URL

    We have created  dns url for our sharepoint site, but users click on some links urls get changed to with server name URL
    Like http:\\server1:81\main\
    and i have created new subsite and all the pages comeu p with server name url instead on DNS URL
    Can someone help me with this?
    Thanks,

    Make sure the new DNS URL is in the Default Zone for AAMs. Also make sure none of your content is using hard-coded paths, instead using relative paths.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Error in uploading BDC Models (Server name missing from URL in Property wcfmexURL)

    Hi,
    We are using multiple Dialogue Instances in DUET Enterprise.
    Problem: Before we did the Reverse Proxy Configuration for App Servers, Our BDC Models got imported in SharePoint Successfully (Correct WSS Setup and STS Urls) but After doing the Reverse Proxy Configurations, when we regenerated the BDC Models, apparently Server Name is missing from URL of the Propoerty "wcfmexurl".
    Below is the Error Text:
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CF37C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '65' and Position: '20'.
    Failed to import model: Role
    [ERROR] The LobSystem (External System) / LobSystemInstance (External System Ins
    tance) Property with Name 'WcfMexDocumentUrl' has an invalid value 'https/sap/bc
    /srt/wsdl/bndg_CE38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy
    /document?sap-client=400'.
        Error was encountered at or just before Line: '42' and Position: '20'.
    Failed to import model: UserRoles

    Hi Holger,
    Thanks a lot!
    This Error is gone after implementing the Note. Now the generated BDC Models have the correct URL for wcfmexURL property.
    now we have the Following Error:
    [ERROR] Error loading URL 'https://sapbwX.srv.XXX.com/sap/bc/srt/wsdl/bndg_92
    38C550B825080AE1000000AC1F18FD/soap12/wsdl11/allinone/ws_policy/document?sap-cli
    ent=XXX'. This normally happens when URL does not point to a valid discovery doc
    ument, service description, or XSD schema.
        Error was encountered at or just before Line: '48' and Position: '20'.
    Failed to import model: Account
    For this Error, our SharePoint Administrator is checking below Steps.
    1.    1) Open “wcfmexDocumentUrl” URL in the browser and copy all SSL certificates (including Root Certificates) to a file. Then import these certificates in the Trust Relationships section. Then try the import of the BDC Models
    2.   
    2) 2) Verifying Your server uses a virtual hostname and all the configuration (e.g. SSL certificate) is done for this virtual hostname. Also the URLs that are created and used in the BDC model are Same virtual hostnames, but not the ones from the physical server.
    3.  3)Re-verify SAML Authentication type and transport security at SAP.
    4) 4) Browse WSDL at SharePoint Server and verify “WSP:Policy”  and in WSDL make sure that it contains an entry:
    <sp:RequestSecurityTokenTemplate>
    <wst:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</wst:KeyType>
    <wst:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</wst:TokenType>
    </sp:RequestSecurityTokenTemplate>
    I will update the Results after these checks!
    Thanks,
    Saumil

  • Exchange 2013 outlook server name is my owa URL not hash

    i was migrating from exchange 2003 to 2010 to 2013.
    after the migration and i install the exchange 2013 with exchange 2010 and configured it. the outlook not working with users that migrated to exchange 2013, and working well with the users already existing on exchange 2010.
    when i try to fix this issue i set my outlook provider using this commend   Set-OutlookProvider EXPR -CertPrincipalName
    "msstd:mail.mydomain.com"
    but unfortunately it's impacted the server name in client outlook.
    then i removed the outlook provider and create it again. but with no change. then i uninstall the CAS server and install it again but with now change too.
    now the outlook server name is my URL "mail.mydomain.com" and i need to recover it to be hash like "[email protected]"
    the outlook client version outlook 2010 sp2 & and outlook 2013

    Hi,
    Is there any error when you connect your Exchange 2013 mailbox in Outlook? Also confirm if the problematic users can access Exchange 2013 mailbox from OWA.
    Generally, Outlook uses Autodiscover service to auto setup Exchange account in Outlook. We can check the Autodiscover service in Exchange 2013 (mail.mydomain.com is pointed to Exchange 2013):
    Get-ClientAccessServer | FL Identity,fqdn,*autodiscover*
    Set-OutlookAnywhere -Identity "Exch13\Rpc (Default Web Site)" -InternalHostname mail.mydomain.com -ExternalHostname mail.mydomain.com -InternalClientAuthenticationMethod Ntlm -ExternalClientAuthenticationMethod Basic -ExternalClientsRequireSsl
    $True -InternalClientsRequireSsl $true
    Also make sure the name which is used in the AutoDiscoverServiceInternalUri has been included in your Exchange certificate with
    IIS service. We can restart IIS service by running IISReset /noforce from a Command Prompt window.
    Regards,
    Winnie Liang
    TechNet Community Support

  • SQL server name change - old content DB mounted but url is empty

    Reconfigured Sharepoint with new sql server name by creating new farm administration, then mounted the old wss content DB.
    When i open the old site name is says page cannot be found. Then i went and recreated the site using the same site name and it works but it does not show the old content. Please help.
    The aim is to shift Sharepoint from pointing to the old SQL Server to the new server.
    nchiliza

    Hi Nchiliza,
    How did you mount the old content database to the new SharePoint?
    From your description, it seems that the database was not mounted successfully.
    If the database has been mounted successfully, then all the site collections created in the original web application will be listed under the new web application. You can check this in Central Administration.
    I recommend to detach the content database and then reattach it again.
    Dismount-SPContentDatabase "<ContentDBName>"
    Mount-SPContentDatabase "<ContentDBName>" -DatabaseServer "<DBServerName" -WebApplication
    http://SiteName
    More reference:
    http://spzincho.blogspot.jp/2010/07/404-error-after-detaching-and.html
    Best regards.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Wrong server address ---- needs to be changed on Apple ITUNES site

    Dear Apple,
    Please change our config to point to the right server for our campus.
    I can not logout and login from our Apple ITUNES site because Apple has the wrong server address. Originally I signed up with www.belmont.edu but the actual ITUNES server is itunes.belmont.edu
    also, if I leave open the client and select on a course the links are bad...point to the old server.
    https://www.belmont.edu/cgi-bin/itunesu?destination=belmont.edu.1144766698
    this I believe is not something we can fix.........
    So, how do I change the server name to itunes.belmont.edu:8080/ItunesU or ItunesUPublic
    thanks
    Randall

    Dear Apple,
    Please change our config to point to the right server
    for our campus.
    I can not logout and login from our Apple ITUNES site
    because Apple has the wrong server address.
    Originally I signed up with www.belmont.edu but
    the actual ITUNES server is itunes.belmont.edu
    also, if I leave open the client and select on a
    course the links are bad...point to the old server.
    https://www.belmont.edu/cgi-bin/itunesu?destination=be
    lmont.edu.1144766698
    this I believe is not something we can fix.........
    So, how do I change the server name to
    itunes.belmont.edu:8080/ItunesU or ItunesUPublic
    thanks
    Randall
    Looks like IIS can do redirects. Perhaps you can have your web support team do a redirect to the Apple supplied url.
    Kenwrick
    Powermac G5    

Maybe you are looking for

  • Problem with a group by in a subselect - ORA-00979

    Hi, I have some difficulties with my query, I have every time an error ORA-00979 not a group by expression. Does anybody could help me, please ? Thanks. Here my query : select count(RES."ID") as "NbrRes", RES.PATIENT_LASTNAME as "lastname", RES.PATIE

  • Problem with file upload: File to big...

    Hi, when I try to upload a file of 6MB I get an error that the file is to big. I changed the web.xml but maybe I forgot something? I use Jdeveloper 11.1.1.2.0 This is in my web.xml: <context-param> <param-name>oracle.adf.view.faces.UPLOAD_MAX_MEMORY<

  • JAI: GaussianBlur problem

    I have made a GaussianBlur class to control image Gauss blur . but the larger radius I give the kernel, the thicker edge the image gets. what's the problem? // to generate gauss kernel private static float[] makeKernel(double radius) { radius += 1; i

  • Converting binary digits to its decimal equivalent.

    Is there any methods to do such convertion ?? Have been doing the hard way. :(

  • Movie files (.mov) do not display "a plugin is needed to display this content"

    Mac user. Movie files (.mov) do not display "a plugin is needed to display this content". What plug-in is required and where can I find it?