Re: Fiori Launchpad Failed load the Group

Hi,
I 've faced with the errors
And also I have an error
I have SAP_UI SP11
UI5 1.26.11
I've assigned all nessesury roles
SAP_UI2_ADMIN_700
SAP_UI2_ADMIN_702
SAP_UI2_ADMIN_731
SAP_UI2_FIORI_CATALOGS_READ
SAP_UI2_LAUNCH_PAGE
SAP_UI2_NEWS_TILE
SAP_UI2_PAGEBUILDER_CONFIG
SAP_UI2_PAGEBUILDER_CUST
SAP_UI2_PAGEBUILDER_PERS
SAP_UI2_USER_700
Also I have implemented all notes mentioned here
http://scn.sap.com/docs/DOC-61494#comment-580882
I have no success.
Could u please suggest what can be the reason.
Thanks a lot.
Best regards,
Olga

Hi Olga,
I hope you are getting : "Resource chip not found" error in your inspect element -> Network tab.
Please check SU53 and assign all missing authorizations.
Follow this link and configure step by step R3TR .
Configuring Authorization Roles - User Interface Add-On for SAP NetWeaver - SAP Library
Also you have missing authorizations for these auth objects : S_PB_CHIP, /UI2/CHIP, S_SERVICE,S_DEVELOP,
Assign manually to your role :SAP_UI2_ADMIN_700
Regards,
Tejas

