Unable to resolve a ejbc Parse error

Hi,
I am using a session bean, which has to execute time-consuming
business logic in transaction boundary. Everytime the transaction is
getting timed out. To eliminate this problem, I have added
<trans-timeout-seconds> in the weblogic-ejb-jar.xml file. Then i
started getting ejbc parse error. I couldn't compile the file.
The sml file and the error message are here:
weblogic-ejb-jar.xml file:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic
6.0.0 EJB//EN'
'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
<weblogic-ejb-jar>
<weblogic-enterprise-bean>
<ejb-name>APInterfaceBean</ejb-name>
<jndi-name>JNDI_APINTERFACEMANAGER</jndi-name>
<transaction-descriptor>
<trans-timeout-seconds>120</trans-timeout-seconds>
</transaction-descriptor>
</weblogic-enterprise-bean>
</weblogic-ejb-jar>
Error message:
ERROR: Error parsing 'META-INF/weblogic-ejb-jar.xml' line 17:
The co
ntent of element type "weblogic-enterprise-bean" must match
"(ejb-name,(entity-d
escriptor|stateless-session-descriptor|stateful-session-descriptor|message-drive
n-descriptor)?,transaction-descriptor?,reference-descriptor?,enable-call-by-refe
rence?,run-as-identity-principal?,jndi-name?,local-jndi-name?)".
ERROR: ejbc found errors
Request for urgent help in resolving this problem.
Thanks in advance
Regards
Rajeev

try
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic
6.0.0 EJB//EN'
'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
<weblogic-ejb-jar>
<weblogic-enterprise-bean>
<ejb-name>APInterfaceBean</ejb-name>
<transaction-descriptor>
<trans-timeout-seconds>120</trans-timeout-seconds>
</transaction-descriptor>
<jndi-name>JNDI_APINTERFACEMANAGER</jndi-name>
</weblogic-enterprise-bean>
</weblogic-ejb-jar>
William Kemp wrote:
Hi,
The comma separated list of elements that can appear in the
<weblogic-enterprise-bean> element defines a strict sequence. Optional elements
(those followed by a ?), must appear in order if they are present when part of a
comma separated list. So, <transaction-descriptor> before <jndi-name>.
Bill
Rajeev S wrote:
Hi,
I am using a session bean, which has to execute time-consuming
business logic in transaction boundary. Everytime the transaction is
getting timed out. To eliminate this problem, I have added
<trans-timeout-seconds> in the weblogic-ejb-jar.xml file. Then i
started getting ejbc parse error. I couldn't compile the file.
The sml file and the error message are here:
weblogic-ejb-jar.xml file:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic
6.0.0 EJB//EN'
'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
<weblogic-ejb-jar>
<weblogic-enterprise-bean>
<ejb-name>APInterfaceBean</ejb-name>
<jndi-name>JNDI_APINTERFACEMANAGER</jndi-name>
<transaction-descriptor>
<trans-timeout-seconds>120</trans-timeout-seconds>
</transaction-descriptor>
</weblogic-enterprise-bean>
</weblogic-ejb-jar>
Error message:
ERROR: Error parsing 'META-INF/weblogic-ejb-jar.xml' line 17:
The co
ntent of element type "weblogic-enterprise-bean" must match
"(ejb-name,(entity-d
escriptor|stateless-session-descriptor|stateful-session-descriptor|message-drive
n-descriptor)?,transaction-descriptor?,reference-descriptor?,enable-call-by-refe
rence?,run-as-identity-principal?,jndi-name?,local-jndi-name?)".
ERROR: ejbc found errors
Request for urgent help in resolving this problem.
Thanks in advance
Regards
Rajeev
Rajesh Mirchandani
Developer Relations Engineer
BEA Support

