Error getting the Journal Vouchers Object

Hi Experts,
I am trying to get the object for Journal Vouchers. I did as always using "B1iSN - B1 Object Help", I found it with "Name JournalVouchers   LocalID 28   B1iSN_ObjectType B1.8.8_JV" but when I try to Retrieve the Object I got this error message:
SAP B1iP detected an error:
Emitted HTTP-Code
500 - Internal Server Error
Internal Reason
No get method availabe for SBO object type : 28
(I copied the message, incluiding the misspelled word "available")
I have done this with other objects like journal entries and it works Ok , but I cannot do it with Journal Vouchers.
any help?
thanks in advance,
David

Hi David,
the problems seems to be that B1 creates an event for Journal Voucher (oject Id=28) with following key parameters:
- BatchNum
- TransId
the XML DI Schema of journal Voucher does only have one key parameter:
- BatchNum
The difference between the SQL Definition (by the B1-Event, SBO-COMMON table SEVT) and the DI API Definition causes your problem with the standard Data Retrieval of B1iSN via DI API object.
Actually there is a way to change the data retrieval within B1iSN (details in B1iSN Guide - 03 Extensibility, chapter 2.6 Object Type: change B1 Data Retrieval, page 12).
Please goto "B1iSN Tools -> Development Tools -> Graphical scenario design" select your BizPackage, BIU and BIUMETA.
In the opened window "B1iSN Design Time -Diagram" select the segment B1 Inbound and press button "New" and change the B1 Inbound Method for Object Type B1.8.8_JV to:
- SQL Data Retrieval via DI-API
- SQL Statement:
select * from OBTD where BatchNum={key}
Keep in mind that this is only an easy example and you now need to take explicitly care of the mapping into the DI API XML structure again (<xsl:copy-of select="./*"/> will just copy the result of the SQL-statement above, now)
You can also check out to use "Multiple Data Retrieval" as documented in the B1ISN Guide.
Best regards
Bastian

