NCS failing to gather current clients from APs

We're running NCS 1.1.0.58. Since updating to this release from the 1.0 release, the 'Autonomous AP Client Status' and 'Lightweight Client Status' background tasks have been failing with message 'java.lang.NullPointerException'.  I believe as a result of this that the 'Current Clients' tab on an AP monitoring screen just reports 'No data available'.
Does anyone have any suggestions of how to fix this?
Thanks,
Sean

Hi;
We had the same problem, running NCS 1.1.0.58. I saw that 1.1.1.24 was out, so I downloaded the NCS-upgrade-bundle-1.1.1.24.tar.gz and applied it. Seems to have fixed the problem, no need for the horror of opening a TAC case.
Instructions here:
http://www.cisco.com/en/US/docs/wireless/ncs/1.1/release/notes/NCS_RN1.1.1.html#wp208350
Pertinint section below.
Steve
Shut down NCS before performing the upgrade. To stop NCS, enter the ncs stop command.
Use the following command to upgrade from NCS 1.0 to NCS 1.1.1.24:
# application upgrade NCS-upgrade-bundle-1.1.1.24.tar.gz ncs-ftp-repo
In the preceding command, NCS-upgrade-bundle-1.1.1.24.tar.gz is the upgrade bundle file, which is available for download.
The repository used in the example, ncs-ftp-repo, can be any valid repository.
Examples of repository configurations follow.
FTP Repository:
# configure
(config)# repository ncs-ftp-repo
(config-Repository)# url ftp://ip-address
(config-Repository)# user ftp-user password plain ftp-user
(config-Repository)# exit
(config)# exit
SFTP Repository:
# configure
(config)# repository ncs-sftp-repo 
(config-Repository)# url sftp://ip-address
(config-Repository)# user ftp-user password plain ftp-user
(config-Repository)# exit
(config)# exit
TFTP Repository:
# configure
(config)# repository ncs-tftp-repo
(config-Repository)# url tftp://ip-address
(config-Repository)# exit
(config)# exit

