Chat subsytems is in shutdown state. Please contact your administrator.

    Hello!
    I see message "Chat subsystems is in shutdown state. Please contact your administrator."  when I try to log in "Unified CXX Web Chat".
   How can I fix this error?

Hi could you tell me how do you setup the code that is generated in the CCX to test the chat agent? I mean i already have the code i show you below, now how can I setup the conexion or link with the ccx? I save it in a HTML file and i open it in a PC bit there i cant get the conexión, what else I need to do? I do really aprecciate your help
function updateAuthor(theForm){
if(theForm.extensionField_Name){
if(theForm.extensionField_Name.value!=""){
theForm.author.value=theForm.extensionField_Name.value;
theForm.extensionField_Name.name='extensionField_h_Name';
return(true);}}
if(theForm.extensionField_Email){
if(theForm.extensionField_Email.value!=""){
theForm.author.value=theForm.extensionField_Email.value;
theForm.extensionField_Email.name='extensionField_h_Email';
return(true);}}
return(true);}
span { display: inline-block; width: 120px; }
Title:
Name:
Details:
Problem: SoporteCompras
-->

Similar Messages

  • Search has encountered a problem that prevents results from being returned. If the issue persists, please contact your administrator.

    Hello Guys,
    I am creating resultsource from central admin. If I create it from central admin it works fine. But if I am creating result source from power shell scripts it shows me following error message.
    An exception of type 'Microsoft.Office.Server.Search.Query.InternalQueryErrorException' occurred in Microsoft.Office.Server.Search.dll but was not handled in user code
    Additional information: Search has encountered a problem that prevents results from being returned.  If the issue persists, please contact your administrator.
    Any suggestion ?
    Thanks in Advance.

    Hi,
    Please provide more specific information about the issue. What type of content source you tried creating via powershell?
    Make sure you are using the approproate permission and search service application.
    Here is the reference for creating content resource via script:
    http://technet.microsoft.com/en-us/library/ff607867(v=office.15).aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • An error has occurred while accessing SQL database or system resources. If this is the first time you have seen this message, please try again later. If this problem persists, please contact your administrator.

    I have SP Server 2010, and when I try to DELETE a rule within an existing Audience, "Property (Account Name) = domain/username", I get this error, "An error has occurred while accessing SQL database or system resources. If this
    is the first time you have seen this message, please try again later. If this
    problem persists, please contact your administrator."  When I try to "MODIFY" the rule I get this error, "One or more values typed on this page are not valid. Check the text for the indicated fields." 
    The last time I checked it was working, I'm not aware of any new updates installed recently?  I did a full Profile Synchronization as well, but still not working, please advise? -- Evenstarline

    Hi Sara,
    First of all thank you very much for your prompt responses. Here are my comments to each of your suggestions below, and just to let you know I am using a Farm Admin account.  I
    was able to do this way after we upgraded from SP 2007 to SP 2010 as well.   I would like to mention I'm not a SP expert, just been given the responsibility due to another person handling it just left, so apologize with some of
    my novice questions below?
    1. When I change the Operators to "Contains" or "Not Contains" get generates this error below.
         Error generating in red towards top of the audience page..."One or more values typed on this page are not valid.  Check the text for the indicated fields."
         Error occurred where you enter your "Value"..."Could not resolve the user identity. Please re-enter the account name."
    2. We have a 3-server-tier topology (SPWeb, SPDB, and SPFarm).  Does the updates only apply to where the Central Admin is installed, which is the "SPFarm"?  I checked all
    3 servers, and NONE of the updates (KB2899494, KB2889845, and KB2883055) you'd mentioned are installed.
    3. I'm new to IISRET, I need to be extra cautious of what I run in production, is this safe to run with no problem?  What does it do?  And How do I run it?
    4. I'm also new to viewing the ULS log.  I'd just downloaded a viewer for it.  I'm assuming the only logs I need to be concern with viewing are within the SPAdmin (where Central
    Admin is installed)?  There's so many of them, what should I be looking for exactly?
    Evenstarline 

  • The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.

    Hi,
    I'm not able to access the term store. I get an below mentioned error.
    "The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator. "
    Since this is happening on my local machine (Dev environment). I have full control on the term store and the all the site collections.
    Hence, this is not a permission issue.
    I have checked, the Metadata service is active on the machine. All the application pools in IIS is running.
    After reading one of the recommendation on internet, I created a new Managed Metadata Service.
    After which I was able access both (old and new) MMS from Central Admin only (highlight the MMS from manage service applications and click Manage ) and not from the site collection (term store management).
    Now again its not working after I did an IISRESET.
    The managed metadata service (Managed Metadata Service Connection) is grayed out.
    ULS Error says:
    Failed to create ManageLink for service proxy 'Managed Metadata Service'. Exception: System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout
    value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/7a91ec90b46843e995c144be48d804f0/MetadataWebService.svc' has exceeded the allotted
    timeout of 00:00:09.9990000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
    Please let me know if you need more information.

    Hi Victoria,
    Thanks for your reply
    I tried making all the changes you had recommended and which are mentioned in the link you have provided.
    I tried making all possible combination of changes to the web.config and client.config files but it does not make any difference to the environment.
    One thing is that, my error in ULS logs has changed.
    Error 1: 
    Exception returned from back end service. System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted
    to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/b1640facdf8b49b0886fea1bd37b8eb3/MetadataWebService.svc' has exceeded the allotted timeout of 00:00:09.9990000. The time
    allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
        at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 
        at System.Net.HttpWebRequest.GetRequestStream() 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()     --- End of inner exception stack trace --- 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() 
        at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) 
        at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:  
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)     at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:  
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
        at Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication.GetServiceSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<ReadApplicationSettings>b__2e(IMetadataWebServiceApplication serviceApplication) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2b()
    Error 2:
    Error encountered in background cache check System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time
    allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/b1640facdf8b49b0886fea1bd37b8eb3/MetadataWebService.svc' has exceeded the allotted timeout of 00:00:09.9990000.
    The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
        at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 
        at System.Net.HttpWebRequest.GetRequestStream() 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()     --- End of inner exception stack trace --- 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() 
        at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) 
        at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:  
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)     at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:  
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
        at Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication.GetServiceSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<ReadApplicationSettings>b__2e(IMetadataWebServiceApplication serviceApplication) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2b() 
        at Microsoft.Office.Server.Security.SecurityContext.RunAsProcess(CodeToRunElevated secureCode) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2a() 
        at Microsoft.Office.Server.Utilities.MonitoredScopeWrapper.RunWithMonitoredScope(Action code) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.RunOnChannel(CodeToRun codeToRun, Double operationTimeoutFactor) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.ReadApplicationSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.get_ServiceApplicationSettings() 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.TimeToCheckForUpdates() 
        at Microsoft.SharePoint.Taxonomy.Internal.TaxonomyCache.CheckForChanges() 
        at Microsoft.SharePoint.Taxonomy.Internal.TaxonomyCache.<LoopForChanges>b__0().

  • "Please contact your administrator" - my system IS set as the Admin account

    I'm trying to install Adobe Air on my Macbook running Snow Leopard. I have only one account on the machine which obviously is set as the admin account.
    However, when I run the installation for the package, I get an error that says: "An error occurred while installing Adobe Air. Installation may not be allowed by your administrator. Please contact your administrator".
    What can I do to install this package properly?

    I have been trying to contact them since Friday but since the past few days has fallen over holidays and now the weekend, it's been impossible to reach them. Earliest I can talk to them is tomorrow this time. I was hoping for an answer in the mean time.

  • Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.

    Hi guys,
    I posted a question which was reviewed and published, now i am not able to see the quesrion and the replies anymore.
    I am getting this message "Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here."
    Can you please help.
    Thank you
    Andy

    You get this due to your newer status in forum, most of the contect needs to be reviewed and approved by one of us ie modertors of this space

  • Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here. ''Getting

    I tried to post a question on SCN and I too got the following error:
    Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.
    Does that mean my question is rejected ? or is it being moderated ?

    This is because your new discussion thread was rejected. You should see feedback from the moderation at http://scn.sap.com/actions/notifications

  • Access to this place or content is restricted. If you think this is a mistake, please contact your administrator

    Hello,
       I am not able to find the discussion, as it is showing error message
    Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.
    The thread link is mentioned below.
                     http://scn.sap.com/thread/3704991
    Thanks

    Hi Sanjana,
    I think you may raised issue about CRM Data source enhancement.
    if yes then that might be  hidden by moderator as per SCN rules. Mean its alerted by scn experts and moderators will take action as epr scn rules.
    Data source enhacement have been discussed mnay times on scn.
    please go thru sample existing codes, apply your lgoic and follow it.
    Later you can do syntax check and do the debeug with help of abap expert.
    Thanks

  • I get message saying system administrator has set policies to prevent this installation; when trying to uninstall message says you do not have sufficient access to uninstall itunes please contact your administrator.  i am administrator.

    when intalling itunes i get message saying system administrator has set policies to prevent this installation; when trying to uninstall message says you do not have sufficient access to uninstall itunes please contact your administrator.  i am the dministrator.

    Windows right?
    Likely your not the administor any more, the botnet is.
    Check on this site really quick if your part of a botnet
    http://botnetchecker.com/
    All clear? Hopefully. Backup your files to a external drive, cd or dvd, USB keye etc off your computer.
    Run the sfx file on this site and it will burn to a cd.
    http://www.avira.com/en/support-download-avira-antivir-rescue-system
    Next hit your BIO's key and set the cd to boot first, run the scanner and see what it pops up.
    If your all clear then create another Admin, transfer your files over from the first Admin.
    See if that works, eventually when your totally over to the new Admin, delete the old one.
    If you can't create a new Admin, find out who locked your machine down, like your parents or it's a school computer?
    Likely installed spyware or "nanyware" to watch you.
    Hope that works.

  • I am trying to download the InDesign CS5.5 update and keep getting "Update Failed" "Please contact your Administrator if you wish to apply updates on your machine". I have done this and now have Administrator rights, but I am still getting the message. Ho

    I am trying to download the InDesign CS5.5 update and keep getting "Update Failed" "Please contact your Administrator if you wish to apply updates on your machine". I have done this and now have Administrator rights, but I am still getting the message. How do I apply the update?

    Direct Updates
    https://www.adobe.com/downloads/updates/

  • Unable to connect to the selected mobile data service, please try again later. If the problem persists please contact your administrator

    Since last week or 2 weeks ago, some of our users (both Batam and Singapore) here encountered a problem where they are not able to browse the Internet on their BB as they used to.
    Example :
    I did a test to browse on their BB
    www.cnn.com
    they will see below error:
    “Unable to connect to the selected mobile data service, please try again later.
    If the problem persists please contact your administrator “
    However if we use ‘Google’ or  ‘Yahoo’ search on the BB and entered ‘CNN’ and run a search on it.
    We are able to open the CNN  website – from the link result search by Yahoo or Google
    It’s also applicable to other websites too.
    Any idea?

    Hi thatemailguy,
    Are the users on a BlackBerry Enterprise Server?
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Guided access unavailable.please contact your administrator

    How do I get a sign that says... Guided access app unavailable. Please contact your administrator.  Off my screen

    Had a similar problem. I remotely turned on guided access, but some of the iPads did not have the app that was suppose to load on.
    Here is how I was able to fix it.
    1. In your Mobile Management system tell the iPad to repair.
    2. On the device turn on guided access, even though you turned it on it didn't seem to work.
    3. Reset the iPad, holding both sleep and home button.
    4. I waited a few minutes and turned it back on and I was set.
    This worked on the two devices that I have tried it on. The first I completely removed the device from the management system, but did not need to do that because the second time I only repaired the iPad.

  • Please contact your Administrator BI Publisher

    Dear,
    When i try to create report in obiee BI Publisher, it shows this error.
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.
    Error is
    oracle.apps.xdo.servlet.resources.ResourceNotFoundException: D:install_obiee/xmlp/XMLP/Admin/Security/principals.xml

    This file please review it and path is D:\BIToolsHome_3\j2ee\home\config
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE principals PUBLIC "//Evermind - Orion Principals//" "http://xmlns.oracle.com/ias/dtds/principals-9_04.dtd">
    <principals>
         <groups>
              <group name="users">
                   <description>users</description>
                   <permission name="rmi:login" />
              </group>
              <group name="guests">
                   <description>guests</description>
              </group>
              <group name="administrators">
                   <description>administrators</description>
                   <permission name="administration" />
              </group>
         </groups>
         <users>
              <user username="SCOTT" password="TIGER">
                   <description>no description</description>
                   <group-membership group="users" />
              </user>
              <user username="user" password="456" deactivated="true">
                   <description>The default user</description>
                   <group-membership group="users" />
                   <group-membership group="guests" />
              </user>
              <user username="anonymous" password="">
                   <description>The default guest/anonyomous user</description>
                   <group-membership group="guests" />
              </user>
              <user username="admin" password="" deactivated="true">
                   <description>The default administrator</description>
                   <group-membership group="users" />
                   <group-membership group="guests" />
                   <group-membership group="administrators" />
              </user>
    <!-- users used for password hiding -->
              <user username="pwForScott" password="TIGER" deactivated="true">
              <description>Password for database user Scott</description>
              </user>
              <user username="pwForSSL" password="123456" deactivated="true">
              <description>Password for database user Scott</description>
              </user>
              <user username="pwForSystem" password="manager" deactivated="true">
              <description>Password for database user Scott</description>
              </user>
         </users>
    </principals>

  • Unable to connect Discoverer server: null Please contact your Administrator

    Hi All,
    Please advice, when I open the discoverer(10g) in the web version(IE8,firefox3.5.5) I got the error like below
    "Unable to connect Discoverer server: null Please contact your Oracle Application Server Administrator"
    I have clear the temporary cache and cookies in the JAVA and also in the browsers but still am having this error.
    Please advice.
    Thanks,
    Kamal

    If you always get this error, then I don't know the answer. However, I see this message if I try to open a second Discoverer Plus session from the same browser session (either the same connection dialog, or on another tab of the same session). You can have multiple sessions of Discoverer , but they must be opened from completely separate browser sessions, or different browsers.
    Scott

  • An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.

    When I try to install Adobe AIR version 14.0 on my Mac OS X Version 10.9.4 I receive the following message.
    An earlier versions of Adobe AIR worked on earlier versions Mac OS on my computer. Does anyone have Adobe AIR working on the latest version of Mac OS X? Does anyone have a solution to this installation problem?
    I am only user on this computer. My profile is the only administrator. Since this is a free software program Adobe Support directed me to this forum to find a solution.

    + System
      - Provider
         MsiInstaller 
      - EventID 10011
         32777 
       Level 2 
       Task 0 
       Keywords 0x80000000000000 
      - TimeCreated
         2014-10-16T04:05:37.000000000Z 
       EventRecordID 126767 
       Channel Application 
       Computer O-Daniel 
      - Security
         S-1-5-21-3951430011-144139548-1304176236-1001 
    - EventData
    Product: Adobe AIR --
    Key not valid for use in specified state. 
    (NULL)
    (NULL)
    (NULL)
    (NULL)
    (NULL)
    7B37424241454334372D314343302D344342382D414442342D3533314237384442443144447D

