External access to Portal and CRM B2B

Hi,
We have the sap portal and also CRM Java ..we have deployed the CRM Business package on the portal and used the portal IView to call the CRM java application. What is the best way to expose both the portal and CRM java to the external users?
I know we can achieve this using sap webdisatcher, but there are certain limitation in sap webdispatcher when dealing with two separte host name..so please let me know how expose both portal and crm to the external users.
Thanks

First of all you need to have your network infrastructure in terms of Security Zones, SAP has a standard recommendation that I have always use when possible for growing your landscape and exposing your Solutions to either internal or external users:
http://help.sap.com/saphelp_nw70/helpdata/en/9d/44d7bc73ddce4f96f09de874350e78/content.htm
Depending on your security needs you can have 2 portals 1 external facing portal and one internal facing portal, or just 1 portal installed in the Inner DMZ , there is no formula is what your Architects prefer and there are  pros and cons in any scenario.
Now answering your question you do not need to expose both instances (CRM and Portal)  you only need to expose SAP Portal  because the  purpose of Portal is to provide a single point of access to your u201Cbackendu201D solutions in your case.   So Sap Web Dispatcher will be good choice or you can use a Hardware Load Balancing, if this is for external users then you need HA.
Hope this helps.
Juan Jose Alvarado

Similar Messages

  • Exchange 2010 .Disable external access for Autodiscovery and RPC

    Hi Team,
    Once i publish my Owa page in exchange 2010 .Automatically i was able to access.
    https://domainname.com/autodicovery
    https://domainname.com/rpc
    https://domainname.com/owa/oma
    I need to block access from external world to these websites.Pls help

    Hi,
    Before we go further, I'd like to confirm if you want to block external Outlook access. If yes, we can disable Outlook Anywhere since external Outlook access use Outlook Anywhere to connect to server.
    Additionally, there are three methods for external Outlook users to connect to Autodiscover service. If we don't add public A record and SRV record, Autodiscover cannot work.
    And we can separate web sites for internal access and external access and don't add Autodiscover and RPC virtual directories in the external access web site. and here is an article about OWA virtual directory, and you can refer to the article for Autodiscover
    and RPC:
    http://blogs.technet.com/b/messaging_with_communications/archive/2011/05/02/how-to-block-owa-for-external-users.aspx
    Thanks,
    Angela Shi
    TechNet Community Support

  • Use Same URL for Internal and External Access for CRM 2015 IFD

    I have setup a CRM2015 server for IFD access.
    ADFS and CRM are on separate servers.
    CRM server all roles
    ADFS 2.0 server.
    Using the internal URL I am able to access CRM without entering my details (as expected)
    Using the external URL I am authenticated by ADFS as expected and can sign in.
    We have an internal domain domain.local
    We have an external domain domain.com (the certificate is for *.domain.com)
    We have a DNS zone created internally for domain.com.
    CRM URLs
    internal : internalcrm.domain.com
    External : externalcrm.domain.com
    I would like all users to use the same link regardless of them being internal or external, but I would like so that any user who is on the domain is automatically logged in without entering their username and
    password. What is the best way to do this?
    I have tried creating a cname record on the internal domain.com zone pointing externalcrm.domain.com to internalcrm.domain.com but that didn't work, I still get the ADFS sign in page.
    Thanks

    So fair warning, what you're asking for isn't really a supported deployment method of CRM.
    That said, you should be able to do some DNS trickery internal to your network that points your "crm.domain.com" to "crm.domain.local" and then hopefully CRM will treat the connection as if it came from an internal network.
    Otherwise, you're likely going to have to accept that everyone gets the ADFS login page internal and external to your network.
    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

  • External apps in portal r showing username and password on address bar

    Hai all
    We r usign apps 11.5.3 and 9iAS 9.0.2.0.1.
    Portal 9.0.2.2.14a.
    I regesterd apps as External application to portal and supplied username and password fields.
    It is regestered succesfully and the external application link is working fine.
    When I fisttime accessed link it asked for username and password.
    I could logged in successfully to apps but the user name and pasword r appearing on the address bar of apps page.
    Even my.oracle which is configured bydefault during portal installation is showing user name and password on the addressbar.
    Is there a way to hide them from appearing in address bar.
    regards,
    sreenivas

    You can deploy the external application link for your oracle apps as a url item in a region. Enable the check box to open this url in a new browser window. Hide the toolbars for this new window using javascript. Hope this helps...

  • Source system set up for internal / external access

    Hi all.
    We have an EP 6.0 (NW04 SP16) system delivering BW data from a back-end BW 3.1/3.2 system.  We are using BW Report iViews to deliver all reports to external and internal users.  I am having a very specific problem when setting up the source system for the BW system.
    The BW Report iView object uses the WAS hostname parameter(found under: System Administration -> System Configuration -> Systems -> BWSourceSystem -> Open ->Object -> "Web Application Server (WAS)") when retrieving the back-end BW report. 
    When this parameter is set using an internal host id (internal_host.company.com) internal users can access the report in question, but external users can't.  Alternatively, when this parameter is set using an external host id (ie. the host of our DMZ proxy server) external users can access the report, but internal users can't.
    I need to find a way to use one hostname for this parameter that will work for both internal and external users.  I have worked with the HTTPURLLOC table and this solution works great for URL iViews, but not for BW Report iViews.  Does anyone have any suggestions?  Thanks!

    Hi Shashi.
    We did find a solution using web dispatcher.  We actually installed two instances of web dispatcher... one in our DMZ for external access and another one our corporate LAN.  The web dispatchers are configured identically and the EP instance knows only one hostname:
    name.company.com
    The port passed to the URL https://name.company.com:port is what tells web dispatcher what to do with the request (ie. pass the request to EP, BW, ECC, R/3, etc.).
    Be aware that EP allows for only one hostname for Source System Setup - my name.company.com in my example above -(this is the EP Web Application Server hostname (WAS) parameter found under System Admin - System Config - Systems) - so you may need to do something like we did:
    register name.company.com on the internet as a public address and use that DNS mapping for external users (using your DMZ version of webdispatcher).  Subsequently, use internal DNS or host name mapping to register an internal private addresss for name.company.com (using your LAN version of web dispatcher).  this will allow both internal / external users access to the portal and other SAP back-end systems.
    It may sound a bit kludgy, but believe me - we tried everything to make this work.  I took this all of the way to SAP and this was the recommendation SAP made for allowing both internal and external users access to portal and BW data.
    Hope this helps!

  • KM and CRM Content

    Hi,
    I have a scenario where I want to attach html files to products in CRM. I want these files to be available in the webshop. The file contains the product description using rich text such as bold, underline and bullet points.
    I have tried attaching an html file directly to the product in CRM but the html attributes are not rendered.
    Is this something I could do in Knowledge Management?
    Thanks

    Hello,
    I`m afraid you`ll need to do some more research. It all depends on you portal and CRM version. In CRM 4.0 and 5.0 (before 2004s) there is the ability to make a search in the portal using the SAF framework. This get together of functions allows you to search on whatever attribute you want making use of TREX.
    So you`ll need some development. Only for websales a limit amout of business objects can be searched. As of 2004s you have SES(search engine service) in CRM so that you can search on multiple business object. These search screens can be implemented in the portal without problems. As of ECC6 you have enterprise search. This means that these SES search modules are integrated in the standard KM search.
    I presume you store the html files in the CRM dms. You can quickly make a connection to this DMS using the KM webdav connector. This way you can index you html`s but if you want to connect to youmaterials you need SES or a SAF develepennt.
    This gave you enough material to continue you search. Sorry about that
    I had to do simular research.

  • Lync 2013 mobility and external access not working

    Hi all.
    I installed and configured Lync Server 2013 Front End and Lync Server 2013 Edge on Windows Server 2012 R2.
    Internal lync clients (not mobile) can successfully connect to server and everything works fine for them. External users can connect only with manual configuration of address of external lync server in lync client, autodiscovery doesn't work.
    I also installed and configured IIS ARR Reverse Proxy on Windows Server 2012 R2 using this article -
    http://blogs.technet.com/b/nexthop/archive/2013/02/19/using-iis-arr-as-a-reverse-proxy-for-lync-server-2013.aspx. But it doesn't work too. When I try to connect I get 'Unable to connect to the server. Check your network connection or the server address and
    try again'.
    I configured dns records in the external dns zone.
    For Edge:
    sip.extdomain.ru – IP1
    lyncwebconf.extdomain.ru – IP2
    lyncav.extdomain.ru – IP3
    For Reverse Proxy:
    lyncdialin.extdomain.ru - IP4
    lyncmeet.extdomain.ru - IP4
    lyncextweb.extdomain.ru - IP4
    lyncdiscover.extdomain.ru - IP4
    I issued all needed certificates by the internal CA and added following alternative names.
    For FE certificate:
    sip.cherry.loc
    lync.cherry.loc
    dialin.cherry.loc
    meet.cherry.loc
    admin.cherry.loc
    lyncdiscoverinternal.cherry.loc
    lyncdiscover.cherry.loc
    lyncdialin.extdomain.ru
    lyncmeet.extdomain.ru
    lyncextweb.extdomain.ru
    lyncdiscover.extdomain.ru
    For Edge external and Reverse Proxy:
    lyncav.extdomain.ru
    sip.extdomain.ru
    lyncwebconf.extdomain.ru
    lyncdialin.extdomain.ru
    lyncmeet.extdomain.ru
    lyncextweb.extdomain.ru
    lyncdiscover.extdomain.ru
    cherry.loc
    The root certificate of internal CA installed on all servers and client devices.
    Using Wireshark I see that Reverse Proxy communicating with FE on port 4443.
    Here is an excerpt from mobile client log.
    GET https://lyncdiscover.extdomain.ru/?sipuri=sip:[email protected]
    Request Id: 0x6f54648
    HttpHeader:Cache-Control no-cache
    HttpHeader:Content-Length 1006
    HttpHeader:Content-Type application/vnd.microsoft.rtc.autodiscover+xml; v=1
    HttpHeader:Date Mon, 22 Sep 2014 11:17:45 GMT
    HttpHeader:Expires -1
    HttpHeader:Pragma no-cache
    HttpHeader:Server Microsoft-IIS/8.5
    HttpHeader:StatusCode 200
    HttpHeader:X-AspNet-Version 4.0.30319
    HttpHeader:X-Content-Type-Options nosniff
    HttpHeader:X-MS-Server-Fqdn lync.cherry.loc
    HttpHeader:X-Powered-By ASP.NET, ARR/2.5
    Ôªø<?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" AccessLocation="External"><Root><Link token="Domain" href="https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=extdomain.ru" /><Link token="User" href="https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru" 
    /><Link token="Self" href="https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root?originalDomain=extdomain.ru" /><Link token="OAuth"
    href="https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=extdomain.ru" /><Link token="External/XFrame" href="https://lync.cherry.loc/Autodiscover/XFrame/XFrame.html" /><Link
    token="Internal/XFrame" href="https://lync.cherry.loc/Autodiscover/XFrame/XFrame.html" 
    /><Link token="XFrame" href="https://lync.cherry.loc/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>
    </ReceivedResponse>
    2014-09-22 15:17:53.041 Lync[299:715a000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/119:location value is external
    2014-09-22 15:17:53.042 Lync[299:715a000] INFO TRANSPORT CUcwaAutoDiscoveryResponse.cpp/195:User url is
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.042 Lync[299:715a000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x6f54648)
    2014-09-22 15:17:53.042 Lync[299:3c2a218c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-09-22 15:17:53.043 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/290:Received a root response
    2014-09-22 15:17:53.043 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryGetUserUrlOperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with
    url = https://lyncdiscover.extdomain.ru/?sipuri=sip:[email protected], userUrl = https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru, status = S_OK (S0-0-0)
    2014-09-22 15:17:53.043 Lync[299:3c2a218c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x6f54648): S_OK (S0-0-0) (Success); Done with req.; Stopping resend timer
    2014-09-22 15:17:53.044 Lync[299:3c2a218c] INFO TRANSPORT CCredentialManager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain (cherry) username (user) password.empty() (0) certificate.isValid() (0)
    privateKey.empty() (1) compatibleServiceIds(1)
    2014-09-22 15:17:53.044 Lync[299:3c2a218c] INFO TRANSPORT CMetaDataManager.cpp/403:Received a request to get the meta data of type 0 for url
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.044 Lync[299:3c2a218c] INFO TRANSPORT CMetaDataManager.cpp/458:Sending Unauthenticated get to get the web-ticket url
    2014-09-22 15:17:53.044 Lync[299:3c2a218c] INFO TRANSPORT CTransportThread.cpp/135:Added Request() to Request Processor queue
    2014-09-22 15:17:53.045 Lync[299:3c2a218c] INFO TRANSPORT CAuthenticationResolver.cpp/109:Waiting on Meta Data from https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.045 Lync[299:659a000] INFO TRANSPORT CTransportThread.cpp/347:Sent Request() to Request Processor
    2014-09-22 15:17:53.045 Lync[299:3c2a218c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/385:Submitting new req. GET-AuthenticatedUserGetRequest(0x6e83da8)
    2014-09-22 15:17:53.045 Lync[299:659a000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential
    for serviceId (4) type (1)!
    2014-09-22 15:17:53.046 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1263:Submitting Authenticated AutoDiscovery request to
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.046 Lync[299:659a000] INFO TRANSPORT TransportUtilityFunctions.cpp/689:<SentRequest>
    GET https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    Request Id: 0x133b6a8
    HttpHeader:Accept
    </SentRequest>
    2014-09-22 15:17:53.046 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x6e73850 for url - https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user with persistent id as 16
    2014-09-22 15:17:53.047 Lync[299:659a000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url 
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru. Sending over direct connection.
    2014-09-22 15:17:53.050 Lync[299:659a000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = 0x%u0x6e743a0 Error domain = kCFErrorDomainCFNetwork code = 0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason
    = ErrorRecoverySuggestion =  
    2014-09-22 15:17:53.050 Lync[299:659a000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-09-22 15:17:53.050 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x6e73850.
    2014-09-22 15:17:53.050 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x6e73850.
    2014-09-22 15:17:53.051 Lync[299:659a000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x22020001
    2014-09-22 15:17:53.051 Lync[299:659a000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request resulted in E_ConnectionError (E2-2-1). The retry counter is: 0
    2014-09-22 15:17:53.051 Lync[299:659a000] WARNING TRANSPORT CCredentialManager.cpp/317:CCredentialManager::getSpecificCredential returning NULL credential
    for serviceId (4) type (1)!
    2014-09-22 15:17:53.052 Lync[299:659a000] INFO TRANSPORT TransportUtilityFunctions.cpp/689:<SentRequest>
    GET https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    Request Id: 0x133b6a8
    HttpHeader:Accept
    </SentRequest>
    2014-09-22 15:17:53.052 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/399:Allocating stream 0x14102a0 for url - https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user with persistent id as 16
    2014-09-22 15:17:53.053 Lync[299:659a000] VERBOSE TRANSPORT CHttpProxyHelper.cpp/435:CHttpProxyHelper::discoverProxy : No proxy found for url
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru. Sending over direct connection.
    2014-09-22 15:17:53.056 Lync[299:659a000] ERROR TRANSPORT CHttpConnection.cpp/1029:Request Type = 0x%u0x14080f0 Error domain = kCFErrorDomainCFNetwork code =
    0x2 ErrorDescription = The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.) ErrorFailureReason = ErrorRecoverySuggestion =
    2014-09-22 15:17:53.056 Lync[299:659a000] ERROR UTILITIES CHttpConnection.cpp/958:GetAddrInfo returned error 0x8
    2014-09-22 15:17:53.056 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/467:Releasing stream 0x14102a0.
    2014-09-22 15:17:53.056 Lync[299:659a000] INFO UTILITIES CHttpStreamPool.cpp/599:Releasing stream 0x14102a0.
    2014-09-22 15:17:53.057 Lync[299:659a000] INFO TRANSPORT CHttpRequestProcessor.cpp/173:Received response of request() with status = 0x22020001
    2014-09-22 15:17:53.057 Lync[299:659a000] INFO TRANSPORT CHttpRequestProcessor.cpp/201:Request resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    2014-09-22 15:17:53.057 Lync[299:659a000] INFO TRANSPORT CHttpRequestProcessor.cpp/266:Sending event to main thread for request(0x133b6a8)
    2014-09-22 15:17:53.058 Lync[299:3c2a218c] INFO TRANSPORT CMetaDataManager.cpp/572:Received response for meta data request of type 60 with status 570556417
    2014-09-22 15:17:53.058 Lync[299:3c2a218c] ERROR TRANSPORT CMetaDataManager.cpp/588:Unable to get a response to an unauthenticated get to url
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.059 Lync[299:3c2a218c] INFO TRANSPORT CAuthenticationResolver.cpp/208:MetaData retrieval for url https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru completed with status 570556417
    2014-09-22 15:17:53.059 Lync[299:3c2a218c] INFO TRANSPORT CAuthenticationResolver.cpp/238:Deleting 1 pended Meta data requests for url
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.059 Lync[299:3c2a218c] ERROR TRANSPORT CAuthenticationResolver.cpp/334:Unable to get the meta data for server url
    https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=extdomain.ru
    2014-09-22 15:17:53.059 Lync[299:3c2a218c] INFO TRANSPORT CAuthenticationResolver.cpp/337:Failing request to the request manager
    2014-09-22 15:17:53.060 Lync[299:3c2a218c] INFO TRANSPORT CRequestManager.cpp/284:Failing secure request UcwaAutoDiscoveryRequest with status E_ConnectionError (E2-2-1)
    2014-09-22 15:17:53.060 Lync[299:3c2a218c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/822:Req. completed, Stopping timer.
    2014-09-22 15:17:53.060 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1358:Received autodiscovery response with status E_ConnectionError (E2-2-1)
    2014-09-22 15:17:53.060 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryService.cpp/1316:Raising Autodiscovery event with status E_ConnectionError (E2-2-1) for eventType 0
    2014-09-22 15:17:53.061 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/417:Received event for type 0 with status E_ConnectionError (E2-2-1)
    2014-09-22 15:17:53.061 Lync[299:3c2a218c] INFO APPLICATION CUcwaAutoDiscoveryServiceRetrialWrapper.cpp/539:Autodiscovery scheduled retrial timer. Timer 0.000000 seconds
    2014-09-22 15:17:53.061 Lync[299:3c2a218c] INFO APPLICATION CAlertReporter.cpp/64:Alert received! Category 1, Type 201, level 0, error E_ConnectionError (E2-2-1), context '', hasAction=false
    2014-09-22 15:17:53.061 Lync[299:3c2a218c] INFO APPLICATION CAlertReporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    2014-09-22 15:17:53.062 Lync[299:3c2a218c] INFO APPLICATION CTransportRequestRetrialQueue.cpp/725:Response received for req. GET-AuthenticatedUserGetRequest (0x6e83da8): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend
    timer
    2014-09-22 15:17:53.062 Lync[299:3c2a218c] INFO UI CMAlertViewController.mm/87:ObservableListItem Added event received
    2014-09-22 15:17:53.062 Lync[299:3c2a218c] INFO UI CMAlertViewController.mm/97:showalert is 1
    2014-09-22 15:17:53.063 Lync[299:3c2a218c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-09-22 15:17:53.063 Lync[299:3c2a218c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-09-22 15:17:53.063 Lync[299:3c2a218c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-09-22 15:17:53.063 Lync[299:3c2a218c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-09-22 15:17:53.063 Lync[299:3c2a218c] INFO UI CMConversationCommon.mm/43:not signed in
    2014-09-22 15:17:53.064 Lync[299:3c2a218c] INFO UI CMNotificationManager.mm/697:desired view is alert, size 1
    2014-09-22 15:17:53.064 Lync[299:3c2a218c] INFO UI CMNotificationManager.mm/737:adding the desired view
    2014-09-22 15:17:53.065 Lync[299:3c2a218c] INFO UI CMNotificationManager.mm/472:reposition floating views
    2014-09-22 15:17:53.065 Lync[299:3c2a218c] INFO UI CMAlertViewController.mm/104:showalert is 1
    2014-09-22 15:17:53.065 Lync[299:3c2a218c] INFO UI CMAlertViewController.mm/108:showalert is 0
    2014-09-22 15:17:53.066 Lync[299:3c2a218c] INFO UI CMUIUtil.mm/410:Mapping error code = 0x22020001, context = , type = 201
    2014-09-22 15:17:53.066 Lync[299:3c2a218c] INFO UI CMUIUtil.mm/1708:Mapped error message is 'Unable to connect to the server. Check your network connection or the server address and try again. 

    Result of Lync Connectivity Analyzer.
    External Auto discover service : https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root
    Starting Lync server autodiscovery
    Please wait; this test may take several minutes to complete...
    Starting automatic discovery for secure (HTTPS) internal channel
    lyncdiscoverinternal.extdomain.ru can't be resolved by the DNS server. Skipping internal discovery.
    Starting automatic discovery for secure (HTTPS) external channel
    Server discovery has completed for https://lyncdiscover.extdomain.ru/.
    Automatic discovery results for https://lyncdiscover.extdomain.ru/
    Access Location : Internal
    SIP Server Internal Access : lync.cherry.loc
    SIP Server External Access : sip.extdomain.ru
    SIP Client Internal Access : lync.cherry.loc
    SIP Client External Access : sip.extdomain.ru
    Internal Auth broker service : https://lync.cherry.loc/Reach/sip.svc
    External Auth broker service : https://lync.cherry.loc/Reach/sip.svc
    Internal Auto discover service : https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root
    External Auto discover service : https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root
    Internal MCX service : https://lync.cherry.loc/Mcx/McxService.svc
    External MCX service : https://lync.cherry.loc/Mcx/McxService.svc
    Internal UCWA service : https://lync.cherry.loc/ucwa/v1/applications
    External UCWA service : https://lync.cherry.loc/ucwa/v1/applications
    Internal Webscheduler service : https://lync.cherry.loc/Scheduler
    External Webscheduler service : https://lync.cherry.loc/Scheduler
    Total server discovery time: 5,0 seconds
    Server discovery succeeded for secure (HTTPS) external channel against URL https://lyncdiscover.extdomain.ru/
    Starting automatic discovery for unsecure (HTTP) external channel
    Couldn't connect to URL http://lyncdiscover.extdomain.ru/[email protected] (HTTP status code NotAcceptable)
    Server discovery failed for unsecured external channel against http://lyncdiscover.extdomain.ru/
    Starting the requirement tests for Lync Mobile 2013 App
    Please wait; this test may take several minutes to complete...
    Testing the app requirements using the following discovery response:
    Access Location : Internal
    SIP Server Internal Access : lync.cherry.loc
    SIP Server External Access : sip.extdomain.ru
    SIP Client Internal Access : lync.cherry.loc
    SIP Client External Access : sip.extdomain.ru
    Internal Auth broker service : https://lync.cherry.loc/Reach/sip.svc
    External Auth broker service : https://lync.cherry.loc/Reach/sip.svc
    Internal Auto discover service : https://lync.cherry.loc/Autodiscover/AutodiscoverService.svc/root
    Internal MCX service : https://lync.cherry.loc/Mcx/McxService.svc
    External MCX service : https://lync.cherry.loc/Mcx/McxService.svc
    Internal UCWA service : https://lync.cherry.loc/ucwa/v1/applications
    External UCWA service : https://lync.cherry.loc/ucwa/v1/applications
    Internal Webscheduler service : https://lync.cherry.loc/Scheduler
    External Webscheduler service : https://lync.cherry.loc/Scheduler
    Starting tests for Mobility (UCWA) service
    Verifying internal Ucwa service: https://lync.cherry.loc/ucwa/v1/applications
    Successfully created the UCWA service
    Completed tests for Mobility (UCWA) service
    Verification failed for Mobility (UCWA) service. The service could not be reached from an external network.
    Select All results above for more information about the failures. Detailed information can also be found in the log file.
    Your deployment meets the minimum requirements for Lync Mobile 2013 App.

  • I have transferred my itunes library to an external drive. I then attached the external disk to a new computer. I can now access all songs from the new computer. But I can't access playlists. I can still  access all songs and playlists on the old computer

    I have transferred my itunes library to an external drive. I then attached the external disk to a new computer. I can now access all songs from the new computer. But I can't access playlists. I can still  access all songs and playlists on the old computer

    If you right mouse and select Get info it will show you the Apple ID used to purchase these songs.
    Usually the name of an apple id is based on the email. So knowing that you may have forgotten the Apple ID password.
    You can request a new password here http://www.apple.com/support/appleid/

  • Can I access Webi queries and Xcelsius dashboards from SAP portal?

    Hello,
    Can I access Webi queries and Xcelsius dashboards from SAP portal?  And how?
    Thanks

    Portal Part 1
    /people/ingo.hilgefort/blog/2010/03/29/sap-businessobjects-enterprise-sap-enterprise-portal--part-1-of-4
    Portal Part 2
    /people/ingo.hilgefort/blog/2010/03/30/sap-businessobjects-enterprise-sap-enterprise-portal-part-2-of-4
    Portal Part 3
    /people/ingo.hilgefort/blog/2010/04/08/sap-businessobjects-enterprise-sap-enterprise-portal--part-3-of-4
    Portal Part 4
    /people/ingo.hilgefort/blog/2010/04/21/sap-businessobjects-enterprise-and-sap-enterprise-portal--part-4-of-4
    Ingo

  • Best practises regarding Internal and External access to SIM

    Currently we have two separate Active Directories one internal and one in the DMZ and plan to have one SIM on an segmented network allowing access for our internal users directly to SIM UI and external users thru portlets that talks to SIM.
    The external AD hosts some internal users that also needs access to the DMZ applications so we can save efforts in managing to separate SIM environments in development, tests, upgrades, unique UID etc...
    What are the best practices on the market is this a preferred choice with only one SIM or with one SIM internally and one SIM in DMZ hosting suppliers, customers etc?
    With a single SIM environment are you allowing internal users accessing SIM from Internet to change internal AD password or have you restricted the functionality in some way for internal users accessing SIM from internet?
    How about challenge response questions are you allowing users to have the same both internally and externally or setup different for different user interfaces?
    Anyone willing to share how your environment is setup for internal and external access?

    Yes for handling the access to the SIM we probably need to look into some kind of access management solution to get it to work in a secure way.
    The question is a bit complex with many different factors controlling the outcome of the SIM implementation, but I hope to get some idées with this thread of how we can solve it.
    The question still remains if its common to have one or to SIM's and what internal users is allowed to do in SIM from Internet.
    Ex are internal users allowed to change their password in internal Active Directory thru SIM from Internet or what have others done to limit the functionality?

  • Problem! I just copied my extern hdd to finder and tried to open my files when I get the message: "The Map "Pictures" can not be opened since you don´t have authority to  see it´s contents! What??? No one else has access to my computer....

    Problem! I just copied my extern hdd to finder and tried to open my files when I get the message: "The Map ”Pictures” can not be opened since you don´t have authority to  see it´s contents! What??? No one else has access to my computer....now I can´t open my 300 Gb on my hdd in my Macbook Pro. Help?

    I've had this happen a few times before. What I found works is repairing the permissions. To do so click on go and then to utilities. click disk utilities. In disk utilities select the drive and click repair permissions. It may take a little time but try accessing after that.

  • IPhoto opens but then the spinning rainbow wheel appears and I can't do anything. I have opend iPhoto with the Option key pressed and rebuilt the library and it still happens.  I want to at least access my photos and copy them to an external drive.

    iPhoto opens but then the spinning rainbow wheel appears and I can't do anything. I have opend iPhoto with the Option key pressed and rebuilt the library and it still happens.  I want to at least access my photos and copy them to an external drive. Anyone have ideas on how to get to them?

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

  • Waht is external portal and Internal portal?

    Hi..
    Can anyone please tell me what is external portal and what is internal portal? what is the difference between the two.
    Regards
    Shanmukh

    Hi,
    I guess you are referring to an external-facing portal -
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30eb732a-2448-2a10-7aa6-8fd0849b6f20
    Regards,
    Anagha

  • Alternative Access Mappings (AAM) issue accessing from internal and external URL's

    Hi,
    We have SharePoint 2010 with couple site collections. Our farm has following URLs (AAM):
    For internal access:
    intranet.company.local - all sites,
    mysite.company.local   - my sites.
    For external access:
    extranet.company.com - all sites,
    mysite.company.com   - my sites.
    Then we access extranet.company.com using domain credentials on some sites we get authentication request for mysite.company.local. This is because we use some web parts that reference to My Sites.
    But why we are asked credentials for mysite.company.local and not for mysite.company.com
    if we access extranet.company.com, how this can be changed?
    Thanks

    Hi jori5,
    Please set the intranet.company.com and mysite.company.com for the Default zone, then check results again.
    Default Web Application
    Default  https://extranet.company.com
    Internet http://intranet.company.local
    My Site Web Application
    Default https://mysite.company.com
    Internet http://mysite.company.local
    Thanks
    Daniel Yang
    TechNet Community Support

  • Starting and accessing the portal

    I am a fresh newbie. Just installed the App Server and Portal in Enterprise System 5 on Windows as binary. Started the App Server and the Admin console.
    Now how to I access the Portal? Does the Portal need to be started? I couldn't locate this information in the documentation or in the Forums.

    Found another piece of documentation :
    Sun Java Enterprise System 5 Installation Guide for Microsoft Windows
    In this document, it says :
    Starting and Stopping Portal Server
    The Portal Serverstartup and shutdown mechanisms are part of the startup and shutdown mechanisms for the web container, either Web Server or an application server. Portal Server depends on Directory Server, Access Manager or Access Manager SDK, and a web container.
    To Start the Portal Server
    1.
    Start the Directory Server instance.
    JavaES5-Install-Dir\DSEE\ds6\bin\dsadm.exe start DSInstancePath
    2.
    Start the Cacao Server instance.
    JavaES5-Install-Dir\share\cacao_2\bin\cacaoadm.bat start
    Wait for some time to ensure that the Cacao Server is started.
    3.
    (Optional) Verify the Cacao Server status.
    JavaES5-Install-Dir\share\cacao_2\bin\cacaoadm.bat status
    Cacao Server status is displayed in the following format:
    default instance is DISABLED at system startup.
    Current retries count : 0/4
    Processes:
    3780
    Uptime: 0 day(s), 0:8
    4.
    Start the Derby Server instance.
    JavaES5-Install-Dir\share\ant\bin\ant.bat -buildfile PortalServer-base\lib\derby.xml -propertyfile PortalServer-base\config\PSConfig.properties start-instance
    Note �
    If the Derby Server is not started then the Wiki and community samples will fail.
    5.
    Start the web container, which can be Web Server or Application Server.
    Note �
    If both Access Manager and Portal Server are deployed on the same web container, starting web container brings up both Access Manager and Portal Server by default.
    1.
    To Start the Application Server, type:
    JavaES5-Install-Dir\appserver\bin\asadmin.bat start-domain user adminUserName password adminPassword deployedDomain

Maybe you are looking for

  • Validate xml with PL/SQL Parser

    Hi, i have an xml DTD into a VARCHAR2 variable and an xml document into a CLOB, i'd like to know how to validate the xml with my DTD using PL/SQL API for xml. Sorry for my terrible english (i'm not english) :-) Tank you.

  • Pop of Admin login page

    I have created a page where I have buttons like delete and create report buttons. I am able to delete or add row in report(on same page), but whenever I click on delete or Add button, application ask for Admin username and password. Afte giving usern

  • Using facelets in existing JSF 1.2/JSP project?

    Our current project consists of a lost of JSPs, some of which serve as place holders for other jsps which have been designed as subviews to be dropped into the holding jsps as required. In a lot of cases several JSPs differ in only one of the subview

  • Loading a Dynamic Library on Mac OSX 10.5.6: Unsatisfied Link Error: Matlab

    Hi guys, The Matlab Builder JA generates JAR files that allow you to use Matlab functions in JAVA. I have had a friend run through the process of creating the files and running them on WINDOWS and it works fine, but it fails on Mac OSX. The program u

  • Cannot get accurate eyedropper sample from imported graphic

    I am working in illustrator CS5 set to CMYK which my imported photoshop layered file is also. When I sample a color from the imported psd file, it will not accurately pick it up. I have to write down the numbers in photoshop and hand apply them in il