Problem while trying to define a Program via OEM

My situation involves two users: STRMADMIN and WORK.
The Work schema holds a package called MY_PACK.
When I try to create a new program via OEM (connected as STRMADMIN) it failes becauseI am unable to select the procedures in my package in MY_PACK when creating a program. The list of available procedures does not include my package.
The strange thing is that creating the program manuallly via SQL-prompt seems to work fine. It does appear in the list of programs but when I view the details, I do not get to see the source code and the Status is set to "Invalid".

Hi,
Well they do have to follow database object privileges by doing selects as the connected user, but at least they should allow manual entering of the stored procedure.
Just to make sure, have you done
grant execute on STRMADMIN.MY_PACK to WORK ;
If that doesn't work you may need to create a non-package procedure as a wrapper to your package procedure.
-Ravi

Similar Messages

  • Error occur while trying to save a program in SE38

    Hi,
    I'm facing a problem while trying to save a program in se38.
    It is directly taking me to debug mode.
    By ST22 this "ROLLBACK_IN_POSTING" error is  recognized.
    And from SM21I got  following details :
    Time     Type  Nr  Clt    User     Code Priority Grp   N  Text
    10:25:13 DIA  001 010 BISWAJIT                    R6  8 Perform rollback
    10:25:13 DIA  001 010 BISWAJIT                    R6  8 Perform rollback
    10:25:14 DIA  001 010 BISWAJIT                    AB  0 Run-time error                              
                                 ROLLBACK_IN_POSTING" occurred       
    and from SM13 the following details I have found.
    Function Module        RS_NEW_PROGRAM_INDEX
    Status                       Update was terminated
    Report                       LSEUAXU01
    Error details   Class:     00         Number:    671
    00 671: ABAP/4 processor: ROLLBACK_IN_POSTING
    If any one kindly help me to solve this problem it will be very  very     
    helpful for me.            
    Thanks in Advance.
    with regards,
    Biswajit Das

    Actually the problem was solved partially.....
    There are two version of SE38 ....previously  we worked in old one. While faced that problem we just changed
    that to new one and hence the problem got solved. May be the GUI of previous one does not compatible in  some how with the latest patch of SAP used in our organization.
    Thanks.....
    Biswajit
    Edited by: Biswajit Das on Jan 16, 2009 3:44 PM

  • Problem while trying to load or access OracleTypes.CURSOR value

    Hi all,
    I configured my datasource as follow
    URL:  jdbc:oracle:thin:@192.10.1.230:1521:interp
    Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
    an my namedquery is
    +@NamedNativeQuery(name = "generaFoliosRenCot",+
    *+               query = "{ ? = call pkg_renovaciones.fn_rencot_auto(:ageid) }",+*
    *+               resultClass = FoliosGenerados.class,+*
    *+               hints = { @javax.persistence.QueryHint(name = "org.hibernate.callable", value = "true") })+*
    I'm using
    <org.springframework.version>3.0.5.RELEASE</org.springframework.version>
    <org.hibernate.version>3.5.4-Final</org.hibernate.version>
    <com.oracle.jdbc.version>10.2.0.4.0</com.oracle.jdbc.version>
    Weblogic 10.3.4
    when i run my app on junit its run fine
    but when i run my app on weblogic server the problem is when i call a function on oracle 9i the error is:
    +*[02/08/2011 10:00:00 ERROR ServiceThrowsAdvice:doRecoveryActionDataAccess:26] - :::: ** ::::Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
    +*org.springframework.orm.hibernate3.HibernateSystemException: Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:679)
         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
         at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl.generaFoliosRenCot(FoliosGeneradosDaoImpl.java:28)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
         at $Proxy206.generaFoliosRenCot(Unknown Source)
         at mx.grupocp.inter.controller.scheduler.jobs.impl.ExecuteShellsImpl.generaFoliosRenovCot(ExecuteShellsImpl.java:86)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
         at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:80)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.lang.Thread.run(Thread.java:619)
    *+Caused by: org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value+*
         at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:308)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1609)
         at org.hibernate.loader.Loader.doQuery(Loader.java:717)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:270)
         at org.hibernate.loader.Loader.doList(Loader.java:2294)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2172)
         at org.hibernate.loader.Loader.list(Loader.java:2167)
         at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:316)
         at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1832)
         at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:165)
         at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:179)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:34)
         at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:29)
         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
         ... 37 more
    +*Caused by: java.lang.IllegalAccessException: Class org.hibernate.dialect.Oracle9Dialect can not access a member of class oracle.jdbc.driver.OracleTypes with modifiers ""*+
         at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
         at java.lang.Class.newInstance0(Class.java:349)
         at java.lang.Class.newInstance(Class.java:308)
         at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:306)
         ... 50 more
    please help me

    Hi,
    Have a look at this tread:
    Re: Problems of hibernate calling oracle stored procedure
    Regards peter

  • Im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    i have been dealing with this same issue, tried to  turn off firewall and even turn of antivirud but still it gave me the same error.

  • Problem while trying to install OVI suite

    Hi, guys! How you doing? I've got a problem while trying to install OVI Suite: I'm getting a warning signal that says "Something got wrong - Nokia Ovi Suite installations require that PC Connectivity solution 7.0.0.0 or a later version to be already installed before continuing installation" and I can't install after that. I've been searching at Google, but I have found nothing. Hope you can help me. Thanks in advance.
    Attachments:
    error.png ‏7 KB

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Error occur while trying to save a program in SE38(ROLLBACK_IN_POSTING)

    Hi expert,
    Error occur while trying to save a program in SE38.
    ROLLBACK_IN_POSTING
    Error analysis in st22
        Calling a ROLLBACK WORK within an update is not allowed because
        the function modules triggered in a Logical Unit of Work cannot
        then be processed correctly.
    sm21 log
    SM13           R0  U Update requests were deleted (VBKEY = 4F4CFB6B90330AA7E1000000C0A80A07, VBUSR = OSEABAP1)
                   AB  0 Run-time error "ROLLBACK_IN_POSTING" occurred
                   AB  1 > Short dump "120301 121252 osedevqa ORD00 " generated
                   D0  1 Transaction Canceled 00 671 ( ROLLBACK_IN_POSTING 20120301121252osedevqa_ORD_00 OSEABAP1 120 )
                   R6  5 Update terminated
                   R6  6 > Update key: 4F4CFBA190330AA7E1000000C0A80A07
                   R6  7 > Update module: RS_NEW_PROGRAM_INDEX
    Regards,
    vivek
    Edited by: vivek pokhariyal on Mar 1, 2012 8:43 AM

    There is plenty of Notes regarding this error in SAP Marketplace. Did you look at them?...
    Posting Basic questions without research is not allowed. Read the "Rules of Engagement"
    Regards
    Juan

  • Problems while trying to open OBI Administration Tool

    Hi everybody,
    I’m getting an error while trying to open the OBI Administration Tool. I performed properly the installation with the client installer, and then created the ODBC connection to the OBI Server, which is hosted in a Red Hat Enterprise Linux 5 (64  bits).
    The error I’m getting is the next one:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client T...
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    This is an error that seems to have appeared previously on the forum, but unfortunately I didn’t find any fixing solution. I found posts speaking about cleaning the boot and reinstalling the Visual C++ running components, but they don’t work (at least in my case).
    Any idea?
    Thanks in advance,
    Hibai.

    Hi,
    I have one more question. I need to migrate the database from US7ASCII to UTF8.
    For this I ran csscan for user "TEST" as well as against full database.
    Below log is the csscan output against full database. but my application is depended on TEST schema only. Shall I need to migrate SYS objects data as shown below or it's not required?. If required how to migrate these objects data?
    Looking forward you help.
    USER.TABLE Convertible Exceptional
    SYS.METASTYLESHEET 58 TEST.Table_1 9 0
    TEST.Table_2 11 0
    TEST.Table_3 17 0
    TEST.Table_4 11 0
    [Distribution of Convertible Data per Column]
    USER.TABLE|COLUMN Convertible Exceptional
    SYS.METASTYLESHEET|STYLESHEET 58 0
    Thanks,
    Sankar

  • Error while trying to assign a role via CUP in Portal

    Hello Experts,
    I am trying to  create a request to assign a role in EP via CUP ( 5.3)
    EP Connector is working fine as I have imported Portal roles etc
    SPML service is working fine
    I have done the  mapping in the Provisioning tab for Portal system
    logonname in portal is email address of an employee
    So the I have done the following mapping
    AC Field                             Application field
    email addres-Stndard       logonname
    And I have the following error while trying to create a request which I grabbed form the log
    ERROR Exception during EJB call, Ignoring and trying Webservice Call
    LinkageError: loader constraints violated when linking com/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO class
    ERROR com.virsa.ae.core.BOException: Exception from the service : Invalid System
    com.virsa.ae.core.BOException: Exception from the service : Invalid System
    ERROR : BO Exception in Save request
    Any suggestions would be really appreciated
    Regards
    Kev

    Kevin,
    I was able to replicate your issue and there is a setting in the CUP that you have to disable, Goto the config tab in the CUP and select NO for the "Risk Analysis On Request Submission " under risk analysis.
    Issue here is you did not create a connector for your EP in the RAR, I believe you have the above mentioned parameter to yes and so when you are submitting a request CUP is trying to do the risk analysis but RAR was not able to find any System, so it is thowing an error.
    You can resolve this issue in two ways, one is to create a connector in RAR or the other is to disable the setting in the CUP.
    Hope this helps.
    Naveen

  • Problem while trying to use canon lbp 3050 help me please

    Dear all,
    I have a problem while using my Canon LBP 3050 printer for my Mac OS X ver 10.6.8
    I already install the programme and add new printer into my system preferences , there is a connection to the printer Canon LBP 3050 and the programme installation is working, I think because there is no warning "unsuccesfully installment" .
    But when I started to print , no respon at all but the printer status monitor showed that my printing job has been done. no pending works there.
    so can you help me to solve this problem?
    thank you in advance

    Thanks for your respons.
    I tried your suggestion and I relieve that it works. thanks.
    but… there is another problem again …
    why the result of the printing is just the up side. so the bottom side disappear. I already make sure that the ink is new.
    I try to put it off and try again and again and… the result is still the same. print the up side only (just the first line from the whole document).
    this is the driver version : 3.30
    Here is the driver that I downloaded
    http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDkwMDAwNzcyMjEw&cmp=ACB〈 =EN
    i think this one is the new one , isn't it?
    I'm waiting for your respon again...
    thanks a lot

  • Problem while trying to download files- Fatal error message

    Hi
    I have just bought a copy of photoshop cs3.  Got a deal on it so couldnt refuse.
    The problem I have is while trying to download pictures off my memory card.  I put them into the card reader and when I went to advanced settings it came up with an error message which would then close the upload box when clicked ok.
    This same message appeared when I didnt choose advanced settings and started to download pics.
    I checked that some have downloaded but stopped once the error message appeared.
    Below is the info that came up
    Fatal error
    Adobe photo downloader has encountered a problem and needs to close. We are sorry for the inconveinience.
    Error code c0000094
    Address fa770ab

    I normally use the canon downloader and download the pics straight from the camera.
    The cardreader works fine with the memory card as it has worked fine everytime in the past.
    I thought there may be some settings that need to be changed somewhere for adobe bridge downloader to work correctly.

  • Problem while trying to install MS tools for PDA

    I'm using Windows XP service pack 2 (new PC at work...), and I get the message "'Windows CE Emulator' will cause Windows to become unstable. Windows has prevented these drivers from loading." while trying to install the eVC4 package required to run the LabVIEW PDA Module.
    So far, no way to solve the problem, even trying to follow/understand the "Help and Support" file that is proposed by Window.
    Any hint ?
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Problem while trying to get meta data from entity in CRM 2011 using java

    Hi,
    I have been trying to get the meta data from entity. Below is the code what i have tried.                                 
    EntityFilters entfilter = new EntityFilters();
    EntityFilters_type0 eftypes [] = new EntityFilters_type0[]{EntityFilters_type0.Attributes};
    entfilter.setEntityFilters_type0(eftypes);
    EntityFiltersE entityFiltersE = new EntityFiltersE();
    entityFiltersE.setEntityFilters(entfilter);
    Boolean RAIP = new Boolean(true);
    OrganizationServiceStub.ParameterCollection parameterCollection = new OrganizationServiceStub.ParameterCollection();
    OrganizationServiceStub.KeyValuePairOfstringanyType entityFilters = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    entityFilters.setKey("EntityFilters");
    entityFilters.setValue(entityFiltersE);
    OrganizationServiceStub.KeyValuePairOfstringanyType retAsIfPublished = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    retAsIfPublished.setKey("RetrieveAsIfPublished");
    retAsIfPublished.setValue(RAIP);
    parameterCollection.addKeyValuePairOfstringanyType(entityFilters);
    parameterCollection.addKeyValuePairOfstringanyType(retAsIfPublished);
    OrganizationServiceStub.OrganizationRequest request=new OrganizationServiceStub.OrganizationRequest();
                request.setRequestName("RetrieveAllEntities");
                request.setParameters(parameterCollection);
                OrganizationServiceStub.Execute org_execute = new OrganizationServiceStub.Execute();
                org_execute.setRequest(request);
    ExecuteResponse resp  =  serviceStub.execute(org_execute);
    And getting the below error.
    [ERROR] The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter
    http://schemas.microsoft.com/xrm/2011/Contracts/Services:request. The InnerException
    message was 'Element value from namespace http://schemas.datacontract.org/2004/07/System.Collections.Generic cannot have child contents to be deserialized as an object. Please use XmlNode[] to deserialize this pattern of XML.'.  Please see
    InnerException for more details.
    Please help me if any one have an idea on this error.
    Thanks in advance.

    Hi
    Did you get this resolved ?

  • Connection problem while trying to connect with server on i cloud??

    When i try to connect to i tunes i have a connection fault that says problem while rying to connct with server?
    Please help!

    I am having the exact same problem.  Cox has no fix.  I am in RI.

  • Odd problems while trying to Import video to layers and "a program error"

    Hi there,
    I'm having problems importing video (tried .avi and .mp4) to layers on my Photoshop CS5, using laptop with Windows 8.
    First of all, I cannot see the buttons "pause/play" and so I also cannot choose the part I'd like to import to layers. It shows as a black row as seen below:
    And this is the only video (.mp4) I can see the "review" video, also can blindly press the buttons where the black row is, which is basically impossible to get anything done.
    With my .avi videos (which work perfectly with my friend) it shows absolutely nothing:
    I tried to go with pressing OK anyway, and this is what I saw next:
    I had installed http://support.apple.com/kb/DL762 QuickTime 7.6 for Windows, so it shouldn't be the issue?
    I restarted my computer and my Photoshop and it didn't seem to make any difference.

    Sorry, must double post now! I really need the help. I've tried to find it myself around here, found a thread with someone having the exact same problem, but so far no good

  • While trying to load scrabble game via my facebook home page, it will not load within the time allotted. Are you getting other questions about this problem? Is it a Firefox issue? Thanks.

    the message "Facebook is taking longer than usual to respond. If this problem persists, refresh your browser or try again later." appears every time I try to access the game. Facebook acknowledges a problem, but I'm wondering if its a problem with my server. Thanks for any feedback.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

Maybe you are looking for

  • Renaming and/or adding genres in iTunes

    I am organizing my albums in the recently updated iTunes and wish to (1) add some new genres and (2) rename some of the genres currently listed.  Is either possible? Thanks!

  • XI/PI: jdbc receiver using stored procedure with arrays

    The company needs an interface to search for header data and detail to a legacy system. This interface from ERP  to legacy system is synchronous and uses stored procedure. The definition of the stored procedure is as follows: PROCEDURE Generar_Detall

  • Understanding MapViewer log - total time loading X features

    Hi All, I'm interested in finding out more about how to understand the following lines from the log file. What I'm unsure about is what "total time loading features" means. For example Theme_14 has a sql exec time of 1797ms, however the total time lo

  • Using Charm with CTS+

    Hi experts, I would know if it's possibile configure the change request management to manage non-abap transport. I have a PI landascape (abapjava) where I configure the CTS. I would know if I can implement CHARM in my solutionmanager in order to mana

  • Poker password

    How to retrieve username and password for Royal Poker 7? I do not receive email instructions for recovery.