Group Policys won't update. Possibly tied to server updating

Hello, we aren't sure if this is a SLES Issue, or a ZCM Issue.
We are using ZCM 11.2.4
And Server SLES 11.2
This server was originally a physical server running SLES 10 SP3 and ZCM 11. It was virtualized and then upgraded to its current state. This was done over the summer.
We cannot upgrade to 11.3 because we have no time for downtime. We are a school. This server needs to be up. Originally This server was
This issue started with an inability to update group policys on the server. When uploading the policy back to the server, we get this error.
Code:
An error occurred while uploading the group policy settings to the server.
We investigate this by looking at the policy's status, which returns this error.
Code:
The policy status is currently not available because the post upgrade process is in progress. The post upgrade process might take some time to complete.
We then go to Config-System Update and attempt to refresh the list of updates, to see if there is something we are missing. We get this Error.
Code:
There was a failure when attempting to contact Novell Customer Center to retrieve available updates. Be sure that you have internet connectivity and that system update has been configured with the correct proxy information: An incorrect http status was received: 403
See the ZENworks Control Center log file (zcc.log) for the full stack trace.
And here is the ZCC.log.
Code:
session:5131868f2178db9e56055a550396b46e for the page id:cfg_sysupdates
11 Nov 2014 08:22:37 ============== Exception (begin) ===========================
11 Nov 2014 08:22:37 UpdateStatusList: Connection exception: thrown= com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
11 Nov 2014 08:22:37 Exception occured
com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:164)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:132)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAvailableUpdatesFromServer(SystemUpdateAdminImpl2.java:5018)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFor(SystemUpdateAdminImpl2.java:467)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFrom(SystemUpdateAdminImpl2.java:369)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdates(SystemUpdateAdminImpl2.java:297)
at com.novell.zenworks.admin.pages.configuration.UpdateStatusList.checkforUpdatesMenuItem_Click(UpdateStatusList.java:1653)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1977)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1952)
at com.novell.web.controls.MenuItem.raisePostBackEvent(MenuItem.java:304)
at com.novell.web.controls.Page.raisePostBackEvent(Page.java:1102)
at com.novell.web.controls.Page.raisePostBackEvents(Page.java:1059)
at com.novell.web.controls.Page.internalProcessRequest(Page.java:724)
at com.novell.web.controls.Page.processRequest(Page.java:668)
at com.novell.zenworks.fw.web.internal.layout.Index.processRequest(Index.java:631)
at com.novell.web.internal.controls.PageTag.doEndTag(PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp.java:191)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet.java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServlet.service(ZENworksServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.session.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke(ZENRequestValve.java:1293)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.novell.zenworks.systemupdate.exceptions.HttpStatusException
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:231)
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:263)
at com.novell.zenworks.systemupdate.HttpHelper.executeHttpMethod(HttpHelper.java:161)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:61)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:55)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:231)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:145)
... 52 more
11 Nov 2014 08:22:37
Exception Info:
11 Nov 2014 08:22:37 Class....... com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException
11 Nov 2014 08:22:37 Message..... 403
11 Nov 2014 08:22:37 Logged at... UpdateStatusList...1657
11 Nov 2014 08:22:37 ============== Exception (end) =============================
11 Nov 2014 08:22:37 MessageUtil..........85 :Error: There was a failure when attempting to contact Novell Customer Center to retrieve available updates. Be sure that you have internet connectivity and that system update has been configured with the correct proxy information: An incorrect http status was received
11 Nov 2014 08:22:37 ============== Exception (begin) ===========================
11 Nov 2014 08:22:37 Exception occured
com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:164)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:132)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAvailableUpdatesFromServer(SystemUpdateAdminImpl2.java:5018)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFor(SystemUpdateAdminImpl2.java:467)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFrom(SystemUpdateAdminImpl2.java:369)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdates(SystemUpdateAdminImpl2.java:297)
at com.novell.zenworks.admin.pages.configuration.UpdateStatusList.checkforUpdatesMenuItem_Click(UpdateStatusList.java:1653)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1977)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1952)
at com.novell.web.controls.MenuItem.raisePostBackEvent(MenuItem.java:304)
at com.novell.web.controls.Page.raisePostBackEvent(Page.java:1102)
at com.novell.web.controls.Page.raisePostBackEvents(Page.java:1059)
at com.novell.web.controls.Page.internalProcessRequest(Page.java:724)
at com.novell.web.controls.Page.processRequest(Page.java:668)
at com.novell.zenworks.fw.web.internal.layout.Index.processRequest(Index.java:631)
at com.novell.web.internal.controls.PageTag.doEndTag(PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp.java:191)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet.java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServlet.service(ZENworksServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.session.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke(ZENRequestValve.java:1293)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.novell.zenworks.systemupdate.exceptions.HttpStatusException
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:231)
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:263)
at com.novell.zenworks.systemupdate.HttpHelper.executeHttpMethod(HttpHelper.java:161)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:61)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:55)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:231)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:145)
... 52 more
11 Nov 2014 08:22:37
Exception Info:
11 Nov 2014 08:22:37 Class....... com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException
11 Nov 2014 08:22:37 Message..... 403
11 Nov 2014 08:22:37 Logged at... Messages............316
11 Nov 2014 08:22:37 ============== Exception (end) =============================
11 Nov 2014 08:22:37 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_sysupdates
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 10, new size= 2
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:23:17 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:configuration
11 Nov 2014 08:23:25 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_sysinfo
11 Nov 2014 08:23:31 SubscriptionList....342 :No regKeyFolder was specified, Setting the root folder to --> be7bd8c4329b11e08000e356fa8761d6
11 Nov 2014 08:23:31 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_subscriptions
11 Nov 2014 08:23:32 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:configuration
11 Nov 2014 08:23:38 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..5131868f2178db9e56055a550396b46e :in the session:5131868f2178db9e56055a550396b46e for the page id:configuration
11 Nov 2014 08:23:38 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:CentralizedMessageLoggerSettings
11 Nov 2014 08:23:44 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:configuration
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 6, new size= 2
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:24:07 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..2968ffb3634c41607e89bc4bd318b68d :in the session:2968ffb3634c41607e89bc4bd318b68d for the page id:configuration
11 Nov 2014 08:24:07 Form................202 :Form.java CSRF TOKEN:a7b3beecc9bb577a5da28d71289e8ded for the PageId:DeviceMessageLoggerSettings
11 Nov 2014 08:24:24 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..a7b3beecc9bb577a5da28d71289e8ded :in the session:a7b3beecc9bb577a5da28d71289e8ded for the page id:DeviceMessageLoggerSettings
11 Nov 2014 08:24:25 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:configuration
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: logged.in.info, evictions= 1, new size= 0
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 5, new size= 2
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:25:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 2, new size= 0
11 Nov 2014 08:30:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 2, new size= 0
11 Nov 2014 08:30:55 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:gettingStarted
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 1, new size= 0
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:34:55 WebLoggerWrapper.....48 :Cache: authoritative-source-services, evictions= 1, new size= 2
11 Nov 2014 08:34:55 WebLoggerWrapper.....48 :Cache: object-infos, evictions= 34, new size= 21
Anyone have any idea why this is happening? Should we be asking the SUSELinux Forums, or is this a ZCM issue?