Similar Messages

  • Unable to resolve location alias (1023066 error) during of BR execution

    Hi,
    I'm using 11.1.1.3 planning classic application.
    Application has been migrated from EPMA 9.3.1.
    I try to use @XREF function to get data between plans of this application.
    BR has been validated successful.
    But I get "Unable to resolve location alias (1023066 error)" during of BR execution.
    What can be a reason of this trouble?

    Hi ,
    1. The error 1023066 is "Unable to resolve location alias" happens only when location aliase is not set in essbase matching the source server
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • JMS Unable to resolve 'weblogic.jms.TempDestinationFactory'  error!

              We are running an application within the Weblogic 7.x EJB Framework. While trying
              to connect to the application from our GUI I get the following error. **... Unable
              to resolve 'weblogic.jms.TempDestinationFactory' Resolved: 'weblogic.jms' Unresolved:'TempDestinationFactory'
              ; We have configured our JMS server with two topics - one of which is used for
              persistent storage (i.e has the 'store' configuration attribute set to TRUE).
              Also we have configured NO stores but a JDBC Tx DataSource.
              I would appreciate any suggestions.
              **see attached picture**
              [confui2.jpg]
              

    In order to use WLS JMS temporary destinations, you have to have a temporary destination template configured for
              the JMS server.
              Dongbo
              Puneet Bhatia wrote:
              > We are running an application within the Weblogic 7.x EJB Framework. While trying
              > to connect to the application from our GUI I get the following error. **... Unable
              > to resolve 'weblogic.jms.TempDestinationFactory' Resolved: 'weblogic.jms' Unresolved:'TempDestinationFactory'
              > ; We have configured our JMS server with two topics - one of which is used for
              > persistent storage (i.e has the 'store' configuration attribute set to TRUE).
              > Also we have configured NO stores but a JDBC Tx DataSource.
              > I would appreciate any suggestions.
              >
              > **see attached picture**
              >
              > ------------------------------------------------------------------------
              > Name: confui2.jpg
              > confui2.jpg Type: JPEG Image (image/pjpeg)
              > Encoding: base64
              

  • Unable to resolve DB adapter runtime error

    I am writing files to DB in flowN activity using merge operation and getting merge operation failed error. Then I set the following 2 properties in .jca file:
    <property name="setMaxRaiseSize" value="100"/>
    <property name="setmaxTransactionSize" value="1000"/>
    Later I found that these are inbound properties and removed from .jca file, but still I am getting the following error with reference to the property setmaxTransactionSize.
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'merge' failed due to: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "Could not instantiate InteractionSpec oracle.tip.adapter.db.DBWriteInteractionSpec due to: Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setmaxTransactionSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setmaxTransactionSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. </detail></part><part name="code"><code>null</code></part></bindingFault></bpelFault>
    I dont know from where it is still referencing the property. Please help me on how to identify and resolve this error.
    Thanks.
    Regards
    Shyam

    #include"FileSystem.h"//cannot include FileSystem.h
    The file is present in the projects folder of the working directory.
    Still couldnt resolve intellisence error. Kindly help!
    Perhaps it's getting confused because filesystem is the name of a compiler-supplied header.
    https://msdn.microsoft.com/en-us/library/hh874694.aspx
    What happens if you change the name of your header from filesystem.h to something else?
    - Wayne

  • Unable to resolve DB adapter runtime error for setMaxRaiseSize property

    I am writing files to DB in flowN activity using merge operation and getting merge operation failed error. Then I set the following 2 properties in .jca file:
    <property name="setMaxRaiseSize" value="100"/>
    <property name="setmaxTransactionSize" value="1000"/>
    Later I found that these are inbound properties and removed from .jca file, but still I am getting the following error with reference to the property setmaxTransactionSize.
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'merge' failed due to: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "Could not instantiate InteractionSpec oracle.tip.adapter.db.DBWriteInteractionSpec due to: Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setMaxRaiseSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>Cannot set JCA WSDL Property. Error while setting JCA WSDL Property. Property setMaxRaiseSize is not defined for oracle.tip.adapter.db.DBWriteInteractionSpec Please verify the spelling of the property. </detail></part><part name="code"><code>null</code></part></bindingFault></bpelFault>
    I dont know from where it is still referencing the property. Please help me on how to identify and resolve this error.
    Thanks.
    Regards
    Shyam
    Edited by: Shyam Patibandla on Sep 5, 2012 2:32 AM

    Hi,
    Please do following settings.
    1. Increase the consumer threads for file adapter.
    2. Increase the concurrency in receiver communication channel.
    3. Set poolWaitingTime in receiver communication channel.
    Refer SAP Note: 821267
    Regards,
    Gouri

  • Error in a page with a master-detail:Unable to resolve a Validator instance

    Hi all,
    I am using Jdeveloper 11.1.1.2
    I have a page with a master table and a detail table.
    When I try to select a row in the some tables (master or detail), I have this error:
    <AbstractValidatorTag><createValidator> Unable to resolve a Validator instance using either validatorId ' or binding #{row.bindings.IdLocazione.validator}.
    <RegistrationConfigurator><handleError> Server Exception during PPR, #1
    javax.servlet.ServletException: Unable to resolve a Validator instance using either validatorId '' or binding '#{row.bindings.IdLocazione.validator}'.
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any suggestions?
    Thanks
    Andrea
    Edited by: Andrea9 on 17-feb-2010 00:45

    I am using ADF, I can reproduce in a testcase, but I need time.
    If you want, I can cut and paste the jspx page.
    However, I have a panelStretchLayout: on top facet I have the master table, while in the center facet I have the detail table.
    I have a query component to filtering data of the master table.
    I have this problem doing this:
    1) create a new record on master table.
    2) create some records on detail table (sons of the record of the master table just created).
    3) clicking on "find" of the query component.
    I have tried to do a master-detail with the HR connection using Departments table (master) and Employee (detail). When I try to delete a departments, it does not work, because I have to delete the employees first, while in my case I want to delete the master and the detail in cascade.
    Thanks
    Edited by: Andrea9 on 17-feb-2010 08:25

  • Error ERR-1412 Unable to resolve page alias (APP_ID).

    Dear Friend,
    I Have Create Report
    select INVOICE_NO,INVOICE_TYPE,CURR_CODE,EXCH_RATE,NO_OF_PAX,FREE_PAX,EFFECTIVE_PAX,ACTIVE_FLG,
    CASE WHEN APPROVAL_FLG='Y' THEN
    'BLUE'
    ELSE
    '<a href="f?p=:APP_ID:4::SESSION::NO::::">Create New Invoice</a>'
    END
    AS LINK
    from AR_INVOICE_MAS TM WHERE FILE_CODE=:P7_FILE_CODELink created but when i click on Link Then Show mw Error
    Error ERR-1412 Unable to resolve page alias (APP_ID). 
    How to resolve it.
    Thanks

    Dear Friend ,
    Jus PAss
    '<a href="f?p=&APP_ID.:4:&SESSION.::&DEBUG.::::">Create New Invoice</a>'

  • How to Resolve Parse Errors in Universe

    Dear All,
    Integration of Business objects with SAP BI Solutions have opened up a large visibility for the customers in viewing their organizational data in several forms. Thanks to the Integration kit for SAP Solutions.
    Coming to my problem.
    We have created a universe on top of BI Query which was having all the charecteristics and Keyfigures of the multiprovider. Though it is not the suggested best practice, our customer wants to go with this approach in order to keep the minimal universe count.
    In some of the situvations the changes made to the query is causing Parsing errors in the universe.
    Let me explain with an example.
    We have created a universe for Service Level Orders on top of a BI Query which has around 100 charecteristics and 100keyfigures. Later I have added 2 charecteristics and changed the description of one field. Sales order item(0ORD_ITEMS) to No.of Order items. After refreshing the universe I got the mentioned changes in the universe. But when I checked the integrity of that universe it has thrown 250 errors. saying Parse Failed.
    The same case I have faced when removing an object from query.
    Can anyone guide me on how to correct these parse errors. I mean How to trace the universe. A step by step process will be highly appreciated.
    We are using Windows, BOXI 3.1
    Below is the Error message I am getting while doing the Parsing.
    http://www.mediafire.com/?mktd0xx1ktz
    Thanks and Best Regards
    Jagadeesh Ambati
    Edited by: Jagadeesh Ambati on Jan 4, 2010 3:04 PM

    Dear Ingo,
    Thanks for your quick response. I tried creating a new universe, for the first time The parse was successful for all the fields, After adding a field to the query, the Parse has failed for many fields with the same error.
    You said the error is indicating issues on BW side, Can you please let me know, what are all the issues cause this error in BW side.
    More over the interesting part is, if I change the properties of the parse failed characteristic to "Delegate search", Parsing is showing as OK.
    This is the problem we have been facing for most of the universes; Due to our requirements we need to change the query frequently and the same should be reflected in universe. Due to this error, we are unable to go forward.
    If we create a new universe with the same name(Overwriting on the existing one), The reports which are existing on the universe are not working.
    Please suggest me how can we trace this problem
    Thanks and Best Regards
    Jagadeesh Ambati

  • Flash Builder Burrito 'unable to resolve ... for transcoding' error css file

    Hi,
    I am trying to dip my toes into the waters of mobile development with the preview release of flash builder burrito.
    I am doing so by trying to port over an application I have built in Flash Builder 4 for the web, by bringing it into a mobile app piece by piece, using the view stack struture peculiar to mobile apps.
    I am haivng an issue with my untouched css file that I am trying to use in the app. It's a direct copy from the other app in the same directory structure and yet I have declarations of embedded images of the form:
    .topLogo {
        url: Embed(source="assets/images/header-logo.png");
    Which continually cause:
    unable to resolve '/assets/css/assets/images/header-logo.png' for transcoding     Flex Style Problem
    errors.
    It is drving me utterly nuts. The images are there, and if I change the path to an invalid one I get a proper error in the editor, so it IS resolving them, but then these transcoding errors come up and seem to be triggering repeatedly as the problems pane keeps taking the focus away from the editor.
    It's driving me nuts.
    Anyone know if I've missed something?

    Problem solved by turning off Design View (which we never use anyway, useless thing for OO style programming), it's on by default with a new install of Flash builder.
    The mobile app looks promising, just waiting on a developer license to see how it goes on an iPad

  • Error: 1056550: Unable to resolve hostname

    Hello Experts,
    When trying to open the already existing partition definitions, the following error occurs
    Error: 1056550: Unable to resolve hostname
    Any suggestions would be of great help.
    Regards,
    Sudhir

    Thank you

  • [nQSError: 77030] Oracle BI Presentation Server Connection Error: Unable to resolve the address for cn.

    Hi Experts,
    When I use Agent functionality to send email in BIEE 11.1.1.7.0, it will generate the following error message as below:  Are you facing the same problem ? Please help me,Thanks very much.
    Global Error: [nQSError: 77030] Oracle BI Presentation Server Connection Error: Unable to resolve the address for cn.
    Error Codes: AXSBMN8D:
    The operation completed successfully.

    Can you try doing telnet to SMTP server from where BI server is installed and let us know the outcome.Just want to check if any firewall is blocking
    telnet hostname portnumber
    Thanks,

  • Internal error: Unable to resolve ViewRowSetImpl id = 166 for details in ba

    I create a master-detail JSP, when i click select a certain record, the JSP will jump to detail page, but it will display a warning as follow:
    Internal error: Unable to resolve ViewRowSetImpl id = 166 for details in batch
    i need help ASAP
    Thanks in advance...
    George

    Does anyone know how to fix it?
    Thanks!
    SJ

  • URL Portal error: Unable to resolve comp/env/ejb/URIManager/

    I am attempting to creat a URL portal using the Web Service Portlet Wizard.
    The Wizard seems to build the jsp fine, but I get the following error in the
    portlet when I try to bring it up:
    Error retrieving page at http://www.bloomberg.com/index.html Exception:
    Unable to resolve comp/env/ejb/URIManager/ Resolved: 'comp/env/ejb'
    Unresolved:'URIManager'
    I can't even find this path in my installation, nor any reference to
    URIManager. Am I missing a class somewhere? (Note: I have all this
    installed on my laptop for testing, and am not currently working off our
    main development server.)
    Thanks for your help.
    - JKL

    JKL,
    I have not used the Portlet Wizard, so I can't answer your question specifically.
    But I can help direct you on where to look.
    There should be an EJB deployment descriptor ejb-jar.xml in the ejb jar file that
    contains the following entry:
    <ejb-reference-description>
    <ejb-ref-name>ejb/URIManager</ejb-ref-name>
    <jndi-name>some class name</jndi-name>
    </ejb-reference-description>
    That is what to look for.
    PJL
    "JKL" <[email protected]> wrote:
    I am attempting to creat a URL portal using the Web Service Portlet Wizard.
    The Wizard seems to build the jsp fine, but I get the following error
    in the
    portlet when I try to bring it up:
    Error retrieving page at http://www.bloomberg.com/index.html Exception:
    Unable to resolve comp/env/ejb/URIManager/ Resolved: 'comp/env/ejb'
    Unresolved:'URIManager'
    I can't even find this path in my installation, nor any reference to
    URIManager. Am I missing a class somewhere? (Note: I have all this
    installed on my laptop for testing, and am not currently working off
    our
    main development server.)
    Thanks for your help.
    - JKL

  • Internal error: Unable to resolve ViewRowSetImpl id

    I am getting the following error, when trying to edit a master detail record using JSP/Structs in Jdeveloper 10g.
    oracle.jbo.JboException: Internal error: Unable to resolve ViewRowSetImpl id = 13 for details in batch
    Can anyone help me on this please.
    Thanks in advance.
    Mushtaq Pasha

    Hi,
    Did you ever get a fix for this problem, I am getting the same problem now.

  • VersaMail - "Unable to resolve name" error for mail server

    I've had an intermittent but frequent problem with VersaMail when I try to connect to get my email.  I frequently get the following message:
    "Unable to resolve name pop.mindspring.com. Check your DNS settings or enter the IP address for your mail server."
    I also get it occasionally for my Yahoo.com mail addresses as well, so it's not unique to Mindspring.com.  Sometimes it happens a lot, but sometimes I get right in with no problems, so the settings I have appear to work - when they want to.  Needless to say, it's frustrating and annoying, so if anyone has a way to resolve this, I'd appreciate knowing it.
    Thanks.
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    Problem solved!  I had Googled for answers and had found an explanation of DNS servers on another forum where someone was having a similar problem.  It seems that DNS servers simply take the domain name we use and search for the IP address for that domain name, then hook us up to that IP address.  The error message I was getting was that I needed to check my DNS settings or enter the IP address, so it seemed only logical to me that if I could bypass those goofy DNS servers with their "now I'll do it, now I won't" bad attitude, perhaps I could connect directly with the mail servers.  Your tip on how to find the IP address of the mail servers by pinging them was the missing piece I needed.  I deleted the POP and SMTP server names for each account I'd set up in VersaMail, replacing them with the appropriate IP addresses, and I can now connect reliably with any of the servers, first time, every time - and lightning fast.
    Thanks for your help!
    Post relates to: Palm TX

Maybe you are looking for

  • Trying to open Terminal I get;You are not authorised to run this application. The administrator has set your shell to an illegal value.

    Hi There Y'all, I have recently downloaded MacKeeper. It ran OK for a bit, but has recently stopped allowing Internet security updates and switching on of the internet protection options. Asked for help at MacKeeper. Their initial advice did not work

  • SD and MM docs

    I was wondering if someone has SD and MM documentation for BW. Please help. I am experienced in FI/CO and wanted to get some documentation on the above modules. Regards, David.

  • Macbook Pro Retina Wireless Drops

    Hello, I have what I think is one of the most annoying problems with my MBP and I hear it's not just me.  Essentially MOST times when the MBP does into any low power mode (even when on AC power) when it comes out of standby Wirelss shows connected to

  • Cutomization of Printing or E-mailing WCS Guest User Details

    Is there any way that we can customise the text that is is printed as html or emailed. We would like to remove some field and add some text to the template that bring up the Guest User Detail page, however can't find how to proceed. Also would it be

  • Need to check structure condition in user exit RV60AFZ,

    Hi all, i need to write a condition for  vf01(create billing document) in user exit * RV60AFZC * . the condition is : if vbak-auart = 'TA' and  KOMV-KSCHL = 'JIN7'.   VBRK-FKART = 'ZFCS'.       ENDIF.  but the problem here is that komv is structure s