strange errors TNS-12504

Hi all

I had TNS-12504 strange errors when I try to connect to a 10.2.0.5.0db on my laptop (Vista 32 bit MS).

I installed Oracle DB 10.2.0.5.0 in c:\oracle\product\10.2.0\db_1 and its Oracle customer 10.2.0.5.0 to C:\oracle\product\10.2.0\client_1.

I configured a MS Loopback card with static ip 10.10.1.1.
I set the variable ORACLE_HOSTNAME = PC322LB system, and my host file contains PC322LB 10.10.1.1.

My network configuration files contain:

###########################################

C:\oracle\product\10.2.0\db_1\network\admin\listener.ora:

LISTENER_ORA10 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
)
)


SID_LIST_LISTENER_ORA10 =
(SID_LIST =
(SID_DESC =
(SID_NAME = ORA10)
(ORACLE_HOME=C:\oracle\product\10.2.0\db_1)
)
)



###########################################

C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora:


LISTENER_ORA10 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
)
)

ORA10 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
)
(CONNECT_DATA = (SID = ORA10))
)


###########################################

C:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora:

ORA10 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = 10.10.1.1)
(PORT = 1522)
)
)
(CONNECT_DATA =
(SID = ORA10)
)
)

#########################################

And I set the parameter LOCAL_LISTENER = "LISTENER_ORA10."


However, if I try to connect to sqlplus by the window / I still get the error
ORA-12504: TNS:listener did not have the SID in CONNECT_DATA

:

C:\oracle\product\10.2.0\db_1\bin >. \lsnrctl status listener_ora10

LSNRCTL for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:24

Copyright (c) 1991, 2010, Oracle. All rights reserved.

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=10.10.1.1)))
STATUS of the LISTENER
------------------------
Alias listener_ora10
Version TNSLSNR for 32-bit Windows: Version 10.2.0.5.0 - Production
Start date may 27, 2011 15:38:28
Uptime 0 days 0 h 15 min 57 sec
Draw level off
Security ON: OS Local Authentication
SNMP OFF
Listener parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Listener log file C:\oracle\product\10.2.0\db_1\network\log\listener_ora10.log
Summary of endpoints listening...
(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=10.10.1.1)))
Summary of services...
Service "ORA10" has 2 occurrences.
Instance "ORA10', status UNKNOWN, has 1 operation for this service...
Instance "ora10" READY State, has 1 operation for this service...
Service 'ORA10XDB' has 1 instance (s).
Instance "ora10" READY State, has 1 operation for this service...
Service 'ORA10_XPT' has 1 instance (s).
Instance "ora10" READY State, has 1 operation for this service...
The command completed successfully

C:\oracle\product\10.2.0\db_1\bin >. \tnsping ora10

AMT Ping Utility for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:29

Copyright (c) 1997, 2010, Oracle. All rights reserved.

Use settings files:
C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora


TNSNAMES adapter used to resolve the alias
Try to contact (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))) ())
ONNECT_DATA = (SID = ORA10)))
OK (0 msec)

C:\oracle\product\10.2.0\db_1\bin >
C:\oracle\product\10.2.0\db_1\bin >.\sqlplus.exe system/foo@ORA10

SQL * more: version 10.2.0.5.0 - Production on Fri 27 mai 15:54: 40 2011

Copyright (c) 1982, 2010, Oracle. All rights reserved.

ERROR:
ORA-12504: TNS:listener did not have the SID in CONNECT_DATA


Enter the user name:



In my view, that really miss me stupid put... any help?

Thank you

Andrea

ORA10 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
)
(CONNECT_DATA = (SID = ORA10))
)

Your TNS entry seems incorrect, try this way

ORA10 =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.1.1)(PORT = 1522))
    (CONNECT_DATA=(SID=ORA10))
  )

Tags: Database

