Import weblogic portlet application (JSR168)  into Sharepoint 2007

simple question ;) is it possible? a how? i have no idea yet...
thx for your commnents...
Message was edited by:
vojtik

Jeff
You can develop java portlet (JSR 168) in current IDE .
You need to have portlet-api-1.0.jar to compile the portlet.Start with few jsp's only & required DAO , BO , VO can be called thro' portlet. You need to have portlet.xml in WEB-INF folder . This developed portal application can be imported to weblogic workshop . But you need to have ConverterTool (which converts Normal Portal Application into weblogic portal application). ConverterTool will have preparePortletsClasses.jar , which does this for you.Then while importing this application in workshop , workshop will add workshop specific files into your portal web application .
Here normally jsp , DAO , BO , VO will remail as it is .
Hope this could help you .
bye
Ganesh

Similar Messages

  • Who has logged into SharePoint 2007 in 2014?

    We are going to be decommissioning our SharePoint 2007 server (running on Windows Server 2003 SP2 machine) very soon. There aren't a lot of people that use our 2007 instance any more but I will need alert all of the users who do still use it that
    we will be decommissioning it that way they can make sure their pertinent data is moved or saved elsewhere.
    I have tried using the Usage Summary to get a list of all of the users who have used SP 2007 this year but I am not finding it very helpful. I have checked the Event Viewer >  Security logs, but it is a lot to go through and the native filter is
    not dynamic enough.
    Can somebody recommend what I should use to compile a concise list showing who has logged in and when?
    Thank you in advance!

    within LogFiles is a subfolder for each IIS web application. Match the webapp ID to the subfolder. Each log file will include the HTTP request (specifically the HTTP GET request), and the authenticated username (if any).
    You should be able to pull a log file into Excel relatively easily (columns are separated by spaces).
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Getting Error when trying to deploy Portlet Application on WebLogic Server

    Hi,
    We have a WebLogic server installed on a Windows machine. We created a new Domain, extended it with ADF Runtime and with Web Center Framework. It created three servers for us along with the already existing AdminServer, WLS_Portlet, WLS_Spaces, WLS_Service.
    We created a portlet Application on our development machine using JDeveloper. When we run it from JDeveloper it runs as expected without any errors.
    We created a Deployment profile for the application as an EAR file. Then we copied this EAR file over to the machine on which WebLogic server is installed (deployment machine).
    On the Deployments screen of the WebLogic Server Console, we selected "Install", selected the EAR file we had created above, selected "Install as Application" and then selected the WLS_Portlet server on which to install it. Then we just kept clicking Next and Finish.
    The first time we tried it, we got a NoClassDefFound exception for some class like JAXRPCServer. We did some research and found that to fix this issue we can put the containing .jar files of the classes not found into the public_html\WEB-INF\lib folder. We tried this for the above error by placing "wsserver.jar" file into the lib folder. Then we got anothe NoClassDefFound error. We again searched for the containing .jar file and put it into the lib folder. This continued for around ten to twenty errors and now we are stuck at a point where we are not able to find a way out.
    The current error that we are getting is NoClassDefFound: oracle/security/jps/internal/policystore/GranteeFactory. We searched for the containing jar of this class and found it to be jps-internal.jar which is already present in our lib folder. The stack trace of the exception is:
    <Jul 2, 2010 11:23:13 AM GMT+05:30> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException: oracle/security/jps/internal/policystore/GranteeFactory
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1516)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: oracle/security/jps/internal/policystore/GranteeFactory
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.getPermissions(JavaPolicyProvider.java:216)
    at java.security.Policy.initPolicy(Policy.java:299)
    at java.security.Policy.setPolicy(Policy.java:243)
    at oracle.security.jps.internal.jaas.JaasUtil.setPolicyProvider(JaasUtil.java:54)
    at oracle.security.jps.wls.JpsWeblogicFilter.<clinit>(JpsWeblogicFilter.java:47)
    at oracle.security.jps.wls.JpsWlsPlatformFactory.getJpsFilter(JpsWlsPlatformFactory.java:87)
    at oracle.security.jps.ee.http.JpsFilter.<init>(JpsFilter.java:59)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.servlet.internal.WebComponentContributor.getNewInstance(WebComponentContributor.java:225)
    at weblogic.servlet.internal.WebComponentContributor.createFilterInstance(WebComponentContributor.java:257)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:94)
    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    Any help would be appreciated on this since we are stuck at this point and have no idea to get across this hurdle.
    One more thing, this is the first time that we are trying to play with WebLogic or even Java. So, some of our questions or steps performed might seem irrelevant here.
    Thanks,
    Gaurav

    Hi,
    Another update on this issue.
    To remove the error that we were getting (java.lang.LinkageError: Class javax/xml/transform/Source violates loader constraints), we tried some searching around and found out that the way to fix it is to provide correct versions of xalan.jar, xml-apis.jar and xercesImpl.jar. We downloaded the required version from the apache site and added it to our WEB-INF/lib folder in the WAR file.
    Now, we are getting this error:
    XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
    What else we might be missing in our libs or do we need to check some other configurations?
    Any help on this would be much appreciated.
    Thanks,
    Gaurav

  • How to auto populate data from one list in SharePoint 2007 into another list based on a key value?

    Hi,
    As a part of new requirement in my project I am supposd to work on SharePoint 2007. I have one List (BCExtract - Main list) with all data related to an Application (like ID, name, app manager RTO etc).
    I have created another list which has form to be filled by a user (with details about his/her applications). My requirement is that when the user enters AIT ID then the page should refresh (probably after hitting enter) and other details like Application
    name, RTO etc which is present in another list gets auto populated depending on the AIT ID (unique column) entered so reduce the burden on the user.
    Please suggest me how this can be done. I do not have permission for obtaining SharePoint Designer and I do not know JQuery. Infopath is ok but if this can be done through SharePoint 2007 alone then it would be great.
    Thanks....

    Hello,
    You can either use jquery/jaavscript or infopath form to achieve this. There is no default way to do this.
    I would suggest jquery because you can put script in newform/editfor.aspx page using content editor webpart. Refer this link for jquery:
    To get value from list:
    http://social.technet.microsoft.com/Forums/en-US/ac47fe2a-ccb6-4f5b-b274-703aecc6cb0a/get-list-items-in-sharepoint-2010-by-using-jquery
    http://www.robertkuzma.com/2010/08/read-list-items-using-sharepoint-web-services-and-jquery/
    To set value in column:
    http://paulgalvinsoldblog.wordpress.com/2009/06/13/quick-and-easy-use-jquery-to-set-a-text-field%E2%80%99s-value-on-a-sharepoint-form/
    http://spservices.codeplex.com/discussions/468729
    If you use infopath form, then you need to create two data connection to get data from both lists. Later you can set value in fields based on selection using rule. This can be possible without code.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to import multiple Excel/CSV columns into a single Sharepoint metadata choice column?

    Consider: I work for an organization that has eight service territories.  We have a series of procedural documents that can apply to from one to eight territories. We are moving this data over to sharepoint, and I'd like to add territory
    data as metadata. Unfortunately, with our current knowledge management system, the best we can get is 8 separate fields flagged as yes/no.
    is1 is2 is3 is4 is5 is6 is7 is8
    1   0  
    1   1   0  
    0   0  
    0
    0   0  
    0   1   1  
    0   0  
    0
    0   0  
    0   0   0  
    0   1  
    0
    I would like to be able to import this data into a SINGLE sharepoint metadata column as Choice/checkboxes/allow Multiple values. Is there a way to do this? We're using Foundations 2010, and our area does not have access to
    development tools (including SPD).

    Thanks for the reply. We have eight individual Columns in the Excel File, and when we do the import to Sharepoint, yes we get eight individual metadata columns.
    I would LIKE to be able to import the eight columns into ONE column in Sharepoint.
    Consider three documents.
    Doc1 is information applicable to Territories 1,3 & 4.
    Doc2 is information applicable to Territories 4 & 5.
    Doc3 is information applicable to Territory 7.
          is1 is2 is3 is4 is5 is6 is7 is8
    doc1   1   0  
    1   1  
    0   0   0  
    0
    doc2   0   0  
    0   1  
    1   0   0  
    0
    doc3   0   0  
    0   0  
    0   0   1  
    0
    This metadata would import to a SINGLE column in SharePoint called IsTerritory, which is defined as a Checkbox (multiple values) Choice Field, limited to the values 1-8.
    Doc1 would have checkboxes 1,3, & 4 checked, Doc2 would have checkboxes 4 & 5 checked, and Doc 3 would only have checkbox 3 checked.
    Does that make a little more sense? I'm having problems validating my account, so I can't upload screenshots yet...
    Thanks in advance for your reply.

  • Is there way for me to import my yahoo email contacts into my mail application that i set up for yahoo?

    Is there way for me to import my yahoo email contacts into my mail application that i set up for yahoo?

    Yes I am using the in but app and set up using the yahoo option. I have moved the sliders to on for mail contacts calendar etc but I see nothing still. I have removed all other sources of contacts and still it's empty. Is there anyway to force a resync? Many thanks.

  • Set Open Documents in Client Applications by Default with SharePoint 2007

    I have activated the excel service with sharepoint 2007, but some excel files can't be opened well for unsupported features.
    Therefore, I have to set to open excel file by client application avoiding the above error.
    I have done bellow settings but no effect:
    1)Change the advanced settings in document library to
    Open in the client application;
    2)Set authentication providers to Enable client intergration;
    3)I 'd like to activate the feature of
    open documents in the client application but I can't find it in features.
    Please kindly guide me how to make it.
    Many appreciations for your support in advance!

    Hi,
    Please try the solutions that provided in below threads:
    https://social.technet.microsoft.com/Forums/office/en-US/919e102c-923b-4eee-b89c-631c0d557709/how-to-mandate-excel-2007-document-xlsx-to-open-in-excel-2007-client-instead-of-excel-web-acess-in?forum=onlineservicessharepoint
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/89030108-7185-40e1-b898-e5994484b6d3/sharepoint-2007-how-to-open-an-excel-document-on-client-if-excel-services-are-installed?forum=sharepointgenerallegacy
    Then, this issue is not controlled by Office client, we need to config it with SharePoint. Thus, if you have further question, I recommend you post it SharePoint forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=sharepointgenerallegacy
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Page Not Found error trying to import a large application into ApEx XE DB

    I have an ApEx application that I'm trying to import from a Standard DB into Express Edition. I have 2 separate installs of ApEx both on XE and I'm getting the same problem on both.
    PROBLEM:
    After I import the application I get the error: PAGE NOT FOUND standard error.
    The import file is 4.8 Mbytes. When I view the import repository it shows increments of the file being loaded.
    for e.g. First time 3 MBytes are loaded before the error is shown
    Second time 3.2MBytes are loaded then it falls over again.
    any suggestions?
    Smaller sized apps load up with no problems.
    If it weren't for the sad state of the internal XE web server I could at least have a look at the HTTP logs. But alas someone in their wisdom had the bright idea to hide the webserver away in the bowels of the XE database.
    thanks in advance for any help
    Paul P

    Paul,
    You can try the suggestion in this thread on the XE forum:
    Re: Problem with importing HTML DB applications
    It also shows how to turn on logging in the XE web server.

  • How to import column values into SharePoint 2013 Term Store Using Powershell(CSOM)

    Hi, 
    I do have SharePoint 2013 list with more than 500 items in it.Now I am trying to import column values into SharePoint 2013 Term Set A using Powershell scripts.
    I am new to Powershell(csom) and can anybody help me out to accomplish this task?
    Any help would be greately appreciated.
    Thank you,
    AA.
    AA.

    Hi
    check this doc
    http://wellytonian.com/2012/10/sharepoint-2010-2013-term-store-importer-using-csv/
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Import Documents into SharePoint 2013

    I am migrating to SharePoint from another system.I want to import my documents to a SharePoint document library. I know how to import into this library, but the problem is with user rights. I have to many documents to import so, the process has to be automatically.
    I have also the metadata for the documents. The old system allows me to export the user rights for every document in a file. It can be CSV, excel etc, so the file format is not a problem. Is there any way I can import these user rights into SharePoint?

    Not really, there's loads of examples on how to upload files and how to set properties but to put all that together to create a custom import process isn't that easy. It's also a potentially pretty steep learning curve if you're not familiar with PowerShell.
    If you search for PowerShell permissions and SharePoint you can get a good few examples. This thread has a few nuggets:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/349151cc-a941-48c5-bc37-9247297e6e8f/manage-item-permission-via-powershell

  • Importing AD Photo's into SharePoint

    Hi
    Im trying to import AD Photo's into SharePoint. I've created the pictureURL mapping to thumbnail photo, did a full sync and ran Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation which all run fine however photo's are not
    appearing in SharePoint.
    I am however using the AD Import rather than the FIM. Is this still possible with AD Import?

    Import User Photos From Active Directory Into SharePoint 2013
    http://richardstk.wordpress.com/2013/04/12/import-user-photos-from-active-directory-into-sharepoint-2013/
    Aryan Nava | Twitter: @cloudtxt | Blog:
    http://virtualizesharepoint.com
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

  • Import System Center Monitoring Pack for System Center 2012 - Service Manager into SCOM 2007 R2

    I would like to know if there is SCSM 2012 SP1 MP available for SCOM 2007 R2 ?
    I downloaded the "System Center Monitoring Pack for System Center 2012 - Service Manager" MP from
    http://www.microsoft.com/en-us/download/details.aspx?id=29980 and then import into SCOM 2007 R2, however, I found that there are some MP dependencies issue.
    For example, the "Microsoft System Center Service Manager Library" MP requires "Microsoft SystemCenter Library" and "System.Health.Library" MPs of version 7.0.8427.0. Howerver, the "Microsoft SystemCenter Library"
    and "System.Health.Library" MP in SCOM 2007 R2 is of version 6.1.7221.0

    Import Management Pack from DVD disk SCOM 2012 R2
    SW_DVD5_Sys_Ctr_2012_R2_English_OpsMgr_MLF_X19-18307.ISO\ManagementPacks
    Have a nice day !!!

  • Import Distribution Group into SharePoint as "Audience"

    I've been searching these threads all day for a solution, and I haven't located one that answers my question...
    We are creating a SharePoint3 site which will have 4 different departments as the audience for it.  Due to the ingress and egress of employees & contractors, both onshore and off, attempting to maintain individual users
    and permissions will be incredibly difficult.
    Is there a way to add the Distribution Group into SharePoint so that all those people on the list can be provided access, with the same permissions, and maintained along with the DG?  There will be little to no emailing from the site itself, we just
    need a way to import the staff without having to do it manually.
    Can this be done? And if so, can you help guide me through the process?
    Thanks in advance.

    Are you sure you want to use an audience? Audiences are for showing/hiding information, but are not to be used as a security boundary (permissions).
    You can instead set up Active Directory Security Groups, then add those Security Groups to a SharePoint Group (or even down to individual lists/items). Add/remove members from the group (using ADUC, etc.) to allow/deny them access to the site.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • User Profiles are the wrong style after importing/migrating site collections from other SharePoint versions

    I manage a couple of different version of SharePoint, which we are in the process of migrating to SharePoint 2013. I have a problem which I am not sure how to resolve. We are using MetaLogix to migrate site and site collection data from an older SharePoint
    2007/WSS3.0 server environment into our new SharePoint 2013 environment and we are having a problem with user profiles that get created.
    I have SharePoint 2013 set up for "SharePoint Profile Synchronization" and some of our user's profiles are being created in an older format that shows the user's claims account information, rather than the more fancy profile type that allows us
    to include pictures and click on "follow this person" links. 
    If we manually delete the profile, it will be recreated properly however, as we are migrating many sites and collections over, it is near impossible to do this and keep track of each user so that their profiles can be deleted and recreated.
    Is there some way to change this behavior so that SharePoint will only create the newer style of user profile?

    These 'profiles' are you looking at them in the User Profile Service Application itself or are you looking at site collections? There is a huge difference between the two but people often miss it.
    In most cases you'll have some partial information on the Site Collections but when you click through to their actual profile (not just their User Information List entry) you'll see the prettier version. That information is normally internally synchronised
    by a timer job but that may not have run yet and/or the fact that your users haven't actually used the site may be causing it not to update them (it's an efficiency matter).
    Finally: Drop your sales guy at Metalogix an email, they will bounce it to one of their techies and they'll have seen it a million times.

  • Upgrade SharePoint 2007 SSRS integrated mode to SharePoint 2013 Reporting Service (SSRS-2014)

    Hi
    We are upgrading a SP-2007 site with SSRS integrated reports to SP-2013 and SSRS-2014. As there are many changes done in SP-2013, I would like to know if any of the existing SP-2007 reporting service database need to upgraded to SP-2013 or just upgrading
    the SP-2007 content database to SP-2013 and creating a new Reporting Service application will be working fine?
    Thanks,
    Pat

    You'll want to do a few things:
    Export the encryption key from the SSRS Configuration application in SharePoint 2007.
    Migrate the content database from SharePoint 2007 SP2+ to SharePoint 2010, to finally SharePoint 2013.
    Install SSRS 2012 SP1+ on SharePoint 2013.
    Migrate the SSRS databases to the SharePoint 2013 SQL Server.
    Create a new SSRS Service Application in SharePoint 2013 using the same named databases on the new SQL Server.
    Import the encryption key to the SSRS SA.
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • Itunes in Windows Vista=no cd rom drive

    I got a new computer loaded w/Windows Vista. I installed itunes. Noticed later Cd-dvd drive didn't show up in My Computer. I found a thread on a microsoft site that had me edit the Registry. My cd-dvd drive came back...Then itunes told me some of my

  • How to select columns from internal table using 'GUI_DOWNLOAD' ?

    Hi, i am running a report & the fields for output is saved in an internal table which has as many as 10 fields. But I want to select only a few fields for output. There is a option COL_SELECT in function 'GUI_DOWNLOAD'. How to use it. If possible wit

  • Hyperlink to another page in DataView not working

    Hello! I´m developing a sharepoint site where we created a DataView with 4 spaces to add links, this view worked perfectly in SP 2007 from which we are migrating but in Sharepoint 2013 it doesn´t work. My code looks like this: <xsl:if test="string-le

  • Upload IT1002 description auto break lines

    Hello, I am using LSMW to upload IT1002 - description. Below is free text I need to transfer. "Develop, manage and implement all Brand research projects requiring support and leadership. <br>Specifically manage research requirements arising from pre-

  • How to turn on hotspot in iphone

    how to turn on hotspt in iphone,its always off in my phone and i'm unable to use bluetooth