Similar Messages

  • DIP fails loading dynamic groups into OID

    Hello,
    we're trying to load groups from OeBS into OID and associate them via dynamic groups feature with user records that was loaded earlier as follows:
    personid=18630,cn=dev,cn=hrsyncusers,cn=users,dc=ic,dc=lan
    orcltimezone=Asia/Yekaterinburg
    displayname=NOT ASCII
    employeetype=NOT ASCII
    givenname=NOT ASCII
    postalcode=628484
    orcldateofbirth=19610404000000
    orclgender=F
    departmentnumber=342
    uid=18630
    mail=HRNULL
    cn=NOT ASCII
    initials=NOT ASCII
    street=NOT ASCII
    employeenumber=4824
    middlename=NOT ASCII
    l=NOT ASCII
    orclhiredate=20051107000000
    sn=NOT ASCII
    personid=18630
    c=Russia
    title=NOT ASCII
    objectclass=inetorgperson
    objectclass=person
    objectclass=organizationalperson
    objectclass=orcluserv2
    objectclass=kapitalperson
    objectclass=country
    objectclass=residentialperson
    objectclass=locality
    objectclass=top
    Among other attributes each user entity has 'departmentNumber' that indicates number of his/her department.
    Now trying to load list of departments as dynamic groups with the following config
    files:
    *** DevHRAgentGroups.cfg ***
    [SELECT]
    SELECT psv.version_number
    , pos.name hierarchyname
    , hou.organization_id depno
    , poe.organization_id_parent parent_id
    , REPLACE(hou2.name, '"') parentname
    , poe.organization_id_child child_id
    , REPLACE(hou.name, '"') orgname
    , ldap://idm01.ic.lan:389/cn=DEV,cn=HRSyncUsers,cn=Users,dc=ic,dc=lan??sub?(depar
    tmentnumber='||hou.organization_id||')' ldapuri
    , hrl.meaning org_type
    FROM per_organization_structures pos
    , per_org_structure_versions psv
    , per_org_structure_elements poe
    , hr_all_organization_units hou
    , hr_all_organization_units hou2
    , hr_lookups hrl
    WHERE pos.business_group_id = psv.business_group_id
    AND pos.organization_structure_id = psv.organization_structure_id
    AND pos.primary_structure_flag = 'Y'
    AND psv.date_to IS NULL
    AND poe.org_structure_version_id = psv.org_structure_version_id
    AND poe.business_group_id = hou.business_group_id
    AND poe.organization_id_child = hou.organization_id
    AND poe.business_group_id = hou2.business_group_id
    AND poe.organization_id_parent = hou2.organization_id
    AND hrl.lookup_code = hou.type
    AND hrl.enabled_flag = 'Y'
    AND hrl.lookup_type = 'ORG_TYPE'
    AND hrl.lookup_code NOT IN (30,40)
    AND TRUNC(SYSDATE) BETWEEN hou.date_from AND NVL(hou.date_to, TO_DATE('31.12.4712','dd.mm.yyyy'))
    AND hou.last_update_date >= to_date(:BINDVAR,'YYYYMMDDHH24MISS')
    *** DevHRAgentGroups.map ***
    DomainRules
    NONLDAP:cn=DEV,cn=HRSyncGroups,cn=Groups,dc=ic,dc=lan:departmentID=%,cn=DEV,cn=HRSyncGroups,cn=Groups,dc=ic,dc=lan
    AttributeRules
    orgname:1: : :cn: :groupOfUniqueNames
    depno:1: : :departmentID: :kapitalDepartment
    ldapuri: : : :labeledURI: :orclDynamicGroup
    We're getting the following error in ?/ldap/odi/log/DevHRAgentGroups.trc during HRAgent execution at mapping phase:
    Normalized DN : departmentid=82,cn=dev,cn=hrsyncgroups,cn=groups,dc=ic,dc=lan
    Changetype is 5
    Processing modifyRadd Operation ..
    Entry Not Found. Converting to an ADD op..
    Processing Insert Operation ..
    Performing createEntry..
    Exception creating Entry : javax.naming.NamingException: [LDAP: error code 1 - Dynamic group cache update failed.]; remaining name 'departmentid=82,cn=dev,cn=
    hrsyncgroups,cn=groups,dc=ic,dc=lan'
    [LDAP: error code 1 - Dynamic group cache update failed.]
    javax.naming.NamingException: [LDAP: error code 1 - Dynamic group cache update failed.]; remaining name 'departmentid=82,cn=dev,cn=hrsyncgroups,cn=groups,dc=i
    c,dc=lan'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3028)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
    at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:777)
    at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
    at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:176)
    at oracle.ldap.odip.gsi.LDAPWriter.createEntry(LDAPWriter.java:1162)
    at oracle.ldap.odip.gsi.LDAPWriter.insert(LDAPWriter.java:425)
    at oracle.ldap.odip.gsi.LDAPWriter.modifyRadd(LDAPWriter.java:822)
    at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:349)
    at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:655)
    at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:376)
    at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:237)
    DIP_LDAPWRITER_ERROR_CREATE
    Error in executing mapping DIP_LDAPWRITER_ERROR_CREATE
    DIP_LDAPWRITER_ERROR_CREATE
    Please, note. Loading is successful if we commenting out mapping line for labeledURI attribute (that's loading static groups).
    Loading is also successful when labeledURI is mapped to
    'ldap://idm01.ic.lan:389/cn=DEV,cn=HRSyncUsers,cn=Users,dc=ic,dc=lan??sub?(objec
    tclass=person)' but this definetly is not what we are going to get.
    I don't have ideas what's wrong for example with the following generated 'labeledURI' attribute:
    ldap://idm01.ic.lan:389/cn=DEV,cn=HRSyncUsers,cn=Users,dc=ic,dc=lan??sub?(departmentnumber=82)
    Any help is appreciated
    Thanks,
    Edward

    Hi Frank,
    there is something wrong with departmentnumber attribute of user records. Searching users with ldapsearch using "departmentnumber=*" filter fails with the following error:
    ldap_search: DSA is unwilling to perform
    ldap_search: additional info: Function Not Implemented
    I think this is probably the cause of failing creation of dynamic groups.
    Searching on other user attributes (cn, uid, employyenumber) works fine.
    Still don't understand what's wrong with this particular attribute.

  • Fiori Launchpad - Default sequence of Groups

    I've assigned multiple Groups to a user via PFCG. Is there any way to control the sequence of the groups in the launchpad?
    I don't want to force users to use the personalization option to re-arrange the groups.

    I've found a way.
    The default way of sorting is by title as of this request: /sap/opu/odata/UI2/PAGE_BUILDER_CONF/Pages?$filter=catalogId%20eq%20%27/UI2/FLPD_CATALOG%27&$orderby=title
    Adding one to many spaces in the title can control the sorting - in a very hidden way.... The space(s) isn't visible as it's stripped off in Gateway, but is still used in the sorting.
    A more visible way is to name the groups like "1. My Group", "2. My Next Group".
    I'd love to see a configuration option.

  • ColdFusion MX: fails loading the ColdFusion Administrator

    I just installed an older version of ColdFusion MX. When I
    try to load the ColdFusion Administrator, using "
    http://localhost:8500/CFIDE/administrator/index.cfm"
    I get the below errors (I have also tried substituting the computer
    name for "localhost"):
    Error Occurred While Processing Request
    Please Try The Following:
    Check the CFML Reference Manual to verify that you are using
    the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1)
    Remote Address 127.0.0.1
    Referer
    Date/Time 17-Aug-07 04:56 PM
    Stack Trace (click to expand)
    java.lang.NoClassDefFoundError
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at coldfusion.compiler.TemplateReader.decrypt(Unknown
    Source)
    at coldfusion.compiler.TemplateReader.(Unknown Source)
    at
    coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown
    Source)
    at coldfusion.compiler.NeoTranslator.translateJava(Unknown
    Source)
    at coldfusion.compiler.NeoTranslator.translateJava(Unknown
    Source)
    at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown
    Source)
    at coldfusion.util.LruCache.get(Unknown Source)
    at
    coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown
    Source)
    at coldfusion.util.AbstractCache.fetch(Unknown Source)
    at coldfusion.util.SoftCache.get(Unknown Source)
    at coldfusion.runtime.TemplateClassLoader.findClass(Unknown
    Source)
    at coldfusion.filter.PathFilter.invoke(Unknown Source)
    at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown
    Source)
    at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
    at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
    at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
    at coldfusion.CfmServlet.service(Unknown Source)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Any ideas? Thanks,

    I tried the workaround solution since the "ColdFusion MX 6.1
    Upgrade" link is dead, but it didn't work. I've tried searching for
    free MX 6.1 upgrade but it appears it has been pulled off the site.
    Does anyone know where I can get a copy of the upgrade?
    Thanks,

  • PRT fails load the class of CustomeRepositoryManager

    Hi All,
    I have deployed the par file for a Custom Repository manager namely "com.documentum.ei.eprm.manager.DCTMRepositoryManager" from Portal Runtime iview or through NW04 Developer studio This repository implements Documentum at backend .When I have tried to create configurables(.co.xml) of this,and restarted the j2ee server,Nothing appears in monitor or KM iview. The only log about this appears is in defaultTrace.trc. It seems the class DCTMRepositoryManager doesn't get loaded it self. So there is no call to startUpImpl and subsequently no instances appear in KM iview.
    I am using following platform
    J2EE Engine 6.40 PatchLevel 98256.313
    Portal 6.0.14.0.0
    KnowledgeManagementCollaboration 6.0.14.0.0 (NW04 SPS14)
    The system has been upgraded from SPS09 to SPS14
    Could any one resolve this problem?
    Following is the Log of default.trc
    (APP.KM.Collaboration.SCF.ConfiguredConnectors, max. 40 characters)#
    #1.5#000C29DF6877004F0000001500000C6000040D71C251DDAB#1140682149265#com.sapportals.config.fwk.meta.MetaConfigManager_V2#sap.com/irj#com.sapportals.config.fwk.meta.MetaConfigManager_V2#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Error##Plain###[meta_v2_config://local] error while migrating [metarchive_portal]. The configMetaArchive needs to be removed or migrated 'manually' : ConfigException: Configuration framework system error: "source [config://pcd/local/meta/lib] already contain the configMetaArchive."#
    #1.5#000C29DF6877004F0000001E00000C6000040D71C6D96576#1140682225234#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Info##Plain###ClassLoader com.documentum.ei.eprm.manager.DCTMRepositoryManager added.#
    #1.5#000C29DF6877004F0000002000000C6000040D71C6D9673D#1140682225234#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Info#1#/Applications/KMC/RF#Plain###CM system is shutting down...
    #1.5#000C29DF6877004F0000002200000C6000040D71C6D986AF#1140682225250#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Info#1#/Applications/KMC/RF#Plain###CM system is shutting down... - shutdown of CRT#
    #1.5#000C29DF6877004F0000002400000C6000040D71C6F9CA15#1140682227359#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(90)#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Error##Plain###Failed to access the component instance: already shut down: class=com.sapportals.wcm.service.urlgenerator.URLGenerator, uri=crt://runtime/services/URLGeneratorService com.sapportals.wcm.crt.component.ComponentException: Failed to access the component instance: already shut down: class=com.sapportals.wcm.service.urlgenerator.URLGenerator, uri=crt://runtime/services/URLGeneratorService
         at com.sapportals.wcm.crt.CrtComponentManager.lookup(CrtComponentManager.java:325)
         at com.sapportals.wcm.crt.CrtComponentManager.lookupChildComponent(CrtComponentManager.java:403)
         at com.sapportals.wcm.crt.CrtContainerManager.lookupComponent(CrtContainerManager.java:44)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getService(CmAdapter.java:626)
         at com.sapportals.wcm.repository.manager.um.UMRepositoryManager.shutDownImpl(UMRepositoryManager.java:105)
         at com.sapportals.wcm.repository.manager.AbstractRepositoryManager.stop(AbstractRepositoryManager.java:626)
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleShutDown(CrtThreadSafeComponentHandler.java:172)
         at com.sapportals.wcm.crt.CrtComponentManager.shutDown(CrtComponentManager.java:303)
         at com.sapportals.wcm.crt.CrtSystemImpl.shutDownComponentManager(CrtSystemImpl.java:180)
         at com.sapportals.wcm.repository.runtime.CmSystem.shutDown(CmSystem.java:300)
         at com.sapportals.wcm.repository.runtime.CmSystem.classLoaderAdded(CmSystem.java:446)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.notifyClassLoaderAdded(CrtClassLoaderRegistry.java:501)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.registerClassLoader(CrtClassLoaderRegistry.java:440)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:327)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:299)
         at com.documentum.ei.eprm.wrapper.RFServiceWrapper.init(RFServiceWrapper.java:17)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:801)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:614)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:191)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    java.lang.IllegalStateException: already shut down: class=com.sapportals.wcm.service.urlgenerator.URLGenerator, uri=crt://runtime/services/URLGeneratorService
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleLookup(CrtThreadSafeComponentHandler.java:97)
         at com.sapportals.wcm.crt.CrtComponentManager.lookup(CrtComponentManager.java:322)
         at com.sapportals.wcm.crt.CrtComponentManager.lookupChildComponent(CrtComponentManager.java:403)
         at com.sapportals.wcm.crt.CrtContainerManager.lookupComponent(CrtContainerManager.java:44)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getService(CmAdapter.java:626)
         at com.sapportals.wcm.repository.manager.um.UMRepositoryManager.shutDownImpl(UMRepositoryManager.java:105)
         at com.sapportals.wcm.repository.manager.AbstractRepositoryManager.stop(AbstractRepositoryManager.java:626)
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleShutDown(CrtThreadSafeComponentHandler.java:172)
         at com.sapportals.wcm.crt.CrtComponentManager.shutDown(CrtComponentManager.java:303)
         at com.sapportals.wcm.crt.CrtSystemImpl.shutDownComponentManager(CrtSystemImpl.java:180)
         at com.sapportals.wcm.repository.runtime.CmSystem.shutDown(CmSystem.java:300)
         at com.sapportals.wcm.repository.runtime.CmSystem.classLoaderAdded(CmSystem.java:446)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.notifyClassLoaderAdded(CrtClassLoaderRegistry.java:501)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.registerClassLoader(CrtClassLoaderRegistry.java:440)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:327)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:299)
         at com.documentum.ei.eprm.wrapper.RFServiceWrapper.init(RFServiceWrapper.java:17)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:801)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:614)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:191)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    #1.5#000C29DF6877004F0000002500000C6000040D71C6FAD9EF#1140682227437#com.sapportals.wcm.repository.manager.um.UMRepositoryManager#sap.com/irj#com.sapportals.wcm.repository.manager.um.UMRepositoryManager#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Error##Plain###exception occured when trying to unregister RID generator - com.sapportals.wcm.repository.ResourceException: Failed to access the component instance: already shut down: class=com.sapportals.wcm.service.urlgenerator.URLGenerator, uri=crt://runtime/services/URLGeneratorService
         at com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:400)
         at java.lang.Throwable.<init>(Throwable.java:195)
         at java.lang.Exception.<init>(Exception.java:41)
         at com.sapportals.wcm.WcmException.<init>(WcmException.java:78)
         at com.sapportals.wcm.WcmException.<init>(WcmException.java:74)
         at com.sapportals.wcm.util.content.ContentException.<init>(ContentException.java:42)
         at com.sapportals.wcm.repository.ResourceException.<init>(ResourceException.java:250)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getService(CmAdapter.java:652)
         at com.sapportals.wcm.repository.manager.um.UMRepositoryManager.shutDownImpl(UMRepositoryManager.java:105)
         at com.sapportals.wcm.repository.manager.AbstractRepositoryManager.stop(AbstractRepositoryManager.java:626)
         at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleShutDown(CrtThreadSafeComponentHandler.java:172)
         at com.sapportals.wcm.crt.CrtComponentManager.shutDown(CrtComponentManager.java:303)
         at com.sapportals.wcm.crt.CrtSystemImpl.shutDownComponentManager(CrtSystemImpl.java:180)
         at com.sapportals.wcm.repository.runtime.CmSystem.shutDown(CmSystem.java:300)
         at com.sapportals.wcm.repository.runtime.CmSystem.classLoaderAdded(CmSystem.java:446)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.notifyClassLoaderAdded(CrtClassLoaderRegistry.java:501)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.registerClassLoader(CrtClassLoaderRegistry.java:440)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:327)
         at com.sapportals.wcm.crt.CrtClassLoaderRegistry.addClassLoader(CrtClassLoaderRegistry.java:299)
         at com.documentum.ei.eprm.wrapper.RFServiceWrapper.init(RFServiceWrapper.java:17)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:801)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:614)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:191)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    #1.5#000C29DF6877006B0000000000000C6000040D71C6FBC824#1140682227500#com.sapportals.wcm.util.logging.CatchBlockHandler#sap.com/irj#com.sapportals.wcm.util.logging.CatchBlockHandler.NotificatorService#Guest#192####d938e6c0a44311dacbb6000c29df6877#Thread[com.sapportals.wcm.notificator.sender,5,system]##0#0#Error##Plain###[ECB] sleep interrupted: java.lang.InterruptedException: sleep interrupted
         at java.lang.Thread.sleep(Native Method)
         at com.sapportals.wcm.service.notificator.wcm.NotificatorService$Sender.run(NotificatorService.java:590)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29DF6877004F0000002700000C6000040D71C6FC1649#1140682227515#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#860####3f4d5e10a44311da9e3f000c29df6877#SAPEngine_Application_Thread[impl:3]_11##0#0#Info#1#/Applications/KMC/RF#Plain###CM successfully shut down.#
    #1.5#000C29DF687700400000000D00000C6000040D71D8DD6144#1140682527453#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#770##VMENGPE3_PE3_7099050#dmadmin#276daea0a44111da9060000c29df6877#SAPEngine_Application_Thread[impl:3]_14##0#0#Info#1#/Applications/KMC/RF#Plain###CM system is starting ...
    #1.5#000C29DF687700400000000F00000C6000040D71D97B03D2#1140682537781#com.sapportals.wcm.repository.runtime.CmSystem#sap.com/irj#com.sapportals.wcm.repository.runtime.CmSystem#dmadmin#770##VMENGPE3_PE3_7099050#dmadmin#276daea0a44111da9060000c29df6877#SAPEngine_Application_Thread[impl:3]_14##0#0#Info#1#/Applications/KMC/RF#Plain###CM successfully started.#

    Obviously the class isn't loaded. So that suggests one of the following.
    - There is no class output (no byte codes.)
    - It is written as a file.
    - It is written into memory.
    Nothing I saw in the java docs suggests the last. Nothing I can find would suggest the first.
    super(new URI(className + ".java"), Kind.SOURCE);The URI must mean something in the above. Is there a ".java" file created somewhere? Did you open it?

  • Fiori Launchpad Error: Failure - Unable to load groups Resolved!!!!

    Hey Good Fellas,
    This is a solution rather than a discussion, which i thought to do to with a kind generosity of spirit to give back to the community.
    It gives me immense pleasure and happiness to write this particular post, because it is through SCN only i have been able to find the solution.
    Ok, let's get down to the Business quickly, shall we?
    I have been configuring Fiori App - Approve Purchase Orders. All the tasks for this have been done from SAP Help Site.
    Recently I upgraded the ERP/Gateway (Its an embedded deployment) to EHP 7 and UI to SP09, post which the Fiori Launchpad started giving the below error.
    If you look around the SCN, you will probably hit across these threads and so did I.
    http://scn.sap.com/thread/3571448
    SAP Fiori - UI Add-on SP09 update troubleshooting
    With the first thread, I tried everyone's solution and suggestions which had worked for others, but it didn't for me.
    With second thread (Excellently posted by Masayuki Sekihara), it started off with lots of efforts and double-checks applying all of these notes hoping that it would resolve the issue. But I had done all the steps 1-8 and still didn't get the solution.
    Besides the above two mentions I did umpteen number of other ridiculous things like implementing this note, that note, De-implementing another of the notes and everything i found as possible solutions on the Web.
    Now, the breakthrough here is checking the errors in /IWFND/ERROR_LOG. Well, on the browser it used to give error 'Failure - Unable to Load Groups' while at the server side, actual error was something unusual and remotely not related to what the error looked like in the browser. In the back-end, I was getting the error "Data Provider implementation 'ZINTEROP_MODEL_0001_BE' '01' 'DEFAULT' does not exist". And this is something i know how to correct.
    So just keep looking for the errors in /IWFND/ERROR_LOG and shift your focus there. That's really a good place to trouble-shoot.
    And for the record to take care of the error 'Data Provider implementation 'ZINTEROP_MODEL_0001_BE' '01' 'DEFAULT' does not exist' you have to assign the DPC (Data Provider Class) to DMC (Data Modelling Class) correctly by navigating to IMG - SAP Netweaver - Gateway - Former Development - Local OData Channel Development - Registration - Assign Data Provider to Data Model. There you define the Data provider with the correct Software Version and Voila you are all set! You don't have to worry about the duplicate entry with another Software version, your correct software version is the one you have defined in the System Alias which you are using inside the service, which is generally DEFAULT.
    I am able to get inside the Fiori Launchpad now (I was quite at edge to really give up as all the possible solutions had been ruled out for me ) and do see the tiles of the apps configured.
    I hope this is going to be a good take-away for others who are having Odata handling issues.
    The floor is all yours now for your kind feedback. Be gentle with me, I am a very shy blogger.
    Best Regards,
    Akshay

    Steve,
    If you still have the error, this is what I did to resolve mines.
    1) Goto SPRO - SAP Netweaver - Gateway - Former Development - Local OData Channel Development - Registration - Assign Data Provider to Data Model
    2) Find out the entry for 'ZINTEROP_MODEL_0001_BE'
    3) Copy that entire row in a notepad for all the fields
    4) Create new Entry with all the fields, except change the Software Version to DEFAULT (As that's what missing for you'
    5) Save and give that another try.
    This is what I exactly wrote in my solution as well.
    Akshay wrote:
    And for the record to take care of the error 'Data Provider implementation 'ZINTEROP_MODEL_0001_BE' '01' 'DEFAULT' does not exist' you have to assign the DPC (Data Provider Class) to DMC (Data Modelling Class) correctly by navigating to IMG - SAP Netweaver - Gateway - Former Development - Local OData Channel Development - Registration - Assign Data Provider to Data Model. There you define the Data provider with the correct Software Version and Voila you are all set! You don't have to worry about the duplicate entry with another Software version, your correct software version is the one you have defined in the System Alias which you are using inside the service, which is generally DEFAULT.
    A screen-shot perhaps helps you more.
    Let the other duplicate entry with Software Version other than Default be there. Important is that the software version that you have defined in your alias must be the one over here.
    Let me know how that goes?
    -Akshay

  • Incremental load fails with the error LM_44127 Failed to prepare the task

    Guys,
    I have created a custom mapping and cretaed a execution plan for this mapping in the DAC. The full load completes successfully. But when ever the incremental lod is run , i am getting the below error and the task fails(The SDE load completes sucessfully , but the SIL load fails with the below error).
    LM_44127     Failed to prepare the task
    Please help!!!

    i googled it..
    http://datawarehouse.ittoolbox.com/groups/technical-functional/informatica-l/lm_44127-failed-to-prepare-task-when-running-workflow-in-informatica-86-on-aix-3199309
    you can try for better links now.. !!

  • DAC fails to load the BAW

    Hello all I am trying to get Oracle BI Applications running on eBS 11.5.10.
    But dac fails to complete. When I look in the sesslog I see the following output:
    TM_6708 Warning: undocumented configuration parameter used [SiebelUnicodeDB,APPS@VIS OLAP@VIS]
    TM_6703 Session [SDE_ORA_GLJournals_Full] is run by 32-bit Informatica Server [Oracle_BI_DW_Server].
    MASTER> CMN_1688 Allocated [32000000] bytes from process memory for [DTM Buffer Pool].
    MASTER> PETL_24000 Parallel Pipeline Engine initializing.
    MASTER> PETL_24001 Parallel Pipeline Engine running.
    MASTER> PETL_24003 Initializing session run.
    MAPPING> TM_6014 Initializing session [SDE_ORA_GLJournals_Full] at [Mon Apr 14 21:23:13 2008]
    MAPPING> TM_6683 Repository Name: [Oracle_BI_DW_Base]
    MAPPING> TM_6684 Server Name: [Oracle_BI_DW_Server]
    MAPPING> TM_6686 Folder: [SDE_ORA11510_Adaptor]
    MAPPING> TM_6685 Workflow: [SDE_ORA_GLJournals_Full]
    MAPPING> TM_6101 Mapping name: SDE_ORA_GLJournals [version 1]
    MAPPING> CMN_1569 Server Mode: [UNICODE]
    MAPPING> CMN_1570 Server Codepage: [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> TM_6151 Session Sort Order: [Binary]
    MAPPING> TM_6185 WARNING! Data codepage validation is disabled in this session.
    MAPPING> TM_6156 Using LOW precision decimal arithmetic
    MAPPING> TM_6180 Deadlock retry logic will not be implemented.
    MAPPING> TM_6307 DTM Error Log Disabled.
    MAPPING> TE_7022 TShmWriter: Initialized
    MAPPING> TM_6007 DTM initialized successfully for session [SDE_ORA_GLJournals_Full]
    MASTER> PETL_24004 Starting pre-session tasks.
    MASTER> PETL_24027 Pre-session task completed successfully.
    MASTER> PETL_24006 Starting data movement.
    MAPPING> TM_6351 WARNING: Insufficient number of data blocks for adequate performance. Increase DTM buffer size of the session. The recommended value is 42760801.
    MAPPING> TM_6660 Total Buffer Pool size is 32000000 bytes and Block size is 1280000 bytes.
    READER_1_1_1> DBG_21438 Reader: Source is [VIS], user [APPS]
    READER_1_1_1> BLKR_16051 Source database connection [ORA_11_5_10] codepage: [UTF-8 encoding of Unicode]
    READER_1_1_1> BLKR_16003 Initialization completed successfully.
    WRITER_1_*_1> WRT_8146 Writer: Target is database [VIS], user [OLAP], bulk mode [ON]
    WRITER_1_*_1> WRT_8106 Warning! Bulk Mode session - recovery is not guaranteed.
    WRITER_1_*_1> WRT_8221 Target database connection [DataWarehouse] codepage: [UTF-8 encoding of Unicode]
    WRITER_1_*_1> WRT_8124 Target Table W_ORA_GL_JOURNALS_F_TMP :SQL INSERT statement:
    INSERT INTO W_ORA_GL_JOURNALS_F_TMP(SET_OF_BOOKS_ID,CODE_COMB_ID,GL_ACCT_ID,PERIOD_NAME,EFFECTIVE_DATE,ACCT_PERIOD_END_DT,STATUS,ENTERED_DR,ENTERED_CR,ACCOUNTED_DR,ACCOUNTED_CR,JE_CATEGORY,JE_SOURCE,CREATED_BY,LAST_UPDATED_BY,CREATION_DATE,LAST_UPDATE_DATE,POSTED_DATE,CURRENCY_CODE,GL_JE_BATCHES_NAME,GL_JE_LINES_NUM,GL_JE_HEADERS_NAME,REFERENCE_1,REFERENCE_2,REFERENCE_3,REFERENCE_4,REFERENCE_5,REFERENCE_6,REFERENCE_7,REFERENCE_8,REFERENCE_9,REFERENCE_10,GL_SL_LINK_ID,INTEGRATION_ID,DATASOURCE_NUM_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> WRT_8146 Writer: Target is database [VIS], user [OLAP], bulk mode [ON]
    WRITER_1_*_1> WRT_8106 Warning! Bulk Mode session - recovery is not guaranteed.
    WRITER_1_*_1> WRT_8124 Target Table W_ORA_GLRF_DERV_F_TMP :SQL INSERT statement:
    INSERT INTO W_ORA_GLRF_DERV_F_TMP(GL_JE_HDR_ID,GL_JE_LINE_NUM,LAST_UPDATE_DATE,LAST_UPDATED_BY,SET_OF_BOOKS_ID,CODE_COMB_ID,GL_ACCOUNT_ID,PERIOD_NAME,EFFECTIVE_DATE,STATUS,CREATION_DATE,CREATED_BY,JE_CATEGORY,JE_SOURCE,GL_JE_HEADER_NAME,CURRENCY_CODE,POSTED_DATE,GL_JE_BATCHES_NAME,IMPORT_REF_SOURCE,IMPORT_REF_ID,IMPORT_REF_IA_ID,INTEGRATION_ID,DATASOURCE_NUM_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> WRT_8270 Target connection group #1 consists of target(s) [W_ORA_GL_JOURNALS_F_TMP, W_ORA_GLRF_DERV_F_TMP]
    WRITER_1_*_1> WRT_8003 Writer initialization complete.
    READER_1_1_1> BLKR_16007 Reader run started.
    WRITER_1_*_1> WRT_8005 Writer run started.
    WRITER_1_*_1> WRT_8158
    *****START LOAD SESSION*****
    Load Start Time: Mon Apr 14 21:23:28 2008
    Target tables:
    W_ORA_GL_JOURNALS_F_TMP
    W_ORA_GLRF_DERV_F_TMP
    READER_1_1_1> RR_4029 SQ Instance [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] User specified SQL Query [SELECT
      GL_JE_LINES.JE_HEADER_ID,
      GL_JE_LINES.JE_LINE_NUM,
      GL_JE_LINES.LAST_UPDATE_DATE,
      GL_JE_LINES.LAST_UPDATED_BY,
      GL_JE_LINES.SET_OF_BOOKS_ID,
      GL_JE_LINES.CODE_COMBINATION_ID,
      GL_JE_LINES.PERIOD_NAME,
      GL_JE_LINES.EFFECTIVE_DATE,
      GL_JE_LINES.STATUS,
      GL_JE_LINES.CREATION_DATE,
      GL_JE_LINES.CREATED_BY,
      GL_JE_LINES.ENTERED_DR,
      GL_JE_LINES.ENTERED_CR,
      GL_JE_LINES.ACCOUNTED_DR,
      GL_JE_LINES.ACCOUNTED_CR,
      GL_JE_LINES.REFERENCE_1,
      GL_JE_LINES.REFERENCE_2,
      GL_JE_LINES.REFERENCE_3,
      GL_JE_LINES.REFERENCE_4,
      GL_JE_LINES.REFERENCE_5,
      GL_JE_LINES.REFERENCE_6,
      GL_JE_LINES.REFERENCE_7,
      GL_JE_LINES.REFERENCE_8,
      GL_JE_LINES.REFERENCE_9,
      GL_JE_LINES.REFERENCE_10,
      GL_JE_LINES.GL_SL_LINK_ID,
      GL_JE_HEADERS.JE_CATEGORY,
      GL_JE_HEADERS.JE_SOURCE,
      GL_JE_HEADERS.NAME,
      GL_JE_HEADERS.CURRENCY_CODE,
      GL_JE_HEADERS.POSTED_DATE,
      GL_JE_BATCHES.NAME,
      GL_PERIOD_STATUSES.START_DATE,
      GL_PERIOD_STATUSES.END_DATE
    FROM
      GL_JE_BATCHES,
      GL_JE_LINES,
      GL_JE_HEADERS,
      GL_PERIOD_STATUSES
    WHERE
        GL_JE_LINES.CREATION_DATE > TO_DATE('01/01/1970 00:00:00', 'MM/DD/YYYY HH24:MI:SS')   AND
      GL_JE_LINES.JE_HEADER_ID = GL_JE_HEADERS.JE_HEADER_ID  AND
      GL_JE_HEADERS.ACTUAL_FLAG = 'A'  AND
      (GL_JE_LINES.STATUS = 'P' OR GL_JE_LINES.STATUS = 'U')  AND
      GL_JE_HEADERS.JE_BATCH_ID = GL_JE_BATCHES.JE_BATCH_ID(+) AND
      GL_JE_LINES.PERIOD_NAME = GL_PERIOD_STATUSES.PERIOD_NAME AND
      GL_JE_LINES.SET_OF_BOOKS_ID = GL_PERIOD_STATUSES.SET_OF_BOOKS_ID AND
      GL_PERIOD_STATUSES.APPLICATION_ID = 101]
    WRITER_1_*_1> WRT_8167 Start loading table [W_ORA_GL_JOURNALS_F_TMP] at: Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> WRT_8229 Database errors occurred:
    ORA-00942: table or view does not exist
    Database driver error...
    Function Name : Prepare DPL
    SQL Stmt : INSERT INTO W_ORA_GL_JOURNALS_F_TMP(SET_OF_BOOKS_ID,CODE_COMB_ID,GL_ACCT_ID,PERIOD_NAME,EFFECTIVE_DATE,ACCT_PERIOD_END_DT,STATUS,ENTERED_DR,ENTERED_CR,ACCOUNTED_DR,ACCOUNTED_CR,JE_CATEGORY,JE_SOURCE,CREATED_BY,LAST_UPDATED_BY,CREATION_DATE,LAST_UPDATE_DATE,POSTED_DATE,CURRENCY_CODE,GL_JE_BATCHES_NAME,GL_JE_LINES_NUM,GL_JE_HEADERS_NAME,REFERENCE_1,REFERENCE_2,REFERENCE_3,REFERENCE_4,REFERENCE_5,REFERENCE_6,REFERENCE_7,REFERENCE_8,REFERENCE_9,REFERENCE_10,GL_SL_LINK_ID,INTEGRATION_ID,DATASOURCE_NUM_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute Multiple
    SQL Stmt : INSERT INTO W_ORA_GL_JOURNALS_F_TMP(SET_OF_BOOKS_ID,CODE_COMB_ID,GL_ACCT_ID,PERIOD_NAME,EFFECTIVE_DATE,ACCT_PERIOD_END_DT,STATUS,ENTERED_DR,ENTERED_CR,ACCOUNTED_DR,ACCOUNTED_CR,JE_CATEGORY,JE_SOURCE,CREATED_BY,LAST_UPDATED_BY,CREATION_DATE,LAST_UPDATE_DATE,POSTED_DATE,CURRENCY_CODE,GL_JE_BATCHES_NAME,GL_JE_LINES_NUM,GL_JE_HEADERS_NAME,REFERENCE_1,REFERENCE_2,REFERENCE_3,REFERENCE_4,REFERENCE_5,REFERENCE_6,REFERENCE_7,REFERENCE_8,REFERENCE_9,REFERENCE_10,GL_SL_LINK_ID,INTEGRATION_ID,DATASOURCE_NUM_ID) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Oracle Fatal Error
    WRITER_1_*_1> Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> WRT_8076 Writer run terminated. [Commit Error]
    WRITER_1_*_1> WRT_8333 Rolling back all the targets due to fatal session error.
    WRITER_1_*_1> WRT_8325 Final rollback executed for the target [W_ORA_GL_JOURNALS_F_TMP, W_ORA_GLRF_DERV_F_TMP] at end of load
    WRITER_1_*_1> Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> WRT_8081 Writer run terminated. [Error in loading data to target table [W_ORA_GL_JOURNALS_F_TMP]]
    WRITER_1_*_1> WRT_8168 End loading table [W_ORA_GL_JOURNALS_F_TMP] at: Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> WRT_8168 End loading table [W_ORA_GLRF_DERV_F_TMP] at: Mon Apr 14 21:25:37 2008
    WRITER_1_*_1> WRT_8035 Load complete time: Mon Apr 14 21:25:37 2008
    LOAD SUMMARY
    ============
    WRT_8036 Target: W_ORA_GL_JOURNALS_F_TMP (Instance Name: [W_ORA_GL_JOURNALS_F_TMP])
    WRT_8044 No data loaded for this target
    WRT_8036 Target: W_ORA_GLRF_DERV_F_TMP (Instance Name: [W_ORA_GLRF_DERV_F_TMP])
    WRT_8044 No data loaded for this target
    WRITER_1__1> WRT_8043 ****END LOAD SESSION*****
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [W_ORA_GL_JOURNALS_F_TMP] encountered fatal error. Terminating session.
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [EXP_GL_JOURNALS_KEY_ID] encountered fatal error. Terminating session.
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [EXP_GL_JOURNALS_KEY_ID] encountered fatal error. Terminating session.
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] encountered fatal error. Terminating session.
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] encountered fatal error. Terminating session.
    TRANSF_1_1_1> Mon Apr 14 21:25:37 2008
    TRANSF_1_1_1> TM_6085 The transformation [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] encountered fatal error. Terminating session.
    TRANSF_1_1_1> DBG_21511 TE: Fatal Transformation Error.
    MASTER> PETL_24020
    ***** RUN INFO FOR TGT LOAD ORDER GROUP [1], CONCURRENT SET [1] *****
    MASTER> PETL_24018 Thread [READER_1_1_1] created for the read stage of partition point [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] has completed: Total Run Time = [129.234375] secs, Total Idle Time = [0.140625] secs, Busy Percentage = [99.891186].
    MASTER> PETL_24024 Thread [TRANSF_1_1_1] created for the transformation stage of partition point [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] has completed. The total run time was insufficient for any meaningful statistics.
    MASTER> PETL_24022 Thread [WRITER_1_*_1] created for the write stage of partition point(s) [W_ORA_GL_JOURNALS_F_TMP, W_ORA_GLRF_DERV_F_TMP] has completed: Total Run Time = [69.203125] secs, Total Idle Time = [68.937500] secs, Busy Percentage = [0.383834].
    MASTER> PETL_24021 ***** END RUN INFO *****
    MASTER> PETL_24005 Starting post-session tasks.
    MASTER> PETL_24029 Post-session task completed successfully.
    MAPPING> TM_6020 Session [SDE_ORA_GLJournals_Full] completed at [Mon Apr 14 21:25:38 2008]
    MAPPING> TM_6018 Session [SDE_ORA_GLJournals_Full] run completed with [0] row transformation errors.
    MAPPING> TM_6022
    SESSION LOAD SUMMARY
    ================================================
    MAPPING> TM_6252 Source Load Summary.
    MAPPING> CMN_1740 Table: [SQ_GL_JE_LINES] (Instance Name: [mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES])
         Output Rows [4104], Affected Rows [4104], Applied Rows [4104], Rejected Rows [0]
    MAPPING> TM_6253 Target Load Summary.
    MAPPING> CMN_1740 Table: [W_ORA_GL_JOURNALS_F_TMP] (Instance Name: [W_ORA_GL_JOURNALS_F_TMP])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    MAPPING> CMN_1740 Table: [W_ORA_GLRF_DERV_F_TMP] (Instance Name: [W_ORA_GLRF_DERV_F_TMP])
         Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    MAPPING> TM_6023
    ===================================================
    MASTER> PETL_24002 Parallel Pipeline Engine finished.
    MASTER> PETL_24013 Session run completed with failure.
    When I look in the workflowlog I see:
    INFO : LM_36435 : (1280|2220) Starting execution of workflow [SDE_ORA_GLJournals_Full] in folder [SDE_ORA11510_Adaptor] last saved by user [Administrator].
    INFO : LM_36330 [Mon Apr 14 21:22:44 2008] : (1280|2220) Start task instance [Start]: Execution started.
    INFO : LM_36318 [Mon Apr 14 21:22:44 2008] : (1280|2220) Start task instance [Start]: Execution succeeded.
    INFO : LM_36505 : (1280|2220) Link [Start --> SDE_ORA_GLJournals_Full]: empty expression string, evaluated to TRUE.
    INFO : LM_36330 [Mon Apr 14 21:22:44 2008] : (1280|2220) Session task instance [SDE_ORA_GLJournals_Full]: Execution started.
    INFO : LM_36522 : (1280|2220) Session task instance [SDE_ORA_GLJournals_Full]: Started DTM process [pid = 396] for this session instance.
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: LM_36033 [Connected to repository [Oracle_BI_DW_Base] running on server:port [rst-act3ct2]:[5001] user [Administrator]].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27021 [Parameter file [o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220] opened for session [SDE_ORA_GLJournals_Full].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$ANALYSIS_END = 01/01/2011 07:59:34] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$ANALYSIS_END_WID = 20110101] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$ANALYSIS_START = 01/01/1980 08:00:20] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$ANALYSIS_START_WID = 19800101] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$CURRENT_DATE = 04/14/2008] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$DEFAULT_LOC_RATE_TYPE = Corporate] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$ETL_PROC_WID = 1] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL1_CURR_CODE = USD] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL1_RATE_TYPE = Corporate] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL2_CURR_CODE = USD] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL2_RATE_TYPE = Corporate] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL3_CURR_CODE = USD] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$GLOBAL3_RATE_TYPE = Corporate] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$Hint_Tera_Post_Cast = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$Hint_Tera_Pre_Cast = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$INITIAL_EXTRACT_DATE = 01/01/1970] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$LANGUAGE_CODE = E] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$LAST_EXTRACT_DATE = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$LAST_EXTRACT_DATE_IN_SQL_FORMAT = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$LOAD_DT = TO_DATE('2008-04-03 14:41:19', 'YYYY-MM-DD HH24:MI:SS')] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$MASTER_CODE_NOT_FOUND = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$SOURCE_CODE_NOT_SUPPLIED = ] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$TENANT_ID = DEFAULT] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27014 [Warning! Found an unused name and value pair [$$WH_DATASOURCE_NUM_ID = 999] in parameter file[o:\Informatica\Server\Temp\SDE_ORA_GLJournals_Full_a02220].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27028 [Use override value [DataWarehouse] for session parameter:[$DBConnection_OLAP].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27028 [Use override value [ORA_11_5_10] for session parameter:[$DBConnection_OLTP].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27028 [Use override value [4] for mapping parameter:[$$DATASOURCE_NUM_ID].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27028 [Use override value [01/01/1970] for mapping parameter:[mplt_BC_ORA_GLXactsJournalsExtract.$$INITIAL_EXTRACT_DATE].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: VAR_27028 [Use override value [] for mapping parameter:[mplt_BC_ORA_GLXactsJournalsExtract.$$LAST_EXTRACT_DATE].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: TM_6228 [Writing session output to log file [o:\Informatica\Server\SessLogs\SDE_ORA11510_Adaptor.SDE_ORA_GLJournals_Full.log].].
    INFO : TM_6292 : (396|312) Session task instance [SDE_ORA_GLJournals_Full]: TM_6708 [Warning: undocumented configuration parameter used [SiebelUnicodeDB,APPS@VIS OLAP@VIS]].
    ERROR : REP_12014 : (1280|2208) An error occurred while accessing the repository
    ERROR : REP_12400 : (1280|2208) Repository Error (
    ORA-01461: can bind a LONG value only for insert into a LONG column
    Database driver error...
    Function Name : Execute
    SQL Stmt : INSERT INTO OPB_SESS_TASK_LOG (WORKFLOW_ID, WORKFLOW_RUN_ID, WORKLET_RUN_ID, INSTANCE_ID, MAPPING_NAME, LOG_FILE, SRC_SUCCESS_ROWS, SRC_FAILED_ROWS, TARG_SUCCESS_ROWS, TARG_FAILED_ROWS, TOTAL_TRANS_ERRS, FIRST_ERROR_CODE, FIRST_ERROR_MSG, CODEPAGE_ID, VERSION_NUMBER) VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,?, ?)
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute
    SQL Stmt : INSERT INTO OPB_SESS_TASK_LOG (WORKFLOW_ID, WORKFLOW_RUN_ID, WORKLET_RUN_ID, INSTANCE_ID, MAPPING_NAME, LOG_FILE, SRC_SUCCESS_ROWS, SRC_FAILED_ROWS, TARG_SUCCESS_ROWS, TARG_FAILED_ROWS, TOTAL_TRANS_ERRS, FIRST_ERROR_CODE, FIRST_ERROR_MSG, CODEPAGE_ID, VERSION_NUMBER) VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,?, ?)
    Oracle Fatal Error)
    ERROR : REP_12400 : (1280|2208) Repository Error ([REP_12014] An error occurred while accessing the repository
    ORA-01461: can bind a LONG value only for insert into a LONG column
    Database driver error...
    Function Name : Execute
    SQL Stmt : INSERT INTO OPB_SESS_TASK_LOG (WORKFLOW_ID, WORKFLOW_RUN_ID, WORKLET_RUN_ID, INSTANCE_ID, MAPPING_NAME, LOG_FILE, SRC_SUCCESS_ROWS, SRC_FAILED_ROWS, TARG_SUCCESS_ROWS, TARG_FAILED_ROWS, TOTAL_TRANS_ERRS, FIRST_ERROR_CODE, FIRST_ERROR_MSG, CODEPAGE_ID, VERSION_NUMBER) VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,?, ?)
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute
    SQL Stmt : INSERT INTO OPB_SESS_TASK_LOG (WORKFLOW_ID, WORKFLOW_RUN_ID, WORKLET_RUN_ID, INSTANCE_ID, MAPPING_NAME, LOG_FILE, SRC_SUCCESS_ROWS, SRC_FAILED_ROWS, TARG_SUCCESS_ROWS, TARG_FAILED_ROWS, TOTAL_TRANS_ERRS, FIRST_ERROR_CODE, FIRST_ERROR_MSG, CODEPAGE_ID, VERSION_NUMBER) VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,?, ?)
    Oracle Fatal Error)
    ERROR : LM_36405 : (1280|2208) Session task instance [SDE_ORA_GLJournals_Full]: error in logging the end of execution to repository.
    ERROR : LM_36320 [Mon Apr 14 21:25:39 2008] : (1280|2208) Session task instance [SDE_ORA_GLJournals_Full]: Execution failed.
    WARNING : LM_36331 : (1280|2208) Session task instance [SDE_ORA_GLJournals_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_GLJournals_Full] will be failed.
    ERROR : LM_36320 : (1280|2208) Workflow [SDE_ORA_GLJournals_Full]: Execution failed.
    Can anyone tell me what is wrong?? Or where I have to look?
    I first go to sleep now, caus it is getting late (different time-zone)
    But I hope I have some respond tomorrow....
    Thanx in advance!!!
    Best regards,
    Remc0

    I suspected you had the table set up right.
    You may have a role set on that user that limits the number of connections. If you are in a testing mode only consider giving OLAP the DBA role.
    I also noticed above that you have an unusual error message:
    TM_6708 Warning: undocumented configuration parameter used [SiebelUnicodeDB,APPS@VIS OLAP@VIS]
    Did you create your environment following the directions fully in the install guide?
    On the issue of the tables that could exist. I have seen cases where folks in a testing environment create the warehouse based only on one container, such as EBS. But then they try to run an Execution Plan for Siebel. Siebel and EBS use very different tables in the Warehouse.

  • The Group Policy Client Service Failed The Logon

    Hello,
    When our students login to our Windows 7 machines they are getting this error:
    The Group Policy Client Service Failed The Logon
    Access is denied.
    We are attempting to use both volatile and roaming profiles. The profiles are being stored on their H drives. I seem to only see the issue when the Windows NT 6.1 Workstation Profile.V2 folder already exists on their H drive. If the profile is not there then everything works fine.
    Loading the user's ntuser.dat hive located in their H drive and changing the permissions manually to allow System, Administrators, and Users Full Control fixes the issue. How can I do this across all my user's H drives? Should I just delete them all and manually create the folder myself?
    Last time I found one, the permissions for the hive had an "Unknown" user in the permissions list. There was no "Users" group. Removing the "Unknown" and adding "Users" fixed the problem. Are the permissions getting corrupted somehow?
    Thanks for any assistance.
    I've used the following link for reference:
    Support | Windows 7 Roaming Profiles fail - user is assigned a temporary profile or fails to log on
    Novell Doc: ZENworks 10 Configuration Management Policy Management Reference - Assigning a Roaming Profile Policy that has the User Profile Stored on a Home Directory

    Originally Posted by coreyhansen
    So it appears that I am experiencing the temporary profile detailed in my link I referenced above. I have status bubbles disabled by policy and didn't notice the notification. I'm going to try pre-populating my user H drives with the Windows NT 6.1 Workstation Profile.V2 folder containing an ntuser.dat file I've already edited the hive permissions of. This worked in small scale testing, so we will see.
    I've been referencing this thread: http://forums.novell.com/novell-prod....html#poststop
    So I have tried this with students that are experiencing the problem, and gotten limited success. It feels like it works at random, with around 50% of attempts working.
    Has anyone out there had success with roaming profiles? Do I just need to go back to folder redirection? Will anyone please respond?
    This is what the student's ntuser.dat hive permissions look like when things are not working:

  • The group policy client service failed the logon access is denied.

    This one is starting to get on my nerves now. We've had 2 users suffering this problem on our Remote Desktop server.
    We are running two Windows Server 2008 SP2 domain controllers, with two Windows 2008 R2 servers running RD Gateway and Remote Desktop Server.
    The first user I had to recreate because of following instructions I googled because it caused the user to always logon with a temporary profile on the server and I could not resolve this.
    This user I have managed to cleanly delete the local logon profile.
    BOTH of these users are on roaming profiles, as are most of the users that are logging in to this server (for reasons that they move around the office). On the server, the user is listed twice one with a .v2 extension (XP machines at desks)
    The user we are having a problem with at the moment was working perfectly fine a couple of weeks ago when they last logged into the server.
    Could this be down to me setting an over ride on the settings that force people to logout completely after an hour of idle time, resulting in an unclean logoff?
    Some of the messages that are in the event log for when that user attempts to login:
    Event id: 1542
    Windows cannot load classes registry file.
    DETAIL - The system cannot find the file specified.
    Event ID: 6001
    The winlogon notification subscriber <Sens> failed a notification event.
    Event ID: 6004
    The winlogon notification subscriber <GPClient> failed a critical notification event.
    I'm also getting a constant batch of
    Event ID: 510
    Folder redirection policy application has been delayed until the next logon because the group policy logon optimization is in effect
    Any ideas why this should happen? I need a solution as soon as possible please as these users are running our sales department from home, and this user is due to be on the rota to do it this week! :)

    Andy, I have been struggling with this issue on a new 2008R2 server. Can
    you explain the commands you used to load ntuser.dat and usrclass.dat
    into the registry? This is a truly maddening issue.
    Thank you.
    On 1/10/2011 11:01 AM, Andy Murphy wrote:
    > Seems I have managed to over come this.
    >
    > After deleting the profile from within the Advanced System Settings >
    > User Profiles on the RD server I still couldn't logon (as said above
    > about clean deletion of the local profile)
    >
    > So I manually loaded the UsrClass.dat and NTUser.dat into the registry
    > as they were not there. To do this I did the following:
    >
    > Loaded NTUser.dat from the profile on the server as a hive under
    > HKEY_USERS to S-1-5-21-2055973500-2782184047-1828406536-1165
    >
    > Loaded UsrClass.dat from the profile.v2 on the server as a hive under
    > HKEY_USERS to S-1-5-21-2055973500-2782184047-1828406536-1165_Classes
    >
    > Then logged in as the user, and it works perfectly again (it did hang on
    > waiting for the session manager). To be sure I then copied the Default
    > user to that newly created profile on the RD server and logged in again,
    > no hangs. Perfect.
    >
    > Maybe this will solve a few other peoples problems with these related
    > errors.
    >

  • Authorizations for Tiles on the Fiori Launchpad

    Hi All,
    Need your help/ Suggestion
    The Fiori authorizations don’t seem to work as we understand the documentation. Please advise on the following scenario:
    We have created the following group and catalog for   applications:
      Fiori Apps Group:
      Fiori Apps Catalog:
    LPD_CUST:
    We assign the Z:UI2_CATALOGS role to the user which has the following entries in the menu:
    The user can see the group and catalog but can only execute the custom app and not the standard apps (timesheet):
    Standard apps (timesheet) all fail with the error message:
    The standard applications (timesheet) only work if we assign the standard catalog associated with the timesheet roles:
    This of course let the user see the other apps, which we don’t want:

    Hi Gopi,
    If you copy a tile, you need the standard role.
    There is a difference between copying a tile and creating a tile.
    Please check the help document.
    Copying Tiles or Target Mappings - User Interface Add-On for SAP NetWeaver - SAP Library
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Failed to load the string PRKC-PRKC-1036 : CRS_HOME name passed to the meth

    Hi Experts,
    During Oracle database 11gR2 installation using ASM, I am facing below issue, please look into this and suggest
    Scope: 1- Install Grid Infrastructure and then rdbms software with creating db.
    Issue:
    1- ASM Grid (Grid Infrastructure software) has been installed successfully.
    2- When rdbms (database) Installer start DBCA for database creation it stuck and have same status after hour. When I check the logs I found below error (dbca: log), I am trying to get something more, if I get I will let you know, meanwhile I am also seeking your suggestion..
    Error:
    [main] [ 2012-08-08 14:46:19.600 GST ] [MessageBundle.getMessageFields:338] MessageBundle.getMessage() failed to load the string PRKC-PRKC-1036 : CRS_HOME name passed to the method was null Exception: java.util.MissingResourceException: Can't find resource for bundle oracle.ops.mgmt.resources.PrkcMsg, key PRKC-1036 : CRS_HOME name passed to the method was null
    [main] [ 2012-08-08 14:46:19.600 GST ] [ClusterUtils.getCRSActiveVersion:1797] Error getting CRS active version: PRKC-PRKC-1036 : CRS_HOME name passed to the method was null : <null>
    Note:
    1- I checked, ASM instance is up, listener is also up, and all disk are in mount status
    2- I am installation both (grid and rdbms) with same user (oracle) using same group (oinstall). (I did this because client want one user for both.
    3- Its Standalone server
    Please Help.
    Regards

    Doing things because "the client wants" is not a way to be successful.
    Do things the way Oracle recommends and then use sudo where required to give the customer what the customer wants.
    Show us the output of running Cluster Verify.
    My suspicion is that there are a number of things wrong with your installation.

  • The Group Policy Client service failed the sign-in The universal unique identifier (UUID) type is not supported

    Hi guys,
    we created a custom WIM Image (Windows 8 Enterprise) with MDT 2012.
    Sysprept the Image, Deployed via SCCM 2012 SP1.
    Computers are Domainjoined. Error with standard Domain User.
    On some computers (not every computer) and not with every user on the first logon following error message arises:
    The Group Policy Client service failed the sign-in The universal unique identifier (UUID) type is not supported
    It works, when you log in a second time but this error isn't very nice. 
    Is there a solution for that?
    Kind Regards
    Martin

    Hi,
    The service is responsible for applying settings configured by administrators for the computer and users through the Group Policy component. This issue can be caused by various reasons based on the computer environment.
    Can you find any information in event log about this issue?
    Here is the related blog in which the steps can solve most of such issues if the issue continuously happen.
    http://blogs.msdn.com/b/moiqubal/archive/2012/03/04/how-to-fix-quot-the-group-policy-client-service-failed-the-logon-access-denied-quot-error.aspx
    Also, you can refer to the similar thread about this issue:
    http://social.technet.microsoft.com/Forums/en-US/4a644219-50ee-494d-b965-e64a8555109e/the-group-policy-client-service-failed-the-signin-the-universal-unique-identifier-uuid-type-is
    Since this issue can be related to SCCM, to better help you, please submit a new thread for further help:
    https://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager
    Hope these could be helpful.
    Kate Li
    TechNet Community Support

  • PowerPivot Data Refresh Fails - We cannot locate a server to load the workbook Data Model

    Hello,
    I have installed sql01\PowerPivot instance of Analysis services on my existing SQL Server and configured it per Configure Power Pivot for SharePoint 2013
    http://technet.microsoft.com/en-us/library/dn456880(v=office.15).aspx . I did not install a second Database Engine on the server.
    I created an Excel 2013 workbook using the Excel 2013 PowerPivot add-in and saved it to my SharePoint BI Center Document library.
    When I try to refresh my workbook, I get 2 errors in the SharePoint log.
    http://support.microsoft.com/kb/2756665?wa=wsignin1.0 indicates the sproc is deprecated, but that does not help me fix the issue.
    Log errors:
    Following error occured while trying to execute a sql query: System.Data.SqlClient.SqlException (0x80131904):
    Could not find stored procedure 'DataRefresh.GetSchedule'.
    EXCEPTION: NoAvailableStreamingServerException: We cannot locate a server to load the workbook Data Model.
    macrel

    Hi Marcel,
    Based on my research, it seems that you have Microsoft SQL Server 2012 PowerPivot for SharePoint 2013 add-in installed on a computer. When you perform a data refresh operation on some PowerPivot workbooks in Microsoft SharePoint 2013, you receive two error
    message.
    As to the first error, this issue occurs because the Custom Properties on the Excel workbook are not correctly cleared before you set a new serialized schedule. This causes an extra custom property to remain after you set the new schedule. Therefore, the
    new schedule fails. To fix this issue, please
    install Cumulative Update 9 for SQL Server 2012 SP1.
    As to the second error, please
    running a repair using PowerPivot configuration wizard for SharePoint 2013. For more information about Troubleshooting PowerPivot Data Refresh, please see: 
    http://social.technet.microsoft.com/wiki/contents/articles/troubleshooting-powerpivot-data-refresh.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Win 2K8 R2 - Group Policy Management - Failed to Open Group Policy Object. You may not have appropriate rights. The network path was not found.

    New to Windows Server 2008 R2 Administration.
    I setup this Windows 2008 R2 Server on a Dell 2950 Poweredge server and have been migrating users off of an old NT style domain running on Samba 3.6 on CentOS.
    I have the domain setup (nicholas.sacredheartsaratoga.org), added users, and have moved users / computers over to the new domain and working.
    When attempting to setup Group Policy Objects, I continually get the "Failed to Open Group Policy Object" Error.  This is driving me nuts and seems to be a 49 error.. which I have done a ton of research on but none of the suggested fixes seem
    to be working.
    I've been working at this for a couple of weeks and really need this fixed to be able to set GPO's correctly.
    Here is my IPCONFIG /ALL
    C:\Users\Administrator.NICHOLAS.000>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : NICHOLAS
       Primary Dns Suffix  . . . . . . . : sacredheartsaratoga.org
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : nicholas.sacredheartsaratoga.org
    Ethernet adapter Local Area Connection 2:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Broadcom BCM5708C NetXtreme II GigE (NDIS
     VBD Client) #2
       Physical Address. . . . . . . . . : 00-1D-09-27-F1-63
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::542:43f2:2aaf:d903%13(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.10.20.21(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.10.20.3
       DHCPv6 IAID . . . . . . . . . . . : 301997321
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-7D-DC-B6-00-1D-09-27-F1-61
       DNS Servers . . . . . . . . . . . : 10.10.20.21
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{41653A38-9372-4740-BB03-41950A9C9BC0}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 9:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

    Will post the entire contents of my gpreport as soon as my account is verified... but this is the jist of the error being reported:
    Component Status<v:group alt="Error" class="vmlimage" coordsize="100,100" style="width:15px;height:15px;vertical-align:middle;"><v:oval class="vmlimage" fillcolor="red" strokecolor="red" style="width:100px;height:100px;"></v:oval><v:line
    class="vmlimage" from="25,25" strokecolor="white" strokeweight="3px" style="" to="75,75"></v:line><v:line class="vmlimage" from="75,25" strokecolor="white" strokeweight="3px" style="" to="25,75"></v:line></v:group>
    Component Name
    Status
    Last Process Time
    Group Policy Infrastructure
    Failed
    2/17/2014 2:50:06 PM
    Group Policy Infrastructure failed due to the error listed below.
    Logon failure: unknown user name or bad password. 
    Note: Due to the GP Core failure, none of the other Group Policy components processed their policy. Consequently, status information for the other components is not available.
    Additional information may have been logged. Review the Policy Events tab in the console or the application event log for events between 2/17/2014 2:50:05 PM and 2/17/2014 2:50:06 PM.
    Registry
    (N/A)
    1/4/2014 1:45:29 PM
    Security
    (N/A)
    1/4/2014 1:45:35 PM
    User Configuration Summary

Maybe you are looking for