Similar Questions

  • RMAN-04006: auxiliary database error: ORA-12504: TNS:listener has not been

    HIII...

    I was doing my dataguard configuration, my primary side is a 2 node RAC and my stand by is a single node.
    IM using the database and 11 GR 2 grid infrastructure.

    When I try to connect to the rating system standy priamry using RMAN im getting the following error.

    [*[*Oracle@Rac2 ~] rman target $ / auxiliary sys / sys@to_std *.

    Recovery Manager: release 11.2.0.1.0 - Production on Thu Sep 29 20:39:04 2011

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    connected to target database: RAC (DBID = 2346715690)
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04006: auxiliary database error: ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA


    My tnsnames.ora file is as follows

    to_std =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STB.msftpnq.com)
    )
    )


    and my listsner.ora file is as follows

    list_std =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
    )
    )
    SID_LIST_list_std =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = STB.msftpnq.com)
    (SID_NAME = STB)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
    )
    )


    Please can someone help me to solve the issue.


    Thanks in advance.

    change the string Service_name in the tnsnames.ora file in the following and try again

    (SERVICE_NAME = STB) will be replaced by (SERVICE_NAME = STB.msftpnq.com)

  • jsf page strange error when running stand-alone weblogic server 12 c

    Hello

    I am facing strange error when lance page stand-alone weblogic server 12 c jsf

    JDeveloper version (12.1.3), Weblogic server (12 c)

    java.lang.NoSuchMethodError: oracle.javatools.resourcebundle.ChainedKeyValueMap.internalSetELResolved (Ljava/lang/Boolean ;) V

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:85)

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:60)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:99)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:179)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:957)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:214)

    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:231)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.taglib.region.IncludeTag$ FacetWrapper.encodeAll (IncludeTag.java:521)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:77)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    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:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    My problem is solved by installing ADF performance (12.1.3)

  • Workload with strange errors

    Hi, we used the utility of loading of contour for sometimes, but in the last days, contour workload had strange errors, but metadata seems can be load in the planning.

    And what follows did not seem like an error rather than a warning. But he reached in the error files and send alert e-mail. And I want to remove these files err. Ideas for her?

    Err:

    D:\BatchJob\err\ExportBudgetApp_Att_Homebase.csv.exc?: [Mon 06 Oct 11:13:14 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Att_SourcingCountry.csv.exc?: [Mon Oct 06 15:12:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CentreTypeCounter.csv.exc?: [Fri Nov 07 06:48:44 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Currency.csv.exc?: [Fri Nov 07 06:50:07 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CurrencyCounter.csv.exc?: [Fri Nov 07 06:48:34 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Customer.csv.exc?: [Fri Nov 07 06:49:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_FiscalYear.csv.exc?: [Sea 05 Nov 08:59:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim1.csv.exc?: [Fri Nov 07 06:49:11 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim2.csv.exc?: [Fri Nov 07 06:49:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_InputEntityCounter.csv.exc?: [Fri Nov 07 06:49:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_PPCurrencyCheck.csv.exc?: [Fri Nov 07 06:48:15 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_ReportGrouping.csv.exc?: [Fri Nov 07 06:48:53 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_SourcingCountry.csv.exc?: [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Src-PDN.csv.exc?: [Fri Nov 07 06:49:35 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Version.csv.exc?: [Fri Nov 07 06:49:57 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ImportBudgetApp_Period08.csv.exc?: [Mon Sep 01 09:37:39 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period09.csv.exc?: [Tue Sep 30 10:47 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period10.csv.exc?: [Fri 31 Oct 11:57:42 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_RollingForecast08.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast09.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast10.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_Entity.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CentreTypeCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Currency.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CurrencyCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Customer.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_FiscalYear.csv.exc?: [Sea Nov 05 09:04:33 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension "attributes FiscalYear.

    D:\BatchJob\err\ImportNYBudgetApp_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_GDim2.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_InputEntityCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_PPCurrencyCheck.csv.exc?:

    Parts of the log file:

    [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    [Fri Nov 07 06:48:25 HKT 2014] Export successfully open file '. '. ' / Dimensions/BudgetApp_SourcingCountry.csv.

    [Fri Nov 07 06:48:25 HKT 2014] Prefixed UTF-8 BOM successfully of the output file or stream.

    [Fri Nov 07 06:48:26 HKT 2014] A refresh of the cube operation will not be run.

    [Fri Nov 07 06:48:26 HKT 2014] Create filters for safe operation will not be performed.

    [Fri Nov 07 06:48:26 HKT 2014] Planning of the process of loading over edge (without such load specified data (/ N)). 378 export records have been written.

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:27 HKT 2014] Command-line submitted: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:34 HKT 2014] Successfully connected in the application 'Budget', version 11.123500, adapter Interface Version 5, supported and not enabled workforce, CapEx no taken care and not active, CSS Version 3

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Thanks for the help!

    Given that you're trying to export it says just will not run you who command members / o is default and it's just information, not a mistake. You can try to add/o When you try loading data or export to get rid of this one.

    I know what are the other. My best guess will be because he will D: he could think of that as a /D switch or it may be because you give. extenstion csv.exc. You can try this with

    1. write in the same folder, not to do so. / logs

    2. Remove. CSV.exc and just add .log extension

    Concerning

    Celvin Kattookaran

  • Strange error messages just before the accidents of the body

    Latest updates to 2015 of the body
    10 64-bit Windows
    6-core I7 3.2
    980gtx 4 GB
    32 GB of ddr3 memory

    Recently I've been doing strange errors that cause the body to crash a lot. I have no idea what may cause the problem and I don't seem to have other programs just to the top and crash on me like body. I tried to update the drivers completely but that seemed only to make things worse but that might have been just a coincidence.

    When searching for error "Cannot allocate temporary data to reverse" nothing of use appears in google. Is there a database of adobe error message I should be through?

    The project I'm trying is large enough and had a few former premiere pro imported projects that could cause hiccups?

    Attached below are some of the error messages that popped up. Everything worked fine until the "low level" Adobe Player cause body crashing. After having reopened organization the following errors appeared "impossible to affect", "AE. MASK', 'contact of entry', and 'PPixHandle '.

    See you soon,.
    James

    2016-04-04 14.12.21.jpg

    premiere pro errors3.jpgpremiere pro errors2.jpg

    Thanks for a detailed response.

    First of all, I suggest you create a new (empty) project and import your existing of the project leader (.prproj) using the media browser.

    As you work with a large number of data, how are your configuration of disks?

    This project is to use as much ram as I can give it. It is a hunger project. This could help boost errors. My system has 32 GB of ram, I allocated 6 GB for other programs / windows to use. I used to have only 4 GB allocated for windows but that was causing errors of memory that windows needed more runs while this project was open

    I would say that allocate more memory (8-10 concerts IMO) windows to avoid bottlenecks because other processes are equally important.

    Is usually a specific cause for the error messages I posted in the original post to protest or they are generic error messages?

    These errors are mostly generic.

    Thank you

    Regalo

  • Strange error with RHCL RH10 and RH11 command-line compilation

    Hello once again, RoboHelp gurus!

    I feel a strange error using the compilation process command-line rchl in RoboHelp 10 and 11 of RoboHelp.

    Here is the command I use:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl "C:\folder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\log\folder\logfile.txt".

    When I generate the log of the cmd file, I see an error "LILo: BIBCientInit could not initialize" twice in the window of cmd prompt while compiling is the treatment.  The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl "C:\projectfolder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\logfolder\logfile.txt" [press ENTER]

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML >


    The created FichierJournal.txt has no mention of ""LILo: BIBCientInit could not initialize "it contains."  Compiling builds without problem, as far as I can tell.


    The same thing happens when I do not create the log during the cmd file and it errors record right "compensation output folder.  But, it seems to me that the output folder does not actually get disabled.


    This allows the viewing of the compilation process line by line in the cmd prompt window.  When the compiler indicates "output Compensation folder...". ', the ' LILo: BIBCientInit failed to initialize "error message appears twice, and then the process continues.

    Here's the command:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl 'C:\folder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder '.

    The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl 'C:\projectfolder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder"[press ENTER]

    Adobe (R) RoboHelp version 10.0.0.287 Project command line compiler

    Copyright (C) 2006-2007 Adobe Systems Incorporated and its licensors. All rights reserved.

    Project: C:\folder\project.xpj

    Page layout: SSL_Name.

    Output: c:\outputfolder.

    Scanning for the compilation project...

    Review completed.

    ATTENTION: No luggage description of the file.

    From compilation...

    HTMLHELP 10.0.0.287 preprocessor

    Compilation C:\folder\! chm_tmp_folder_0\project.xpj ...

    Preparation create HTMLHELP...

    Compensation output folder...

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    Preparation of the HTML Help files...

    Copying files...

    ...

    It's okay if it's a HTMLHelp or WebHelp output.  Any thoughts on what is this error and what is the cause?

    I've been away from RoboHelp for about 9 months, but I'll be back on the same projects and the same version of RoboHelp 10 and the same compilation process.  The difference is that I have a new laptop.

    Thank you very much in advance for your time!

    EA

    Adobe was able to recreate this issue on their end, and a bug was created for her.

  • Strange error InsertChildXML...

    I'm currently working on 11 GR 2 but trying to code to work also on 10 gr 2 things. After reading the 11 GR 2 XML white paper, it says manufacturer based varchar2 of XMLType, i.e. things like XMLType ("< BONUS_ID > 12 < / BONUS_ID '") is discouraged. So for the creation of a value-based XMLType content, I decided to use XMLElement (not recommended on both versions).

    I have a situation where I want to set up a node insertion, it is actually similar to what follows, but I got a strange error...
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement(NODE_NAME, 12))
    from qry
    /
    
    ORA-31056: The document being inserted does not conform to specified child name
    However, the following works... Which suggests that the different treats Oracle to "BONUS_ID" "BONUS_ID".
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement("BONUS_ID", 12))
    from qry
    /
    
    <CUSTOMERS_INSERT>
      <CUSTOMER_ID>9999</CUSTOMER_ID>
      <BONUS_ID>12</BONUS_ID>
    </CUSTOMERS_INSERT>
    Weird? Which begs the question why? and how you should reach such an example without having to hardcode things?

    The first argument of XMLElement is an identifier

    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(NODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(evalname NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL>
    
  • Strange error

    Hello guys thanks for your help, but now this strange error, who do not understand.
    I have create this simple application, in this application, I want to create a rectangle that I see on stage, bur first, I opened palette.fx, in this case, I have3 the butto to create
    rettangle
    /*
     * Mani.fx
     */
    
    package javafxapplication3;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import javafx.scene.text.Font;
    import javafx.scene.control.Button;
    import javafx.scene.Group;
    import javafx.scene.shape.Circle;
    import javafx.scene.paint.Color;
    
    /* the variable myBox is public because i access it from myBox2 in palette.fx*/
    public var myBox = javafx.scene.layout.VBox{
             spacing:5
                layoutX:5
                layoutY:40      
         }
    
    var g1 = Group {
        content: [
            Button {
                  translateX: 15
                        translateY: 10
                       text: "Palette "
                         action: function() {               
                         Palette{}; // call the palette,
                          
                           }
                   }
            ]
    };
    
    var stage =Stage {
        title: "Application title"
        scene: Scene {
            width: 250
            height:280
            content: [
    g1,
    myBox,
    
    // figura1{}
       ]// end content
    
          }// end scene
              
    }
    
    /*
    *Palette.fx
    */
    
    package javafxapplication3;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.text.Text;
    import javafx.scene.text.Font;
    import javafx.scene.control.Button;
    import javafx.scene.layout.HBox;
    import javafx.scene.shape.Rectangle;
    import javafxapplication3.Main;
    
    
    var myBox2= bind Main.myBox  with inverse;
    
    
    var palet =Stage {
        title:" Palette ";
            scene: Scene {
                width: 320    
                height: 230
                    content: [
               //
               Button {
                        translateX: 5
                        translateY: 10
                       text: "Rectangel"
                     action: function() {
    
                     insert  {
                           figura1{}; // i call class figura1
                             }into myBox2.content
                         
                            }//fine function
    
                            }// fine Button RETTANGOLO
    
                        ] //content Hbox
    
             }
    }
    /*
    *figura1.fx
    */
    package javafxapplication3;
    import javafx.scene.*;
    import javafx.scene.paint.*;
    import javafx.scene.shape.*;
    
    
    public class figura1 extends CustomNode{
    
     
     override function create():Node {
            return Group {
                content:  {
                    Rectangle {
                        x: 30
                        y: 30
                        width: 100
                        height: 10
                        fill:Color.RED
                    }
                }
            };
        }
       }
    When I click on "run main project" I see this error

    java.lang.NoSuchMethodException: javafxapplication3. Main.JavaFX$ Run$ (com Sun.JavaFX.Runtime.Sequence.Sequence)
    at java.lang.Class.getMethod (unknown Source)
    at com.sun.javafx.runtime.Entry.start(Entry.java:64)
    at com.sun.javafx.runtime.Main.main(Main.java:80)
    browser-run:
    TJ - run:
    MIDP-run:
    TV broadcast:
    run:
    BUILD successful (total time: 2 seconds)

    I think the problem is this (present in main.fx) code
    public var myBox = javafx.scene.layout.VBox {...}

    but I don't know, how to fix

    best regads
    A.

    Published by: 851168 on 23 / / mag-2011 3.31

    Published by: 851168 on 23 / / mag-2011 7.44

    have you used 'function run() {}' which allows to invoke your scene or that the class contains a variable public or non-public.

    Thank you.
    Narayan

  • error TNS expdp

    Hello

    I am using expdp successfully for some time, but now I'm in trouble. I had originally a database on the Windows Server. I added a second database for testing, but have now removed. I initially tried running expdp (I need to run it against my original db) when I got the two databases and it looked like he was pointing to the second database.

    When I try to use expdp now (after the removal of the second db) I get "Error TNS:protocol adapter." Any ideas? My experience is still somewhat limited with Oracle so I'd be surprised if I'm not missing what is obvious.

    Thank you very much for any help, I sincerely appreciate it.

    Thank you
    Nick

    user1194782 wrote:
    Jac I thought you meant an Oracle command that I never knew. Here's the result (I see not much connected to Oracle, I deleted the user and machine name values):

    ALLUSERSPROFILE = C:\programdata
    APPDATA = C:\Users\Administrator\AppData\Roaming
    CLASSPATH =. ; C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    CommonProgramFiles = c: files
    CommonProgramFiles (x 86) = c: Program Files (x 86) \Common Files
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK = NO
    Framework35Version = v3.5
    FrameworkDir=c:\Windows\Microsoft.NET\Framework64
    FrameworkVersion = v2.0.50727
    HOMEDRIVE = C:
    INCLUDE = c: Program Files (x 86) \Microsoft Visual Studio 9.0\VC\ATLMFC\INCLUDE;c:\Program files (x 86) \Microsoft Visual Studio 9.0\VC\INCLUDE. C:\Program Files\Microsoft SDKs\Windows\v6.0A\include.
    LIB = c: Program Files files (x 86) \Microsoft Visual Studio 9.0\VC\ATLMFC\LIB\amd64;c:\Program files (x 86) \Microsoft Visual Studio 9.0\VC\LIB\amd64. C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib\x64.
    LIBPATH=c:\WINDOWS\Microsoft.NET\framework64\v3.5;c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727;c:\WINDOWS\Microsoft.NET\framework64\v3.5;c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727;c:\Program files (x 86) \Microsoft Visual Studio 9.0\VC\ATLMFC\LIB\amd64;c:\Program files (x 86) \Microsoft Visual Studio 9.0\VC\LIB\amd64.
    LOCALAPPDATA = C:\Users\Administrator\AppData\Local
    NUMBER_OF_PROCESSORS = 4
    OS = Windows_NT
    Path = c: Program Files files (x 86) \Microsoft Visual Studio 9.0\VC\BIN\amd64;c:\Windows\Microsoft.NET\Framework64\v3.5;c:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre - Release Version);c:\Windows\Microsoft.NET\Framework64\v2.0.50727;c:\Program files (x 86) \Microsoft Visual Studio 9.0\VC\VCPackages;c:\Program files (x 86) \Microsoft Visual Studio 9.0\Common7\IDE;c:\Program files (x 86) \Microsoft Visual Studio 9.0\Common7\Tools;c:\Program files (x 86) \Microsoft Visual Studio 9.0\Common7\Tools\bin;) C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\x64. C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\win64\x64. C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin. C:\Ruby192\bin;d:\oracle\app\Administrator\product\11.2.0\dbhome_2\bin; C:\Program Files (x 86) \PHP\; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Program Files (x 86) \Microsoft SQL Server\100\Tools\Binn\; C:\Program Files\Microsoft SQL Server\100\Tools\Binn\; C:\Program Files\Microsoft SQL Server\100\DTS\Binn\; C:\Program Files (x 86) \Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\; C:\Program Files (x 86) \Microsoft SQL Server\100\DTS\Binn\; C:\Program Files (x 86) \Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\. C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files (x 86) \Microsoft SQL Server\90\Tools\binn\; C:\Program Files (x 86) \QuickTime\QTSystem\; C:\Program Files (x 86) \Calibre2\; C:\Program Files (x 86) \Gallio\bin
    PATHEXT = .COM; EXE;. BEATS;. CMD;. VBS;. VBE;. JS;. JSE;. WSF;. WSH;. MSC. ; RB;. RBW
    PHPRC = c: Program Files (x 86) \PHP\
    PROCESSOR_ARCHITECTURE = AMD64
    PROCESSOR_IDENTIFIER = Intel64 family 6 model 23 Stepping 7 GenuineIntel
    PROCESSOR_LEVEL = 6
    PROCESSOR_REVISION = 1707
    ProgramData = ProgramData
    ProgramFiles = c: Program Files
    ProgramFiles (x 86) = c: Program Files (x 86)
    PROMPT = $P$ G
    PUBLIC = C:\Users\Public
    QTJAVA = C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    SESSION = Console
    SystemDrive = C:
    SystemRoot = C:\Windows
    TEMP = C:\Users\ADMINI~1\AppData\Local\Temp
    TMP = C:\Users\ADMINI~1\AppData\Local\Temp
    VCINSTALLDIR = c: Program Files files (x 86) \Microsoft Visual Studio 9.0\VC
    VS100COMNTOOLS = c: Program Files (x 86) \Microsoft Visual Studio 10.0\Common7\Tools\


    VS90COMNTOOLS = c: Program Files files (x 86) \Microsoft Visual Studio 9.0\Common7\Tools\
    VSINSTALLDIR = c: Program Files (x 86) \Microsoft Visual Studio 9.0
    windir = C:\Windows
    WindowsSdkDir = c: SDKs\Windows\v6.0A\

    I don't see any Oracle variable defined environment (for example ORACLE_SID ORACLE_HOME and TNS_ADMIN etc.). Are there settings in the registry for the latter?

    HTH
    Srini

  • Strange error when you try to validate a business rule

    I get this strange error when I try to validate a business rule:

    Details: cannot calculate. Essbase Error (1200369): error optimize [69972] formula (line 38): cannot cross the same dimension members


    The rule is:

    DIFFICULTY (@RELATIVE ("SG & A", 0))
    '69972' = (("60001"-> "C1130"-> "Tous les projets"-> "Tous les employés») + ("69971"-> 'C1130'-> 'All projects'->"All employees")) * ' SG & a % of C1130 '-> 'No cost center'-> 'PNULL',-> 'no employee" * (("Effectifs"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «Tous les projets»-> «Tous les employés»)) / (("Effectifs"->"SG & A"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «SG & A»-> «)) ((All projects"->"All employees"));

    ENDFIX

    Msg of error indicates that you have used the operator of crossdim with the Member of the same sun. Cross the check again.
    EX:
    'C1130'-> 'Numbers'-> 'SG & A'-> 'All projects'-> 'all employees '.
    Are all these members belong to various dimesions?

  • I have a strange error when I close a combobox:

    I have a strange error when I close a combobox:

    < mx:ComboBox
    ID = "currencyComboBox".
    prompt = "Select currency" dropdownStyleName = "drop-down list.
    labelField = 'currencyName.

    >
    < mx: close >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx: close >
    < mx:change >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx:change >
    < / mx:ComboBox >

    RangeError: Index '7' specified is out of range.
    at mx.collections::ListCollectionView/getItemAt() [E:\dev\3.0.x\frameworks\projects\framework \src\mx\collections\ListCollectionView.as:422]

    This only happens when its dataprovider is from a result event rather than its dataprovider to arraycollection predifined collection.

    private void handleGetBanks(event:ResultEvent):void {}
    bankResult = new ArrayCollection ((event.result as collection ArrayCollection) .source collection);
    currencyComboBox.dataProvider = event.result as ArrayCollection collection;
    }

    rather than using the following as a dataprovider:

    < mx:ArrayCollection id = "currency" >
    < mx:Object label = "AED" / >
    < mx:Object label = "AUD" / >
    < mx:Object label = "CAD" / >
    < mx:Object label = "EUR" / >
    < mx:Object label = "NZD" / >
    < mx:Object label = "USD" / >
    < mx:Object label = "ZAR" / >
    < / mx:ArrayCollection >


    Can we see what else could be the problem?

    Sorry my mistake, the change event is invited before the close event. Then I could debug and find the problem

  • Strange error of loading of SWF

    Hello

    I hope that someone here can help me with a strange error that I get when you try to load an external SWF.

    Basically I have a Document class that creates a loader object using the class constructor.

    for example (note that I removed a lot of code for readability purposes)
    Quote:

    Content/public class extends MovieClip
    {
    public void content())
    {
    Create the loader object that will take care of all the subpages
    _Loader = new Loader();
    _Loader.y = 182;
    addChild (_Loader);
    }
  • Get strange errors 'real time' in the browser console, what do mean?

    I noticed recently that since yesterday is the day prior to that, I get a strange 'real-time' error messages in my browser console log. I get them for more or less the same sites, and I have attached a screenshot of some of the most common mistakes for example. I see these errors very frequently in the browser console log.

    So I'm a little worried about what mean these errors, why I want to come and if anything, what to do about them.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • Need help with error TNS.

    Hi guys,.

    I'm still struggling with you try to start my DB.

    Who is on the following IP 192.168.103.110 with the hostname being Computer1


    When I try to start the listener I get the following error below


    lsnrctl start $ [oracle@machine1 admin]

    LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 3 August 2015 13:00:24

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Linux error: 111: connection refused

    [oracle@machine1 admin] $

    The output of my listener.ora is

    listener.ora # Network Configuration file: /u01/app/oracle/product/12.1.0/dbhome_1/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    LISTENER_OVSORCL =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = machine1) (PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    )

    The output of my tnsnames.ora is



    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/12.1.0/dbhome_1/network/admin/tnsnames.ora

    # Generated by Oracle configuration tools.

    OVSORCL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = machine1) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = ovsorcl)

    )

    LISTENER_OVSORCL =

    (ADDRESS = (PROTOCOL = TCP)(HOST = machine1) (PORT = 1521))

    Please inform guys how can I fix this error.

    OK, now change this:

    Edit the/etc/hosts the following:

    : 1 localhost

    127.0.0.1 localhost loghost

    192.168.103.110 Computer1. Computer1 loghost

    Listener.ora change to the following:

    LISTENER_OVSORCL =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.103.110)(PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    )

    Make sure you have not any sqlnet.ora

    After doing this change post your new/etc/hosts, your new listener.ora and confirm that you have not any sqlnet.ora

  • Need help for error TNS

    Hello

    I installed oracle 10.2.0.1 on windows server 2003. When I'm trying to connect to this database using Toad or sql more than any other machine, I get the error: ORA-12203: TNS: unable to connect to the Destination. The database name is "ORCL". The listener is running on the server. I ping the server.


    The listener parameters are as following on the server:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
    (= Extproc PROGRAM)
    )
    )


    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.25.16)(PORT = 1521))
    )
    )


    The SQL NET parameters are as follows:

    SQLNET. AUTHENTICATION_SERVICES = (NTS)

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)



    The TNS customer is as follows:

    mdstdby. World =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 192.168.25.16)
    (Port = 1521)
    )
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 192.168.25.16)
    (Port = 1526)
    )
    )
    (CONNECT_DATA = (SID = ORCL)
    )
    )

    change (Port = 1526) 1521 and try to connect

    Add the entry in the file tnsnames.ora on the client and the server

    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST =192.168.25.16 )(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    

    Published by: rajeysh on May 15, 2011 15:02

Maybe you are looking for

  • Dreaded color wheel!

    Can not get this a lot recently. "Clean My Mac" & have done disk utility. What to do next?

  • Portege R500: Enter the BIOS with supervisor known password

    Hello I have just taken delivery of a R500 with installed Xubuntu. I need to get into the BIOS to change some settings. I know the supervisor password and I know that normall pressed ESC, then press F1 to enter BIOS. Unfortunately, I don't get the op

  • Pavilion all-in-one 23-q112: pavilion all-in-one 23-q112

    I just need to know how to remove the rear to improve my memory

  • Start access screen

    The previous day, I decided to change my access code to start screen. Of course, I must have messed that upward to where nothing works, can not access my desktop screen. I have windows 8.1, HP Desktop Pavilion. Boy, I screw up. Thanks in advance, Lau

  • Windows media player translated text in Japanese track

    Hello I copy CDs of music I have on my laptop. Windows Media Player 12 is to translate some, not all, of the CD Securities and securities in Japanese characters. Someone had this problem and how can I fix it please? Michael.