Originally Posted by J3bshjr
Hello, we aren't sure if this is a SLES Issue, or a ZCM Issue.
We are using ZCM 11.2.4
And Server SLES 11.2
This server was originally a physical server running SLES 10 SP3 and ZCM 11. It was virtualized and then upgraded to its current state. This was done over the summer.
We cannot upgrade to 11.3 because we have no time for downtime. We are a school. This server needs to be up. Originally This server was
This issue started with an inability to update group policys on the server. When uploading the policy back to the server, we get this error.
Code:
An error occurred while uploading the group policy settings to the server.
We investigate this by looking at the policy's status, which returns this error.
Code:
The policy status is currently not available because the post upgrade process is in progress. The post upgrade process might take some time to complete.
We then go to Config-System Update and attempt to refresh the list of updates, to see if there is something we are missing. We get this Error.
Code:
There was a failure when attempting to contact Novell Customer Center to retrieve available updates. Be sure that you have internet connectivity and that system update has been configured with the correct proxy information: An incorrect http status was received: 403
See the ZENworks Control Center log file (zcc.log) for the full stack trace.
And here is the ZCC.log.
Code:
session:5131868f2178db9e56055a550396b46e for the page id:cfg_sysupdates
11 Nov 2014 08:22:37 ============== Exception (begin) ===========================
11 Nov 2014 08:22:37 UpdateStatusList: Connection exception: thrown= com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
11 Nov 2014 08:22:37 Exception occured
com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:164)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:132)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAvailableUpdatesFromServer(SystemUpdateAdminImpl2.java:5018)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFor(SystemUpdateAdminImpl2.java:467)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFrom(SystemUpdateAdminImpl2.java:369)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdates(SystemUpdateAdminImpl2.java:297)
at com.novell.zenworks.admin.pages.configuration.UpdateStatusList.checkforUpdatesMenuItem_Click(UpdateStatusList.java:1653)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1977)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1952)
at com.novell.web.controls.MenuItem.raisePostBackEvent(MenuItem.java:304)
at com.novell.web.controls.Page.raisePostBackEvent(Page.java:1102)
at com.novell.web.controls.Page.raisePostBackEvents(Page.java:1059)
at com.novell.web.controls.Page.internalProcessRequest(Page.java:724)
at com.novell.web.controls.Page.processRequest(Page.java:668)
at com.novell.zenworks.fw.web.internal.layout.Index.processRequest(Index.java:631)
at com.novell.web.internal.controls.PageTag.doEndTag(PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp.java:191)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet.java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServlet.service(ZENworksServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.session.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke(ZENRequestValve.java:1293)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.novell.zenworks.systemupdate.exceptions.HttpStatusException
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:231)
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:263)
at com.novell.zenworks.systemupdate.HttpHelper.executeHttpMethod(HttpHelper.java:161)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:61)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:55)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:231)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:145)
... 52 more
11 Nov 2014 08:22:37
Exception Info:
11 Nov 2014 08:22:37 Class....... com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException
11 Nov 2014 08:22:37 Message..... 403
11 Nov 2014 08:22:37 Logged at... UpdateStatusList...1657
11 Nov 2014 08:22:37 ============== Exception (end) =============================
11 Nov 2014 08:22:37 MessageUtil..........85 :Error: There was a failure when attempting to contact Novell Customer Center to retrieve available updates. Be sure that you have internet connectivity and that system update has been configured with the correct proxy information: An incorrect http status was received
11 Nov 2014 08:22:37 ============== Exception (begin) ===========================
11 Nov 2014 08:22:37 Exception occured
com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException: 403
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:164)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:132)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAvailableUpdatesFromServer(SystemUpdateAdminImpl2.java:5018)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFor(SystemUpdateAdminImpl2.java:467)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdatesFrom(SystemUpdateAdminImpl2.java:369)
at com.novell.zenworks.datamodel.services.systemupdate.SystemUpdateAdminImpl2.getAllAvailableSystemUpdates(SystemUpdateAdminImpl2.java:297)
at com.novell.zenworks.admin.pages.configuration.UpdateStatusList.checkforUpdatesMenuItem_Click(UpdateStatusList.java:1653)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1977)
at com.novell.web.controls.WebControl.fireEvent(WebControl.java:1952)
at com.novell.web.controls.MenuItem.raisePostBackEvent(MenuItem.java:304)
at com.novell.web.controls.Page.raisePostBackEvent(Page.java:1102)
at com.novell.web.controls.Page.raisePostBackEvents(Page.java:1059)
at com.novell.web.controls.Page.internalProcessRequest(Page.java:724)
at com.novell.web.controls.Page.processRequest(Page.java:668)
at com.novell.zenworks.fw.web.internal.layout.Index.processRequest(Index.java:631)
at com.novell.web.internal.controls.PageTag.doEndTag(PageTag.java:86)
at org.apache.jsp.jsp.index_jsp._jspService(index_jsp.java:191)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:342)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet.java:97)
at com.novell.zenworks.fw.web.internal.ZENworksServlet.service(ZENworksServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.patchlink.sapphire.web.pages.vulnerability.session.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at com.novell.zenworks.tomcat.ZENRequestValve.invoke(ZENRequestValve.java:1293)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.novell.zenworks.systemupdate.exceptions.HttpStatusException
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:231)
at com.novell.zenworks.systemupdate.HttpHelper._executeHttpMethod(HttpHelper.java:263)
at com.novell.zenworks.systemupdate.HttpHelper.executeHttpMethod(HttpHelper.java:161)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:61)
at com.novell.zenworks.systemupdate.HttpHelper.getUrlAsString(HttpHelper.java:55)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:231)
at com.novell.zenworks.systemupdate.UpdateDownloader.getAvailableUpdates(UpdateDownloader.java:145)
... 52 more
11 Nov 2014 08:22:37
Exception Info:
11 Nov 2014 08:22:37 Class....... com.novell.zenworks.systemupdate.exceptions.SystemUpdateConnectionException
11 Nov 2014 08:22:37 Message..... 403
11 Nov 2014 08:22:37 Logged at... Messages............316
11 Nov 2014 08:22:37 ============== Exception (end) =============================
11 Nov 2014 08:22:37 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_sysupdates
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 10, new size= 2
11 Nov 2014 08:22:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:23:17 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:configuration
11 Nov 2014 08:23:25 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_sysinfo
11 Nov 2014 08:23:31 SubscriptionList....342 :No regKeyFolder was specified, Setting the root folder to --> be7bd8c4329b11e08000e356fa8761d6
11 Nov 2014 08:23:31 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:cfg_subscriptions
11 Nov 2014 08:23:32 Form................202 :Form.java CSRF TOKEN:5131868f2178db9e56055a550396b46e for the PageId:configuration
11 Nov 2014 08:23:38 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..5131868f2178db9e56055a550396b46e :in the session:5131868f2178db9e56055a550396b46e for the page id:configuration
11 Nov 2014 08:23:38 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:CentralizedMessageLoggerSettings
11 Nov 2014 08:23:44 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:configuration
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 6, new size= 2
11 Nov 2014 08:23:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:24:07 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..2968ffb3634c41607e89bc4bd318b68d :in the session:2968ffb3634c41607e89bc4bd318b68d for the page id:configuration
11 Nov 2014 08:24:07 Form................202 :Form.java CSRF TOKEN:a7b3beecc9bb577a5da28d71289e8ded for the PageId:DeviceMessageLoggerSettings
11 Nov 2014 08:24:24 Page...............1087 :Page.java CSRF TOKEN, in the Form:1 ..a7b3beecc9bb577a5da28d71289e8ded :in the session:a7b3beecc9bb577a5da28d71289e8ded for the page id:DeviceMessageLoggerSettings
11 Nov 2014 08:24:25 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:configuration
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: logged.in.info, evictions= 1, new size= 0
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 5, new size= 2
11 Nov 2014 08:24:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:25:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 2, new size= 0
11 Nov 2014 08:30:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 2, new size= 0
11 Nov 2014 08:30:55 Form................202 :Form.java CSRF TOKEN:2968ffb3634c41607e89bc4bd318b68d for the PageId:gettingStarted
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: object-releaseUID, evictions= 3, new size= 0
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: zenobjects, evictions= 1, new size= 0
11 Nov 2014 08:31:55 WebLoggerWrapper.....48 :Cache: versionToGUIDMapForACO, evictions= 3, new size= 0
11 Nov 2014 08:34:55 WebLoggerWrapper.....48 :Cache: authoritative-source-services, evictions= 1, new size= 2
11 Nov 2014 08:34:55 WebLoggerWrapper.....48 :Cache: object-infos, evictions= 34, new size= 21
Anyone have any idea why this is happening? Should we be asking the SUSELinux Forums, or is this a ZCM issue?
Have you tried: http://www.novell.com/support/kb/doc.php?id=7013241 & http://www.novell.com/support/kb/doc.php?id=7007955 ?
Thomas