Similar Messages

  • Scheduled report failures - Unexpected error getting the HTTP response

    Getting this error when scheduled report executes:
    Unexpected error getting the HTTP response stream while generating report: http://cdmdb1c.nam.nsroot.net:4889/em/console/reports/render

    Hi..
    Thanks for the comment.
    Below is how my web.xml entry looks like.
    The requirement is to send a 404 error response and that will be handled by a servlet which inturn writes the output to the response object.
         <servlet>
              <servlet-name>ErrorPageServlet</servlet-name>
              <servlet-class>com.test.ErrorPageServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>ErrorPageServlet</servlet-name>
              <url-pattern>/error</url-pattern>
         </servlet-mapping>
         <error-page>
              <error-code>404</error-code>
              <location>/error</location>
         </error-page>>>
    the first option to turn off the "show friendly html error pages" works fine.
    It would be better if I can get a different solution

  • My problem is that I am working on a page and then I receive ....Error saving the journal. Perhaps your session has expired-try reloading the page".

    My problem is that I am working on a page and then I receive ....Error saving the journal. Perhaps your session has expired-try reloading the page". I used to receive from Firefox when reloading page...To display this page, Firefox must send information that will repeat any action'. Now I don't receive this message and I lose info that was entered. How do I get this to pop up again so I can save my messages.
    Using Firefox 22.0 u to date

    This can be caused by corrupted cookies or cookies that are blocked (check the permissions on the about:permissions page).
    Clear the cache and the cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    You get an alert about resending POST data if you go back to a page or refresh a page that was previously requested from the server by submitting form data via a (hidden) POST form.<br />
    Firefox can only make sure to get the same page by resending that POST form.<br />
    Firefox doesn't know what that form data means, so Firefox asks for confirmation before resending that form data as such an action can cause you to repeat an action and buy another item or post a message another time.<br />
    A way to prevent this pop-up about resending POST data is not to use the Back button, but to open links on a page requested from a server by sending a form with POST date in a new tab (window) with a middle-click or a Ctrl + left-click.

  • Problem in getting the function template object from the repository.

    Hi all,
    I have created a par file. I have a JCO connection in that. I am facing problems in getting the function template object from the repository. This thing is running successfully when i try to deploy it in Tomcat. But i am facing problems when i try to deploy it in SAP EP 6.0.
    Below is statement which is giving error after being deployed to SAP EP6.
    This is executing fine when executed in Tomcat Server.
    // getting the object of function template
    IFunctionTemplate functionTemplate =
    aRepository.getFunctionTemplate("YADDNEWUSER");
    Note : YADDNEWUSER is the name of the RFC which I am calling from my JAVA Code.
    Thanks in advance,
    Divija

    This sounds like a bug in the smart upload code. I have used this stuff before, but it's probably an older version, so maybe they broke something. Enumerations aren't usually guaranteed to keep things in any particular order. I would say for now, make a method to take the enumeration and a param name to find the value. And write to the JSPSmart people.

  • Error in license check - Error getting the hardware key

    Hello,
    I'm trying to run SAP NetWeaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition
    but I still have a issue to log on, message : "error in license check"
    I try everything I found in forums, I have tested the license, see the trace below.
    I checked too files dev_w*
    It seems there is a problem with server message
    I checked in "dev_ms" file, but nothing has been wrote inside.
    Please could you help ? maybe someone met the same issue and solved it.
    Thanks
    trc file: "dev_slic", trc level: 2, release: "700"
    Test license for SAP SYSTEM: N4S
    rdisp/mshost: n4shost
    rdisp/msserv: sapmsN4S
    MsIAttachEx: connect to n4shost / sapmsN4S
    NiIInit: allocated nitab (2048 at 0xb72fa008)
    NiHsLInit: alloc host/serv bufs (100/100 entries)
    NiHsLGetNodeAddr: got hostname 'n4shost' from operation system
    NiIGetNodeAddr: hostname 'n4shost' = addr 192.168.155.1
    NiHsLGetServNo: got service name 'sapmsN4S' from operation system
    NiIGetServNo: servicename 'sapmsN4S' = port 0E.11/3601
    NiICreateHandle: hdl 0 state NI_INITIAL
    NiIInitSocket: set default settings for new hdl 0 / sock 4 (I4; ST)
    NiIBlockMode: set blockmode for hdl 0 FALSE
    NiITraceByteOrder: CPU byte order: little endian, reverse network, low val .. high val
    NiHsLGetServName: found port number 0E.11/3601 in cache
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2769]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    "dev_slic" [noeol] 26L, 1378C 1,0-1 Top
    dev_w8
    M Wed Oct 19 11:46:48 2011
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicKCheckLicense: did not get hwid from message server [slicch.c 306]
    M *** ERROR => no hwid from msg-server received [likeyapi_w.c 2257]
    M ***LOG Q16=> ThGetMsHwId, DpMBufHwIdGet (HWID_PENDING) [thxxmbuf.c 512]
    M *** ERROR => SlicLikeyGetHardwareKey: no hwid from MSG server: -1 [sliclikey.c 1250]
    M *** ERROR => wlikey_check_webas: Error getting the hardware key. You might find some information in file "dev_ms" on the message server. [sliclikey.c 1269]
    M *** ERROR => ThCheckReqInfo: message send/receive failed [thxxhead.c 17124]
    M
    M Modeinfo for User T8/M0
    M
    M tm state = 2
    M uid = 9
    M term type = 0x2
    M display = 0x0
    M cpic_no = 0
    M cpic_idx = -1
    M usr = >SAPSYS <
    M terminal = > <
    M client = >000<
    M conversation_ID = > <
    M appc_tm_conv_idx = -1
    M its_plugin = NO
    M allowCreateMode = YES
    M blockSoftCanel = NO
    M session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M ext_session_id = >4E9DB1D2B02B3BF6E1000000C0A89B01<
    M imode = 2
    M mode state = 0x42
    M mode clean_state = 1
    M task_type = ZTTABTC
    M lastThFc = THFCBTC
    M lastAction = TH_IACT_NO_ACTION
    M th_errno = 0
    M rollout_reason = 0
    M last_rollout_level = 7
    M async_receives = 0
    M cpic_receive = 0
    M em handle = 2
    M roll state = 2
    M abap state = 2
    M em state = 3
    M eg state = 1
    M spa state = 3
    M enq state = 0
    M softcancel = 0
    M next hook = T-1/U-1/M255
    M master hook = T-1/U-1/M255
    M slave hook = T-1/U-1/M255
    M debug_tid = 255
    M debug_mode = 0
    M mode type = 0x1
    M debug = 0
    M msg_count = 31
    M tcode = > <
    M client conversation_ID = > <
    M server conversation_ID = > <
    M lock = 0
    M max enq infos = 0
    M act enq infos = 0
    M em_hyper_hdl = 0xa665a3b0
    M plugin_info = NULL
    M act_plugin_hdl = -1
    M act_plugin_no = 0
    M max_plugin_no = 0
    M async_receives = 0
    M vm = no VM
    M
    M *** ERROR => ThMBufFullRead: ThOpcodeToMsg [thxxmbuf.c 225]
    M *** ERROR => ThMBufGet: ThMBufFullRead [thxxmbuf.c 183]
    L *** ERROR => BtcEvtRaise: ThScheduler failed (target=, rc=4) [btcevt.c 223]
    L *** ERROR => BtcEojRaise: BtcEvtRaise failed: jobname=BI_WRITE_PROT_TO_APPLLOG , jobcount=11414801, status=A [btcevt.c 52]

    Hi,
    As you are running a Trial version, I do not think HA/ASCS would be relevant for you.
    As you found in the dev_ms trace, the port 3601 for message server is not accessible:
    NiIGetServName: port 0E.11/3601 = servicename 'sapmsN4S'
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) http://nixxi.cpp 2769
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 4
    Check via command netstat if the port 3601 is free for use. The hardware key is obtained from message server and since this port is not available, neither is the message server/the hardware key. Perhaps a VM restart could also help.
    Regards,
    Srikishan

  • Error getting the server-side naming service functionality

    Hi all,
    we are currently setting up the CTS+ activity based transport scenario. Everything seems to be working fine, however, we have to import each transport twice...
    Before I go into detail in the error we get I will first describe our landscape. All the configuration we did was done in debate with SAP.
    We use the SAP Solution manager (ehp1 SP 4) as the CTS+ server as recommended by SAP and have an NWDI system of which we only use the components DTR and CBS (since CMS is not used anymore in the activity based transport). We have defined three logical ports/RFCs. CTSCONFIG points to the NWDI system. CTSDEPLOY is running on the java stack of the solution manager and is only used for portal content (=epa) transports. CTSDEPLOY_DI is pointing to the NWDI system and is used for all NWDI (=dip) changes. The NWDI is running ehp1 SP3.
    In STMS I defined all the non-abap systems (and configured them to use CTSDEPLOY_DI) and created the following transport route:
    upload system (IMP) -> DEV -> ACC -> QAS -> PRD
    I first attached the used dependencies in a transport request (SAP_BUILDT, EP_BUILDT, etc) these imported just fine. Then I did the SCA files which contain our custom code. I extracted these from the assemble step on our current NWDI system which will be removed as soon as we switch to the new CTS+ environment.
    When we import the transport into the runtime systems then we see the DTR and CBS be filled sucesfully for this specific system. However, the transport request itself always fails with errorcode 12 and the error is:
    Error during export service registration: Error getting the server-side naming service functionality during getInitialContext opera
    tion. com.sap.engine.services.jndi.persistent.exceptions.NamingException: Error getting the server-side naming service functionality during getInitialContext operation.
    Error in execution of Web services CTSDEPLOY_DI , exception is cx_cts_file_import_failed
    File import canceled
    When we then reimport the same transport it will go the second time fine. This is no problem during the setup but will not be workable when we go live ofcourse. Is there anyone who had this issue before as well and have a solution for it?
    Kind Regards,
    Nico van der Linden...

    Hello Nico,
    I would need the java trace files to get more info on this issue, but you can start troubleshooting this error with these notes:
    #1172252: CTS+, 'attach file': Troubleshooting Guide;
    #1003674: Enhancement for non-ABAP systems in CTS;
    #1155884: CTS+, configuration 'close coupling': Troubleshooting guide;
    Pay special attention to parameter  NON_ABAP_WBO_CLIENT, whether it's correctly set on your CTS+ system(s).
    Note #1003674 is a must for any CTS+ systems to work properly, as well as having an updated version of the transport programs (tp and R3trans).
    Lastly, note #1155884 goes through some JCoException exceptions that commonly take place during CTS+ transports. But again, you need to check the underlying trace files to find the root cause of your issue.
    I hope this information helps.
    Best regards,
    Tomas Black

  • Soa-infra runtime connection error Error getting the soa-infra connection

    Hi ,
    I am getting below error when i click soa infra in em console.
    " soa-infra runtime connection error Error getting the soa-infra connection details."
    soa-infra runtime connection error
    Error getting the soa-infra connection details.
    Hide Additional Trace Information
    oracle.sysman.emSDK.app.exception.EMSystemException at oracle.sysman.emai.model.sca.WLSObjectHelper.createLocator(WLSObjectHelper.java:49) at oracle.sysman.emai.model.sca.SCAObjectHelper.getLocator(SCAObjectHelper.java:92) at oracle.sysman.emai.model.sca.SCAObject.getLocator(SCAObject.java:75) at oracle.sysman.emai.model.sca.share.SCASharedModel.getLocator(SCASharedModel.java:21) at oracle.sysman.emai.model.sca.share.composite.CompositeInstances.initialize(CompositeInstances.java:105) at oracle.sysman.emai.model.sca.EMModel.initializeSCAData(EMModel.java:25) at oracle.sysman.emai.model.sca.SCAObject.initializeData(SCAObject.java:62) at oracle.sysman.emSDK.model.EMObject.reset(EMObject.java:216) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:328) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280) at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:131) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:102) at oracle.sysman.emSDK.view.util.RefreshBean.refreshPageData(RefreshBean.java:96) at oracle.sysman.emSDK.view.util.RefreshBean.refreshPage(RefreshBean.java:76) at oracle.sysman.emai.view.sca.common.EMNavigationHandler.refreshPage(EMNavigationHandler.java:678) at oracle.sysman.emai.view.sca.composite.core.EMCompositeInstancesView.dataChanged(EMCompositeInstancesView.java:119) at oracle.sysman.emai.model.sca.share.composite.CompositeInstances._fireDataChangedEvent(CompositeInstances.java:194) at oracle.sysman.emai.model.sca.share.composite.CompositeInstances.getDataModel(CompositeInstances.java:158) at sun.reflect.GeneratedMethodAccessor3602.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at javax.el.BeanELResolver.getValue(BeanELResolver.java:261) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200) at com.sun.el.parser.AstValue.getValue(Unknown Source) at com.sun.el.ValueExpressionImpl.getValue(Unknown Source) at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68) at org.apache.myfaces.trinidad.component.FacesBeanWrapper.getProperty(FacesBeanWrapper.java:58) at org.apache.myfaces.trinidad.component.UIXTable$RowKeyFacesBeanWrapper.getProperty(UIXTable.java:594) at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1194) at org.apache.myfaces.trinidad.component.UIXIterator.getValue(UIXIterator.java:706) at org.apache.myfaces.trinidad.component.UIXCollection._flushCachedModel(UIXCollection.java:1386) at org.apache.myfaces.trinidad.component.UIXCollection.encodeBegin(UIXCollection.java:515) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:929) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004) at oracle.adfinternal.view.faces.renderkit.rich.customizable.ShowDetailFrameRenderer.encodeContent(ShowDetailFrameRenderer.java:1546) at oracle.adfinternal.view.faces.renderkit.rich.customizable.ShowDetailFrameRenderer.encodeAll(ShowDetailFrameRenderer.java:842) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:1041) at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:352) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer._encodeChild(LayoutCustomizableRenderer.java:1080) at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.doTwoColumnTopLayout(LayoutCustomizableRenderer.java:571) at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.encodeAll(LayoutCustomizableRenderer.java:284) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:654) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:330) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:932) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004) at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer.access$400(ShowDetailItemRenderer.java:31) at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer$ChildEncoderCallback.processComponent(ShowDetailItemRenderer.java:521) at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer$ChildEncoderCallback.processComponent(ShowDetailItemRenderer.java:504) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290) at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255) at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer._encodeChildren(ShowDetailItemRenderer.java:451) at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer.encodeAll(ShowDetailItemRenderer.java:115) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004) at oracle.adfinternal.view.faces.renderkit.rich.PanelTabbedRenderer.access$2000(PanelTabbedRenderer.java:39) at oracle.adfinternal.view.faces.renderkit.rich.PanelTabbedRenderer$BodyEncoderCallback.processComponent(PanelTabbedRenderer.java:1449) at oracle.adfinternal.view.faces.renderkit.rich.PanelTabbedRenderer$BodyEncoderCallback.processComponent(PanelTabbedRenderer.java:1398) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290) at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255) at oracle.adfinternal.view.faces.renderkit.rich.PanelTabbedRenderer._renderTabBody(PanelTabbedRenderer.java:785) at oracle.adfinternal.view.faces.renderkit.rich.PanelTabbedRenderer.encodeAll(PanelTabbedRenderer.java:271) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adfinternal.view.faces.taglib.region.IncludeTag$FacetWrapper.encodeAll(IncludeTag.java:536) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at org.apache.myfaces.trinidad.component.UIXSwitcher.encodeChildren(UIXSwitcher.java:155) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004) at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1353) at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:274) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004) at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1353) at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:274) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:770) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348) at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415) at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:70) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415) at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415) at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:11

    Hi ,
    We are also getting same error while deploying the composite in EM via SAR file.
    Can you please let me know what is the main cause of this error ?
    Thanks,
    Jyo

  • HANA Studio installation error: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

    When attempting to add the ADT to HANA Studio I get the error:
    Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
    Additionally I get something about a possibly missing Microsoft Runtime DLL VS2010.
    When I then attempt to add ABAP Projects I get the error:
    An error has occurred. See error log for more details.
    com/sap/mw/jco3/eclipse/Registry
    I have tried with sites:
    SAP Development Tools for Eclipse - Juno Software Repository
    SAP Development Tools for Eclipse - Kepler Software Repository
    I have been able to install the ADT on Eclipse-Kepler which is running fine.

    I did and on that page the following is stated:
    For Windows OS: DLLs VS2010 for communication with the back-end system is required.
    NOTE: Install either the x86 or the x64 variant, accordingly to your 32- or 64-Bit Eclipse installation.
    This seems exactly to address the issue I am grapling with, but when downloading and trying to install the file I get the message that the current version on my frontend is more recent than the version I am trying to install.
    Is that not strange?

  • Es-cli Error getting the alarms with getAlarms

    Hi All,
    We are using Sun Management Center Server Version 4.0 Build: 15,H491 and I am haveing a problem seeing alarms for all clients. We would really appreciate any help.
    This is what I am doing and the results:
    $ /opt/SUNWsymon/sbin/es-cli
    Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    loginHost: hostname
    Password: ********
    Login is successful.
    getLoadedModules a=rdfnur01The command is currently running in the background.
    >
    The command has ended its operation.
    print== getLoadedModules: Results 1/3 ===============================================
    Module Name=Common Config Reader
    Module Key=Config-Readerelp
    Description=Common Config Reader Module
    Agent Name=rdfnur01
    Agent Port=1161
    Version=1.0
    == getLoadedModules: Results 2/3 ===============================================
    Module Name=Kernel Reader
    Module Key=kernel-reader
    Description=Kernel Reader
    Agent Name=rdfnur01
    Agent Port=1161
    Version=2.0
    == getLoadedModules: Results 3/3 ===============================================
    Module Name=File Scanning [var/adm/messages Log]
    Module Key=fscan+syslog
    Description=File Scanning
    Agent Name=rdfnur01
    Agent Port=1161
    Version=2.0
    ================================================================================
    getAlarms -lUsing the last output as the input to the current command...
    The command is currently running in the background.
    >
    The command has ended its operation.
    print== getAlarms: Results 1/1 ======================================================
    Domain=IMS Core Nodes
    Agent Name=rdfnur01
    Agent Port=1161
    State=Fail
    Message=Error getting the alarms.
    ================================================================================
    getAlarms a=rdfnur01The command is currently running in the background.
    >
    The command has ended its operation.
    print== getAlarms: Results 1/1 ======================================================
    Domain=IMS Core Nodes
    Agent Name=rdfnur01
    Agent Port=1161
    State=Fail
    Message=Error getting the alarms.
    ================================================================================
    getAlarms a=rdfnur01The command is currently running in the background.
    >
    The command has ended its operation.
    print== getAlarms: Results 1/1 ======================================================
    Domain=IMS Core Nodes
    Agent Name=rdfnur01
    Agent Port=1161
    State=Fail
    Message=Error getting the alarms.
    ================================================================================
    >

    Hello user13499843,
    If you click on the "Alarms" tab for that Agent (rdfnur01) in the Java Console, do you see alarms there either? Do you see alarms in the Alarms tab for any of your Agents? If not... have you applied patches 143323-04 (SPARC) or 143324-05 (x86) on your SunMC Server? Those patches break the Alarms tab in SunMC (a regression) and would also break es-cli in the way that you posted.
    Solution: downgrade to 143323-03/143324-04 ... once your Alarms tab works in the Java Console es-cli should work for you as well. You may also want to check the versions of your other SunMC patches (http://forums.halcyoninc.com/showthread.php?t=104)
    Regards,
    [email protected]

  • Error getting the filter from filter factory

    I created a Service which will filter the iviews on some attributes. I deployed the service on the portal and set the com.sap.portal.pcd.gl.FilterAssignment property to the ServiceKey name on the Page.
    1. When I open the Page, log shows the error:
    "Error getting the filter from filter factory"
    2. I created another servce and when I assigned it to com.sap.portal.pcd.gl.FilterAssignment property, portal still referes the first ServiceKey assigned in Step-I.
    Pls let me know what am I doing wrong.
    Rgds

    Got the bug...Issue closed

  • Error running the Journal Report

    Hi,
    We are getting the below errow whenever we try to run a Journal report in any other format that teh HFM_Format. Any clues why thsi coudl eb happening?
    Access is denied.
    Show Details:
    Error Reference Number: {CA2E2A91-02B6-4C2C-B20C-77A3E54F3F50};User Name: xxxxxxx@xxxxx
    Num: 0x80070005;Type: 0;DTime: 2/21/2012 12:15:46 PM;Svr: YYYYYYYY;File: CHsvReportGeneratorACM.cpp;Line: 956;Ver: 11.1.1.3.500.3124;
    Num: 0x80070005;Type: 0;DTime: 2/21/2012 12:15:47 PM;Svr: YYYYYYYY;File: HFMActionsExecution.cpp;Line: 2312;Ver: 11.1.1.3.500.3124;
    Num: 0x80070005;Type: 0;DTime: 2/21/2012 12:15:47 PM;Svr: YYYYYYYY;File: HFMActions.cpp;Line: 72;Ver: 11.1.1.3.500.3124;
    Num: 0x80070005;Type: 0;DTime: 2/21/2012 12:15:47 PM;Svr: YYYYYYYY;File: HFMCESAction.cpp;Line: 28;Ver: 11.1.1.3.500.3124;
    Num: 0x80070005;Type: 0;DTime: 2/21/2012 12:15:47 PM;Svr: YYYYYYYY;File: Actions.cpp;Line: 291;Ver: 11.1.1.3.500.3124;

    Hi
    I think Your web FileTransferFolder will be missing the "everyone" permission..
    1. Check the data value of FileTransferFolderPath value in the Windows Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Financial Management\Web
    2. In Windows Explorer navigate to the folder specified in above registry, right-click on folder name and select Properties then the Security tab.
    3.Make sure that the below accounts should be available. if not Add IUSR, IWAM, IIS_WPG, Interactive, System, Service, Local Service, Network, Network Services, DCOM account, Anonymous and Everyone to the Web folder and Give Full Control permissions
    4. Click apply and Restart IIS
    Now you should able to access the reports.
    thank you
    Mahe

  • How to get the values from object ?

    hi everybody,
    i am experimenting with oops concept. first have a look at these coding and then tell me this.
    what do i have to do to get the value of an object created. i want to use the get method to get the name, food and quantity, without the use of the created object. i mean i want to make the process independent of how many objects i make so that i can find a value given the name of a person in the object.
    when this is done, i want to use this to create filed of a specific doc format for each object created. now when we are using the get method i want to read whats on the object value .
    Am i being clear or are thing very confusing, please let me know wht u think so i can clarify myself more.
    public class obj {
         String name;
         String food;
         int quantity;
         public void set(String ndata, String fdata,int qdata )
              this.name=ndata;
              this.food=fdata;
              this.quantity=qdata;
         public  void get()
              System.out.println( this.name+"  "+this.food+"  "+this.quantity);
         public static void main(String[] args) {
              obj obj1= new obj();
              obj1.set("varun", "burger", 2);
              obj obj2= new obj();
              obj1.set("roshan", "diet pepsi", 1);
              obj obj3= new obj();
              obj1.set("aman", "biryani", 2);
              obj2.get();
    }

    cyberpanther wrote:
    hi everybody,
    i am experimenting with oops concept. first have a look at these coding and then tell me this.
    what do i have to do to get the value of an object created. i want to use the get method to get the name, food and quantity, without the use of the created object. no. wrong.
    i mean i want to make the process independent of how many objects i make so that i can find a value given the name of a person in the object.no. sounds more like you're experimenting with drugs.
    when this is done, i want to use this to create filed of a specific doc format for each object created. now when we are using the get method i want to read whats on the object value .
    Am i being clear or are thing very confusing, please let me know wht u think so i can clarify myself more.you're clearly confused.
    public class obj {
         String name;
         String food;
         int quantity;
         public void set(String ndata, String fdata,int qdata )
              this.name=ndata;
              this.food=fdata;
              this.quantity=qdata;
         public  void get()
              System.out.println( this.name+"  "+this.food+"  "+this.quantity);
         public static void main(String[] args) {
              obj obj1= new obj();
              obj1.set("varun", "burger", 2);
              obj obj2= new obj();
              obj1.set("roshan", "diet pepsi", 1);
              obj obj3= new obj();
              obj1.set("aman", "biryani", 2);
              obj2.get();
    }utterly awful code. this is how it should not be done.
    %

  • How to get the list of object that are going to modify during the upgrade?

    We are upgrading sap 4.OB to ECC 6, is there any place we will get the list of standard object which are going to modify in service market place? Please let me know the link to get those details.
    Thanks

    Usually you get this list when upgrading first system (sandbox type) via SPDD and SPAU. (useful for objects modified in your system - SNOTE or mofications) - The whole list of modified objects will be huge,  many (most) objects were modified (created, even deleted) those last 13 years.
    There are also tools that may help you like [panaya|http://www.panayainc.com/] (but i'm not sure for a 4.0B, it worked fine for a 46c) - look for tools/vendor at [Partner Information Center: Search|http://www.sap.com/partners/directories/SearchSolution.epx]
    Regards,
    Raymond

  • Error getting the table form SQLdatabase

    Hi
    I am trying to get the table form database. Connection is fine but when i am trying to display tables:
    C  Thread ID:6388
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      72
    C    patchcomment MSSQL: Thread check in DbSlDisconnect (969143)
    C  Network connection used from ACDBD006 to 10.8.191.80 using tcp:10.8.191.80
    C  Connected to db server : [10.8.191.80] server_used : [tcp:10.8.191.80], dbname: Procurement_Test, dbuser: dbo
    C  pn_id:10.8.191.80_PROCUREMENT_TEST_BWD
    B  Connection 6 opened (DBSL handle 1)
    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 20070830 111230 ACDBD006
    B  000 001 R/3*             000000023 DISCONNECTED NO  NO  NO  000 255 255 20070907 132307 ACDBD006
    B  000 002 R/3*BWMON        000000021 DISCONNECTED NO  NO  NO  003 255 255 20070907 130541 ACDBD006
    B  000 003 R/3*DTPLOG       000000022 DISCONNECTED NO  NO  NO  000 255 255 20070907 131807 ACDBD006
    B  000 004 TEST             000000044 DISCONNECTED NO  NO  NO  004 100 005 20070911 105027 10.8.191.80
    B  000 005 ACSCT001         000000042 DISCONNECTED NO  NO  NO  000 100 005 20070910 132555
    B  000 006 BUYIT_CONN       000000110 ACTIVE       NO  YES NO  004 100 100 20070911 143721 10.8.191.80
    C  DbSlBegRead[1]: ##Y4ACDBD006Procurement_Test00000011640000000001143721
    C  DbSlBegRead[1]: ##Y4ACDBD006Procurement_Test00000011640000000002143721
    B Tue Sep 11 14:38:16 2007
    B  6: name = BUYIT_CONN, con_id = 000000110 state = INACTIVE    , perm = YES, reco = NO , timeout = 004, con_max = 100, con_opt = 10
    B  6: name = BUYIT_CONN, con_id = 000000110 state = INACTIVE    , perm = YES, reco = NO , timeout = 003, con_max = 100, con_opt = 10
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000000017111230
    C  ParamStmtExec: line 13049. hr: 0x80040e2f The statement has been terminated.
    C<b>  DbSlModify - Error 26 (dbcode 2627)
    C  No statement!</b>
    C  ParamStmtExec: line 13049. hr: 0x80040e2f The statement has been terminated.
    C  <b>DbSlModify - Error 26 (dbcode 2627)
    C  No statement!</b>
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000131213111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000131213111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000000709111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000070720000000061111230

    Hi
    try this
    F fact tables are
    created without a unique index. However, existing unique indexes are not
    deleted. This may sometimes cause a duplicate key during loading to the
    InfoCube and thus trigger the above-described short dump.
    Run the report SAP_DROP_UNIQUE_FACTINDEX_DB2 to replace the unique index on F fact tables with a non-unique index. Refer also to note 511170.

  • Error getting the EJB Handle for context name: User

    I am getting EJB Handle for context name: User.
    1) I specified ejb's and datasource in the ejb-jar.xml in the session tags.
    <session> </session>
    and I also included ejb's and datasource in the sun-ejb-jar.xml still I am getting the above error I am new to EJB how can I resolve this?

    What is the Oracle application server version?
    JDeveloper 11g supports direct deployment to Oracle Application Server 11g
    http://www.oracle.com/technology/products/jdev/collateral/papers/11/newfeatures/index.html

Maybe you are looking for

  • Computers Greyed-Out in Qadministrator

    I'm trying to set up a managed cluster. I followed the instructions in the Distributed Processing Setup.pdf. I also looked at this article which has a pretty straightforward explanation: http://www.macworld.com/2006/01/secrets/marcchreateside/index.p

  • How to change an apple id on an idevice when I cannot access the previous apple id?

    Dears, I am trying to change the apple id on my father's iphone.  He has NO idea what the previous password was, OR his email password (that is why I registered him a new email) OR what the recovery email address was.  I am trying to delete his iclou

  • Converting signature

    hi, if i want to write a signature (DSA) to a file in string , how do i extract and convert it again to a signature in byte[] ??? thank

  • RMI Policy Files

    grant {  permission java.net.SocketPermission "localhost:1099", "connect, resolve"; permission java.net.SocketPermission "localhost:1024-", "connect, resolve"; permission java.net.SocketPermission "localhost:1024-", "accept, resolve"; this is the bas

  • Email+Accounts Nokia Lumia 800

    Good Day..Im having a problem synchronising my accounts on my mobile..I cant sync my windows live, outlook, facebook, and twitter account..in process it always say having problem right now etc etc.. And also [email protected] account always go back w