Message no. ME 045

My company currently uses variant configurator.  We are a manufacturer of complex fixed assets that automate circuit board assembly.  Quite often customer orders will include a machine & peripherals manufactured in the US, another machine type and its peripherals that are manufactured in Asia and perhaps some spare parts or other "ship with's" from our spare parts warehouse in yet from other locations around the globe. 
We quite often use a consolidation plant in Hong Kong to have the products for Asian customers consolidated into one consolidated set of containers to ultimately ship to the customer (vs. having multiple shipments of multiple containers to the customer facility). 
When we list our HK consolidation plant as the delivering plant in a sales order, it creates a requirement on our US based plant to build and delivery a machine via a stock transport order.  This works well for our make to stock items but not so well for configurable items.
In the STO we get an account assignment error message that says the auto postings account (account used for BSX transactions) is not compatible with account assignment category E - SAP Customer Indiv. or sales order stock (Message No ME 045).  Acct. assignment category E is set up with an account modification key of VKA.
How do I resolve this error?
Thanks in advance for any help you may provide.

Hi,
1) Pls go to fs00 & check the field status group.
2) Go to OBC4, select the field status variant -> Field selection group -> General Data -> Click on 'Next group' -> Change 'CO/PP order' field as optional from 'Suppressed'. If it asks for any other fields, repeat the same, i.e. change their status to 'optional'
Thanks
Kishore