Similar Messages

  • After syncing and updating my iphone my iCalendar on my computer lost most of my information. Including wiping out an entire calendar group.  When trying to readd the calendar group it won't let me add events to my calendar under that category.

    After syncing and updating my iphone my iCalendar on my computer lost most of my information. Including wiping out an entire calendar group.  When trying to readd the calendar group it won't let me add events to my calendar under that category. A message pops up that says: "You can't add events or to do items to a calendar group. Select an individual calendar in the calendar list, then create your events or to do items." Any help here would be greatly appreciated! I would like to either retrieve the old information or find a way to add the category back in to start over. Thanks in advance!

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • MacBook won't start after latest OS update ("Possible memory corruption")

    I am running a late 2009 MacBook, 250GB, 4GB ram. I have just updated the OS (standard, regular update), iTunes and an older iMovie update. I made the necessary restart, and begun using iTunes. After 5 minutes, it crashed, and when turned back on, the startup apple logo screen was filled with command prompt code. The only thing I can do, is to force it to shutdown. At the top of the command prompt text, it now says "possible memory corruption".
    Latest update: I am now met with a black screen every time I turn on - the "sleep" light is on, but that appears to be all that's happening.
    Help!

    Do you have any 3rd party memory modules installed?  What system did you upgrade from? What MacBook module do you have, i.e.
    Check the memory modulds to make sure they are securly seated and try again. If you have 3rd party modules installed remove them and leave just the original Apple modules and try a restart.
    OT

  • HT4623 after updating to iOS 6.0.1 my iphone 3s won't recognize my SIM card. i updated my phone through iTunes, what happened to my phone?

    after updating to iOS 6.0.1 my iphone 3s won't recognize my SIM card. i updated my phone through iTunes, what happened to my phone?

    If it now says "invalid" or "unsupported" SIM, your iPhone was almost certainly hacked to unlock it from the original cell carrier and updating has now removed that hack and the iPhone has relocked back to that original carrier. You will have to contact that carrier and ask if it would be possible to get your iPhone officially unlocked.
    Regards.

  • 4S won't activate after iOS 5.1 update

    Updated yesterday.
    Update finished but my iphone 4s keeps asking me for configuration and won't activate.
    I select the wireless network. Connection is fine. Even SIM unlock happens.
    It says it is OK to use it now. I click on it and it returns back to configure screen again.
    It is in a loop.
    Configure-You can use it-Configure-You can use it-Configure and on and on.
    I restored the iphone using iTunes but no lock. If I restore it from backup or icloud backup the situation is the same.
    If I set it up as new iphone I can open it but this time I loose everything.
    I have backups but I cannot use the phone if I install them.
    This is really frustrating.
    Can I get back to 5.01 somehow. I want to use my phone and I don't want to lose my data.
    Any ideas?
    Thank you.

    The backup you have does matter (icloud or itunes. The moment you restore from it, you are in the loop. I don't know if Siri has anything to do with it or not but mine was off.
    I talked to Apple for 50 minutes. We tried many things, no joy. The last words were that there were more people like us and if the number were enough Apple would develop and publish an update. What they suggested is to wait until the update is released, install the update and then make the restore from backup. It would work then.
    Please call Apple and create a case. We need numbers.
    I hope they take us seriously and correct this grave mistake as soon as possible.
    For those who have iCloud backup, the following works:
    Set the phone up as new device.
    Go to Settings and iCloud.
    Enter your iCloud account.
    It will ask if you would like to merge.
    If you say yes, you could at least get your contacts back.

  • Safari won't load and I can't update my software, ie., I get an error message.  What can I do to fix this?

    Safari won't load and I can't update my software, ie., I get an error message.  What can I do to fix this?

    You can't install Safari 3 on your 10.3.9 OS.
    You must use the DVD installer to re-install the older version of Safari found on it.
    You can update your operating system buy purchasing Tiger (10.4) and get a more modern version of Safari.

  • I tryed to update my iphone and now my phone screen show the itunes logo with a wire and won't turn on, i tryed to update my iphone and now my phone screen show the itunes logo with a wire and won't turn on

    i tryed to update my iphone and now my phone screen show the itunes logo with a wire and won't turn on, i tryed to update my iphone and now my phone screen show the itunes logo with a wire and won't turn on

    Did you try to connect in recovery mode to your computer, explained in this article?
    iOS: Unable to update or restore

  • My iPad 2 shows I have 7 apps that need to be updated and when I go into my App Store it won't pull up anything for my updates how can I fix this????

    My iPad 2 shows I have 7 apps that need to be updated and when I go into my App Store it won't pull up anything for my updates how can I fix this????

    It seems Apple is having some issues at their end. There have been hundreds of posts on the forum with the same problem.

  • I have moved to uk from ireland and bought new iphone, set up using my existing Apple ID account and profile but won't let me buy install or update apps??

    I have moved to uk from ireland and bought new iphone, set up using my existing Apple ID account and profile but won't let me buy install or update apps??
    Can anyone advise me on what I need to do?
    My existing account is linked to ireland as my bank account details are there, does this make a difference?
    Please help!

    Until you get a UK bank account and credit card, buy and redeem UK iTunes gift cards for use in the iTunes and Mac App Stores. But you need to switch your region/country to the UK store in your account information, as you can't use UK iTunes gift cards in the Irish stores, the gift cards are country specific.

  • 15" Retina Macbook Pro won't login after 10.8.3 update failure

    I just attempted to installing 10.8.3 on my Retina mbp and after failing I could no longer login. When attempting login, the screen would flash white then go back to the login screen.
    I was able to get to safe boot by holding the shift key during boot.
    From safe boot I was able to download the 10.8.3 combo update. OS X Mountain Lion Update v10.8.3 (Combo)http://support.apple.com/kb/DL1640
    After reapplying the update and it succeeded and I was able to log back in to normal mode.
    Hope this helps someone!

    Word of advice. It is a business. Don't just install changes, not without updating your cloned backup, not on day one (security patches that are critical are important but VERY often even those have a high rate of 'breaking' the china and causing havoc.
    High fans etc are rarely PRAM related. Might be SMC.
    Install OS X on another drive. Update to 10.8.2. Clone. Put clone on shelf. Rerun the COMBO update - if you are using delta update, they do sometimes fail to take, it use to be combo updates were the only safe update but seems updates are better and safer.
    but it is best to have a TEST system if possible to try a new update or program on, even if that is just a disk that you clone, and keep and leave your production system AS IS for a week... or two.
    unplug everything. hit power. connect only power and one monitor and kb/mouse.

  • Dock won't hide/show after Tiger security update

    I installed the Dec 27 Tiger security update last night (via SW update) and now the dock is behaving badly. I had it set to automatically show/hide, but it would not show anymore after the update. I always install sec updates, so I did also do the previous one without any problems.
    So far I've done this to try to solve the problem:
    - I changed the settings to turn hiding off and the doc appears and works correctly in that mode. The only problem with it seems to be that it won't show after it hides with hiding turned on.
    - I repaired permissions
    - I shut down and restarted
    - I did a safe-mode restart and a regular restart
    - I trashed my doc preferences, restarted, and recreated the configuration of items I like.
    - I tried removing the preference called /Library/Preferences/com.apple.dockfixup.plist which had no effect, so I put it back. (It's dated 2006 but I have no further info about it.)
    Also, oddly, it seems that my system menus are strictly pull-down now. I am almost sure they had some drop-down behavior before, because I keep clicking on main menu items expecting the submenu to persist, and it doesn't. If I'm not imagining this, perhaps the two issues are related?
    I don't have any system mods or Finder replacement apps.
    Are there any other dock-related files that I could replace from my backup to try to fix this issue?
    Did the update do something specifically to change the dock?
    I really hate to reinstall and reupdate from scratch to fix such a minor problem, but it is 100% annoying. Ideas and commiseration welcome.

    Thank you. I didn't know you could remove the whole folder without wreaking havoc. I will try another user account for thoroughness.
    New info:
    I discovered this morning that both of these problems do not occur with my Contour mouse, only with the Logitech trackball. The trackball has a brand new problem at startup today, which is that it acts like it's constantly right-button-down. It selects only.
    So perhaps its a driver or mouse hardware issue. I think it's suspicious that it started immediately after the update, but since the trackball did not come with a driver, I am not sure I can further troubleshoot it myself. I'll dig around in the system and on the net a bit to see, but I'm probably going to buy another pointing device in order to resolve this. The trackball is only about 2 months old, but maybe it's filled up with cat hair. ... There's a joke in there somewhere.

  • Why won't my Mac with Mt Lion update my calendar and address book through iCloud

    Why won't my Mac w Mt Lion update mt Calendar and Address book through the Icloud?

    Are you really still running Snow Leopard (10.6.8) as shown in your profile? If so, that's why. Full use of iCloud needs at least Lion 10.7.2 or Mountain Lion.
    If you have upgraded to Mountain Lion and forgot to update your profile, here are some things to check:
    Is it on a network?
    Is it signed into iCloud? The same iCloud Account?
    Are Contacts and "Calendars & Reminders" checked in the iCloud and same account's "Mail, Contacts & Calendars" panels of System Preferences?
    Are you looking at the correct accounts in Calendar and Contacts?

  • HT1222 Is it possible for me to update to new version if i have a gevey sim?

    Is it possible for me to update to new version if i have a gevey sim?

    My Airport Card Info. is
    Wireless Card Firmware Version: 9.52
    can you teach me how to connect in a WPA personal security?? Please??
    Because our router only has WPA and WPA2 and neither of the settings, after i put in the password, would connect to the internet... It would only gives me an error message "the wireless network (name of the network) does not support the requested encryption method".
    I am also trying to connect this Ibook into the personal hotspot feature of Iphone 4s but it is still not recoginizing the security settings. It will give me the same error....
    Thanks for the message anyways...
    So what is the next upgrade for OS X 10.4.11??

  • Has anyone had problems with the latest driver update for the Lexmark printers? My Lexmark printers won't work with the latest driver update.

    Has anyone had problems with the latest Lexmark printer driver update? My Lexmark printers won't work with the latest driver update. If I reinstall an older version of the drivers, they work.

    Mine crashed once with new update, but working fine.
    I had to delete old printer, restart iMac, and then reinstall
    new drivers to get it to work. Would not complete without
    the restart after deleting non-working printer. No problems
    since and all features working.

  • Groups field in Windows Active Directory doesn't get updated

    Hello IDM Experts,
    I am trying to append one more group to a few hundred users in AD. When I run the below code, I am not getting any error and at the same time the groups field in AD doesn't seem to get updated either. Any thoughts? Thanks!
    <Activity id='1' name='CheckOut'>
      <Action id='0' name='Check Out AD' application='com.waveset.session.WorkflowServices'>
        <Argument name='op' value='checkoutView' />
        <Argument name='type' value='User' />
        <Argument name='id' value='$(userId)' />
        <Argument name='authorized' value='true' />
        <Argument name='subject' value='Configurator' />
        <Argument name='Form' value='Empty Form'/>
        <Return from='view' to='userview' />
      </Action>
      <Action id='2' name='Change AD Values'>
        <expression>
          <block>
            <append name='userview.accounts[Sample Domain].groups'>
              <s>CN=grp_ext_owner,OU=Task Groups,OU=Groups,DC=sample,DC=com</s>
            </append>
            <ref>userview.accounts[Sample Domain].groups</ref>
          </block>
        </expression>
      </Action>
      <Action id='3' name='Check In AD' application='com.waveset.session.WorkflowServices'>
        <Argument name='op' value='checkinView' />
        <Argument name='view' value='$(userview)' />
        <Argument name='authorized' value='true' />
        <Argument name='subject' value='Configurator' />
      </Action>
      <Transition to='end' />
    </Activity>

    Some ideas...
    1) Do you have a mapping of the groups attribute in your Sample Domain resource adapter? One element should read similar to:
    <AccountAttributeType id='10' name='groups' syntax='string' mapName='groups' mapType='string'/>2) Is the groups attribute already a list? If not (e.g. no groups yet assigned), the append statement might not actually do anything.
    3) Your statement below the append doesn't actually do anything. Well, it should not break anything, but who knows.

Maybe you are looking for

  • WIJ20002 error in webi java panel

    Hi All, One of user trying to create a report on universe but when trying to run query, user facing WIJ20002 error. The web intelligence can not connect to the server please contact your administrator, but her colleague not facing any error with same

  • 2011 iMac missing mini display port?

    I'm trying to connect my 2011 iMac to an additional display using the mini display to DVI, but my computer doesn't have a mini display port I can't seem to find this info anywhere. What kind of adapter do I need?

  • How do I turn off cusor position frame in 10.4.8?

    After applying the 10.4.8 PPC update and rebooting on my 15" Powerbook G4, I now have my cursor pointer surrounded by a large, ugly, black frame which shows the relative position of the cursor on the desktop. Rebooting doesn't get rid of it, and I do

  • Smart form assignment for fb60 document

    Hi Experts, I have one issue pertains to smart form, my client wants to take print with his logo at the time of FI invoice document. Once user post the invoice in FB60, the using the document number we need the details in a form. For this abaper deve

  • Date format in the RPD

    Hi gurus, In the rpd, I have a condition where If (received_date- current_date) < X then .... the received date in the database is numeric. Ex : 20040810 How do I change the date format to match the default current date in the expression builder. Tha