DSMIG 5.0 ServicePack 2 to 6.3.1

Hi,
Can anyone tell me whether it would be possible to migrate a really old instance (version 5.0 ServicePack 2) to ODSEE 6.3.1 using dsmig? Also, if it is at all possible, both instances are on separate servers. Would that prove to be an issue?
Thanks,
Dan.

Hello Dan,
the Directory Server 6.3 migration utility works only starting from version DS 5.1 and later, so unfortunately the plain answer is: 'no, you cannot use the dsmig tool'. However you could think to perform a manual migration verifying all the required changes to the schema, indexes, ACIs, etc... as described in the official product documentation:
http://docs.oracle.com/cd/E19261-01/820-2762/index.html
[Chapter 3 - Migrating Directory Server Manually]
For what it concerns the second question, the answer is no, it shouldn't be an issue.
HTH,
Marco

Similar Messages

  • Problem in weblogic 8.1, servicepack sp5_142_08,while deploying JSF applica

    Hi ,
    i depolyed one JSF tiles application in weblogic 8.1, servicepack sp5_142_08 under windows OS enviroment .
    the problem is , when i request page it allways show display error in explore screen
    java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
         at org.apache.struts.tiles.xmlDefinition.XmlParser.()V(XmlParser.java:109)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.parseXmlFile(Ljavax/servlet/ServletContext;Ljava/lang/String;Lorg/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet;)Lorg/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet;(I18nFactorySet.java:530)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.parseXmlFiles(Ljavax/servlet/ServletContext;Ljava/lang/String;Lorg/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet;)Lorg/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet;(I18nFactorySet.java:479)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.createDefaultFactory(Ljavax/servlet/ServletContext;)Lorg/apache/struts/tiles/xmlDefinition/DefinitionsFactory;(I18nFactorySet.java:295)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.initFactory(Ljavax/servlet/ServletContext;Ljava/lang/String;)V(I18nFactorySet.java:269)
         at org.apache.struts.tiles.xmlDefinition.I18nFactorySet.initFactory(Ljavax/servlet/ServletContext;Ljava/util/Map;)V(I18nFactorySet.java:217)
         at org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.init(Lorg/apache/struts/tiles/DefinitionsFactoryConfig;Ljavax/servlet/ServletContext;)V(ComponentDefinitionsFactoryWrapper.java:139)
         at org.apache.struts.tiles.TilesUtilImpl.createDefinitionsFactory(Ljavax/servlet/ServletContext;Lorg/apache/struts/tiles/DefinitionsFactoryConfig;)Lorg/apache/struts/tiles/DefinitionsFactory;(TilesUtilImpl.java:168)
         at org.apache.struts.tiles.TilesUtil.createDefinitionsFactory(Ljavax/servlet/ServletContext;Lorg/apache/struts/tiles/DefinitionsFactoryConfig;)Lorg/apache/struts/tiles/DefinitionsFactory;(TilesUtil.java:205)
         at org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl.getDefinitionsFactory()Lorg/apache/struts/tiles/DefinitionsFactory;(JspTilesViewHandlerImpl.java:100)
         at org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl.renderView(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIViewRoot;)V(JspTilesViewHandlerImpl.java:168)
         at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(Ljavax/faces/context/FacesContext;)Z(RenderResponseExecutor.java:41)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(Ljavax/faces/context/FacesContext;)V(LifecycleImpl.java:132)
         at javax.faces.webapp.FacesServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(FacesServlet.java:140)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava/lang/Object;(ServletStubImpl.java:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lweblogic/servlet/internal/FilterChainImpl;)V(ServletStubImpl.java:465)
         at weblogic.servlet.internal.TailFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(FilterChainImpl.java:27)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(ExtensionsFilter.java:147)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava/lang/Object;(WebAppServletContext.java:6987)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic/security/subject/AbstractSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic/servlet/internal/ServletRequestImpl;Lweblogic/servlet/internal/ServletResponseImpl;)V(WebAppServletContext.java:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic/kernel/ExecuteThread;)V(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)
         at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
    the same application working fine weblogic8.1 servicepack 4
    my WEB-INF\lib contain following jar file
    commons-beanutils-1.7.0.jar
    commons-codec-1.3.jar
    commons-collections-3.1.jar
    commons-digester-1.6.jar
    commons-el-1.0.jar
    commons-fileupload-1.0.jar
    commons-lang-2.1.jar
    commons-logging-1.0.4.jar
    commons-validator-1.3.1.jar
    demo-components.jar
    jasper-runtime.jar
    jsp-api.jar
    jstl-1.1.0.jar
    log4j-1.2.8.jar
    myfaces-api-1.1.5.jar
    myfaces-impl-1.1.5.jar
    oro-2.0.8.jar
    servlet-api.jar
    standard.jar
    struts-1.1.jar
    tomahawk-1.1.6.jar
    tomahawk-sandbox-1.1.6.jar
    Can any body help me , how to resolve this problem
    Thanks in Advances....

    I don't know about that, but I am using MyFaces and tomahawk with WLS8.1 sp5 jdk1.4.2_05 and it works fine.
    I do remember getting such an error when I moved from Sun RI to MyFaces and all I can recall is that it was a commons library mismatch problem or some classpath problem...

  • BO XI3.1 servicepack 6 with Apache Tomcat 6/7

    We are planning to upgrade BO XI 3.1 sp5 to servicepack 6.
    SAP recommends to upgrade Apache Tomcat 5.5 too (to version 6 or 7)
    Our IT-department wants to know if, when you install SP6, Apache Tomcat 6/7 is also automatically installed (Does AT 6/7 come with SP6) , or is it two separate installations?
    I think it is the last option, am I right?
    Thanks in advance!

    Hi,
    you have to possibilities here:
    1. Install it manual as in SAP Note - 1880756
    2. Install it with the SP06 Update. Here it is only available when using the CLI variant, not the GUI Variant. See SAP Note - 1844998
    If i where you, i would choose the second option.
    Regards
    -Seb.

  • Migrating DS 5.2 to ODSEE 11.1.1.5 using dsmig java error

    Problem Summary
    Migrating Sun Directory Server 5.2 to Oracle Directory Server 11.1.1.5 using dsmig fails
    Problem Description
    We are currently migrating our Sun DS 5.2 servers to ODSEE 11.1.1.5. I have successfully migrated one of our DS instances. The second has become more challenging. When running the following command I receive the error output below.
    dsmig migrate-config -R /usr/local/sun-ds/slapd-wasp/ /usr/local/dsee7/local/dsInst/
    Launching Configuration Migration of server instance /usr/local/sun-ds/slapd-wasp .....
    Starting server instance /usr/local/dsee7/local/dsInst ..... Directory Server instance '/usr/local/dsee7/local/dsInst' is already running (pid: 6396)
    Enter "cn=Directory Manager" password:
    Connecting to server localhost:1389 .....
    Discovering suffixes in /usr/local/sun-ds/slapd-wasp/config/dse.ldif configuration file ..... DONE.
    Setting server properties ..... DONE.
    Setting log properties ..... DONE.
    Creating suffix dc=uvic,dc=ca ..... DONE.
    Setting suffix dc=uvic,dc=ca properties ..... DONE.
    FAILED.
    Could not migrate configuration.
    "dsmig" raised an unexpected error: "Exception ID = 2
    Related property = matching-rule
    EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
    matching-rule
    Operation "migrate-config" failed.
    Log output is such:
    [06/Mar/2013:11:08:03 -0800] MIGRATE-CONFIG - Creating index (suffix dc=uvic,dc=ca, attribute uid) .....
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - FAILED.
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Could not migrate configuration.
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - "dsmig" raised an unexpected error: "Exception ID = 2
    Related property = matching-rule
    EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Operation "migrate-config" failed.
    What is Java trying to cast to a string here? I see this under uid in the DS 5.2 dse.ldif:
    nsMatchingRule: 2.5.13.5
    Is this the issue?
    Thanks.

    This is a known bug:
    Bug 12972095: ODSEE 11G MIGRATION FROM DS 5.2 FAILING ON NSMATCHINGRULE
    There is a workaround available. The configuration has a 'matching rule' in it somewhere, for example:
    dn: cn=ActiveOID5,cn=index,cn=example,cn=ldbm database,cn=plugins,cn=config
    objectClass: top
    objectClass: nsIndex
    cn: ActiveOID5
    nsSystemIndex: false
    nsIndexType: pres
    nsIndexType: eq
    nsMatchingRule: 1.3.6.1.4.1.42.2.27.9.4.34.1 <<-- this here
    creatorsName: cn=directory manager
    modifiersName: cn=directory manager
    createTimestamp: 20110318205627Z
    modifyTimestamp: 20110318205627Z
    If the 'matching rule' information is removed the dsmig will then be successful. The configuration attribute "nsMatchingRule" is one that is noted as it will not be migrated automatically. However dsmig should not produce an JAVA exception reading the attribute. This bug states that it should be fixed in DS 11.1.1.7.0

  • ASSERTION FAILED - servicepack 10

    Hi,
    I've just upgraded to servicepack 10 and I get the following problem.
    The problem does not occur all the time.
    Any help greatly appreciated...
    ..Per
    ============================================================================
    ====
    Enviroment:AIX version 4.3 weblogic 5.10 sp10 clustered environment
    ============================================================================
    ====
    =========================================================
    ** Time to process jsp servlet = 31 msecs
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Mon Aug 20 12:54:47 GMT+00:00 2001:<E> <HTTP> Connection failure
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Mon Aug 20 12:54:47 GMT+00:00 2001:<E> <HTTP> Connection failure
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Mon Aug 20 12:54:54 GMT+00:00 2001:<E> <HTTP> Connection failure
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    Mon Aug 20 12:54:55 GMT+00:00 2001:<E> <HTTP> Connection failure
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
    invoke 0
    e request ]
    at weblogic.utils.Debug.assert(Debug.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    8)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)

    Same problem for us. SP10 worked fine in development and test but has this problem
    on the production servers. Part of the message is about a "0 byte request" so
    perhaps this has to do with an ISP issue as this does not occur on other test
    clients.
    Ideas?
    Tim
    anna-maija.vesterinen <[email protected]> wrote:
    Hi,
    I have a similar problem in out production environment. Have you/any
    one had any luck in finding out any solution?
    rgds,
    Ansku

  • HAL & ServicePack 2 XP

    Hi guy's,
    This took me a long time to figure out, but I found it, YES!!!!!
    I messed with my system as usual, and everybody knows WinXP doesn't like that very much
    As we all know, WinXP doesn't like you to play with HAL's (Kernel for e.g. APIC, ACPI, SMP etc...)
    Well it took me a long time to figure that it had to do something with the HAL.INF, and searching Microsoft didn't help one bit.
    Aparently I wasn't the only one that figured this would be the case, as it's very easy to change the HAL in Win2000.
    So why can't it be done in XP? Well the answer to that, my friend, is blowing on another website
    (I have added the file you need, just download it to your desktop)
    What you need to do is the following:
    Goto hardware manager -> Computer -> Update driver
    Then select, I want my own, then point the file-info to HAL3.INF
    (Made by Froudeg from this website: http://www.aoaforums.com/forum/showindex.php?p=170134)
    Now you can select the HAL you like and go back and forward, a reboot is required to get all the options!!!
    But it works, as I changed my DUAL CPU machine to Single CPU but couldn't get back, after this "patch" it was possible to change between all sorts of HAL's
    Ok, next part, XP ServicePack 2....
    To be honest, it's a mess, typicaly Billy, they never ask you anything
    And I gotten into driver and software trouble after installing SP2.
    After a long search, again nothing to be found on Microsoft's website
    I found that the reason SP2 is giving lot's of troubles on AMD64 systems anyway, is that this SP introduces DEP (Ergo, it can prevent programs from running if they contain a virus or so)
    This DEP is also known as the NX-bit (Non-Execute) of the AMD64 CPU (Intel get's it soon too).
    In order to let this bit work in XP-32, Microsoft has done something nasty, they enabled PAE (64-bit memory Extensions), this is nice if you have loads of memory, but a lot of drivers and software donj't like it one bit.
    Disable PAE in the Registry doesn't work, because during boot-time it's enabled again.
    In order to let this bit work the the CPU must be able to access 64 bit stuff, it's too complicated to explain.
    So after messing with lot's of stuff that MS and others have written like /NoExecute=AllwaysOff or something, disabling DEP and rubbish like that, it was still not right.
    The only way to run SP2 without troubles is to disable PAE and DEP at the same time.
    After searching 100's of websites, I found a parameter that solves all the crap.
    If you go into the boot.ini after SP2 is installed you will find something like this:
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
    And you should change this line to:
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /Execute
    This will solve all driver and other trouble.
    That was it from me, I hope this piece is very helpfull for the lot of you, it sure saved me a lot of trouble

    Well, I hope it helps me out. Have been having a lot of problems with a K8N Neo2 (lots of different BSODs) before finally switching to a VIA K8T800 Pro board. The various BSODs are gone now, only to be replaced by occasional freezes. My videocard is okay, never had problems with it before.
    I did find out that VIA and ATi sometimes is a no-go. However, for most people upping AGP voltage seemed to work. I even switched to Windows XP x64 Edition to get rid of the nasty VIA CPU-to-AGP driver problem which could also be causing problems.
    Strange this is, my current system can run heavy games like UT2004 for hours. No problems. But sometimes, just when idling in Windows (!) it freezes. So then I wake up to a frozen computer. Weird.
    I hope it's that DEP/PAE stuff.

  • Servicepack on Portal and NWDS

    Hey people
    I have some questions about servicepacks and compatibility.
    1) How can i find out wich servicepack my portal runs on?
    its a SAP Enterprise Portal 6.0 NW04
    2) Can a project deployed in NWDS sp 9 be imported in NWDS sp 11?
    3) Does the servicepack of the ACF have to be on the same level as NWDS or portal or both?

    Hi,
    Go to http://<host name>:50000/
    go to system information and you can see the current patch level
    Since you are importing a project from a lower patch level to a higher one there shouldnt be any problem
    Hope this helps you
    Regards
    Rohit

  • Hierarchy restrictons not working with Basis servicepack upgrade to 14

    Hi All,
    We recently upgraded our system with basis sp  14, and we having the below problems with out hierarchy restrictions:
    Problem #1
    We recently upgraded our system from then onwards hierarchy restrictions not working, users are getting authorization error when they execute the query. However we tried by adding aggregates now hierarchy restrictions seems to be working.
    Problem #2
    We are testing hierarchy restrictions for budget planning function, after we add aggregate its allowing the user to plan the data, but when they try to distribute or escalate the data its again throwing authorization error. When I checked error log for Orgunit hierarchy restriction, the query is looking for single values it is not considering the node restriction, the orgunit values appeared in error log all belong to the node I restricted in analysis authorization.
    We implemented note#1133674 as this was relevant to our issue with planning function. But this didnt fix the issue.
    We are now on BI SP 16 and Basis SP 14
    Just wondering If any of you came across with the same kind of issue, Any help is appreciated.
    Thanks,
    Kavitha

    Hi Kavitha,
    Please check SAP note 1229602 Error when using hierarchies: Authorization error.
    Regards
    Imran

  • Servicepacks and DashBoards

    Hi,
    After a protracted battle trying to get dashboards to work, I finally succeeded about 2 - 3 weeks ago using a parent .swf loader for 2 children.
    Recently, I have installed client service pack 2 followed immediately by client service pack 4 so I get things like universe design tool and widgets.
    However, when trying to run my dashboards now I get a 0% when I run. I have also come across "Invalid Logon Token" and loss of connection during this trying time.
    The parent dashboards DO run on the server but will not run locally (is an issue because we're butting up against timeouts).
    Link syntax I am using is
    "http://<server alias>:8080/BOE/Xcelsius//opendoc/documentDownload?iDocID=<CUID>&sIDType=CUID&CELogonToken="&B8 (empty cell with Flash Variable reference/connection as prescribed).
    3 of 4 dashboard have Live Office Connection and require CELogonToken which I've added. Additionally one that does not require token was created by different end user but saved to same repository I am using on BO server. Do all need a LogonToken?
    When I remove the BOE it displays 100% which feels like progress but still have not been able to fully display children as of yet.
    I am thinking that recent service pack installs are the issue but have not come across anything online. Does anyone have any ideas?
    Thanks,
    Anthony

    Hi "user13319804"
    What version of APEX are you using? Since APEX 3.0, Flash chart support has been supported, using a third-party component from AnyChart: http://anychart.com/. With APEX 4.2, we've integrated AnyChart 6 which offers HTML5 chart support, as well as enhanced Flash charts. The AnyChart online documentation is pretty detailed, and I'd recommend taking at their User's Guide for further information on the various chart types that we expose through the APEX wizards. Please note that we only license a subset of the chart types that AnyChart offer, and users are only licensed to create chart types that we expose through the APEX wizards.
    I would also recommend reviewing the section Creating Charts in the APEX User's Guide - http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldapp_chrt.htm#CHDFEJAB - for information on creating charts. While it is possible to layout your pages in APEX as a dashboard, the AnyChart dashboard feature for creating a charts dashboard is not covered by our license.
    You might find it useful to step through the Building Charts, Gantts and Maps OBE, available here: http://apex.oracle.com/pls/apex/f?p=44785:24:16898343576394::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:4776,2.
    I hope this helps.
    Regards,
    Hilary

  • Cannot start FIMSynchronizationService after applying ServicePack for SharePoint 2013 Server

    Dear all,
    Yesterday we have applied SP1 for SharePoint 2013 on our SharePoint Farm (1 one server + 1 db server). Unfortunately the FIMSynchronizationService (Forefront Identity Manager Synchronization Service) will not start anymore after applying the SP.
    The SharePoint Services: User Profile Synchronisation Service and User Profile Service are started in Central Admin (can started /stopped without problems). Only the Windows Services FIMSynchronizationService cannot be started anymore.
    What can be the cause of this problem?
    The following application event is visible in the Event Viewer:
    ID 6324
    The server encountered an unexpected error and stopped.
    "BAIL: MMS(1856): sql.cpp(8490): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): sql.cpp(8533): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(260): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): server.cpp(3860): 0x80231334 (The sql connection string has unsupported values.)
    BAIL: MMS(1856): service.cpp(1539): 0x80231334 (The sql connection string has unsupported values.)
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2145184972. This is retry number 0.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 1.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 2.
    BAIL: MMS(1856): clrhost.cpp(283): 0x80131022
    BAIL: MMS(1856): scriptmanagerimpl.cpp(7670): 0x80131022
    BAIL: MMS(1856): server.cpp(251): 0x80131022
    BAIL: MMS(1856): server.cpp(3860): 0x80131022
    BAIL: MMS(1856): service.cpp(1539): 0x80131022
    ERR: MMS(1856): service.cpp(988): Error creating com objects. Error code: -2146234334. This is retry number 3.
    BAIL: MMS(1856): service.cpp(1002): 0x80131022
    Forefront Identity Manager 4.0.2450

    1. Try to reboot server and run PSCONFIG wizard.
    2. Check if permission of sync account has not changes (SPECIALLY Replicate directory change )permission on AD or local computer
    3. what account are you logged in with. 
    If possible provide ULS log details
    If this helped you resolve your issue, please mark it Answered
    Hello, thanks for your reply,
    We have done the following:
    1. rebooted server
    2. run psconfig: Psconfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -c
    installfeatures
    3. result: complaining about webconfig.accsrv.xml (removed this and tried again, then complaining about other web.config file)
    9/24/2014 19:05:14  9  ERR            Task applicationcontent has failed with an unknown exception
    09/24/2014 19:05:14  9  ERR            Exception: System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML
    heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF              Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over de uitzondering:
    {1}
    09/24/2014 19:05:14  9  INF              Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  ERR            Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program
    Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF            Entering function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF              Entering function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF                Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Resource id to be retrieved is ExceptionInfo for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                  Resource retrieved id ExceptionInfo is Er is een uitzondering van het type {0} opgetreden. Aanvullende informatie over
    de uitzondering: {1}
    09/24/2014 19:05:14  9  INF                Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF              Leaving function Common.BuildExceptionMessage
    09/24/2014 19:05:14  9  INF            Leaving function Common.BuildExceptionInformation
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key global
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command global in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key initialize
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found command initialize in collection
    09/24/2014 19:05:14  9  INF            Leaving function get CommandCollection.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key SINGLESERVER
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter SINGLESERVER in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Entering function Command.this[string key]
    09/24/2014 19:05:14  9  INF              Entering function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF                Found value in collection for key upgradesessionid
    09/24/2014 19:05:14  9  INF              Leaving function CommandCollectionBase.Get
    09/24/2014 19:05:14  9  INF              Found parameter upgradesessionid in collection
    09/24/2014 19:05:14  9  INF            Leaving function Command.this[string key]
    09/24/2014 19:05:14  9  INF            Releasing the farm upgrade lock in common exception handler.
    09/24/2014 19:05:14  9  INF            Entering function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF              Creating the OnTaskStop event for task applicationcontent
    09/24/2014 19:05:14  9  ERR              Task applicationcontent has failed
    09/24/2014 19:05:14  9  INF              friendlyMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    09/24/2014 19:05:14  9  INF              debugMessage for task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie
    over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  9  INF              Entering function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF                Firing the OnTaskStateChanged event for task applicationcontent
    09/24/2014 19:05:14  9  INF                Entering function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Entering function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                    Incremented the number of tasks failed to 1
    09/24/2014 19:05:14  9  INF                  Leaving function TasksQueue.IncrementTaskFailed
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                Leaving function TaskDriver.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                Entering function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF                  Received an TaskStateEventHandler event.  task:applicationcontent TaskBase.State:stopped
    09/24/2014 19:05:14  9  INF                  Task applicationcontent has stopped and failed.  Total failed is now 1
    09/24/2014 19:05:14  9  INF                  Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                    Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  9  INF                    Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen
    niet installeren.
    09/24/2014 19:05:14  9  INF                  Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  9  INF                  Last message from task applicationcontent is Er is een uitzondering van het type System.IO.InvalidDataException opgetreden.
    Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of
    dit element is ongeldig.
    09/24/2014 19:05:14  9  INF                Leaving function CommandLine.TaskStateEventHandler
    09/24/2014 19:05:14  9  INF              Leaving function TaskBase.FireTaskStateChanged
    09/24/2014 19:05:14  9  INF            Leaving function TaskBase.OnTaskStop
    09/24/2014 19:05:14  9  INF          Leaving function TaskThread.ExecuteTask
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskDisplayName for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskDisplayName is bestanden met inhoud voor toepassingen installeren
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Task bestanden met inhoud voor toepassingen installeren failed, so stopping execution of the engine
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is ApplicationContentTaskFailConfigDisplayLabel for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id ApplicationContentTaskFailConfigDisplayLabel is Kan de bestanden met inhoud voor toepassingen niet installeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          Kan de bestanden met inhoud voor toepassingen niet installeren.
    Er is een uitzondering van het type System.IO.InvalidDataException opgetreden. Aanvullende informatie over de uitzondering: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft
    geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is ongeldig.
    System.IO.InvalidDataException: Het webconfiguratiebestand C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\WEBCONFIG.ACCSRV.XML heeft geen element configuration/configSections/sectionGroup[@name='SharePoint'] of dit element is
    ongeldig.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksRan for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksRan is Totaal aantal uitgevoerde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalran, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal uitgevoerde configuratie-instellingen: 4
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksSucceeded is Totaal aantal geslaagde configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalsuccess, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal geslaagde configuratie-instellingen: 3
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF            Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF              Resource id to be retrieved is TotalTasksFailed for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF              Resource retrieved id TotalTasksFailed is Totaal aantal mislukte configuratie-instellingen: {0}
    09/24/2014 19:05:14  1  INF            Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalfail, TaskDriverEventArgs.EventType.notify,
    message: Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF                Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
    message Totaal aantal mislukte configuratie-instellingen: 2
    09/24/2014 19:05:14  1  INF                Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.NotifyTaskSummary
    09/24/2014 19:05:14  1  ERR          One or more configuration tasks has failed or some tasks were not run
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationStoppingSucceeded for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationStoppingSucceeded is De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF            Sending a task driver stopping event: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType.stopping, De configuratie van SharePoint-producten
    is gestopt.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppingrun
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType stopping, message
    De configuratie van SharePoint-producten is gestopt.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStopping
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.ExecuteTasks
    09/24/2014 19:05:14  1  ERR        One or more configuration tasks has failed to execute
    09/24/2014 19:05:14  1  INF        Entering function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedEventLog is De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie
    opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit probleem, kunt u de gedetailleerde foutinformatie op {0} raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  ERR          De configuratie van SharePoint-producten is mislukt. Voor een goede werking moet u de configuratie opnieuw uitvoeren. Als u een juiste diagnose wilt stellen van dit
    probleem, kunt u de gedetailleerde foutinformatie op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log raadplegen, het probleem oplossen en de configuratiewizard opnieuw uitvoeren.
    09/24/2014 19:05:14  1  INF          Entering function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedUserMessage for language Dutch (Netherlands)
    09/24/2014 19:05:14  1  INF            Resource retrieved id PostSetupConfigurationFailedUserMessage is De configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren
    voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op {0} en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF          Leaving function StringResourceManager.GetResourceString
    09/24/2014 19:05:14  1  INF          Entering function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, De configuratie van SharePoint-producten
    is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF            Entering function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF              Acquiring the writer lock to change the state
    09/24/2014 19:05:14  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
    09/24/2014 19:05:14  1  INF              Changed state of the task driver to neverrun
    09/24/2014 19:05:14  1  INF              Released the writer lock to change the state
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriverStateChange.Enter
    09/24/2014 19:05:14  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF              Entering function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message De
    configuratie van SharePoint-producten is mislukt. U moet de configuratie opnieuw uitvoeren voordat u de SharePoint-producten kunt gebruiken. Zie het diagnostisch logboek op C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_24_2014_19_4_25_376_763845942.log
    en het gebeurtenislogboek van de toepassing voor meer informatie.
    09/24/2014 19:05:14  1  INF              Leaving function CommandLine.TaskDriverEventHandler
    09/24/2014 19:05:14  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    09/24/2014 19:05:14  1  INF          Leaving function TaskDriver.OnTaskDriverStop
    09/24/2014 19:05:14  1  INF        Leaving function TaskDriver.Stop
    09/24/2014 19:05:14  1  INF        UnLocking the task driver for exclusive use while we ran tasks
    09/24/2014 19:05:14  1  INF      Leaving function TaskDriver.Run
    09/24/2014 19:05:14  1  ERR      Post setup configuration was not run successfully when using the command line task driver module
    09/24/2014 19:05:14  1  INF    Leaving function PsconfigCommandLineMain.Main
    No idea what to do?

  • SharePoint 2013 Configuration Wizard Missing Components after Install ServicePack 1

    Hello,
    today we have installed SharePoint Service Pack 1 for SharePoint Server 2013 inclusive Service Pack 1 for all language packs (we used the new released Service Packs).
    Our SharePoint Environment has only one SharePoint Server.
    Many
    language packs
    are
    installed
    on
    this
    server.
    If we try to run the configuration wizard through the GUI, then we get the following error:
    If we try to run "psconfig -cmd upgrade -inplace b2b -wait" then we get also an error:
    SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    The upgrade command is invalid or a failure has been encountered.
    The server farm will not work with missing installs. Add "-cmd installcheck -noinstallcheck" to the command-line to ignore this warning.
    The following is missing on :
    Service Pack 1 for Microsoft SharePoint Server 2013 Language Pack (KB2880554) 64-Bit Edition
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    Service Pack 1 for Microsoft SharePoint Server 2013 Language Pack (KB2880554) 64-Bit Edition
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    Service Pack 1 for Microsoft SharePoint Server 2013 (KB2880552) 64-Bit Edition
    We checked the Installation in "Programm and Features", result see below:
    Next step we run the PowerShell command: Get-SPProduct -local, result see below:
    ProductName                                                                          
    Required Missing   Servers   
    Language Pack for SharePoint 2013  - Bulgarian/български                              True              
    {ServerName, }
    Language Pack for SharePoint 2013  - Croatian/Hrvatski                                True              
    {ServerName, }
    Language Pack for SharePoint 2013  - Romanian/Română                                 
    True               {ServerName, }
    Language Pack for SharePoint 2013  - Thai/ไทย                                        
             True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Chinese (PRC)/中文(简体)    True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Chinese (Taiwan)/中文 (繁體)   True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Czech/čeština                 True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Danish/dansk                  True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Dutch/Nederlands              True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Finnish/suomi                 True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - French/Français               True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - German/Deutsch                True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Greek/Ελληνικά                True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Hebrew עברית                  True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Hungarian/magyar              True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Italian/Italiano              True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Japanese/日本語      True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Korean/한국어                    True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Norwegian/norsk               True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Polish/Polski                 True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Portuguese/Português          True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Portuguese/Português (Brasil) True               {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Russian/русский               True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Slovak/Slovenčina             True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Spanish/Español               True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Swedish/svenska               True               {ServerName,
    Language Pack for SharePoint and Project Server 2013  - Turkish/Türkçe                True              
    {ServerName, }
    Language Pack for SharePoint and Project Server 2013  - Ukrainian/Українська          True               {ServerName, }
    Microsoft SharePoint Server 2013                                                     
    True               {ServerName, }
    What's the mistake?
    Why we can't run the configuration wizard?
    Has anyone answers?
    Thanks a lot.
    Regards Mario

    try to run the below command on all server in the farm and then run the config wizard
    Get-SPProduct -Local
    Above command basically update the product information into the configuration database. Read this blog from the Trevor.
    http://thesharepointfarm.com/2013/12/the-magic-of-get-spproduct-local/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Installing Windows XP Pro W/ Servicepack 2

    In was able to install XP without any problem. However, most of the devices (PCI device, USB dvice, Ethernet Controller, etc) would not load. When I went to my device list they showed up with a yellow exclamation point by the device name. I uninstalled them to attempt to reinstall them and the installation process couldn't find any compatible drivers. I tried many things without any sucess. Can anyone point me in the right direction?

    In was able to install XP without any problem.
    However, most of the devices (PCI device, USB
    dvice,
    Ethernet Controller, etc) would not load. When I
    went to my device list they showed up with a
    yellow
    exclamation point by the device name. I
    uninstalled
    them to attempt to reinstall them and the
    installation process couldn't find any compatible
    drivers. I tried many things without any sucess.
    Can anyone point me in the right direction?
    Did you burn the drivers CD and install the drivers
    as part of the Boot Camp process?
    Yes,
    The 1394 Net adapter shows as being installed properly and it shows up as connected in the system tray. However the send and receive packets are set to zero and never change.
    When I open up internet explore it cannot find the internet.
    On the TCP/IP properties for the NIC I have set it up to automatically detect settings as my ISP recommends and how the PC next to me is configured.
    There doesn't seem to be a connection between the NIC and Internet Explore.

  • ServicePack 2 download as zip file?

    I have a network issue in that security will not allow EXE files of over 500K to be downloaded from the web.  Another way to FTP or download as a zip?
    When I try to chg the file extension, it still craps out...

    Thanks,  I was told by Tech Suport this is currently not possible - obtain a download as a zip

  • Publishing Style Folder is empty since UPK Client Enablement ServicePack 11.1.0.2 installed

    My Developer Community is not able to preview or publish topics.
    The Preview window is greyed out.
    The Error Message when trying to publish says:
         There is no publishing styles.You might have no permissions to them, they might have been accidentally deleted, or they might need to be upgraded or select another category. Please contact your System Administrator for assistance.
    How can we upgrade the publishing styles for 11.1.0.2?
    thanks,
    Ben

    Hi Ben,
    Do you have a multiuser setup or single user setup? you would need to check if the contents from system/publishing/styles/user productivity kit are in place. If you are working in a multiuser setup, you can check the permissions for the authors on system folder. if the problem is with just one developer/developer client, then you can take export of the styles/user productivity kit from working station and import it on the one where you have problem.
    best regards,
    SD

  • Servicepack 11 for  wls 5.1

    Hi,
    Anybody use sp11 for weblogic 5.1? Is there any difference when compile using
    ejbc? My stateless session bean runs ok in sp8. but it can't be deployed in sp11.
    after i regenerated the jar file i still can't deploy it. Also i got error in
    ejbc for one of my ejb:
    ERROR: Error from ejbc: [6.10.4] In EJB MyEJB, The Remote method doTheWork must
    not be declared final.
    The error for deploy is:
    Tue Feb 12 12:22:09 PST 2002:<E> <EJB> Could not deploy: 'c:/weblogic/myserver/serverclasses
    /Ad.jar': file is not a valid jar file, or does not contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening JAR file
    c:
    \weblogic\myserver\serverclasses\Ad.jar; nested exception is:
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    c:/weblogic/myserver/serverclasses/Ad.jar from c:\weblogic\appserve\serverclasses\Admin.jar;
    nested exception is:
            java.lang.NoSuchMethodError]
    weblogic.ejb.common.DeploymentException: Problem creating deployment c:/weblogic
    /myserver/serverclasses/Ad.jar from c:\weblogic\myserver\serverclasses\Ad.jar;
    nested exception is:
    java.lang.NoSuchMethodError
    java.lang.NoSuchMethodError
    at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:142)
    at weblogic.utils.jars.JarLoader.<init>(JarLoader.java:42)
    at weblogic.utils.jars.JarLoader.<init>(JarLoader.java:50)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:83)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java
    :361)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:21
    1)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:18
    2)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:16
    4)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java
    :172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    22)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    12)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:311)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1388)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment c:/weblogi
    c/myserver/serverclasses/Ad.jar from c:\weblogic\myserver\serverclasses\Ad.jar;
    nested exception is:
            java.lang.NoSuchMethodError]
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1388)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)

    Hi, I figured out I got the error because I misspelled the sp11 jar file name.
    But I still have the ejbc error complaining about the final method:
    ERROR: Error from ejbc: [6.10.4] In EJB MyEJB, The Remote method doTheWork must
    not be declared final.
    Thank.
    "Jen" <[email protected]> wrote:
    >
    Hi,
    Anybody use sp11 for weblogic 5.1? Is there any difference when compile
    using
    ejbc? My stateless session bean runs ok in sp8. but it can't be deployed
    in sp11.
    after i regenerated the jar file i still can't deploy it. Also i got
    error in
    ejbc for one of my ejb:
    ERROR: Error from ejbc: [6.10.4] In EJB MyEJB, The Remote method doTheWork
    must
    not be declared final.
    The error for deploy is:
    Tue Feb 12 12:22:09 PST 2002:<E> <EJB> Could not deploy: 'c:/weblogic/myserver/serverclasses
    /Ad.jar': file is not a valid jar file, or does not contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening
    JAR file
    c:
    \weblogic\myserver\serverclasses\Ad.jar; nested exception is:
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    c:/weblogic/myserver/serverclasses/Ad.jar from c:\weblogic\appserve\serverclasses\Admin.jar;
    nested exception is:
    java.lang.NoSuchMethodError]
    weblogic.ejb.common.DeploymentException: Problem creating deployment
    c:/weblogic
    /myserver/serverclasses/Ad.jar from c:\weblogic\myserver\serverclasses\Ad.jar;
    nested exception is:
    java.lang.NoSuchMethodError
    java.lang.NoSuchMethodError
    at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:142)
    at weblogic.utils.jars.JarLoader.<init>(JarLoader.java:42)
    at weblogic.utils.jars.JarLoader.<init>(JarLoader.java:50)
    at weblogic.ejb.internal.EJBJarLoader.<init>(EJBJarLoader.java:83)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java
    :361)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:21
    1)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:18
    2)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:16
    4)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java
    :172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    22)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    12)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:311)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1388)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    c:/weblogi
    c/myserver/serverclasses/Ad.jar from c:\weblogic\myserver\serverclasses\Ad.jar;
    nested exception is:
    java.lang.NoSuchMethodError]
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1388)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)

Maybe you are looking for

  • How to handle "link to action" in a GUIBB

    I have a GUIBB table, where a specific column is link to action. So if the user clicks on such a cell i want to navigate to another application. The question from my side is, how/where can i handle the link to action?

  • Hooking up a Lexmark printer through a 'windows' network

    I am trying to print from my eMac which is hooked up to a network, which is set through a windows computer. The printer is hooked up to the windows computer as well and I am lost, any help out there? emac   Mac OS X (10.4.7)  

  • Call PLSQL function in Controller...

    Hi, Is there a way to call a PLSQL function in the controller? We have a function, which determines if we are in production or not. We then set a url based on this info.

  • Can I size-crop (not time-crop) a movie with QT Pro?

    There are black bars around a movie. Can I crop them away (like I would if black bars were in a Photoshop image -- select and crop), so that the movie ends up without the bars?

  • Can't find TV shows in 7.6.2.9

    I can't find TV Shows in this newest version of iTunes in the Store, under Power Search, Genre, etc. I'm using Windows Vista. Anyone else having this problem?