Enable User activity bug

Hello,
I´ve noticed a problem when using the "Enable User" activity in AD IP for Orchestrator 2012.
If you use "Get User" to find an user and then use the published data from that activity in "Enable User", it will sometimes fail.
The error you receive is "The user 'CN=XXXXXX etc.' was not found.", even thoug the user exists and "Get user" found the user.
The problem is when the users DN contains "/", and is used in "Enable User", resulting in an incorrect "User was not found"
Example of object name in AD that will trigger this "Linde Thomas, Company A/S".
Removing "/" from the name will solve it, but we would like to have matching AD object name and display name.
EDIT: And the same is true for "Disable User" activity.
/Markus

Yes, the issue seems to still exist in verison 7.2 of the AD IP from Microsoft.
see also, for example:
https://social.technet.microsoft.com/Forums/en-US/4ee8b415-9e2c-4735-9803-b55a500f5c57/get-group-activity?forum=scogeneral
https://social.technet.microsoft.com/Forums/en-US/77797ce3-6070-4ca6-a651-8b21f517a148/active-directory-ip-remove-user-from-group-oh-no-it-doesnt
Regards,
Stefan
www.sc-orchestrator.eu ,
Blog sc-orchestrator.eu

Similar Messages

  • Jdev11 Tab selection and Enable User Customization on Session bug.

    When you have enabled User Customization for duration of session then what ever user changes on a page it remains the same through out the session,
    ie. Disclosed panel boxes, advanced query criteria, visible columns of tables in panel collections etc.
    The problem is that you cant customize which properties to be kept or not :
    ++Fusion Developer's Guide for Oracle ADF & 34.3 Configuring User Customizations:++
    ++Note+: If you've enabled just session persistence, then all attribute values shown in Table 34-1 will be persisted to the session.+
    There is no way to override this either globally or on an instance.
    The bigger problem is that if you have some business logic about these components appearance or behavior you can’t override user settings.
    Is this a bug?
    Shouldn’t business logic methods override user customization settings?
    Will User Customization for duration of session become configurable?
    details :[http://adfbugs.blogspot.com/2009/09/tab-selection-and-enable-user.html]

    Hi,
    Is this a bug?
    Don't think so. I assume your business logic is dependent on the disclosure state, which usually is reset after each navigation off and on to a page. Using change persistence you explicitly allow the user to keep the changes. So your business logic cannot rely on a changed state.
    The proposed enhancement request to prevent components from perisisting changes sound fair. I'll file one.
    But it isn't that you can't override the persisted information for a component. You can use teh ChangeManager API that is exposed on the ADFFacesContext to override persistence information
    http://download.oracle.com/docs/cd/E15051_01/apirefs.1111/e10684/oracle/adf/view/rich/change/ChangeManager.html
    For example, using a change disclosure event:
      boolean isDisclosed = < whatever you like to set >;
      //Record a Change for 'disclosed' attribute
      AttributeComponentChange aa =
      new AttributeComponentChange('disclosed', isDisclosed ? Boolean.TRUE : Boolean.FALSE);
      AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
      //set disclosed state to component. Here you override the user choice
      adfContext.getChangeManager().addComponentChange(getFacesContext(), event.getSource(), aa);Frank
    Edited by: Frank Nimphius on Sep 30, 2009 3:20 PM

  • Creating MailBox-enabled Users In Active Directory Using JNDI

    Thanks to the Various code samples i have come across in this forum i have been able to use the JNDI API to add a new user to the Microsoft Active directory.
    The user account that was added using a combination of the various code samples was already enabled. but the problem is that the user does not have an Exchange MailBox created/enabled as well.
    When attempts were made to access the users IMAP mailbox from an external webmail client, the following message:
    "No Such Object On The Server"
    Was Recieved.
    I am wondering wether there is an attribute i am missing out. or something.
    i would welcome any suggestions.
    please treat as urgent.
    thank you in anticipation
    Below is the list of attributes i set:
    BasicAttributes ba=new BasicAttributes();
    ba.put(new BasicAttribute("userPrincipalName","[email protected]"));
    ba.put(new BasicAttribute("sAMAccountName","fagu"));
    ba.put(new BasicAttribute("title","Anyhow"));
    ba.put(new BasicAttribute("mail","[email protected]"));
    ba.put(new BasicAttribute("mailNickname","fagu"));
    ba.put(new BasicAttribute("objectClass","user"));
    ba.put(new BasicAttribute("displayName","Festus Agu"));
    ba.put(new BasicAttribute("sn","Agu"));
    ba.put(new BasicAttribute("userAccountControl","66048"));
    //ba.put(new BasicAttribute("unicodePwd ","fagu"));
    ba.put(new BasicAttribute("mDBUseDefaults","TRUE"));
    ba.put(new BasicAttribute("homeMTA","CN=Microsoft MTA,CN=XSOCKET2,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=SocketWorks,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=socketworkscorp,DC=localdomain"));
    ba.put(new BasicAttribute("msExchHomeServerName", "/o=SocketWorks/ou=First Administrative Group/cn=Configuration/cn=Servers/cn=XSOCKET2"));
    ba.put(new BasicAttribute("distinguishedName","CN=Festus"));

    I am trying to create a MailBox enabled user in AD.I am setting all the attributes that are mentioned above.
    Still i am unable to create a user.I guess i am messing up with password and getting error "javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 00002077: SvcErr: DSID-031D0AAB,
    problem 5003 (WILL_NOT_PERFORM), data 0"
    Is it that SSL is must to create a user.I saw a certificate on Exchange server.But i am using a simple protocal to create a user.
    Please help me with the steps needed to create a user if i have to use SSL or is there is any settings to be turned on the server.
    Thanks!!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Enabling users and automatic provisioning

    Hello,
    I have a problem with automatic provisioning.
    In our context, here is what we want to do :
    - A user has a Start Date
    - Once this user has reached this date, the scheduled task "Enable User After Start Date" enables him in OIM
    - This activation gives a role to him
    - Having this role starts the provisioning of AD and Exchange resources
    And here is the problem we have :
    - The user was supposed to start today
    - The scheduled task ran at 2 AM and enabled him successfully
    - He had the role
    - But no resource provisioning started
    Do you have any clue on why it happened and how to solve it ?
    Thank you for your help !

    Hi,
    If the user having the role assigned.
    Check currosponding rule is active or not. It should active
    If it is active than,
    Check are you able to do access policy based provisioning via UI or not?
    Thanks,
    Kuldeep

  • Using get-aduser to search for enabled users in entire domain filter ..

    Hi,
    my first post here.
    I have the following problem. I am trying to figure out to create a powershell command (with get-aduser) that searches for only enabled
    users (in the entire domain),  whose user account login names starts with "b" or "B" (because their user account login names are composed of Bnnnnn, n=numbers). I suppose that a string of "B*" in the command should be sufficient. The query result
    must show the user account login name (Bnnnnn),  first name
    and last name  and the enabled  (yes) status  of those enabled users. I would like to write the entire query result to a file (csv format), saving it to c: for example
    Please help. Thanks in advance

    I use -LDAPFilter mostly because I am used to the LDAP syntax. It can be used in PowerShell, VBScript, dsquery, VB, and many command line utilities (like Joe Richards' free adfind utility). Active Directory is an LDAP compliant database.
    The PowerShell -Filter syntax can do the same things, but the properties it exposes are really aliases. I'm used to the AD attribute names, like sAMAccountName and userAccountControl. PowerShell uses things like "enabled" and "surname", which are aliases
    you need to know or look up. For example, the Get-ADUser default and extended properties, with the actual AD attributes they are based on, are documented here:
    http://social.technet.microsoft.com/wiki/contents/articles/12037.active-directory-get-aduser-default-and-extended-properties.aspx
    Finally, note that the "Name" property refers to the Relative Distinguished Name (RDN) of the object, which for user objects is the value of the cn attribute (the Common Name of the user). This may not uniquely identify the user, as it only needs to be unique
    in the parent OU/container. The user login name (pre-Windows 2000 logon name) is the value of the sAMAccountName attribute, which must be unique in the domain. In the Wiki article I linked, we see that the PowerShell alias for this attribute is "SamAccountName"
    (in this case the name of the property matches the name of the AD attribute). All of this can be confusing.
    Richard Mueller - MVP Directory Services

  • SPD 2010 Workflow "Collect Data From User" activity + Multi User selection

    Creating a SPD 2010 workflow. Trying to do something that I think should be simple.
    Use a “Collect Data From a User” activity to collect 0 to many “people” that should be affiliated with a piece of content (Discussion).
    After the assigned user completes the task (and after ensuring that there have actually been people associated from the task) I want to take the “people” from the Task list item and move them over to a field on the core Discussion item,
    that is also setup as a Person/Group field (allowing multiple).
    I have tried using both the “Set Field in Current Item” and “Update List Item” activities to map the data over (pulling from the Task item) and in both cases tried using every combination of “Return field as”
    values to do the mapping (i.e. ‘String’, ‘Display Names, Semicolon Delimited’, ‘User Ids, Semicolon Delimited’, etc). In some cases I get vague errors about not being able to do mapping (I get it), in others, it sets the
    data, but only to the first user entered in the Task’s instance of the field.
    After researching a bit, I find that the task from which I am pulling the data only contains one value, eventhough when I submitted the InfoPath form for the task, it accepted my data entry of two
    different users. So I think somewhere between the data entry into the custom task's infopath form, and the update of the same data field in the Task list, the value is being lost.
    I am sure this would be trivial with a custom activity, but we are exploring OOB ways of doing things and I have to imagine this is possible.
    Am I missing something here? This seems “buggy”…
    I am able to repro this in two different environments, using an out-of-box Discussion Board on an out-of-box Team Site.  If it matters Claims Based Auth against Windows only...
    TIA!
    Brian McCullough

    Hi brianpmccullough,
    Collect Data from a user action can only use to collect data from one user, and if you need to collect data from one than one user, please use “Assign
    a Form to a Group” instead, then it will create separate task for each user.
    And if we need to update a user and group field which with multiple selections enabled, we can only use lookup field to get only the one user. And
    to add multiple users to this field, we can only use String Builder, type the user account directly or get information from multiple fields.
    Best regards
    Emir Liu
    TechNet Community Support

  • User Activity Portlet

    Anyone using the User Activity Portlet? If you have your Notification Service -> RSS Feeds configured to 'Gateway RSS Feed URLs', the User Activity portlet doesn't work.. I'll append the stack trace below. If you uncheck this option in config it fixes the User Activity portlet problem, but then the RSS feeds available through collab don't work - you can get around it by adding gateway parameters to all of the collab web services, but that is a terrible work around... just wondering if anyone has dealt with this before I submit a SR.
    Thanks,
    Jason
    2-19-2009 10:58:48.961 Error Storybook Logger activityservice.nidis2.ncdc.noaa.gov.ali http-21030-exec-3 java.lang.Class Error in retrieving CNS feed: com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:182)
    at com.sun.syndication.io.SyndFeedInput.build(SyndFeedInput.java:122)
    at com.bea.shaboo.impl.support.UserActivityBean.getActivityList(UserActivityBean.java:74)
    at com.bea.shaboo.impl.support.UserActivityBean.getActivityStreamModel(UserActivityBean.java:177)
    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:585)
    at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:400)
    at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
    at org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
    at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
    at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
    at javax.faces.component.UIData.getValue(UIData.java:779)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:350)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:333)
    at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:75)
    at org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeChildren(HtmlListRenderer.java:107)
    at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:319)
    at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:343)
    at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:251)
    at org.apache.myfaces.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:55)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_t_005fdataList_005f0(useractivityfeed_jsp.java:442)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_h_005fform_005f0(useractivityfeed_jsp.java:247)
    at org.apache.jsp.useractivityfeed_jsp._jspx_meth_f_005fview_005f0(useractivityfeed_jsp.java:178)
    at org.apache.jsp.useractivityfeed_jsp._jspService(useractivityfeed_jsp.java:108)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    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:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
    at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
    at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
    at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.RequestedUserFilter.doFilter(RequestedUserFilter.java:61)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.AccountCreationFilter.doFilter(AccountCreationFilter.java:57)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.KodoSessionFilter.doFilter(KodoSessionFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.ShabooSecurityFilter.doFilter(ShabooSecurityFilter.java:74)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.bea.shaboo.impl.servlet.InitializationCheckFilter.doFilter(InitializationCheckFilter.java:42)
    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:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:887)
    at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:696)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2009)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: org.jdom.input.JDOMParseException: Error on line 1: The reference to entity "redirect" must end with the ';' delimiter.
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468)
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851)
    at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:178)
    ... 71 more
    Caused by: org.xml.sax.SAXParseException: The reference to entity "redirect" must end with the ';' delimiter.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.scanAttributeValue(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
    ... 73 more
    <ptLogMsgEnd>

    AquaLogic Notification Service: RSS Feeds
    Enable Basic Authentication Enabled
    Gateway RSS Feed URLs Enabled
    ALUI Directory : is working fine as I have installed Softerra and checked it myself.
    Collaboration: AquaLogic Notification Service Client is working fine and is pointed to the machine on which the notification service is installed
    Activity Service
    Activity Service: Common Notification Service Client
    I am pointing this to the machine where the Notification service is installed.
    RSS Reader Portlet configuration:
    Do I need to preset this the domain?
    I currently get the following message when i click on the rss image in collab
    HTTP Status 400 - Invalid path /project/module/ was requested
    type Status report
    message Invalid path /project/module/ was requested
    description The request sent by the client was syntactically incorrect (Invalid path /project/module/ was requested).
    Apache Tomcat/6.0.14
    G
    Edited by: ALUIDeveloper on Feb 19, 2009 9:37 AM

  • The report of user activity

    The report of user activity
    Can anyone show how the sample report of user activity?
    Is there information that the website opened and how much time was running applications? Is used in an active way of running applications?
    I will be grateful for your help.
    Jerry

    Finding a program of monitoring user activity MAC OS X okazauje be very difficult.
    The program aims to monitor sites visited, but:
    - Can not save passwords
    - It can not sending data to an external server
    I can not find such software
    I found: http://www.net-monitoring-software.com/secure-order.html
    but it turns out that the manufacturer no longer supports MAC platform.
    Help! Is anyone familiar with this type of software?
    Pls. Help me.

  • How to enable user sets from tools in sales order

    Hi,
    How to enable user sets from tools in sales order..it is greyed out..
    and is there anyway we can do to add shipsets from other place?
    Thanks

    Hi Ruchi
    I hope u had gone to the screen fields which u want them not to be editable. So there u select all the fields contents which u do not want to to be changed and check the boxes with W.content and Display and save it. Once evrything is done u have to activate the particular transcation going in to the standard variants and put the name and click the activate button.
    Hope its clear
    Reward if help ful
    Sri

  • The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or

    The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or reloaded Flash using your updater.  I have gone into IE options and insured that the settings are supportive of Flash.  The Adobe mini Flash test program on your site says it not enabled or Active X is enabled - not true - all is set as it should be.  I have gone through your forums but to no avail.  I've looked in MS forums but nothing that made any difference.  What's going on and what can I do about it?

    Try using Firefox. Flash usually works on Firefox when it won't on Safari. I noticed that the Safari does not show the same version as Firefox does. Iwonder if that could be the problem. Safari on the left shows 10.1, Firefox show 10.3

  • Unable to Enable User Profile Disks in RDP server 2012R2

    I am setting up a new Windows server that will act as an RDP server. The server has been built with Windows Server 2012R2. 
    I have the following roles and services working on the server: RD Web Access, RD Gateway, RD Licencing (with 30 user cal licences), the RD Connection broker, and the RD session host. 
    I have a SSL certificate configured and installed on the site, and both external and internal DNS are configured and working. 
    I have created and published an application collection and this is working. That is, when you go to https://remote.<servername>.org you are presented with a log in screen, users can log in with their domain accounts and then can connect to the published
    applications, this is working both on our internal network and from the general internet. 
    So all the roles on the server are working and the collection itself is also working. However, what I cannot do is set it up so that we can use user profile disks with that collection. When I go through the Session Collection Wizard and I get to "User
    Profile Disks" I can click on "Enable user profile disks" and then you can enter the options below. 
    I am entering the share location under location \\<servername>\<sharename> 
    I am using the default "store all user settings and data on the user profile disk" 
    Then I go to create the profile disks and I get the following error: 
    "Could not create the template VHD. Error Message: -2147024809
    This has happened multiple times, I have done the following: 
    - installed all windows updates and rebooted the server, same error 
    - checked the share permissions AND the folder permission for that share, for testing purposes I have set permissions on both the folder and the share to allow full control to "everyone" (I also tried it with only "domain users") but
    same error message. 
    - I have checked to see that no quotas are imposed on the disk where I am attempting to create the profile disks  - this was because this was the closest thing I could find on Technet was this post:
    https://social.technet.microsoft.com/Forums/windowsserver/ru-RU/aec30527-d742-42b9-950e-85c709c4cb45/vdi-problem-creating-user-profile-disks?forum=winserverhyperv
    And that was a quota issue that I am not having. 
    The UPD wizard says the following "the servers in the collection must have full control permission on the user profile disk share and the current user must be a member of the local Administrators group on that server" 
    Both of those things are true. 
    I have attempted to search for that specific error message (-2147024809) and have found nothing on Technet or any other site. 
    I am hoping someone here has some thoughts.  Thanks in advance. 

    I was looking at both the technet article for setting up UPD as well as this walk-through:
    http://thewolfblog.com/2014/02/24/user-profile-disks-for-rds-2012-2012-r2/
    The step after the creation of the disk in this walk-through is to look at who has permission on the .vhdx file, now obviously I am not at that step, but that is what led me down the trail of looking at user permissions, hence my attempts to set up shares
    where 'everyone' has full permissions on both the share and the folder.
    I have tried to set up multiple shares for the collection, I have tried on two different disks (volumes) on the RDP server itself, I also tried setting up a share on our fileserver (which has all kinds of shares working fine) and the same error occurred
    in all cases. 
    I also found this Technet article: 
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/d6469d31-6540-4075-a85f-a6e8f7c11e89/user-profile-disk-template-cannot-be-created-when-setting-up-session-collection?forum=winserverTS
    So that seems close to what I am looking for, but I have checked and the exact group policy that was causing the above linked issue is not defined in our group policies, but maybe there are other group policies that are causing the issue? 

  • Track User Activity

    Hello,
    I need to be able to track our user activity in a company intranet.  I need to track when and capture the user name of the employee to a database so that I can build reports from it.
    This is more than web statistics. I need to be able to verify that the user actually visited the page.
    Any ideas and tips would be greatly appreciated!  I can't find an extension that works with ASP to help me with this.
    Crystal

    As much as I believe in Dreamweaver for corporate intranets, due to the typical structure, your best bet is Sharepoint Server with Sharepoint Designer.  You can track by the network login and do many things that would take a lot of programming for a Dreamweaver based site and it supports ASP much better than DW ever will because ASP is made by MS.

  • Upgrading to Acrobat Pro XI / Adobe Reader XI and enabling user rights

    My company is a little behind on software updates and I'm going to ask for Adobe Reader XI  to pushed out company wide since allows the user to save a filled-in PDF form.
    Right now I'm using Acrobat Pro X, and suspect I will need to upgrade as well.
    My questions are:
    With the new-found ability of Reader to finally be able to save a filled in form, how does this effect the "enabling user rights" scenario?
    Is it needed if the entire company is using Adobe Reader XI?
    I did a test in Adobe Reader XI, and sure enough, I was able to save a filled-in form...BUT, I could not digitally sign the form.
    Is this where the enabling user rights is still mandatory?
    Or is this because the form was designed in Acrobat Pro X?
    Does Acrobat Pro XI work around this?
    I know I don't need to upgrade to Acrobat Pro XI to continue making forms, but should I?
    Thanks for your feed back, and I look forward to reading your replies

    Thank you, George, for the prompt reply!
    I suspected as much, but couldn't find a clear cut answer in my searches.
    The tab order update alone has convinced me its worth pushing for the new Acrobat Pro XI.
    The update to Adobe Reader XI will make many of our forms easier to get into the digital workflow, and I'm looking forward to getting use further away from a paper-based system

  • OIM 11g - User Not enabled After the job "enable user after start date"

    Hi,
    I have a future hired user in OIM whose start date is set in OIM. The status of the user in OIM is 'Disabled Until Start Date'.
    After the start date has passed and the scheduled job 'enable user after start date' is run, I see that the user is still in the status 'Disabled Until Start Date'. I re-run the scheduled job 'enable user after start date', this time manually, still the state of the user remains unchanged.
    Please help in troubleshooting as to find out the root cause of the issue and a workaround/solution, if possible.
    This issue is intermittent and has happened with quite a number of user. Any pointer would be helpful.
    Regards,
    Sudipto S.

    I agree with Nayan.
    One alternative approach can be to write your own custom scheduler which can overcome the limitation of OOTB scheduled job 'enable user after start date'. Let the OOTB job get executed first. After it, your custom scheduler should fire a simple SQL Query:
    SELECT USR_KEY, USR_STATUS FROM USR WHERE (USR_START_DATE > SYSDATE -1) AND USR_STATUS='Disabled Until Start Date';
    //Means those users who are supposed to get enabled today and are still not yet enabled and are in 'Disabled Until Start Date'. May be 2-3 user keys at max will come...
    As you said it happens only intermittently and not for all users... So, let the OOTB scheduled job take care of most of such users... And after it has finished, if any user still remains in 'Disabled Until Start Date', your custom scheduler should enable it via using tcUserOperationsIntf.enableUser(userKey);
    Using API is always better than database update... Because APIs trigger downstream provisioning workflows as well and not just updates OIM Database...
    Keeping your constraints in mind, I think it is the correct answer.

  • 10gR3 installation issue (#1): User Activity portlet not working

    I installed a clean 10gR3, full install in windows / sql server. I haven't installed anything that didn't come included, so no analytics / publisher / collab / etc. The documentation is somewhat lacking, but I don't think I did anything wrong.
    So when I added the User Status and User Activity portlets to a my page, the user status portlet works, but the user Activity portlet doesn't show any of my previous statuses.
    I looked in my Notification (CNS) database, and I can see my old status, so I know that they are getting in there correctly.
    Looking at PTSPY, there seems to be some issue with a login token (and yes, I did copy the value from PTSERVERCONFIG wtih settingid 65 into the configurator).
    the following is what is displayed in PTSPY when the portlet refresh button is clicked on the User Activities portlet. As you can see, there is a lot of 'guest user', even though I am logged in as administrator.
    ALI Logging Spy Version 6.1
    ** Log file written at 4-10-2009 11:50:51.
    ID     DATE      TIME      LEVEL     COMPONENT     APPLICATION     THREAD     LOCATION     MESSAGE
    ==     ======      ========      ====     =========     ===========     =====     ========     =======
    0     4-10-2009     11:50:25.327     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_6_0_203_0_100_43/ <ptLogMsgEnd>
    1     4-10-2009     11:50:25.327     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Entering HandleGatewayRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_6_0_203_0_100_43/ <ptLogMsgEnd>
    2     4-10-2009     11:50:25.327     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Current user: 1, Administrator <ptLogMsgEnd>
    3     4-10-2009     11:50:25.327     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.login.SSOAuthenticator     SSO is disabled globally. <ptLogMsgEnd>
    4     4-10-2009     11:50:25.327     Info     Core     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 203 and Class Id: 43 <ptLogMsgEnd>
    5     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     CSPPortletProvider.GetContentURL, content ID is 5, URL is http://house-2aojhum1o:21030/activityservice/useractivityfeed.jsf <ptLogMsgEnd>
    6     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     Portlet ID 203, User ID 1 = CSPPortletProvider.GetContent accessing [http://house-2aojhum1o:21030/activityservice/useractivityfeed.jsf] <ptLogMsgEnd>
    7     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     Portlet ID 203, User ID 1 = CSPPortletProvider.GetContent: Gateway timeout is set to 1200000 ms. <ptLogMsgEnd>
    8     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPRequest     CSPRequest : setting HTTP method to GET <ptLogMsgEnd>
    9     4-10-2009     11:50:25.407     Info     Core     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.core.TokenUtility     PTTokenUtility::CreateToken TOKENS: Creating token for: 1|1239378925| <ptLogMsgEnd>
    10     4-10-2009     11:50:25.537     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    11     4-10-2009     11:50:25.547     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Entering HandleGatewayRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    12     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    13     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Logging in as guest user: 2 <ptLogMsgEnd>
    14     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering attemptGuestLogin(), guest userid = 2 <ptLogMsgEnd>
    15     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering internalLogin() <ptLogMsgEnd>
    16     4-10-2009     11:50:25.557     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTSession     Connected as user "Guest" <ptLogMsgEnd>
    17     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.LoginHelper     Entering DoTasksAfterLogin() <ptLogMsgEnd>
    18     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper     Entering CachePersonalSettings() <ptLogMsgEnd>
    19     4-10-2009     11:50:25.557     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 2 and Class Id: 1 <ptLogMsgEnd>
    20     4-10-2009     11:50:25.597     Warning     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Unable to find browser locale list to map locale to ui supported locale from accept-language header . Using default system locale. <ptLogMsgEnd>
    21     4-10-2009     11:50:25.597     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Setting user language based on supported locale of en-us from accept-language header <ptLogMsgEnd>
    22     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Current user: 2, Guest <ptLogMsgEnd>
    23     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Redirecting to login page due to insufficient privileges. <ptLogMsgEnd>
    24     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Redirecting to login space Login <ptLogMsgEnd>
    25     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.Redirect     Attempting to use SetSpaceCreateNew method with a null parent AActivitySpace. <ptLogMsgEnd>
    26     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.SSOAuthenticator     SSO is disabled globally. <ptLogMsgEnd>
    27     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     HandleGatewayRequest returning control to Interpreter to process login page. <ptLogMsgEnd>
    28     4-10-2009     11:50:25.597     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Leaving HandleGatewayRequest (returning control flow to the interpreter) - User ID: 2 <ptLogMsgEnd>
    29     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    30     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Current user: 2, Guest <ptLogMsgEnd>
    31     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Redirecting to http://localhost/portal/server.pt?redirect=http%3A%2F%2Flocalhost%2Fportal%2Fserver.pt%2Fgateway%2FPTARGS_0_0_206_0_0_47%2Fcns%2Frss%2F2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml&space=Login&cached=false <ptLogMsgEnd>
    32     4-10-2009     11:50:25.607     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - User ID: 2 <ptLogMsgEnd>
    33     4-10-2009     11:50:25.697     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt?redirect=http%3A%2F%2Flocalhost%2Fportal%2Fserver.pt%2Fgateway%2FPTARGS_0_0_206_0_0_47%2Fcns%2Frss%2F2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml&space=Login&cached=false <ptLogMsgEnd>
    34     4-10-2009     11:50:25.697     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    35     4-10-2009     11:50:25.697     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Logging in as guest user: 2 <ptLogMsgEnd>
    36     4-10-2009     11:50:25.697     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering attemptGuestLogin(), guest userid = 2 <ptLogMsgEnd>
    37     4-10-2009     11:50:25.697     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering internalLogin() <ptLogMsgEnd>
    38     4-10-2009     11:50:25.697     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTSession     Connected as user "Guest" <ptLogMsgEnd>
    39     4-10-2009     11:50:25.707     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.LoginHelper     Entering DoTasksAfterLogin() <ptLogMsgEnd>
    40     4-10-2009     11:50:25.707     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper     Entering CachePersonalSettings() <ptLogMsgEnd>
    41     4-10-2009     11:50:25.707     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 2 and Class Id: 1 <ptLogMsgEnd>
    42     4-10-2009     11:50:25.717     Warning     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Unable to find browser locale list to map locale to ui supported locale from accept-language header . Using default system locale. <ptLogMsgEnd>
    43     4-10-2009     11:50:25.717     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Setting user language based on supported locale of en-us from accept-language header <ptLogMsgEnd>
    44     4-10-2009     11:50:25.717     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Current user: 2, Guest <ptLogMsgEnd>
    45     4-10-2009     11:50:25.717     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     Current space is Login <ptLogMsgEnd>
    46     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     Redirect after login QS param: http://localhost/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    47     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     current control is DefaultLoginControl <ptLogMsgEnd>
    48     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Displaying page Login <ptLogMsgEnd>
    49     4-10-2009     11:50:25.727     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.common.uiparts.PlumtreeDP     Displaying page layout Base Page using Page Layout with ID 40 <ptLogMsgEnd>
    50     4-10-2009     11:50:25.747     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.common.uiparts.PlumtreeDP     Displaying page layout Login Page using Page Layout with ID 46 <ptLogMsgEnd>
    51     4-10-2009     11:50:25.757     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - User ID: 2 <ptLogMsgEnd>
    52     4-10-2009     11:50:25.918     Error     Storybook Logger     activityservice.house-2aojhum1o.Administrator     http-21030-exec-3     java.lang.Class     Error in retrieving CNS feed: com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: White spaces are required between publicId and systemId.
    com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: White spaces are required between publicId and systemId.
         at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:182)
         at com.sun.syndication.io.SyndFeedInput.build(SyndFeedInput.java:122)
         at com.bea.shaboo.impl.support.UserActivityBean.getActivityList(UserActivityBean.java:74)
         at com.bea.shaboo.impl.support.UserActivityBean.getActivityStreamModel(UserActivityBean.java:177)
         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:585)
         at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:400)
         at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
         at org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
         at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
         at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
         at javax.faces.component.UIData.getValue(UIData.java:779)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:350)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:333)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:75)
         at org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeChildren(HtmlListRenderer.java:107)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:319)
         at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:343)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:251)
         at org.apache.myfaces.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:55)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_t_005fdataList_005f0(useractivityfeed_jsp.java:442)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_h_005fform_005f0(useractivityfeed_jsp.java:247)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_f_005fview_005f0(useractivityfeed_jsp.java:178)
         at org.apache.jsp.useractivityfeed_jsp._jspService(useractivityfeed_jsp.java:108)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         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:654)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
         at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
         at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.RequestedUserFilter.doFilter(RequestedUserFilter.java:61)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.AccountCreationFilter.doFilter(AccountCreationFilter.java:57)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.KodoSessionFilter.doFilter(KodoSessionFilter.java:52)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.ShabooSecurityFilter.doFilter(ShabooSecurityFilter.java:74)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.InitializationCheckFilter.doFilter(InitializationCheckFilter.java:42)
         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:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
         at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:887)
         at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:696)
         at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2009)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: org.jdom.input.JDOMParseException: Error on line 1: White spaces are required between publicId and systemId.
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851)
         at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:178)
         ... 71 more
    Caused by: org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.
         at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
         at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.scanExternalID(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl.scanDoctypeDecl(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
         ... 73 more
    <ptLogMsgEnd>
    53     4-10-2009     11:50:26.128     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     CSPPortletProvider.GetContent: Receieved full response. Request state is [Processing of this request has completed successfully.] <ptLogMsgEnd>
    54     4-10-2009     11:50:26.128     Info     Transformers     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.transformers.TurboParser     found unique namespace token '$PORTLET_ID$' <ptLogMsgEnd>
    55     4-10-2009     11:50:26.128     Info     Transformers     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.transformers.TurboParser     found a token <ptLogMsgEnd>
    56     4-10-2009     11:50:26.128     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.GatewayContent     GatewayContent : constructing text response with status code 200 and Content-Type text/html <ptLogMsgEnd>
    57     4-10-2009     11:50:26.128     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Displaying page GatewayBinary <ptLogMsgEnd>
    58     4-10-2009     11:50:26.138     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Leaving HandleGatewayRequest (request completed) - User ID: 1 <ptLogMsgEnd>
    59     4-10-2009     11:50:26.138     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - pre filter terminated execution. <ptLogMsgEnd>

    I had the same problem. I identified some issues with the way this portlet works. There is a work around, but not a good one. To fix this portlet, I had to go into config manager, 'Aqualogic Notification Service -> RSS Feeds' and uncheck 'Gateway RSS Feed URLs'. This makes that portlet work properly, the side effect is that it breaks all of the RSS Feeds in collab. So, to get around that you have to go add a gateway config to all of the collab portlets' web services... I meant to submit a trouble ticket, but never got around to it. We aren't using that portlet currently, so I bailed on the work around.

Maybe you are looking for

  • Yoga 3 pro cant stream video on external display or laptop

    Saw a previous post on this, didnt seem like it was fixed.  Having real issues with hooking up to an external display, when the web browser (chrome) is extended to the external display, my internet lags hard...i cant even stream a vid on youtube. I'v

  • Iphone 5s video problem after upgrade to ios 8.1.1

    I have the iphone 5s and after I do the upgrade ios 8.1 to ios 8.1.1 I no longer view recorded videos, or sent by wharsapp or instagram. Can someone help me?

  • Where can I update quantity in material master ?

    I was working on STO (Stock Tranport Orders) scenarios Bascially stock tranport orders can be done in three ways 1. Stock Transport via stock transport procedure using 1 step procedure 2. Stock Tranport via stock tranport posting using 2 step procedu

  • Outlook 2010 won't open after installing icloud for windows

    Hi, Installed icloud for windows at work this morning after moving my MM account to icloud at home on my MBP. Installed ok but after ticking the mail, contacts, calendar and bookmark boxes on icloud for windows Outlook 2010 starts but won't open and

  • Java.lang.StackOverflowError

    I'm having an odd problem with a simple application that runs on Tomcat web container. When the application (that uses iBATIS) is starting up and some configuration XML files are reading, the java.lang.StackOverflowErrorexception is thrown after mult