After adding Edge server clients display a notification error

We have a fairly small deployment that is geared towards all but enterprise voice features. It consists of a Front-End, Edge, Reverse Proxy, and an Office Web Apps server. Yesterday I added the Edge server to the topology and everything still works fine
but there's an exclamation point on the Lync icon in the System Tray that states, "Server issues are affecting calls. Try signing out and back in again." In the client on the bottom right there is a notification icon that says, "Limited External
Calling".
Naturally, I don't care that calls aren't working because we aren't using that side of Lync. The Edge server and Front-end are able to ping one another so they appear to be communicating just fine. All user accounts say "PC-to-PC only" in their
Telephony field.  How do I suppress this error?

How far along are you in the edge deployment?  Does the edge seem fully functional otherwise?
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
SWC Unified Communications

Similar Messages

  • Mirror and Witness Connection in a Disconnected state immediately after adding Witness Server to Mirror session.

    After adding the Witness Server to the Mirror session, the Witness Connection state between the Mirror and Witness Connection is Disconnected and the state between Principal and Witness Connection is Connected.
    The procedures defined in Books Online was used to setup Database Mirroring...when the Witness server was added to the Mirror session, only the alter database T-SQL statement was executed on the Principal server.
    ALTER DATABASE <db_name> SET WITNESS = 'TCP://<servername>:<port>'
    After executing the above statement, a few seconds later the state between Principal and Witness Connection changed to Connected and the state between Mirror and Witness Connection remains Disconnected.
    The Mirror session is not using Certificates, every server is on the same domain, using the same domain login account, and all servers have SP2 installed running Enterprise Edition.
    Any idea's why the state between Mirror and Witness Connection remains Disconnected?
    Thanks,

    I have the same problem.  All 3 servers are on a workgroup and I'm using certificates. All three servers are connected via  switch.  This is a test environment, with the principal server being a 64 bit OS with Windows Server 2003 R2 with SQL Server standard x64, the witness server is a Windows server 2003 SP2 x32 with SQL Server Express, and the mirror is Windows XP x32 with Sql Server Standard. Using hard coded static IP addresses (FQDN makes no difference, and they get resolved to IP addresses anyway!).  The mirror server log shows
    'The server instance Witness rejected configure request, read its error log file for more information
    but of course there are no errors logged on the witness server - not by SQL, nor in the event log.  When the witness is set on the princial server, the Database mirroring monitor shows almost immediately that the witness and prinicapl servers are connected, but it takes quite a few seconds before the witness/mirror state is shown as disconnected.  Until then the entry is blank.  The monitor also shows High Saftey with automatic failover, which isn;t true - since the mirror and witness are not connected, no failover occurs when the principal is taken offline.
    Since I'm running terminal services on the XP machine to interact with the witness and principal server, I find it hard to image that there are network issues. 
    If the witness can connect with the principal and the principal can conect with the mirror, under what circumstances will the witness NOT connect with the mirror?  When I check the witness server for entries in the database_mirroring_witness view the following is shown:
    RTJobs TCP://primary-sql:5022 TCP://192.168.100.14:5022 2 FULL 1 1 2263BD97-1004-4D73-9966-7AFB89E5626E A6EE18DF-19C4-48EC-8C06-77074EF5A275 0 1
    Interestingly the IP address of the prinical server is replaced by the Sql Server instance name (primary-sql) but this doesn't happen for the witness.  

  • Mail falling apart after adding SMTP server

    I recently added a second SMTP server to Mail, which started a string of frustrating bugs, which I haven't ever come across before...
    I have 4 different email accounts setup in Mail, and once I added the second SMTP server, one started giving me an "Invalid Directory" error when trying to save the preferences. After searching these forums, it seemed the best way to deal with it was to archive my messages and delete/resetup the account. I did this without too much hassle, but now I'm getting more frustrating bugs...
    Messages randomly will lose their content: the subject appears in the list of messages, but the body of the message (which was previously there) has completely disappeared.
    Messages won't delete. They become greyed out and the Delete button changes to Undelete when I try to send them to the trash. I searched this problem as well, which led me to Rebuild the offending accounts, but whilst this gets rid of the deleted emails, I suddenly get the content of my inbox copied from another account: the emails in one inbox are also in the rebuilt account and any emails in the rebuilt account disappear.
    I also get the same problem when trying to Move emails to Mailboxes: greyed out, but not moved.
    These bugs are happening in all my accounts, including RSS feeds.
    I hope this makes sense (it all seems a bit convoluted), it's pretty much become a deal breaker for me - I'm tempted to shift away from Mail altogether.
    Message was edited by: kodamapixel
    Message was edited by: kodamapixel

    For others having similar problems: it seems to have helped to remove and recreate all accounts, not just the offending ones. I've had to Rebuild a couple of times since, but Mail seems to have settled down a lot since recreating my accounts.

  • MDM Server Window Service failed after adding server password

    After adding MDM server password, MDM server window service can't start up. We have to use clix command to start the server. Is there anyway to fix window service problem?

    Hi Jean,
    From the version number it sounds like you're using version 5.5 SP4, right? The Console application was significantly changed in SP5 and you would no longer see the locked server icon... If you unmount the server from the Console, and re-mount it, isn't there an option on the context menu for the tree (right-click on the server node) to provide the password? Did you try "Connect to Server" or "Start Server" on this context menu?
    Thanks... I don't know if I can help you with your problem, but I will try!
    -Cleopatra
    Message was edited by: Author - found the option on the context menu to provide the password to the server
            Cleopatra Von Ludwig
    Message was edited by:
            Cleopatra Von Ludwig

  • Refresh table automatically after adding record in dynpro

    I have a table element in my layout which is bind to a dictionary table and displaying the records correctly.I have input fields in the same view along with the add buttoon which inserts the entered record into the dictionary table successfully.
    Till now its fine but what I want is after adding the record, the displayed record in the table should be refreshed automatically.I guess one method would be that in action of button click  i  fetch the records using select query into an internal table and bind it again to the table.
    Is there any other method to do this. Also will supply function be helpful in this case???
    THanks

    @sarbjeet:
    Here is the code of supply method
    method SUPPLY_FILLNODE.
    DATA:
                  NODE_TABLE_EMP                      TYPE REF TO IF_WD_CONTEXT_NODE,
                  ELEM_TABLE_EMP                      TYPE REF TO IF_WD_CONTEXT_ELEMENT,
                  STRU_TABLE_EMP                      TYPE wd_this->ELEMENT_TABLE_EMP,
                  ITAB                                TYPE TABLE OF wd_this->ELEMENT_TABLE_EMP.
              navigate from <CONTEXT> to <TABLE_EMP> via lead selection
                NODE_TABLE_EMP = WD_CONTEXT->GET_CHILD_NODE( NAME = `TABLE_EMP` ).
               SELECT EEMP_NO ENAME ECITY DDEPT_NAME INTO CORRESPONDING FIELDS OF TABLE ITAB FROM ZEMPLOYEE_MASTER AS E  INNER JOIN ZEMPLOYEE_DEPT AS D ON EDEPT_NO = DDEPT_NO order by E~EMP_NO  .
             CALL METHOD NODE_TABLE_EMP->BIND_TABLE
               EXPORTING
                 NEW_ITEMS            = ITAB
                SET_INITIAL_ELEMENTS = ABAP_TRUE
                INDEX                =
    endmethod.

  • LYNC 2010 Edge server deployment issues

    I've been able to install LYNC and have the meet and dialin function working properly internal/external. I'm attempting to test setting up external access to the client with an edge server. All seems to install properly etc with no errors being thrown my
    way. But in the services i have a few that will not start with the below errors. Can anyone point me to a deployment scenario with an edge server how-to?
    Any help would be greatly appreciated.
    The Lync Server Access Edge service terminated with service-specific error %%-1008124918.
    The Lync Server Web Conferencing Edge service terminated with the following error:
    The requested address is not valid in its context.

    Hi every body, I am trying to do  a
    proof of concept before we buy the public Certificate for my Edge server but I have this error..
    I have the same error as you guys (1008124918 )
    Here is my setup
    Active directory with a CA on it. ( I used this CA for my Front-End, and for both Internal/External Edge Certificate )
    FrontEnd ;
    -In the domain
    -192.168.16.55 255.255.255.0
    ==
    Edge:
    Inside NIC : 192.168.16.57 255.255.255.0, no gateway
    Outside NIC (dmz ) : 192.168.18.80 255.255.255.0   . Gateway 192.168.18.0
    The edge is not in the domain.
    ==
    My Public IP : 69.70.xx.xx
    =====================
    In the wizzard for the edge-pool
    I choose:
    -Single computer pool
    I check :
    - Use a single FQDN & IP
    -Enable federation ( port 5061 )
    -The external IP address of this edge pool is translated by Nat
    external fqdn : sip.OurCie.com / 5061 Port
    Internal IP : 192.168.16.57
    External IP ( for sip access, web conf, A/V Edge services )  : 192.168.18.80
    Public IP used by nat : 69.70.xx.xx
    =====================
    So when I start the service I have this error code :  Windows could not start the Lync Server Access Edge....code : 1008124918
    in the eventvwr here is ther error that I have :
    Transport TLS has failed to start on local ip : 69.70.xx.xx at port 5061
    cause: config error, low system ressources or another proram is using this port
    can also happen if the ip address has become invalid
    Any idea ?

  • Edge Server Problem -  Slowness in processing event

    I'm using edge server 10.1.2. I'm connecting to Intermec reader using the device controller. This reader send a tag id 5-6 times per second if it is kept in the antenna range.
    The problem is that the edge server is taking so long time to process the coming events. I traced that and i found out that the problem is somewhere after the edge server receives data from the device controller and before interpretDeviceEvents method of the driver is invoked ( the meothod invocation rate is slow).
    Is this a tuning issue ?

    David,
    The discussion in the Topic at the link below may be of interest:
    http://discussions.apple.com/thread.jspa?messageID=1893164&#1893164
    Let me know what you think.
    Ernie

  • SCVMM Service (2012) does not start after reboot VMM-Server

    VMM-Server: WIN 2008 R2 Standard x64
    SQL-Server: 2008 R2 x64
    Hi,
    after reboot VMM-Server we get the following error messages from the EventViewer when starting the VMM-service:
    Event ID: 19999
    Virtual Machine Manager (vmmservice:130936) has encountered an error and needed to exit the process. Windows generated an error report with the following parameters: 
    Event:VMM20
    P1(appName):vmmservice
    P2(appVersion):3.0.6005.0
    P3(assemblyName):Remoting
    P4(assemblyVer):3.0.6019.0
    P5(methodName):M.V.R.IndigoSerializableObject.BuildKnownAssemblyTypes
    P6(exceptionType):S.Reflection.ReflectionTypeLoadException
    P7(callstackHash):17ca
    and
    Event ID: 1
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
       at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
       at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)-2146232830
    Thanks in advance!

    You would have to post the same in the XI forums for more relevant answers.
    Please close this thread and open a new on in the XI forums or send a mail to
    [email protected]
    tp have it moved.

  • Emails are Blocked from domains which are added to "BypassedSenderDomains" in Exchange 2007 Edge server

    Hi,
    We have an Exchange server 2007 and an Edge server 2007 is configured in the perimeter network. Most of our clients use Public email domains such as Yahoo and Gmail. Last few weeks it has been a  major issue for us that most of the emails from Yahoo/Gmail
    get blocked by our Edge server calming the sender IP address is in Block Lists.
    As a solution I've added yahoo.com/gmail.com/aol.com/hotmail.com to "BypassedSenderDomains" hoping if emails receive from one of these domains it will bypass the connection filtering. But still some of our customers complain that their emails are
    still not passing to us and blocked by our edge server. They have provided me the error message they receive.
    Our clients get following error message
    edgexch gave this error: Recipient not authorized, your IP has been found on a block list
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction
    may be preventing delivery.
    550 5.7.1 Recipient not authorized, your IP has been found on a block list 
    When I check the Agent logs in Edge server  I found specific email had been blocked. Please check one of the log entry.
    Timestamp       : 1/30/2014 1:45:15 PM
    SessionId       : 08D0E865200E7CBF
    IPAddress       : 98.139.213.140
    MessageId       :
    P1FromAddress   : Sender Email Address (@yahoo.com)
    P2FromAddresses : {}
    Recipients      : {Recipient  Email address}
    Agent           : Connection Filtering Agent
    Event           : OnRcptCommand
    Action          : RejectCommand
    SmtpResponse    : 550 5.7.1 Recipient not authorized, your IP has been found on a block list
    Reason          : BlockListProvider
    ReasonData      : bl.spamcop.net
    This troubles me because I've added Yahoo.com to "BypassedSenderDomains" on 1/28/2014 and this email was blocked on 1/30/2014. I've checked whole Agent logs from 28th to-date and found most of the messages from white-listed domains  bypassed
    the content filtering but some were  still getting blocked. Most of the messages from white-listed domains were blocked from "bl.spamcop.net " IP block list provider.
    As a solution for the current situation I've disabled "bl.spamcop.net" from the "IP block List Providers". But the issue is, why the mails are getting blocked even the domains were white-listed. I though after white-listing emails domains,
    messages will bypass the content filters if the email generates from one of the white-listed email domain.
    I've also added the "Content Filter Config" for your reference.
    [PS] C:\Windows\system32>Get-ContentFilterConfig
    Name                                                              
    : ContentFilterConfig
    RejectionResponse                                         
    : Message rejected as spam by Content Filtering.
    OutlookEmailPostmarkValidationEnabled   
    : True
    BypassedRecipients                                       
    QuarantineMailbox                                        
    : [email protected]
    SCLRejectThreshold                                     
    : 7
    SCLRejectEnabled                                        
    : False
    SCLDeleteThreshold                                     
    : 9
    SCLDeleteEnabled                                        
    : False
    SCLQuarantineThreshold                              
    : 5
    SCLQuarantineEnabled                     
    : True
    BypassedSenders                                           
    BypassedSenderDomains                              
    : {yahoo.com, gmail.com, hotmail.com, aol.com}
    Enabled                                                          
    : True
    ExternalMailEnabled                  
    : True
    InternalMailEnabled                  
    : False
    AdminDisplayName                     
    ExchangeVersion                      
    : 0.1 (8.0.535.0)
    DistinguishedName                    
    : CN=ContentFilterConfig,CN=Message Hygiene,CN=Transport Settings,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,CN={4546F49-6BC5-4F7A-848F-03E4652528A6}
    Identity                             
    : ContentFilterConfig
    Guid                                 
    : c501959c-b062-4f59-8f0c-404c53f54a34
    ObjectCategory                      
    : CN=ms-Exch-Message-Hygiene-Content-Filter-Config,CN=Schema,CN=Configuration,CN={4546F4196BC5-4F7A-848F-03E4652528A6}
    ObjectClass                          
    : {top, msExchAgent, msExchMessageHygieneContentFilterConfig}
    WhenChanged                                                           
    : 1/28/2014 8:48:49 PM
    WhenCreated                                                 
    : 1/8/2012 8:42:18 PM
    OriginatingServer                                           
    : localhost
    IsValid                                                           
    : True
    It would be great if someone could help me to resolve this issue because this is a major problem since we lost mails from our valuable customers.
    Thanks in advance.
    Tharaka

    Here is a similar issue someone with Exchange 2010 -
    http://social.technet.microsoft.com/Forums/exchange/en-US/36aec4f6-6d73-4d71-ab64-e7f3d817b39b/exchange-2010-still-blocks-mail-from-domain-on-dnsbl-even-though-its-on-bypassedsenderdomain?forum=exchange2010.  So in essence, use the exceptions tab for
    the IP Block List Providers.  See if that will work as a solution for you.
    JAUCG - Please remeber to mark replies as helpful if they were or as answered if I provided a solution.

  • Can't Activate changes after adding a few Watches/Notifications

    Hello,
    I've been setting up some WLDF modules on our servers for the first time. On several of my servers I will randomly get errors when I try to Activate and changes that I've made in the Diagnostic Modules section of the Console. It hangs and I get the error below.. In this particular instance I've already added about 5 Watches and 6 Notifications in one WLDF module.When I try to do anything else, whether it's trying to remove or add, I get errors during Activation.. I tried on two other domains, and they won't even let me edit the default Watches...
    ####<May 29, 2014 2:05:18 PM EDT> <Error> <Diagnostics> <nedlfarp401.fcso.net> <AdminServer> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9ee0ad04b214c45e:3acac881:145cd0c768e:-8000-000000000001ef5c> <1401386718707> <BEA-320052> <Error occurred while initializing a SMTP notification:
    javax.naming.NameNotFoundException: Unable to resolve 'OFR-Alert'. Resolved ''; remaining name 'OFR-Alert'......
    ####<May 30, 2014 9:37:52 AM EDT> <Error> <Console> <nedlfarp401.fcso.net> <AdminServer> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <E7AG> <> <9ee0ad04b214c45e:3acac881:145cd0c768e:-8000-0000000000021595> <1401457072240> <BEA-240003> <Console encountered the following error java.lang.RuntimeException: weblogic.management.provider.EditFailedException: Unable to start new activation while preparing....
    I created a new MailSession (which Activated just fine) and then tried to assign that to one of the Notifications, and it still won't activate.. I'm at a loss here. Has anyone else seen this before?

    Hi,
    This issue can occur when there are two changes done simultaneously and WebLogic Server is still processing the first one. The thread waits for the completion of first task and then tries to acquire the lock on the second one.
    Activate Changes Does Not Work after Making any Change in WebLogic Server Admin Console (Doc ID 1352416.1)
    Thanks,
    Sharmela

  • Client blocks after a crash while registering for change notification

    Hi, I just moved this message from the Jdbc forum as being of more general interest, not limited to any Java client.
    I got a client crash since the JVM was short of heap space (the involved application was inserting data).
    Then I run the application again.
    Connection was ok, but then the client was blocked forever while waiting for a server reply (in a socket read) during the execution of a select intended to register a change notification listener.
    It seems that the crashed session left around something dirty in the server, concerning the change notification machinery. Perhaps some locks on concerned tables.
    Restarting the server solved the problem, although far from optimal.
    Server is 11gR2.
    Any suggestion to cleanup after such a crash is welcome, since so far I guessed that a terminated session (whether crashed or not) should have cleaned up locks and alike.

    since so far I guessed that a terminated session (whether crashed or not) should have cleaned up locks and alike.it is possible/probable that Oracle RDBMS does not know or care that the client crashed.
    It is likely that Oracle is waiting for additional requests from this client session.
    I doubt that any "clean up" has been performed.

  • Clarification about source and destination IPs for internal clients and Edge server

    I just wanted to get some clarification on the correct traffic flow between internal Lync clients and the Edge server.
    From all the diagrams I've looked at I was under the impression that if internal clients need to hit the Edge server to talk to external clients they should always do so through the Edge Internal interface which bridges to the Edge External interface and
    out to the internet.  Specifically port 3478 from the Edge AV External interface to the internal clients.
    We aren't seeing that in our environment.  When internal clients are talking to external clients we see the Edge AV External interface communicating directly with the internal client.  In fact we found this out because after the migration to Lync
    2013 external users couldn't created a AV connection to internal users on either the Lync servers.  We saw traffic on 3478 being dropped between the Edge AV External interface and the internal client.  Once we opened that port AV traffic worked.
    We never put this rule in until we introduced Lync 2013.  Lync 2010 didn't seem to require it.
    Is that the correct flow?

    I would also really love to know the outcome of this but it looks like the thread is marked as "Answered" and it is not so. 
    I've been working with a troublesome Lync deployment in which internal users are having issues sharing their desktop with external and federated users. After opening up all the 50000-59999 range for TCP/UDP on the A/V Edge external interface things are working
    much better, but we still see sporadic failures.
    It lead us to start digging into the network traffic. We see that UDP traffic on port 3478 is being routed back from the external client to the Edge A/V's external interface, inside of the DMZ's perimeter, then directly to the internal client on the internal
    network. It doesn't look like it's making a connection since the stream is so small, so I wonder if there is a design flaw in my topology?
    There are persistent static routes on the Edge server that use the internal interface to route internally directed traffic over the internal gateway. Tracert confirms the flow, but in wireshark traces, running during successful connections, UDP port 3478
    is still sending packets directly to the internal IP from Edge's A/V address. 
    We also see successfully connected sessions communicate on a different network route that we use to handle internet traffic rather than our Lync topology's route (the one defined for A/V traffic). The connection opens on ports in the 50000 range, but goes
    over a router that we have not configured for such traffic. Is that possible?
    Why is UDP traffic on 3478 trying to go directly to internal clients from external interface ?
    It sounds like it's happening elsewhere... Is this a legitimate issue to be diagnosing? Has it been observed and/or resolved by others?

  • Edge Server send RST packet to Client

    Hi all,
    I'm meeting an issue, please help me!
    I'm setting up a testing LAB. After I deployed Edge Server, everything may be fine. But Client connects to Edge server, after TLS handshake, the server send RST packet to
    Client. Please refer picture below.
    I used CA built on Domain Controller server to assign Cert to internal and external interface of Edge server. I know I should use a public CA on Internet to assign Cert to external interface, but I'm setting LAB for testing, so I used internal CA. And my
    domain internal and external are the same (e.g: internal is edge.sip96x2.com and external is access.sip96x2.com). From Client, I installed Root CA Cert downloaded from CA on Domain Controller. Client from external doesn't
    have DNS server, instead of using Hosts file, the Host file includes:
    "100.20.252.12     access.sip96x2.com"
    I don't know what is information need to show here, if you required any information, please let me know, thanks so much!

    To work with your Lync Client from External over the edge, the Lync Client has to reach
    Access Edge, Audio/Video Edge and Web Edge IP.
    To login to your Lync Edge you can use the lync Manual Configuration access.sip96x2.com:443.
    You should use the host fqdn for internal Connection and the three needed External FQDN for the edge.
    To use a private CA ist allways possible for a Lab.
    http://ocsguy.com/2010/11/21/deploying-an-edge-server-with-lync/
    regards Holger Technical Specialist UC

  • Unable to protect SQL Server after adding SQL Aliases

    DPM 2012 R2 had been successfully backing up a Server 2012 R2 virtual machine running SQL Server 2012 SP2 with 3 databases. It had been working properly for several months, the Virtual Machine is running on a Hyper-V Cluster.
    Approximately a week ago we configured aliases for the various SQL databases to provide better resiliency in case of server failure.  IE, instead of connecting to SQL as ServerName\DatabaseA, you could connect to just DatabaseADNS.  Doing so we
    had to add extra IP addresses to the server's adapter.  Initially all the addresses were registering in DNS and Named Pipes was disabled in SQL Configuration Manager for the Databases so it led to some connection difficulties when trying to connect to
    the named instances (ServerName\DatabaseA).  We resolved this so that while the server's adapter has multiple IP address there is only one DNS entry for the ServerName and one entry for each Database in DNS.  Named pipes is enabled so SQL Manager
    can connect properly.
    Since Aliases were applied however DPM began failing on 2 of the 3 Databases.  It was unable to create recovery points.
    The connection to the DPM agent on the SQL Server is OK, but if you try to modify a protection group and browse to the SQL Server when you expand it it just displays an hourglass and will not error out or display ANY sources to backup.  Even after several
    hours.
    We stopped protection of all items on the SQL Server, uninstalled the DPM agent, restarted, re-installed the DPM agent, restarted.  Restarted DPM Server, and are still unable to protect ANY items of the SQL Server. 
    There are no errors in the event logs on either server I could find.  And I've watched the DPMRA service start on the SQL Server when the DPM Server attempts to query it, so there is some communication.  Any help would be appreciated as I am at
    a loss.

    After much testing and troubleshooting a solution was found.  Our configuration is apparently a perfect storm of settings that cause DPM issues.  Our SQL Server has multiple NICs (if one is disabled it begins working) Our SQL Server's multiple
    instance are all using the default port 1433 (if ports are set differently it works), and we are using TCP aliases for more than one instance (if only one, it works)
    Each instance in SQL Config manager is assigned a unique IP address, so our production NIC has multiple IPs, set this nic to NOT register in DNS.  Manually create a Static DNS entry for the server and each alias IP address.
    In SQL Config manager set a Named Pipe alias for each instance.  Be sure to do both 32 and 64 bit aliasing.
    On the SQL Server run cliconfg.exe and enable both TCP/IP and Named Pipe protocols.
    And DPM can now enumerate and backup the server again.

  • After adding MIME type in sharepoint server, file click opens a popup for file to open as readonly or edit, How to avoid this popup

    After adding MIME type in sharepoint server,
    File click opens a popup for file to open as readonly or edit, How to avoid this popup
    Popup Details:
    You are about to open --> File Details
    How would you like to open --> ReadOnly, Edit
    OS: Window 7
    Jagadish

    this is likely caused by the library requiring check-out/check-in. For a file to be editable, the file needs to be checked out.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for

  • G570 no bluetooth in windows 8

    Hello, I installed the Windows 8, but when trying to send something via bluetooth I've seen that you can not activate the device as above in W7 How to solve it? because the driver is not available on the web and there is no way to activate it from se

  • Weblogic 7.0 workshop problem

    "Hi, I have installed BEA WebLogin on my Unix machine with the directory structure as given below. srx8:/export/home/bea (1507> ls jdk131/ logs/ UpdateLicense.sh utils/ license.bea registry.xml user_domains/ weblogic700b/ and srx8:/export/home/bea/we

  • HELP WITH 3D TOOL PLEASE!!

    I have a movieclip symbol on the stage which I am applying 3D rotations to. When I move the object, the features shift in a 3d environment relative to the stage and its vanishing point. I am trying to figure out how I can have multiple 3d objects on

  • Why this happen?

    i have an application that doesn't update on the fly(update an internalframe), why is that happen? the window that you see is the Jinternalframe that i add Jpanel on its. my code is to complex so i explane with pictures. this the step: 1. this is the

  • Business Objects XI 3.1 3 tier login failure

    I recieve the following error message when I try using 3 tier mode to login to Desktop Intelligence. The 2 tier mode is workign fine. I have IIS as a webapp server. I can login to infoview and cmc as well. Error Message: [repo_proxy 13] HttpSessionFa