Maybe you are looking for

  • Error while updating to iTunes 10.5

    An error ocurred during the installation of assembly "Microsoft.VC80.CRT.type="win32",version="8.0.50727.6195". publicKeyToken="1fc8b3b9a1e18e3b".processorArchitecture="x86" Please refer to Help and Support for more information HRESULT 0x800736B3 Thi

  • New iMac 24'' 3,06 GHz

    I used to either ask question on Apple discussions or indeed sometime though rarely complain. Today, I am simply thankful. It has been one day with my new iMac and it is awesome. Just wanted to share some good news.

  • ISE cannot push the profile to the cisco network setup assistant?

    We have tried a few android devices with version 4.2+ but still got the error message 'Unable to download profile.(Have you logged into the guest portal?)' as shown at the bottom picture. In fact, we are connecting the devices to an open SSID which p

  • Why not a flex-width forum?

    I see it is easily possible--just look at Jive's forum! Some major issue I see with the 700px or so size you're currently using. * Code blocks are practically useless for indented code. * Put it into threaded mode and have a good laugh at the 250px w

  • Will Adobe CS5.5 Work on Yosemite?

    I was wondering if anybody who has downloaded the Yosemite update and uses CS5.5 software, if your software was able to work?  I really need to know because  I got the CS5.5 creative suite (at the student price and version) when I was a student in co