Similar Messages

  • Error while posting in F-02

    Dear All,
    While posting the GL account by using the transaction code - F-02 getting the error message - " qqqaaa". Message class ZF - 045.  Trying to post simple debit and credit data but system throwing the error message " qqqaaa"
    Please correct if i did any mistake when creationg the G/L account.
    Regards,
    Mr.Rao.

    Hi There
    I think that someone is monkeying around with a validation or substitution error message or other custom program.  The message class ZF is usually used to create custom messages.  I would check with the FI and CO people first.  Go to Message control, application ZF.
    Kind regards
    Dawn

  • Reg: Error G/L account cannot be used !

    Hi ,
      I have an issue with one of the Purchase orders which though got generated from the EB system did not get transferred to the backend system due to some errors.
    The backend application error for the PO is : G/L account X1 cannot be used
    G/L account X2 cannot be used. & PO contains errors.
    I have debugged the transfer function module of this Purchase order and find that the I get this error message from the BAPI return parameters.
    The message number in the backend system is from message class ME 045 -"G/L accout cannot be used".
    I have checked and found that this message comes from a form FELDAUSWAHL_FEHLER. Now the perform is called in the program LMEXFU02.
    A sample code of the same which will call the perform is enclosed for your reference.
    CHECK COUNT GE 9.  "Materialnummer (Stelle 9) bewußt mit reingenommen
        UNPACK COUNT TO MODIF.
        IF  L1 = '+'
        AND L2 = '-'.
          TMODP-MODIF = MODIF.
          PERFORM FELDAUSWAHL_FEHLER.
        ENDIF.
        IF  L1 = '-'
        AND L2 = '+'.
          TMODP-MODIF = MODIF.
      PERFORM FELDAUSWAHL_FEHLER.      "nicht mehr ab 4.0B TK  89897
        ENDIF.
       CHECK COUNT NE 20.                 "Finanzposition      "173298
       CHECK COUNT NE 49.                 "Finanzstelle        "173298
       CHECK COUNT NE 50.                 "Geldgeber           "173298
        IF  L1 = '.'                       "ab Release 2.1
        AND L2 = '-'.
          TMODP-MODIF = MODIF.
          perform check_t162x using tmodp-modif.  "4.6A TK
          if sy-subrc eq 0.                "4.6A TK
            PERFORM FELDAUSWAHL_FEHLER.
          endif.                           "4.6A TK
        ENDIF.
        IF  L1 = '.' OR
            L1 = SPACE.
          L3 = L2.
        ELSE.
          L3 = L1.
        ENDIF.
      ENDDO.
    Now can any one tell me why does this perform get triggered. What is the relevance of L1 & L2. i.e which fields it validates etc and why do I receive any error that the G/L account cannot be used when the they are maintained for the company.
    Awaiting yor expert comments.
    With Regards,
    Rajesh

    Hi
    We have faced the similar issue earlier.
    We raised the issue with SAP long back, but no reply yet.
    We can avoid this by either trying to suppress the error message either in SRM or R/3 for the particular GL Account.
    <u>Meanwhile, look at the following SAP OSS Notes, which talks about the same issue, but are quite old (might not be applicable to you ) -></u>
    <u>Anyways, please cross-check</u>
    Note 95545 ME21 w.new accnt assigmnt category:error mess.ME045
    89897 ME21 EME045 G/L account cannot be used
    78322 ME21, ME51: Field selection G/L acct. (position 1-8)
    82258 PO with accnt assgnmnt: functional area w.req.entry
    Note 731791 - Source determination: Test report for checking
    Will update you soon on this.
    Regards
    - Atul

  • SPRUNCONVERSION and Time Multiselection : Amount doubled ??

    Hi Experts,
    Hope someone could help me solving the following.
    1- While Executing My Conversion for One Month, One Category, it seems to work fine.
    2- BUT, While Executing the conversion for several months, FIRST, I get The following WARNING Message :
    WARNING FX-045 - No Opening year Or you run more than one year
    THEN, all accounts for January period are doubled in my Reporting Currency. Othe Month seems to be Ok.
    Note, that I do not have any Flow Dimension.
    Question, In my Business Rules, even if I do nont have any flow dimension, to I need to indicate an OPEAVG Rules ??? Does it make sens ?
    My FX Logic :
    *SELECT(%MONTHS%, "[ID]", "TIME", "[TRAITEMENT_AUTO] = 'Y' AND [LEVEL] = 'MONTH'")
    *SELECT(%VERSIONS%, "[ID]", "VERSION", "[VERSION_A_TRAITER] = 'Y'")
    *XDIM_MEMBERSET TIME =%MONTHS%
    *XDIM_MEMBERSET VERSION = %VERSIONS%
    *FOR %VERSION%=%VERSIONS%
    *RUN_STORED_PROCEDURE=SPRUNCONVERSION([%APP%],[%VERSION%],[EUR],[RATEINPUT],[%SCOPETABLE%],[%LOGTABLE%])
    *NEXT
    Thanks a lot for your help
    Regards,
    Olivia.

    Tks for this Roberto.
    Unfortunatly, even with the Xdim, and Commit, Only the Conversion is doing is job.
    My question then : Is there a special function i need to tell to the system the execute first, the SPRU, then, The REC ?
    Here is the new logic, if someone can help :
    *SELECT(%MONTHS%, "[ID]", "TIME", "[TRAITEMENT_AUTO] <> '' AND [LEVEL] = 'MONTH'")
    *SELECT(%VERSIONS%, "[ID]", "VERSION", "[VERSION_A_TRAITER] = 'Y'")
    *XDIM_MEMBERSET TIME =%MONTHS%
    *XDIM_MEMBERSET VERSION = %VERSIONS%
    *FOR %VERSION%=%VERSIONS%
          *RUN_STORED_PROCEDURE=SPRUNCONVERSION([%APP%],[%VERSION%],[EUR],[RATEINPUT],[%SCOPETABLE%],[%LOGTABLE%])
    *COMMIT
    *NEXT
    *SELECT(%MONTHS%, "[ID]", "TIME", "[TRAITEMENT_AUTO] <> '' AND [LEVEL] = 'MONTH'")
    *SELECT(%VERSIONS%, "[ID]", "VERSION", "[VERSION_A_TRAITER] = 'Y'")
    *XDIM_MEMBERSET TIME =%MONTHS%
    *XDIM_MEMBERSET VERSION = %VERSIONS%
    *XDIM_MEMBERSET RPTCURRENCY="EUR"
    *WHEN TIME.TRAITEMENT_AUTO
    *IS "J"
          *REC (FACTOR=1/2, RPTCURRENCY="EUR")
    *ENDWHEN
    *COMMIT
    Tks a lot,
    Olivia.

  • LOTUS NOTES Reconciliation error message

    I am using OIM 11gR2 with connector server java installed on 32 bit windows 2003 server. While performing reconciliation i am getting the following error message includes both OIM side error messages and connector server side error message. Can any one help me out to over come this issue ASAP.
    OIM side error message:
    [2012-09-04T08:10:23.508-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Kernel executing default validation with process id, event id, entity and operation 5,045.0.JobDetails.SCHEDULE NOW
    [2012-09-04T08:10:23.519-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Execute default action handler with 5045.15771.JobDetails.SCHEDULE NOW.entityId=null
    [2012-09-04T08:10:23.541-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.dao] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Inserting records for orchestration cleanup
    [2012-09-04T08:10:23.552-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Completed orchestration with action result - Done
    [2012-09-04T08:10:23.570-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Job Listener, Job to be executed Description null FullName DEFAULT.Domino Connector User Reconciliation Name Domino Connector User Reconciliation
    [2012-09-04T08:10:23.645-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Method details Method details: executeJob
    [2012-09-04T08:10:23.645-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Method details executeJob Domino Connector User Reconciliation
    [2012-09-04T08:10:24.392-05:00] [oim_server1] [WARNING] [] [oracle.iam.scheduler.vo] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] ADP ClassLoader failed to load: Script1
    [2012-09-04T08:10:24.393-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.features.scheduler.agentry.operations] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] ADP ClassLoader failed to load: Script1[[
    java.lang.ClassNotFoundException: ADP ClassLoader failed to load: Script1
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.java:229)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at oracle.iam.scheduler.vo.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:72)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1574)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
    at java.io.ObjectInputStream.readClass(ObjectInputStream.java:1461)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1311)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
    at oracle.iam.scheduler.vo.JobHistory.getExceptionObject(JobHistory.java:78)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.prepare(LookupActor.java:1282)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.refresh(LookupActor.java:3074)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.receiveEvent(LookupActor.java:2793)
    at oracle.iam.consoles.faces.mvc.canonic.Model.handleIntent(Model.java:975)
    at oracle.iam.consoles.faces.mvc.canonic.Controller.doHandleIntent(Controller.java:533)
    at oracle.iam.consoles.faces.mvc.canonic.Controller.doSelectAction(Controller.java:204)
    at oracle.iam.consoles.faces.event.NavigationListener.processAction(NavigationListener.java:99)
    at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:675)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:179)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2012-09-04T08:10:31.907-05:00] [oim_server1] [WARNING] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] IAM-1020021 Unable to execute job : Domino Connector User Reconciliation with Job History Id:28449[[
    java.lang.RuntimeException
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$15.createException(CommonObjectHandlers.java:283)
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$15.createException(CommonObjectHandlers.java:282)
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$ThrowableHandler.deserialize(CommonObjectHandlers.java:115)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:162)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObjectField(BinaryObjectDecoder.java:417)
    at org.identityconnectors.framework.impl.serializer.MessageHandlers$5.deserialize(MessageHandlers.java:155)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:162)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
    at org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection.readObject(RemoteFrameworkConnection.java:153)
    at org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler.handleStreamResponse(RemoteOperationInvocationHandler.java:119)
    at org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler.invoke(RemoteOperationInvocationHandler.java:97)
    at $Proxy1085.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.identityconnectors.framework.impl.api.BufferedResultsProxy$BufferedResultsHandler.run(BufferedResultsProxy.java:162)
    [2012-09-04T08:10:31.923-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Job Listener, Job was executed QuartzJobListener.jobWasExecuted Description null FullName DEFAULT.Domino Connector User Reconciliation Name Domino Connector User Reconciliation
    connector server side error message:
    Sep 04, 2012 8:12:33 AM org.identityconnectors.framework.server.impl.CCLWatchThr
    ead checkCCL
    INFO: Creating thread 'pool-1-thread-3' with a non-null CCL
    Sep 04, 2012 8:12:40 AM org.identityconnectors.framework.server.impl.ConnectionL
    istener processOperationRequest
    SEVERE: null
    java.lang.NullPointerException
    at org.identityconnectors.domino.Query.executeQuery(Query.java:160)
    at org.identityconnectors.domino.DominoConnector.executeQuery(DominoConn
    ector.java:248)
    at org.identityconnectors.domino.DominoConnector.executeQuery(DominoConn
    ector.java:75)
    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl
    .rawSearch(SearchImpl.java:105)
    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl
    .search(SearchImpl.java:82)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.local.operations.ConnectorA
    PIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.local.operations.ThreadClas
    sLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invo
    ke(DelegatingTimeoutProxy.java:107)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(Logging
    Proxy.java:76)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.proc
    essOperationRequest(ConnectionProcessor.java:287)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.proc
    essRequest(ConnectionProcessor.java:191)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.run(
    ConnectionProcessor.java:121)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
    java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:603)
    at java.lang.Thread.run(Thread.java:722)

    "....java.lang.ClassNotFoundException: ADP ClassLoader failed to load: Script1
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.java:229)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)..."
    Did you do any modification on this environment these days? Eg: migration from OIM 9.x? If so, probably you removed certain supporting classes used by the adapter framework of this connector.
    I hope this helps,
    Thiago Leoncio.

  • XPS L502X integrated webcam won't start, error message "Close the other video streaming applications to start video"

    Hello, i've been working with this issue for more than a week now. Have tried all the solutions on the net without any success.
    Windows 7 home premium x64 is installed on the machine.
    When trying to use any application using camera shows up a message, that webcam is used by another application. This pops up on Skype and Dell Webcamcentral. Ms Silverlight shows black screen, no message. The device is present under imaging devices in device manager. The driver installed is Microsoft 6/21/2006 ver. 6.1.7601.18208, status "device is working properly". Driver files: ksthunk.sys, usbvideo.sys and ctclsflt.sys after installing webcam central.
    Here is what i tried:
    1. Installing drivers from Dell.com in the correct order
    2. Uninstalling webcam driver and letting windows install the driver from windows update.
    3. Uninstalling windows driver and installing Quanta webcam driver before restart. Note, that in all 3 steps quanta driver never showed up in driver details in device manager.
    4. Uninstalled skype.
    4.Uninstalled all "usb root" in device manager, restarted, windows installed it's drivers, installed Dell_SX2210-Monitor_Webcam SW RC1.1_ R230103.
    5. Uninstalled Webcamcentral, downloaded and installed ver 6.1 Skype.
    6. Started windows in a clean boot state.
    7. Installed process observer. Webcam is used only by skype, but skype gives "camera used by another app" error message.
    8. Turned off laptop, removed ac power and battery, pressed power on button for 30 secs.
    9. Tried to update driver through device manager - driver is up to date.
    10. Reinstalled windows and installed chipset drivers + wireless drivers and let the windows update. Then installed all Dells drivers in the correct order.
    11. Restored to the point before windows update and installed Dell drivers in the correct order.
    12. Restored to the point after windows update again. Installed ms Silverlight, camera shows black screen. Room is light, tried a sheet of white paper close to the camera.
    13. Tried different skype versions again, uninstalled skype.
    14. Process observer shows that nothing uses webcam. Supportassist shows failure in webcam at all checkup stages. Supportassist suggests to turn of programs that might be using camera.
    15. Tried all the steps before windows reinstall.
    16. I gave up and ask for your help.
    Here is Supportassist diagnostics log:
    SupportAssist Log File
    Sunday, April 12, 2015 6:42:12 PM
    Overall Test Result: Failed
    WEBCAM
    Driver Provider:
    Microsoft
    Driver Version:
    6.1.7601.18208, 6/21/2006
    Capture To Screen Test
    Test Started
    4/12/2015 6:26:18 PM
    Error Message:
    Error creating the filter graph for rendering video.
    4/12/2015 6:30:55 PM
    Test Finished:
    Failed (Error code: WWC02-7TM)
    4/12/2015 6:30:55 PM
    Capture To File Test
    Test Started
    4/12/2015 6:30:55 PM
    Error Message:
    Error creating the filter graph for rendering video.
    4/12/2015 6:36:27 PM
    Test Finished:
    Failed (Error code: WWC01-XEI)
    4/12/2015 6:36:27 PM
    Edge Detection Test
    Test Started
    4/12/2015 6:36:28 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:36:58 PM
    Test Finished:
    Failed (Error code: WWC09-VFH)
    4/12/2015 6:36:58 PM
    Luminance Depth Test
    Test Started
    4/12/2015 6:36:58 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:37:28 PM
    Test Finished:
    Failed (Error code: WWC08-5TS)
    4/12/2015 6:37:28 PM
    RGB Channel Test
    Test Started
    4/12/2015 6:37:28 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:37:59 PM
    Test Finished:
    Failed (Error code: WWC05-OKO)
    4/12/2015 6:37:59 PM
    RGB Color Depth Test
    Test Started
    4/12/2015 6:37:59 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:38:29 PM
    Test Finished:
    Failed (Error code: WWC07-WLL)
    4/12/2015 6:38:29 PM
    RGB Line Amplifier Test
    Test Started
    4/12/2015 6:38:29 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:39:00 PM
    Test Finished:
    Failed (Error code: WWC06-IV1)
    4/12/2015 6:39:00 PM
    RGB Line Driver Test
    Test Started
    4/12/2015 6:39:00 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:39:30 PM
    Test Finished:
    Failed (Error code: WWC04-YMZ)
    4/12/2015 6:39:30 PM
    RGB Pixel Test
    Test Started
    4/12/2015 6:39:30 PM
    Error Message:
    Unable to capture video frames.
    4/12/2015 6:40:00 PM
    Test Finished:
    Failed (Error code: WWC03-1VT)
    4/12/2015 6:40:01 PM
    System Summary
    Product
    Dell System XPS L502X
    Service Tag
    JQNQCT1
    Express Service Code
    429-708-457-81
    Operating System
    Operating System
    Name
    Microsoft Windows 7 Home Premium Edition (64-bit)
    Service Pack
    Service Pack 1
    Build Number
    7601
    DirectX Version
    11
    Windows Directory
    c:\windows
    System Directory
    c:\windows\system32
    Maximum OS Memory
    16.00 GB
    System Name
    INDRE-PC
    User Name
    Indre
    Windows Experience Index
    Base Score
    5.9
    Processor Subscore
    7.5
    Memory (RAM) Subscore
    7.6
    Graphics (Aero) Subscore
    6.2
    Gaming Graphics Subscore
    6.2
    Primary Disk Subscore
    5.9
    Assessment State
    Valid Scores
    Assessment Date
    4/9/2015 7:23:35 AM
    Windows Update
    Automatic Updates
    Automatic download and install
    Last checked
    2015-04-11 22:25:37
    Security
    Windows Update
    Automatic Updates
    Automatic download and install
    Last checked
    2015-04-11 22:25:37
    Firewall - Windows Firewall
    Windows Firewall Enabled
    Yes
    Motherboard
    Manufacturer
    Dell Inc.
    Product
    0NJT03
    Chipset
    Intel PCH HM67
    ePPID
    CN0NJT034864324S0399
    BIOS
    Vendor
    Dell Inc.
    Release Date
    09/07/2012
    BIOS Version String
    A12
    ROM Size
    2.50 MB
    SMBIOS
    Version
    2.6
    ACPI Thermal Zones
    TZ00
    Current Temperature
    65 C
    TZ01
    Current Temperature
    65 C
    Intel(R) Mobile Express Chipset SATA AHCI Controller
    Interface
    PCI
    Location
    PCI bus 0, device 31, function 2
    Type
    SATA Controller
    Class
    01h:06h:01h
    PCI Identification
    Vendor Name
    Intel Corporation
    Vendor ID
    8086h
    Device ID
    1C03h
    Revision
    05h
    Driver Provider
    Intel
    Driver Version
    10.1.2.1004, 1-12-2011
    Driver
    c:\windows\system32\drivers\iastor.sys
    Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Interface
    PCI
    Location
    PCI bus 0, device 26, function 0
    Type
    USB EHCI Controller (USB 2.0)
    Class
    0Ch:03h:20h
    PCI Identification
    Vendor Name
    Intel Corporation
    Vendor ID
    8086h
    Device ID
    1C2Dh
    Revision
    05h
    Driver Provider
    Intel
    Driver Version
    9.2.0.1013, 9-16-2010
    Driver
    c:\windows\system32\drivers\usbehci.sys
    Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Interface
    PCI
    Location
    PCI bus 0, device 29, function 0
    Type
    USB EHCI Controller (USB 2.0)
    Class
    0Ch:03h:20h
    PCI Identification
    Vendor Name
    Intel Corporation
    Vendor ID
    8086h
    Device ID
    1C26h
    Revision
    05h
    Driver Provider
    Intel
    Driver Version
    9.2.0.1013, 9-16-2010
    Driver
    c:\windows\system32\drivers\usbehci.sys
    Renesas Electronics USB 3.0 Host Controller
    Interface
    PCI Express x1
    Location
    PCI bus 4, device 0, function 0
    Type
    USB xHCI Controller (USB 3.0)
    Class
    0Ch:03h:30h
    PCI Identification
    Vendor Name
    NEC Corporation
    Vendor ID
    1033h
    Device ID
    0194h
    Revision
    04h
    Driver Provider
    Renesas Electronics
    Driver Version
    2.1.27.0, 9-13-2011
    Driver
    c:\windows\system32\drivers\nusb3xhc.sys
    Processors
    Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (CPU:0)
    Name
    Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
    Cores
    4
    Threads
    8
    Signature
    206A7h
    Family
    6h
    Model
    2Ah
    Technology
    32 nm
    Temperature
    66 C
    Performance
    Max Qualified Speed
    2.20 GHz
    Max Turbo Boost Speed
    3.09 GHz
    Current Speed
    2.79 GHz
    Multiplier
    x 28.0 (8 - 22)
    Max Turbo Boost Ratio
    x 31
    Bus Speed
    99.78 MHz
    Features
    MMX, PSE36, EM64T, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AES, XD, VMX, IDA
    Cache Summary
    L1 Data Cache
    4 x 32.00 kB
    L1 Instruction Cache
    4 x 32.00 kB
    L2 Cache
    4 x 256.00 kB
    L3 Cache
    6.00 MB
    Core : 0
    Temperature
    65 C
    Threads
    2
    Core : 1
    Temperature
    69 C
    Threads
    2
    Core : 2
    Temperature
    67 C
    Threads
    2
    Core : 3
    Temperature
    66 C
    Threads
    2
    L1 Data Cache
    Quantity
    4
    Level
    L1
    Type
    Data
    Size
    32.00 kB
    Associativity
    8-Way Set-Associative
    Line Size
    64 bytes
    L1 Instruction Cache
    Quantity
    4
    Level
    L1
    Type
    Instruction
    Size
    32.00 kB
    Associativity
    8-Way Set-Associative
    Line Size
    64 bytes
    L2 Cache
    Quantity
    4
    Level
    L2
    Type
    Unified
    Size
    256.00 kB
    Associativity
    8-Way Set-Associative
    Line Size
    64 bytes
    L3 Cache
    Quantity
    1
    Level
    L3
    Type
    Unified
    Size
    6.00 MB
    Associativity
    12-Way Set-Associative
    Line Size
    64 bytes
    Memory
    System Memory
    Total Physical Memory
    8.00 GB
    Maximum Supported Memory
    8.00 GB
    Page Files
    Total Size
    7.90 GB
    Page File c:\pagefile.sys
    Location
    c:\pagefile.sys
    Size
    7.90 GB
    4096 MB DDR3 (1333 MHz)
    Source
    SMBIOS
    Memory Size
    4.00 GB
    Memory Type
    DDR3 (1333 MHz)
    Memory Manufacturer
    Hynix/Hyundai
    Memory Part Number
    HMT351S6CFR8C-H9
    Memory Serial Number
    3280B845
    4096 MB DDR3 (1333 MHz)
    Source
    SMBIOS
    Memory Size
    4.00 GB
    Memory Type
    DDR3 (1333 MHz)
    Memory Manufacturer
    Kingston
    Memory Part Number
    9905428-045.A00LF
    Memory Serial Number
    3A2D9D10
    Batteries
    Main Battery
    Battery Name
    Dell
    Manufacturer Name
    SIMPLO
    Type
    LION - Lithium Ion
    Battery Serial Number
    1130
    Designed Capacity Percentage
    13
    Current Charge Percentage
    100
    Current Charge
    7.23 Wh
    Full Charged Capacity
    7.23 Wh
    Designed Capacity
    57.72 Wh
    Voltage
    12.41 V
    Communications
    Network Card - Intel(R) Centrino(R) Wireless-N 1030
    Vendor Name
    Intel Corporation
    Serial Number
    4C-EB-42-82-35-6B
    Interface
    PCI Express x1
    MAC Address
    4c:eb:42:82:35:6b
    Adapter Connected
    Yes
    Current Speed
    117.00 Mbps
    IP Address
    192.168.0.129
    IP Mask
    255.255.255.0
    Gateway IP Address
    192.168.0.1
    DHCP Server
    192.168.0.1
    Adapter DHCP Enabled
    Yes
    Driver Provider
    Intel
    Driver V

    Iqb,
    Make a system restore point.
    Start, control panel, device manager, Go to the USB Controller section and click the + sign. Go to each USB Root Hub. right click on it, left click uninstall.
    Restart your computer. When you login, the new hardware wizard will reinstall everything. Please be patient, it could take up to 2 minutes.
    Try the webcam and see if it works.
    If no, then the webcam became detached from the motherboard, usually near the webcam
    Rick

  • Nokia N97 can't send picture message to Nokia 5800...

    I have a Nokia 5800 and my partner has a N97 and he can receive my picture messages but he is unable to send to my phone. We have gone through all the trouble shooting with our service providers.
    I put my sim card in two other new nokia 5800's and the message didn't come through, I then put my sim card in a different brand phone and I got the picture message! The phone shop said it must be a incompatibility between to two phones, I don't understand how two new nokia's can't send a picture message, has anyone heard about this? Any fixes??
    Thanks

    I have the same problem as you with picture messages. I have a friend in Australia who has a Nokia E71 and she cant either. This has happened ever since i have had a Nokia phone both N85 8GB and now my N97.
    I havent found a answer and we had no troubles when i had a sony ericsson could send and receive pictures.
    Nokia N97 Unbranded RM-505 [0585162]
    Firmware 21.0.045
    It's NOT about the Kudos they just make my day, hit the Star if I Helped.

  • An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How reinitialize app?

    An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How do I reinitialize the app?

    Thank you again. Here's the console messages from trying to open iMovie and then opening the App Store. Clicking on the iMovie icon in App Store purchases and clicking on check for unfinished downloads:
    8/28/14 4:56:26.743 PM Dock[214]: LSOpenFromURLSpec(file:///Applications/iMovie.app/) failed with -10699
    8/28/14 4:56:47.878 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:56:47.879 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:57:50.201 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:57:50.201 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.745 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.745 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.824 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.824 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.847 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.847 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:36.276 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:36.276 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.448 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.448 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.449 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.449 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:55.996 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:55.996 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.021 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.022 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.051 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.052 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.342 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.342 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.425 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.425 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.508 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.508 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.518 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.519 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.696 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.696 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.808 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.808 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.826 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.827 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.838 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.839 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.843 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.843 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.857 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.857 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.893 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.894 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.907 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.907 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.923 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.924 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.969 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.970 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.039 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.039 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.045 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.045 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.145 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.145 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.231 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.231 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.249 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.249 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.293 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.293 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.350 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.350 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.352 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.353 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.400 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.400 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.402 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.402 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.814 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.814 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.932 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.932 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:00.697 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:26.564 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.565 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.660 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.660 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.840 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.840 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.864 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.864 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.984 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.984 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.069 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.069 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.079 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.079 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.083 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.084 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.385 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.385 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.389 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.390 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.391 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.391 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.435 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.436 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.443 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.443 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.479 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.479 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:31.036 PM acwebsecagent[127]: License : One or more of the License/Public Key can't be NULL
    8/28/14 4:59:31.036 PM acwebsecagent[127]: SSLExt : Failed to get ScanSafe headers
    8/28/14 4:59:31.036 PM acwebsecagent[127]: DownloadUpdatedConfig : Failed to download updated config. Host hostedconfig.scansafe.net. Code 0x80004005

  • Didn't get 10G certification automatically after passing IZO-045?

    Hello,
    I am a 8i OCP, then last year, I want to upgrade to 10G OCP. In last Decemeber, as Oracle website directed, I took and passed IZO-045 (Oracle Database 10G DBA new features for Oracle 8i OCPs) , (the exam centre is Pearsonvue), To my surpirse, I still didn't get 10G certification from Oracle.
    What is wrong and how can I do?
    Thanks you
    Edited by: 795980 on Jan 20, 2011 7:08 AM

    I have not received my certification success kit. What do I do?
    If your package has not yet arrived, you should:
    - Allow up to 8 weeks to receive your kit after you have completed your final certification requirement.
    - Visit certification.oracle.com and select your certification path to ensure you have completed all requirements.
    - Check certview.oracle.com to confirm that all exams were taken under the same Oracle Testing ID.
    - Go to Pearson Vue Website and select "Personal Info" to ensure your address is correct.
    - If you still have not received your certificate after the waiting period and your address is correct in your Pearson Vue profile, please send an email message to [email protected]
    Go to the Oracle Certification FAQ for more information on how to rectify any issues with the points above. Look under ‘Certificate and Logo.’
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=82#5Q1Ahead
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Error message for BAPI BAPI_POEC_CREATE

    Hi All,
    I am using this function module BAPI_POEC_CREATE to create purchase order in srm system.
    I have executed this bapi i am getting below error messages...
    I   BBP_PD               184 Purchase order 0000000068-  has been created
    E  BBP_UI_PO            045 Output: No details for medium Printer in supplier master record
    E  BS                   013 System status INCM is active (Purchase Order 68)
    I am not able to see the PO 68 which is created above in SRM system.Neighter it is shown in BBP_PD.
    also it is asking for output details for supplier. I have maintained in Maintain bussiness partner the output medium for the vendor in contact Tab.where else i need to maintain these values.
    also the error message mentioning INCM is active, i am not getting what it means
    Any body worked on this BAPI befor pls. help me.
    Abdul Raheem

    Hi,
    System Status INCM is active implies that your document is "Incomplete". There is an error and hence you cannot validate it, only park it.
    System status prevents you from ordering/submitting/validating the document until you correct the error.
    So could you please check the error message in RZ20?
    Regards,
    Nikhil

  • A Message To Nokia regarding N97

    Check this out... a person hwo sends a video message to Nokia regarding the "flashgip" N97
    http://www.youtube.com/watch?v=-imuEAzsymI&feature=player_embedded#

    I have the same problem as you with picture messages. I have a friend in Australia who has a Nokia E71 and she cant either. This has happened ever since i have had a Nokia phone both N85 8GB and now my N97.
    I havent found a answer and we had no troubles when i had a sony ericsson could send and receive pictures.
    Nokia N97 Unbranded RM-505 [0585162]
    Firmware 21.0.045
    It's NOT about the Kudos they just make my day, hit the Star if I Helped.

  • Message Server could not be started

    Dear all,
    my Message Server wonu00B4t start. Can anyone help me?
    hereu00B4s the trace of dev_ms:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 872] Fri Sep 12 15:17:48 2008
    [Thr 872] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    145
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        2688
    [Thr 872] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2688) [msxxserv.c   1834]
    [Thr 872] Fri Sep 12 15:17:50 2008
    [Thr 872] load acl file = C:\usr\sap\CCC\SYS\global\ms_acl_info.DAT
    [Thr 872] MsGetOwnIpAddr: my host addresses are :
    [Thr 872]   1 : [170.56.40.4] solman.thyssenkrupp.com (HOSTNAME)
    [Thr 872]   2 : [127.0.0.1] solman (LOCALHOST)
    [Thr 872] MsHttpInit: full qualified hostname = solman
    [Thr 872] HTTP logging is switch off
    [Thr 872] Fri Sep 12 15:17:51 2008
    [Thr 872] set HTTP state to LISTEN
    [Thr 872] ms/icf_info_server : deleted
    [Thr 872] *** I listen to port sapmsCCC (3601) ***
    [Thr 872] *** I listen to internal port 3901 (3901) ***
    [Thr 872] *** HTTP port 8101 state LISTEN ***
    [Thr 872] CUSTOMER KEY: >V0493430439<
    [Thr 872] Fri Sep 12 16:20:46 2008
    [Thr 872] *** ERROR => MsSCheckConnections: no response from client C1 (solman_CCC_01) after 300 secs received [msxxserv.c   3175]
    [Thr 872] *** ERROR => MsSCheckConnections: disconnect now [170.56.40.4] [msxxserv.c   3179]
    [Thr 2952] Mon Sep 15 15:02:39 2008
    [Thr 2952] MsSSoftShutdown: received SIGQUIT (3), start softshutdown phase
    [Thr 2952] set HTTP state to CLOSED
    [Thr 2952] MsHttpPortRemoveIdx: removed ms/server_port_0=PROT=HTTP,PORT=8101,TIMEOUT=20,PROCTIMEOUT=60 (1)
    [Thr 2952] *** HTTP port 8101 state CLOSED ***
    [Thr 2952] MsSCheckShutdown: no more clients connected
    [Thr 2952] ***LOG Q02=> MsSHalt, MSStop (Msg Server 2688) [msxxserv.c   5998]
    There seems to be an Error, but I could not find out, what it can be.

    the dev_disp seems to be ok:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        CCC
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    111
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        2696
    Thu Sep 18 11:06:35 2008
    kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 2696) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 111 successfully loaded
         shared lib "dw_xtc.dll" version 111 successfully loaded
         shared lib "dw_stl.dll" version 111 successfully loaded
         shared lib "dw_gui.dll" version 111 successfully loaded
         shared lib "dw_mdm.dll" version 111 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Thu Sep 18 11:06:40 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >solman_CCC_01                           <
    DpShMCreate: sizeof(wp_adm)          18672     (1436)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1536)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06420040, size: 4892312)
    DpShMCreate: allocated sys_adm at 06420040
    DpShMCreate: allocated wp_adm at 06422090
    DpShMCreate: allocated tm_adm_list at 06426980
    DpShMCreate: allocated tm_adm at 064269B0
    DpShMCreate: allocated wp_ca_adm at 0682FDF0
    DpShMCreate: allocated appc_ca_adm at 06835BB0
    DpShMCreate: allocated comm_adm at 06837AF0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 068B89B0
    DpShMCreate: allocated gw_adm at 068B89F0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 068B8A20
    DpShMCreate: allocated wall_adm at 068B8A28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    Thu Sep 18 11:06:41 2008
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3832
      argv[0] = C:\usr\sap\CCC\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\CCC\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\CCC\SYS\profile\CCC_DVEBMGS01_solman
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1050
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=CCC
      argv[7] = -DSAPMYNAME=solman_CCC_01
      argv[8] = -DSAPPROFILE=C:\usr\sap\CCC\SYS\profile\CCC_DVEBMGS01_solman
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    Thu Sep 18 11:06:42 2008
    ***LOG Q0K=> DpMsAttach, mscon ( solman) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >solman_CCC_01                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Thu Sep 18 11:06:44 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 111
    Release check o.K.
    Thu Sep 18 11:06:45 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    and the dev_w0, too:
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Sep 18 11:06:42 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\CCC\DVEBMGS01\exe\dbsdbslib.dll' ...
    B  Library 'C:\usr\sap\CCC\DVEBMGS01\exe\dbsdbslib.dll' loaded
    B  Version of 'C:\usr\sap\CCC\DVEBMGS01\exe\dbsdbslib.dll' is "700.08", patchlevel (0.104)
    B  New connection 0 created
    M sysno      01
    M sid        CCC
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    111
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        3364
    M
    M  kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3364) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0

    M Thu Sep 18 11:06:43 2008
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18672     (1436)
    M  DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1536)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06420040, size: 4892312)
    M  DpShMCreate: allocated sys_adm at 06420040
    M  DpShMCreate: allocated wp_adm at 06422090
    M  DpShMCreate: allocated tm_adm_list at 06426980
    M  DpShMCreate: allocated tm_adm at 064269B0
    M  DpShMCreate: allocated wp_ca_adm at 0682FDF0
    M  DpShMCreate: allocated appc_ca_adm at 06835BB0
    M  DpShMCreate: allocated comm_adm at 06837AF0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 068B89B0
    M  DpShMCreate: allocated gw_adm at 068B89F0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 068B8A20
    M  DpShMCreate: allocated wall_adm at 068B8A28
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Thu Sep 18 11:06:44 2008
    M  ThInit: running on host solman

    M Thu Sep 18 11:06:45 2008
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.104 (Make PL 0.111)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.104) Update statistic with empty schemas (note 1041547)
    C    (0.095) MaxDB DBSL patch collection 1 2007 (note 1014270)
    C    (0.082) MaxDB DBSL patch collection 3 2006 (note 991258)
    C    (0.079) MaxDB DBSL patch collection 2 2006 (note 984406)
    C    (0.068) MaxDB DBSL patch collection 1 2006 (note 962708)
    C    (0.051) DB50 perm block defect (note 934194)
    C    (0.046) ADBC: invalid data when fetching cursor with hold (note 925337)
    C    (0.045) Signal 11 during creation of BIA index (note 920743)
    C    (0.038) MaxDB DBSL patch collection 2 2005 (note 908602)
    C    (0.034) Livecache unicode connect (use SDK 7.6.0 b11) (note 901576)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 002-121-083-965
    C  SQLDBC Library Version : libSQLDBC 7.6.0    BUILD 035-123-139-084
    C  SQLDBC client runtime is MaxDB 7.6.0.035 CL 139084
    C  SQLDBC supports new DECIMAL interface : 0
    C  SQLDBC supports VARIABLE INPUT data : 0
    C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3
    C  Try to connect (DEFAULT) on connection 0 ...

    C Thu Sep 18 11:06:46 2008
    C  Attach to SAP DB : Kernel    7.6.00   Build 035-123-139-084
    C  Database release is SAP DB 7.6.00.035
    C  INFO : Database 'CCC' instance is running on 'solman'
    C  INFO : SAP DB Packet_Size = 131072
    C  INFO : SAP DB Min_Reply_Size = 4096
    C  INFO : SAP DB Comm_Size = 126976
    C  INFO : DBSL buffer size = 126976
    C  INFO : SAP DB MaxLocks = 300000
    C  INFO : Connect to DB as 'SAPCCC'
    C  Command info enabled
    C  Now I'm connected to SAP DB
    C  00: solman-CCC, since=20080918110645, ABAP= <unknown> (0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080918 110645 solman         
    C  INFO : SAP RELEASE (DB) = 700
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

  • Error FX-080 & FX-045 when post journal

    Dear all,
       We got a some error message when post journal.
       We have include currency translation logic in the default.lgx..
       When we post journal entries ,we got the following message in journal.log
    =======================
    8:35:13 PM  RunLogic param: sLogicFile :DEFAULT.LGX
    8:35:13 PM  RunLogic retMsg:
    SPRunConversion Version 2.06
    WARNING FX-045 - No Opening year Or you run more than one year
    ERROR FX-080 No Time available in your Application
    ========================
    What might cause this kind of error?
    Thx
    Jeff

    Hi Alwin,
      I find out that our original logic is
    *RUN_STORED_PROCEDURE = SPRUNCONVERSION( '%APP%','%CATEGORY_SET%', '%GROUPS%', 'GLOBAL','%SCOPETABLE%','%LOGTABLE%')
    which will cause that error.
    if we remove 'GLOBAL', it won't show that error. According to online help, 'GLOBAL' should be the default member of rateentity. Maybe , something wrong with our configuration.
    Best Regards,
    Jeff

  • Can't open any messages

    Hi everyone
    I have a strange problem in my N97 messages
    I can not open any SMS or MMS stored in the phone memory
    when I click on any message my phone try to load it but its goes back to messages list
    its not showing any error messages at all
    I did soft format and restored only messages but did not fix the problem
    also did hard reset and restored only messages also no luck
    when I switch message memory to mass memory storage I can open my old messages
    when I try to explore my messages from ovi or PC suite it does not show any messages and sometime shows few messages but not all of them
    can I at least move messages from phone memory to mass memory along  with my old messages?
    please I'm afraid of loosing my messages
    any suggestion or tip is really appreciated
    my firmware is updated (v21.0.045 #14-1-2010#)
    thanks alot

    When I press cancel nothing happens. I can do nothing and it still won't load the program.
    Messages beta: http://www.apple.com/macosx/mountain-lion/messages-beta/

  • Strange New Console Messages _spotlight: audit warning: expired /var/audit/ {string of numbers}

    For several days I have been having difficulties having the MacBook Pro (Lion) complete shutdowns. Eventually I have to hard reset it.
    On reboot almost always Spotlight starts building its index again. (I even gave it 2 full days once in case the indexing not completing was the issue but the laptop had just stayed hung). Disk Utility and even the otherwise pathetic Tech Tools Pro 6 report no errors in directories or structures,
    Today, I just noticed a strange new series of messages, while I was not using the computer all day and no apps were running....
    They are shown below (I narrowed the search to Spotlight in Console)
    1/2/12 10:41:27.008 AM SystemUIServer: /SourceCache/SpotlightUI/Spotlight-627.20/menu/Models/MDQueryWorker.m __+[MDQueryWorker startQuery:withOptions:]_block_invoke_1 Can't execute query '(* = "phon*"cdw || kMDItemTextContent = "phon*"cdw)': Device not configured
    1/2/12 8:47:36.476 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/2/12 9:47:38.467 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/2/12 10:47:34.807 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/2/12 11:47:35.295 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 12:47:34.539 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 1:47:34.667 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 2:47:35.032 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 3:47:34.591 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 4:47:35.409 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 5:47:35.105 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 6:47:35.180 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 7:47:36.245 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 8:47:35.742 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 9:47:35.213 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 10:41:10.965 AM _spotlight: audit warning: closefile /var/audit/20120103085828.20120103154110
    1/3/12 10:41:10.988 AM _spotlight: audit warning: expired /var/audit/20111212030845.20111212031014
    1/3/12 10:41:10.999 AM _spotlight: audit warning: expired /var/audit/20111213155825.20111213161344
    1/3/12 10:41:11.000 AM _spotlight: audit warning: expired /var/audit/20111212102108.20111213154106
    1/3/12 10:41:11.038 AM _spotlight: audit warning: expired /var/audit/20111213161413.crash_recovery
    1/3/12 10:41:11.039 AM _spotlight: audit warning: expired /var/audit/20111215005701.crash_recovery
    1/3/12 10:41:11.039 AM _spotlight: audit warning: expired /var/audit/20111214002110.20111215005627
    1/3/12 10:41:11.039 AM _spotlight: audit warning: expired /var/audit/20111213235632.20111214001848
    1/3/12 10:41:11.042 AM _spotlight: audit warning: expired /var/audit/20111215010125.20111215144053
    1/3/12 10:47:35.648 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 11:47:36.445 AM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 12:47:36.145 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 1:47:35.532 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 2:47:36.216 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 3:47:35.993 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    1/3/12 4:47:35.945 PM mds: ERROR: _MDSChannelInitForAFP: AFPSendSpotLightRPC failed -1
    The following all occurred in a row. Only ongoing activity I can recall is that a Time Machine hourly update completed successfully.
    1/3/12 5:23:41.880 PM _spotlight: audit warning: closefile /var/audit/20120103154110.20120103222341
    1/3/12 5:23:41.977 PM _spotlight: audit warning: expired /var/audit/20111215144053.20111216050915
    1/3/12 5:23:42.000 PM _spotlight: audit warning: expired /var/audit/20111216051546.crash_recovery
    1/3/12 5:23:42.004 PM _spotlight: audit warning: expired /var/audit/20111216052146.20111216085704
    1/3/12 5:23:42.034 PM _spotlight: audit warning: expired /var/audit/20111216085704.20111216085842
    1/3/12 5:23:42.040 PM _spotlight: audit warning: expired /var/audit/20111216085842.20111216090207
    1/3/12 5:23:42.043 PM _spotlight: audit warning: expired /var/audit/20111216090409.20111216090706
    1/3/12 5:23:42.043 PM _spotlight: audit warning: expired /var/audit/20111216090207.20111216090409
    1/3/12 5:23:42.045 PM _spotlight: audit warning: expired /var/audit/20111216090706.20111216092708
    1/3/12 5:23:42.057 PM _spotlight: audit warning: expired /var/audit/20111216092708.20111216093022
    1/3/12 5:23:42.060 PM _spotlight: audit warning: expired /var/audit/20111216093022.20111216093207
    1/3/12 5:23:42.071 PM _spotlight: audit warning: expired /var/audit/20111216093420.20111216093709
    1/3/12 5:23:42.072 PM _spotlight: audit warning: expired /var/audit/20111216093709.20111216094209
    1/3/12 5:23:42.073 PM _spotlight: audit warning: expired /var/audit/20111216093207.20111216093420
    1/3/12 5:23:42.075 PM _spotlight: audit warning: expired /var/audit/20111216094209.20111216094709
    1/3/12 5:23:42.089 PM _spotlight: audit warning: expired /var/audit/20111216100711.20111216100800
    1/3/12 5:23:42.102 PM _spotlight: audit warning: expired /var/audit/20111216095710.20111216100211
    1/3/12 5:23:42.107 PM _spotlight: audit warning: expired /var/audit/20111216095209.20111216095710
    1/3/12 5:23:42.107 PM _spotlight: audit warning: expired /var/audit/20111216094709.20111216095209
    1/3/12 5:23:42.107 PM _spotlight: audit warning: expired /var/audit/20111216100211.20111216100711
    1/3/12 5:23:42.130 PM _spotlight: audit warning: expired /var/audit/20111216101212.20111216101712
    1/3/12 5:23:42.140 PM _spotlight: audit warning: expired /var/audit/20111216100800.20111216101212
    1/3/12 5:23:42.140 PM _spotlight: audit warning: expired /var/audit/20111216102358.20111216102633
    1/3/12 5:23:42.141 PM _spotlight: audit warning: expired /var/audit/20111216102213.20111216102358
    1/3/12 5:23:42.156 PM _spotlight: audit warning: expired /var/audit/20111216101712.20111216102213
    1/3/12 5:23:42.156 PM _spotlight: audit warning: expired /var/audit/20111216102633.20111216102713
    1/3/12 5:23:42.188 PM _spotlight: audit warning: expired /var/audit/20111216103248.20111216103414
    1/3/12 5:23:42.189 PM _spotlight: audit warning: expired /var/audit/20111216102713.20111216103213
    1/3/12 5:23:42.194 PM _spotlight: audit warning: expired /var/audit/20111216103213.20111216103248
    1/3/12 5:23:42.196 PM _spotlight: audit warning: expired /var/audit/20111216103714.20111216103843
    1/3/12 5:23:42.197 PM _spotlight: audit warning: expired /var/audit/20111216103414.20111216103502
    1/3/12 5:23:42.201 PM _spotlight: audit warning: expired /var/audit/20111216103502.20111216103714
    1/3/12 5:23:42.202 PM _spotlight: audit warning: expired /var/audit/20111216103843.20111216104214
    1/3/12 5:23:42.205 PM _spotlight: audit warning: expired /var/audit/20111216104214.20111216104714
    1/3/12 5:23:42.217 PM _spotlight: audit warning: expired /var/audit/20111216104714.20111216105215
    1/3/12 5:23:42.228 PM _spotlight: audit warning: expired /var/audit/20111216105215.20111216115220
    1/3/12 5:23:42.228 PM _spotlight: audit warning: expired /var/audit/20111216115720.20111216193003
    1/3/12 5:23:42.230 PM _spotlight: audit warning: expired /var/audit/20111216115220.20111216115720
    1/3/12 5:23:42.236 PM _spotlight: audit warning: expired /var/audit/20111216193003.20111216193503
    1/3/12 5:23:42.241 PM _spotlight: audit warning: expired /var/audit/20111216193503.20111216193602
    1/3/12 5:23:42.248 PM _spotlight: audit warning: expired /var/audit/20111216193602.20111216200004
    1/3/12 5:23:42.262 PM _spotlight: audit warning: expired /var/audit/20111216200004.20111216200505
    1/3/12 5:23:42.262 PM _spotlight: audit warning: expired /var/audit/20111216200505.20111216201005
    1/3/12 5:23:42.265 PM _spotlight: audit warning: expired /var/audit/20111217183803.20111217183833
    1/3/12 5:23:42.265 PM _spotlight: audit warning: expired /var/audit/20111216201005.20111217183803
    1/3/12 5:23:42.283 PM _spotlight: audit warning: expired /var/audit/20111217223900.20111217223930
    1/3/12 5:23:42.288 PM _spotlight: audit warning: expired /var/audit/20111217183833.20111217183903
    1/3/12 5:23:42.289 PM _spotlight: audit warning: expired /var/audit/20111217183903.20111217223900
    1/3/12 5:23:42.293 PM _spotlight: audit warning: expired /var/audit/20111217224000.crash_recovery
    1/3/12 5:23:42.294 PM _spotlight: audit warning: expired /var/audit/20111217223930.20111217224000
    Any thoughts on what these are all about and how to get rid of these problems?
    Thanks and Happy New Year.
    Imran

    To the best of my knowledge, the CaptiveNetworkSupport daemon has to do with WiFi and networking.
    Some things to try:
    Visit ~/Library/Caches <–Trash everything in this folder (it will rebuild after reboot)
    Reboot your Mac. | Empty the Trash. | Reboot your Mac.
    You cannot empty the trash until after you reboot because the files are still in use. When you reboot the second time, after you have emptied the trash, it is to ensure that none of the files are in use, and the new caches are rebuilt successfully.  You may notice it's a little slow at first, that is because it is rebuilding the caches.
    Rebuild the Spotlight Index.
    This is simple. Open up Spotlight in System Prefs, drag your Mac HD into the Privacy section, then remove it. It rebuilds the spotlight database.
    Repair Disk Permissions for good measure as well.
    See if that helps anything.

Maybe you are looking for

  • HELP! Internal Keyboard doesn't work

    I had my macbook pro 6 months ago, and one month ago I plugged in an imac keyboard for using adobe illustrator and photoshop. When I unplugged the external keyboard the internal keyboard of the macbook pro stopped functioning. The commands buttons, l

  • Why can't i buy more than one thing at a time?

    I have 20+ items in my Wish List & I can find no way to buy all of them at once...only one at a time.  Since that is a highly irritating way to make my purchases, I have to believe that I am missing something somewhere - is there no shopping cart any

  • My iMac

    I've had my iMac G5 since the start of this year. and only lately has my iMac G5 made me a bit worrysome. Ok so the problems are as followed: 1. The fan goes on full blast (you can hear it whirring, but it sounds like it's hitting something i'll try

  • 3 way color correction preview problem

    I can't see any changes in Visual Mode on my external monitor. Its outputted from a Aja Kona LH. The changes are visible in FCP so I know its working but need to be able to see it on my calibrated HD JVC LCD. I can see adjustments in numerical mode.

  • OEM12c Not logging

    HI , I have installed OEM12c recently.It was working fine for a couple of days. Not it was not allowing the SYSMAN user to login. I did not change any thing on the DB side of the OEM side. the Error says "Authentication failed. If problem persists, c