Similar Messages

  • Deploying the FEP client (SCCM 2012 R2) on computers that already have the FEP client from a previouse failed site installation

    Hello All
    I am in the process of rebuilding our SCCM 2012 R2 site server (single site). The FEP client from the previous sccm 2012 r2 deployment was successfully installed on all of our endpoints and communicating with no issue with the site server. Since losing that
    server we are in the process of deploying a one. My question is, when I configure FEP and the site server attemtps to deploy the FEP client will the current one be reinstalled even though its same version? Or will SCCM just recognize there is already
    a compatible client installed. I asked a similar question about the SCCM client in another post which was very helpful.
    Any advice would be greatly appreciated
    Phillip
    http://social.technet.microsoft.com/Forums/en-US/84923512-b456-4850-b2ba-8d22bb54ab5c/deploying-sccm-2012-r2-clients-to-computers-that-already-have-the-sccm-2012-r2-client-from-failed?forum=configmanagerdeployment#ab630267-6f25-45ff-a732-231b8008876c
    Phil Balderos

    No, the Endpoint Protection client is still a separate client. By, enabling the client settings the ConfigMgr client will make sure that the Endpoint Protection client is installed and makes sure it will be 'managed'. After re-installing the ConfigMgr
    client, the ConfigMgr client will see that Endpoint Protection is already installed and the new ConfigMgr client will start 'managing' the Endpoint Protection client.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Hi, I've been trying for days to download Windows support software via Bootcamp assistant, but it always failed with message 'Can't install Windows Support Software because it is not currently available from the Software update server.' Any advice welcome

    Hi,
    I've been trying for days to download Windows support software via Bootcamp assistant but it always fails with message 'Can't install windows software because it is not currently available from the software update server.'
    Anyone else had problems or success with this?
    Thanks in advance.

    9thdoc wrote:
    I'm getting a similar but distinct error message in snow leopard: Download could not continue. "The windows support software is not available" and have no original snow leopard instal disc with me.
    Your issue is completely different. You are running Snow Leopard. There is no download for Windows Support software for Snow Leopard, hence the error you see. Snow Leopard Windows Support software is on the Snow Leopard installation disk.
    You need the Snow Leopard installation disk or a replacement for it.

  • OS 10.8.3 driver fail iP100 Canon "...not currently available from the Software Update server"

    I've downloaded the driver several times. rebooted - verify pref's - and it still gives me the same message. very very very very annoying.
    "Can't install the software for the Canon iP100 series because it is not currently available from the Software Update server"
    Mac OS 10.8.3 all updates current.
    Please help anyone.
    thanks!

    Try downloading and installing the drivers from here:
    http://support.apple.com/kb/DL899
    Hope this helps.

  • No authorization to get CIM client from parameter provider?

    Currently we seem to have no authorization to get a CIM client from the SLD.
    We are, sofar, unable to resolve this issue.
    We are using a customer specific parameter provider for mapping JCO destinations
    as described in the document 'Integrating Web Dynpro  and SAP NetWeaver  Portal: How to use extended features of the SAP Application Integrator'
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0446f5c-fcb9-2910-e082-88becbe3ddc9
    From this portal service we would like to get the registered systems in the SLD.
    Our code for doing so is (exception handling omitted):
    Context jndiContext = new InitialContext();
    SldApplicationServiceInterface sldApplicationService = (SldApplicationServiceInterface) jndiContext.lookup(SldApplicationServiceInterface.KEY);
    CIMOMClient cimomClient = sldApplicationService.getCimClient();
    See e.g. the document 'Using SLD to Manage JCo Connections'
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2ce854ed-0701-0010-deb5-ffd61d73fd9f
    Since the default SLD Access is protected by code-base security we've added our customer specific parameter provider and the application integrator to the CIM Client generation setting in visual admin.
    (see http://help.sap.com/saphelp_nw04/helpdata/en/3c/8bceb066698341b5696334f57802d4/content.htm)
    However, we are now stuck on a message
    Failed to create CIM client. Check via 'Visual Administrator' tool if the secure store is operational
    com.sap.sldserv.SldApplicationService.readDestinationParameters(SldApplicationService.java:159)
    com.sap.sldserv.SldApplicationService.getCimClient(SldApplicationService.java:110)
    com.getronics.slg.civbs.CiVisionParameterProvider.getParameter(CiVisionParameterProvider.java:123)
    com.sapportals.portal.appintegrator.parameter.CustomerProvider.getParameter(CustomerProvider.java:77)
    com.sapportals.portal.appintegrator.parameter.ParameterProviderManager.getParameter(ParameterProviderManager.java:51)
    com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getParameter(AbstractIntegrationLayer.java:177)
    com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getStringParameter(AbstractIntegrationLayer.java:196)
    com.sapportals.portal.appintegrator.layer.TopLayerSwitch.mustRedirectToProducer(TopLayerSwitch.java:88)
    com.sapportals.portal.appintegrator.layer.TopLayerSwitch.getNextLayer(TopLayerSwitch.java:64)
    com.sapportals.portal.appintegrator.LayerProcessor.getNextLayer(LayerProcessor.java:259)
    com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:167)
    com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:68)
    com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:54)
    com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:396)
    com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
    com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
    com.sapportals.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:799)
    com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:652)
    com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    java.security.AccessController.doPrivileged(Native Method)
    com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    java.security.AccessController.doPrivileged(Native Method)
    com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Any help in resolving this issue will be highly appreciated (will rewards points)
    tia
    Marcel Akkerman.

    Hi Gamad,
    I am assuming you are using the SAP delivered distribution model with the standard filters.  
    01)  Check the distribution model for the infotype 0006 and sybtype 0001
    02)  Maintain the address subtype 0001 in the HR record in ECC
    03)  Check the BP number range and T77s0 table entries.
    04)  Check the authorizations of the RFC user.
    05)  Execute PFAL in the insert mode with the evaluation path P-S-O. (for the first time)
    I am not sure regarding OSS notes as we have done this SRM 5.0 and ECC 6.0 with out applying any notes few years back.  It has to work.
    Thankyou,
    DV

  • Host Custom client from TES server?

    I am working on a custom webapp client for Cisco Tidal Enterprise Scheduler that will let me quickly view running jobs, restart jobs, etc. (similar to the iOS app offers).  The intent is to only show the features that I want and need quick access to.  My plan is to write everything in HTML5 and Javascript (no server side scripting).  I've quickly realized that my XmlHttpRequests and Ajax requests to the TES REST API are failing because of the Same Origin Policy enforced by browsers which prevents cross site scripting.  I am currently developing locally on my personal machine and so the requests are originating from outside of the TES domain.
    Is it possible to host my custom web client from the Tidal Server itself, and is this likely to fix the cross site origin issues I am having?  Does anyone have advice regarding this issue?  I am relatively new to Tidal and appreciate any help regarding this.

    Thanks for your input. Yeah, the article has been there for quite sometimes. That's why I am a bit sceptical about using it. The strange thing is that there has not been any updates about this topic since then (searched in google and not many web pages are mentioning this thing). I am wondering whether it is a good choice to change the code or not.

  • Failed to read wsdl file from url

    Hi all,
    I am struggling with WL 9.2, consuming a WSRP enabled portlet at the following point:
    Having created a proxy portlet, refering to the WSDL of the WSRP producer, I did successfully deploy the portal. When accessing the portal and consuming the portlet the following exception is thrown:
    com.bea.wsrp.faults.TransportException: Failed to read wsdl file from url due to -- java.net.ConnectException: Tried all: '8' addresses, but could not connect over HTTP to server: 'www.w3.org', port: '80';
    The WSDL includes a schema (http://www.w3.org/2001/XMLSchema). The URL is definetely accessible by the server.
    I am open for any kind of support ;) Thanks in advance!
    Kind regards,
    Matthias

    Yes, they are all local schemas. The way ALSB works, even if the import path in the wsdl or parent schema doesn't exist, relative to the current directory, you can specify which schema resolves that reference. My WSDL imports several schemas, all of which import others. When I was done importing all the schemas and resolving references, all the references in WSDLs and XSDs were assigned and valid. However, after all of those imports and reference resolution, it still says the WSDL is invalid, with the following odd error message:
    The WSDL is not semantically valid: Failed to read wsdl file from url due to -- java.net.MalformedURLException: no protocol: /XMLSchema/PaymentServices/Resources/PaymentServices-200802.
    That path listed refers to one of the schemas imported by the WSDL. The reference to that schema in the WSDL was resolved, and it doesn't complain about that reference.

  • Issues with upgrading client from 1.2 to 3.0

    I've upgraded a bunch of Mac's ARD client from 1.2 to 3.0 using ARD 3 admin's upgrade client feature. On some, I can't Observe or Control. So far I can copy files, run reports, and see current status. I can also ssh into machines with no problems. I've run the updater a second time and no go.
    All of these Macs were on 10.3.6. So sshed into them and ran all updaters and repaired permissions. Then upgraded ARD client.
    Any thoughts on whats the cause of this problem and how to remedy it?
    Any suggestions is appreciated.

    More info after some testing.
    Noticed machines that started out with base OS 10.3.1 with subsequent updates are the ones having observe/control issue. Most update progressions: 10.3.2, 10.3.3, 10.3.6 combo, 10.3.9 combo.
    Machines that started out with base OS 10.3.5 are not effected after upgrading to 10.3.9.
    Repaired permissions, updated binding, re-applied 10.3.9 combo update to one machine with no change.
    Removed client by taking following steps - KB 108021
    $ sudo rm -rf /System/Library/CoreServices/Menu\ Extras/RemoteDesktop.menu
    $ sudo rm -rf /System/Library/CoreServices/RemoteManagement/
    $ sudo rm -rf /System/Library/PreferencePanes/ARDPref.prefPane
    $ sudo rm -rf /System/Library/StartupItems/RemoteDesktopAgent/
    $ sudo rm /Library/Preferences/com.apple.ARDAgent.plist not applicable in any of my configs
    $ sudo rm /Library/Preferences/com.apple.RemoteManagement.plist
    Built an client installer package using ARD 3 admin and still can't Observe/Control but most other items seem to function.
    I'm suspecting this has to do with base OS these machines were built on. Running out of ideas. I would like to find out whats preventing me to control machine instead of rebuilding a bunch of machine. Any input is appreciated.

  • Failed to obtain/create connection from connection pool after redeploy

    I have a web application (.war) that uses a jdbc connection pool. The application works fine, however after I redeploy it using the administration console I get "Failed to obtain/create connection from connection pool [ Datavision_Pool ]. Reason : null" followed by "Error allocating connection : [Error in allocating a connection. Cause: null]" from javax.enterprise.resource.resourceadapter and I am forced to restart the instance. I am running Sun Java System Application Server 9.1 (build b58g-fcs)
    using a connection pool to a Microsoft SQL 2000 database using inet software's JDBC drivers. I need to be able to redeploy applications without having to restart the instance. Any help is appreciated.

    I have turned on some additional diagnostics and found out some answers and a work-around, but I think that there may be a bug in the way JDBC connection pool classes are loaded. The actual error was a null pointer in the JDBC driver class in the perpareStatement method. The only line in this method is "return factory.createPreparedStatement( this , sql );" and the only possible NPE would be if the factory was null, which should be impossible because it is a static variable and it is initialized when the class is loaded. The problem occurs because we deploy the JDBC driver .jar file within our .war file, for use when a client doesn't have or want to use connection pooling. Apparently, the connection pool must have picked up some of these classes and when the .war was redeployed, the reference to the factory was lost for existing connections (not sure how). If I remove the JDBC .jar file from the .war, it works, but that wasn't an ideal solution, the other way to get it to work was to change the sun-web.xml file to have <class-loader delegate="true">. We previously had it set to false in version 8.1 because of interference with a different version of the apache Tiles classes, which has now been addressed in version 9.1.
    I still think there is an issue, because the connection pool should never use the application specific classloaders. Am I wrong to believe this?

  • Providing Certificate while generating a SSL client from wcf

    Hello,
    I am trying to generate a client from a wcf service which has an https endpoint which requires a certificate for authentication, when a try to connect to a web service from flash builder4 by providing the wsdl URI it give me the following error:
    There was an error during service introspection.
    WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://hassanraza-pc/Service/UserManagerService.svc?wsdl'.: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    Can some body help me....
    I need to know that how can i tell the flash builder about the certificate or if there is ny other way ....
    Thanks in anticipation:

    Hi, i'm facing the same issue .

  • Disabling SMB2 and SMB3 Client from Windows Vista, Windows 7 and Windows 8.

    There are many programs that are using a shared file on the server from clients from XP to Windows 10. From time to time it seems like there is a network outage and the handle to the file is broken and the file
    cannot be read or updated. It seems more prevalent on a Windows 2012 server but may have happened from time to time on 2008 & 2008 R2. However there are not any network problems so it just leaves the server & Client
    I have searched for possible resolutions including:-
    Turning  off the Cache for the share
    Disabling the network adapter power setting to allow windows to put the device to sleep.
    Disabling  Antivirus/configuring it to ignore folders for on access scanning
    Disabling SMB  Signing
    Configuring the  clients DWORD registry value SilentForcedAutoReconnect=1 in HKEY_LOCAL_MACHINE\Software\Microsoft\CurrentVersion\NetCache
    Setting the "NET CONFIG SERVER /AUTODISCONNECT:-1" to not drop client
    connections
    The last bit of trouble shooting that I can think of is to disable SMB2 and SMB3 as that does a lot of caching and batching of packets which could also be the cause of the problem.
    I have looked at
    http://support.microsoft.com/kb/2696547/en-us
    I have disabled SMB2&3 on the server as that is very straight forward.
    When I get to the section about disabling SMB2 on the client the command fails.
    sc config
    lanmanworkstation depend= bowser/mrxsmb10/nsi
      After running the above command, it returns an error: 
          [SC] ChangeServiceConfig FAILED 1059:
          Circular Service Dependency was specified.
    So it's not worth running the following command:
    sc config mrxsmb20 start= disabled
    I have tried the command on Windows Vista, Windows 7 and Windows 10 just to confirm that it's  nothing to do with any particular PC, machines in Domains and Non-Domain machines.
    So, my questions are:-
    1, is
    http://support.microsoft.com/kb/2696547/en-us actually correct and up to date and for the OSes (Vista, 7, 8, 8.1, 2012 server and Windows 10) with latest updates & service packs?
    2, How do I disable SMB2 and SMB3 on clients for troubleshooting purposes the server to resolve problems with shared files (multi user access)
    3, If I just disable SMB2 & 3 from the server would that force the clients not to use SMB2 when communicating with the server and therefore not caching the directory structure and file not found etc? I have seen posts that suggest this is not the case.
    4. Does sc.exe have a bug in it?
    Thanks in advance
    Rob

    Hi,
    I made a test in our testing enviroment, everything works fine to disable SMB2 and 3. For your problem, in my opinion, as I didn't find any specific report about this error, it would be better to use Process Monitor to capture the trace when running the
    command.
    Start Process Monitor, then set the filter as cmd.exe, after that, open CMD and execute the command.
    Process Monitor:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    In addition, I found another thread that had similar error with yours, you can take its solution as reference.
    https://social.technet.microsoft.com/Forums/windows/en-US/506828c8-e7af-4039-aca7-43321939bb55/offline-files-synchronization-error-the-file-specified-cannot-be-found?forum=w7itpronetworking
    Roger Lu
    TechNet Community Support
    Roger,
    Many thanks for the time taken to look into this.
    I've downloaded process monitor and loaded it. I filtered for cmd.exe started capture and saved a 1mb file.
    However I don't think this is going to help unless you can point me in the direction of what you're expecting to see in the capture file? If you want me to send you it I can but it does contain personal information which I'd rather not place online.
    You can recreate the problem yourself by doing the following:
    Go to modern.ie
    Download any windows 7 virtual machine for your preferred of virtualisation  platform 
    log in, start cmd as administrator and run the command
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
    You will also receive the same error.
    [SC] ChangeServiceConfig FAILED 1059:
    Circular Service Dependency was specified.
    You can also try it on the Windows 8 and 8.1 machine if you have time.
    I checked the link to the similar error and that just looks at the file not found problem which is the smb2 cache. They still didn't resolve the slow access to the share which is seen on a machine that has anti-virus on it when you go to right click
    on the folder or a file in the folder. It's about a 20 second (spinning circle) pause every time. The problem is bigger than that. If you have shared files on the network share that are used by multiple people at the same time, say a spreadsheet or database
    file windows is loosing the connection to that file so the user cannot write to it even if they have the file open. The smb2 caching shouldn't cause that problem.
    It appears that I have to disable from SMB2 and SMB3 and ensure that the clients only use SMB1.
    If SMB2 & SMB3 are disabled from the lanmanworkstation service the clients will not do any caching even if the server has disabled the share cache (offline files for that share).
    The problem with the "Circular reference" error message is standard across all versions of windows that have "smb2" or "smb2 and smb3". Can you recreate that problem? Or is it working on your windows computer and on the machines
    downloaded from modern.ie ?
    My testing has shown that the command "sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi" does not work. Therefore that's the one I want to resolve first. By resolving that I may be able to get the clients accessing the share to behave
    themselves and use the shared files correctly as they always did from Windows 95/NT4 through to Windows XP and 2003/2008 server.
    I'm unable to recreate the problem with multiple users having access to shared database files on windows 2012 server from Windows 7 clients were the access to the files drops once a day or once every couple of days.
    Kindest Regards
    Robert

  • Error 18452 "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication" on SQL Server 2008 R2 Enterprise Edition 64-bit SP2 clustered instance

    Hi there,
    I have a Windows 2008 R2 Enterprise x64 SP2 cluster which has 2 SQL Server 2008 R2 Enterprise Edition x64 SP2
    instances.
    A domain account "Domain\Login" is administrator on both physcial nodes and "sysadmin" on both SQL Server instances.
    Currently both instances are running on same node.
    While logging on to SQL Server instance 2 thru "Domain\Login" using "IP2,port2", I get error 18452 "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication". This happened in the past
    as well but issue resolved post insatllation of SQL Server 2008R2 SP2. This has re-occurred now. But it connects using 'SQLVirtual2\Instance2' without issue.
    Same login with same rights is able to access Instance 1 on both 'SQLVirtual1\Instance1' and "IP1,port1" without any issue.
    Please help resolve the issue.
    Thanks,
    AY

    Hello,
    I Confirm that I encountred the same problem when the first domain controller was dow !!
    During a restarting of the first domain controller, i tried to failover my SQL Server instance to a second node, after that I will be able to authenticate SQL Server Login but Windows Login returns Error 18452 !
    When the firts DC restart finishied restarting every thing was Ok !
    The Question here : Why the cluster instance does'nt used the second DC ???
    Best Regards     
    J.K

  • AnyConnect 3.1 - Failed to perform required client update checks

    I upgraded to ASA 9, and asdm 7, everything went perfect except AnyConnect IKEV2 doesnt work anymore, I have a lot of errors under my event viewer:
    When it goes to install I get this error: Failed to perform required client update checks. Contact your system administrator
    Under Eventviewer I find:
    Function: CDownloadTask::Run
    File: .\DownloadTask.cpp
    Line: 413
    Invoked Function: CDownloadTask::getAggCfgFromSG
    Return Code: -23855090 (0xFE94000E)
    Description: DOWNLOADTASK_ERROR_PARSE_CONFIG:Could not parse configuration from secure gateway
    Function: CDownloadTask::getAggCfgFromSG
    File: .\DownloadTask.cpp
    Line: 2218
    Invoked Function: CDownloaderArgs::ParseConfigXml
    Return Code: -26673142 (0xFE69000A)
    Description: DNLDRARGS_ERROR_PARSING_CONFIG_XML:Failed to parse aggregate config xml.
    Function: CDownloaderArgs::ParseConfigXml
    File: .\DownloaderArgs.cpp
    Line: 504
    Invoked Function: CDownloaderArgs::getManifestFromConfigXml
    Return Code: -26673142 (0xFE69000A)
    Description: DNLDRARGS_ERROR_PARSING_CONFIG_XML:Failed to parse aggregate config xml.
    Function: CDownloaderArgs::getManifestFromConfigXml
    File: .\DownloaderArgs.cpp
    Line: 562
    Core manifest not present
    Function: CAutoProxy::GetAutoProxyStrings
    File: ..\Common\Proxy\AutoProxy.cpp
    Line: 1055
    Invoked Function: CAutoProxy::LoadAutoProxyStrings
    Return Code: -30539766 (0xFE2E000A)
    Description: AUTOPROXY_ERROR_NO_AUTO_PROXY

    Found a workaround, it is a bug which will be sent off to developer
    With ASA 9.0 and AnyConnect, you have to enabled SSL on the IKEv2 Profile, it seems that disabling this disables the ability to deliver the Profile, with is enabled on the IKEv2 Profile, the actual profiles get delivered without error.
    Previously I only allowed IKEv2 connections and had SSL disable on the profile itself, now in order for the profile to get delivered to the end user, it must also be enabled.

  • File: e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #: 1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task communication protocol error   Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER

    File:
    e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #:
    1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task
    communication protocol error
    Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER
    BY PROJECTNAME
    Got this error when opening the peopletools application designer 8.49. The same is working fine within the server, but not working from the client's machine.
    We can still able to connect to the database & URL
    Please help by throwing some lights.
    Thanks,
    Sarathy K

    Looks like a SQL error. ARe you able to connect to the database with SQL*Plus ? Probably the Oracle client is badly configured.
    Nicolas.

  • Failed to find algorighm ID from registry. Use default algorithm.

    Hello,
    I checked the smsdpmon.log on one of my Distribution Points and i saw the failure:
    Getting site code SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Getting algorithm ID SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Failed to find algorighm ID from registry. Use default algorithm. SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Getting DP Cert Type SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Getting this DP NALPath SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown. SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Start to evaluate ... SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Start to evaluate all packages ... SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Any one an idea what this means?
    THX

    Failed to find algorighm ID from registry. Use default algorithm. SMS_Distribution_Point_Monitoring 19.08.2014 11:55:00 11444 (0x2CB4)
    Just ignore that message. Not every yellow or red highlighted line does indicate a problem.
    Torsten Meringer | http://www.mssccmfaq.de

Maybe you are looking for

  • In place variable substitution form1.page2.variable.rawValue

    Hello everyone, I am trying to do this using formcalc: var boostDate = "boosterDate1" form1.page2.invoiceTable.row1.boostDate.rawValue = Num2Date(Date2Num(form1.page2.page2Date.formattedValue, "MM/DD/YYYY") + (firstRowWeek * 7) + (firstRowYear * 365)

  • One swf plays on web server, another does not

    I have a little .swf file (created from video via the Flash encoder) here: www.arveson.com/expt/flash/page1.htm and it does not play on the remote server, but it plays locally. I have placed an Adobe sample Flash file in the same location, called by

  • Video doesnt play

    my tv shows play audio but video doesn't play

  • Calling multi application packages in custom menu

    Hi, I am trying to open a data management and custom package in a custom menu for different applications. My custom menu is set for application A and the custom package is in application B. Is there a way to call this package without changing the CV

  • Problem with linear chart

    Hello. After two days tray to solve problem, I need your help. I have problem with presentation some data. Data growning aproxx. linear. I read this data from device. Sometime my .vi not successful read data and in this case my chart have sags to zer