CALL_FUNCTION_REMOTE_ERROR when trying to call Sender RFC

I am trying to use the sender RFC adapter without much luck.  I have written a small ABAP program to call the function - it contains the lines:
call function 'mi_rfc_check_picking'
destination 'ZXI-DEV'
When I run this, I get an error "CALL_FUNCTION_REMOTE_ERROR". 
"JCO.Server could not find server function 'mi_rfc_check_picking'"
I have not been able to find any clear documentation that specifies what the function name should be set to - mi_rfc_check_picking is the name of my sender message interface as defined in XI.  I have tried putting this value in upper and lower case without luck.
In component monitoring in XI, under the RFC sender I get the following error message:
- Error: 2006-08-16 12:08:17 EST: com.sap.mw.jco.JCO$Exception: (123) JCO_ERROR_FUNCTION_NOT_FOUND: JCO.Server could not find server function 'mi_rfc_check_picking'
Can anyone confirm what the RFC name should be?  Or offer any other suggestions to help resolve the issue?
Regards,
Jason

Hi Jason,
Also Check if the RFC is remote enabled..
Please go through this link to know more about the same...
http://help.sap.com/saphelp_nw04/helpdata/en/f9/3f69fd11a80b4e93a5c9230bafc767/content.htm
Also just see if you have used BAPI_TRANSACTION_COMMIT.
And finally, Try checking the userid auth. for RFC destination,if it has remotes access.
To check the same, you just have to do a remote logon from SM59 transaction.
Regards,
Abhy

Similar Messages

  • When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    A brief and probably non-helpful answer: I know of no way to eliminate your large amount of duplicates other than by repetitive, tedious manual effort.
    *There has got to be a simpler way.*
    I hope you're right, but I don't think there is a simpler way.
    BACKUP:  It also appears that the only way I can back up the catalog is to shut down LR.  Really?!
    Yes, really

  • Why do I get a two tone beeping sound when trying to call my wife's Iphone 5c?  Call does not go through.

    Has anyone ever gotten a two tone beeping sound when trying to call an Iphone on the Verizon network?  The call never connects, just the beeping sound.

    I would try deleting her contact and then re-adding it.

  • Busy signal when trying to call out while vacationing in Puerto Rico. How can I fix this problem?

    Busy signal when trying to call out while vacationing in Puerto Rico. How can I fix this problem?

        Lmercer81,
    Thanks for the update! Let's continue to take a closer look. What model phone do you have? Do you have any bars of signal on the device? Has this effected data or text? Are you able to receive incoming calls?
    EfrainM_VZW
    Follow us on Twitter @VZWSupport

  • Security exception when trying to call a DLL from an applet

    Hi all,
    I really hope someone out there can help me. I'm trying to call a windows DLL from an applet but always get some error when the call to the DLL comes. If I run it on the command line (calling a dummy main function that only calls the dll) I don't get any error. However, with the -Djava.security.manager, I get an ExceptionInitialiserError. When running it in a browser, I seem to get any of three errors, the above, securityAccessControlException (as I was expecting) and even NoClassDefFoundError.
    I realise of course that this has to do with the permissions in effect but nothing seems to happen when I change the policy file, so I have to feeling that I'm chaning the wrong file. The one I'm using is the one the JRE entry in the registry is pointing to, Java Runtime Environment->CurrentVersion...
    I even tried giving everything in the applet's directory AllPermission.
    So what I'm wondering is this. Is there any way to check if your policies are actually working and when you update the files, what do you need to do to make the changes take effect?
    Best regards,
    G�sli

    I have the same problem. Have you solved your problem, if so please let me know what the solution is.
    Einar �rn

  • Error message when trying to call a sub vi

    Iam trying to call a sub vi into my main program when I run the main program labview gives me following error "Error-2147417848 occured at the object invoked has disconnected from its clients".
    Do any one know how to get rid of this error.
    Thank you,
    Shanth.
    Attachments:
    Doc1.doc ‏28 KB

    shanth422 wrote:
    Iam trying to call a sub vi into my main program when I run the main program labview gives me following error "Error-2147417848 occured at the object invoked has disconnected from its clients".
    Do any one know how to get rid of this error.
    Thank you,
    Shanth.
    Yes- stop invoking an object that is disconnected from its clients.  This will get rid of your "error"
    Of course, that means nothing to anything that is not a 'Windows OS'.....
    Please - post the offending code so we can analize the code and not the"error" messagases  Hmmmm
    Jeff

  • ORA-7445 when trying to call a function over JDBC

    Hi,
    We are trying to call a PL/SQL stored function which is in a package. When we call the procedure with SQLPlus or something different, it works fine, no error occurs. But when we try to call it over jdbc, we gat the following error plus an ORA-07445 error in the alert log. (running 8.1.7.4.0 on SunOS 5.8)
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:05:662 DEBUG Alert : Connection--Connection recovered--NO_ALERT--1044342009152
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:05:662 DEBUG Operation : Customer Update
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:05:682 DEBUG Unique Id : 1123839
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:09:998 ERROR Exception MessageNo more data to read from socket
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:09:998 ERROR Exception Code17410
    UDBAdapter.UDBAdapter : 2003 Feb 04 09:04:09:998 ERRORjava.sql.SQLException: No more data to read from socket
    The alert log error is as follows :
    ORA-07445: exception encountered: core dump [kolcpcpy()+168] [SIGBUS] [Invalid
    address alignment] [2147484761] [] []
    Any help would be appreciated. Best regards.
    Ogun

    Hi Ogun,
    The "oerr" utility for your error code gives the following output:
    07445, 00000, "exception encountered: core dump [%s] [%s] [%s] [%s] [%s] [%s]"
    // *Cause: An OS exception occurred which should result in the creation of a
    // core file. This is an internal error.
    // *Action: Contact your customer support representative.
    Excuse the silly, obvious questions, but
    * have you examined the core dump?
    * have you contacted your customer support representative?
    * have you searched the "MetaLink" web site?
    http://metalink.oracle.com
    If you care to post the part of your java code that is causing the problem -- I may be able to help you.
    Good Luck,
    Avi.

  • Insufficient Access Rights when trying to modify send as permissions on a public folder

    Where I work, we have 2 mailbox database servers and 2 cas servers on Exchange 2010, upgraded from Exchange 2003. We are finding that when trying to grant a user send as rights to a publlic folder we are getting an Insufficient Access Rights error. The
    bizzare thing is for one particluar folder we can amend the send as rights with no issue on one of the cas servers but not the other cas or either db servers.
    You would have thought if it was a user permissions issue i.e the adminsitrator not having sufficent rights it would fail on every server and likewise if it was a problem with the folder itself, why is it working on one of the cas servers? Also on
    the one server this particluar folder does allow us to amend the rights, when we try to amend others we get the same error 
    If anyone has come accross this before and knows a fix please share it.
    Thanks

    Hi,
    Please check the ownership of the affected public folder to make sure it points to the right server.
    Here is a similar thread which may help you, please following the suggests in this thread to check result.
    https://social.technet.microsoft.com/Forums/office/en-US/0960b944-82b2-42f1-b438-a7d57b7ab783/insuffaccessrights?forum=exchangesvrgenerallegacy
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Error when trying to call someone

    Hi all
    My 4-month old phone is having issues when i'm trying to make a call.
    I've reset everything and after two weeks i'm still having the same error when trying to make a call.
    I'm getting a pop-up saying that there's an app error something something...
    This is really frustrating cause at times I can't even make a single call.
    Please help me out on this.
    Marina

    Boot on safe mode and try again
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Jobs not getting Scheduled when it is called from RFC

    Hi Everyone,
    I have Functional module in system1 which in turn creates a background Job, but when i call this Function module from System2 using RFC then the background job is not created. THought i debugged and the Function module on system1 is called successfully with right input parameters. M i missing anything ? Please advice
    Regards,
    Nikesh Kumar

    Hi Chen,
    Thanks for the reply. Actually the main problem is not with how the Background job is getting executed. Actually my function module schedules are job in system1 , but if the same func module is called via RFC from other system, it gets called successfully with same inputs (checked in debugging), but the background job does not get created.
    Regards,
    Nikesh Kumar

  • CRM_ORDER_READ giving no output when it is called in RFC.

    Hi ,
    I have written a FM in CRM which is to be called from R3 and further processing logic is there  in R3.
    I am facing problem when i call this function from R3..
    I am getting no output in pridoc i.e. it is blank.
    I have checked connection also it is woking fine .
    To trace the problem i tried debug the program but when debugger goes in CRM , and starts processing CRM_ORDER_READ it is not giving output and gives short dump as connection closed ( no data ).
    When i am pressing F6 on CRM_ORDER_READ to see the output it toggles between R3 and CRM.
    And the guids for which the CRM_ORDER_READ is called in my program are valid and having corresponding data in tables.
    Please help i am not getting what to do
    Thanks.

    Hi,
    from your explanation i understand that you have written an RFC enabled fm in CRM and in side that you are calling the fm CRM_ORDER_READ.
    keep a break point in side the CRM_ORDER_READ fm. In thi fm there is another FM CRM_ORDER_READ_OW where teh actual fetching is done.
    Make sure that that Guids are present in CRMD_ORDERADM_H and CRMD_ORDERADM_I tables because the fm first checks for these tables and is they are present then they will try to fetch the extensions like activity, opportunity,appointment, partners etc.
    Aslo there are number of exporting parameters so check if you are using the correct exporting parameter to read the data.
    If your problem persists then post your thread in CRM general or ABAP general forums for more visibility of your problem.

  • File not found when trying to call a dll on LabVIEW Real Time machine

    I have a dll called "DLLRTTEST" that I've written, and have succesfully called on my host machine.  I'm now attempting to call this dll from a vi that is located on my real time computer.  Currently I get an "Error 7 occurred at Call Library Function Node in DLLRTTEST.vi." message upon execution
    In the attached screenshot I'm trying to ensure that the vi I'm running is in fact located on the real time system.  I then use a "Check if File or Folder Exists.vi" to confirm that the dll that I'm about to call does exist on the real time system as well.  However, I still receive an "error 7 file not found" error from the Call Library Function Node.
    Any help is appreciated.
    Solved!
    Go to Solution.
    Attachments:
    DLL_Call_Screenshot.png ‏61 KB
    DLL_Call_Screenshot.png ‏61 KB

    As nathand already mentioned, depending on your C toolchain your DLL will depend on other DLLs. Usually the according msvcrtXX.dll that matches your Visual C version, if you use Visual C, other runtime DLLs if you use a different C environment. These runtime DLLs are even necessary if you do not call anything in any of your functions, since the DLL makes various initialization steps when it gets loaded and that references some C runtime functions nevertheless. Compiling and linking the DLL with static C runtime is usually also not a clean solution since the linked in C runtime will then reference Windows APIs that are not available on LabVIEW RT.
    Depending on your version of LabVIEW RT you will have some mscvrtxx.dll files in your system directory but it will be an older one than from the latest Visual Studio version. If you can compile your DLL with that Visual Studio version then you should be fine, but could possibly run into new problems if you later upgrade to a newer LabVIEW RT version. Installing the C runtime distributables from newer Visual Studio versions is unfortunately also not a solution, since it references many (undocumented) Windows API functions that are not available in LabVIEW RT.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Load library failed when trying to call OPMN

    Hi,
    I have installation of DB and AppServer on one computer, DB is working really nice, but I have problems with appserver - when I try to start it from start menu - then there is timeout, but when I am trying to execute opmnctl from command line - then there is timeout, so then I made the following 2 requests and get relevant answers - what I shoul do further?
    C:\product\10.1.3.1\OracleAS_5\opmn\bin>opmn
    $ORACLE_HOME_AS\opmn\lib\libopmnohs.dll LoadLibrary failed: 126
    Module libopmnohs: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmnohs.dll
    Module libopmnohs initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmnoc4j.dll LoadLibrary failed: 126
    Module libopmnoc4j: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmnoc4j.dll
    Module libopmnoc4j initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmncustom.dll LoadLibrary failed: 126
    Module libopmncustom: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmncustom.dll
    Module libopmncustom initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmniaspt.dll LoadLibrary failed: 126
    Module libopmniaspt: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmniaspt.dll
    Module libopmniaspt initialization failed: disabled
    Module brl5.ALEKSS~HTTP_Server: no start callback
    C:\product\10.1.3.1\OracleAS_5\opmn\bin>opmnctl validate "C:\product\10.1.3.1\Or
    acleAS_5\opmn\conf\opmn.xml"
    $ORACLE_HOME_AS\opmn\lib\libopmnohs.dll LoadLibrary failed: 126
    Module libopmnohs: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmnohs.dll
    Module libopmnohs initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmnoc4j.dll LoadLibrary failed: 126
    Module libopmnoc4j: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmnoc4j.dll
    Module libopmnoc4j initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmncustom.dll LoadLibrary failed: 126
    Module libopmncustom: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmncustom.dll
    Module libopmncustom initialization failed: disabled
    $ORACLE_HOME_AS\opmn\lib\libopmniaspt.dll LoadLibrary failed: 126
    Module libopmniaspt: library load error:
    $ORACLE_HOME_AS\opmn\lib\libopmniaspt.dll
    Module libopmniaspt initialization failed: disabled
    XML parse: brl5.ALEKSS~HTTP_Server, process-type: OHS, module: libopmnohs is mis
    ing start callback.
    opmnctl: opmn validation failed!
    I have defined environment ORACLE_HOME_AS to point to AppServer installation and ORACLE_HOME to DB installation... Well - I had similar problems before this redefinition as well and then I decided - that it could be better to make separate variable and use it for AppServer... Anyway - what should I put in ORACLE_HOME - there can be so much installation on one machine!!!

    Well - I resolved some part of this. It happens, that opman is seeking config files in DB opmn config folder and so - I put them here (thanks God - there was not name conflict) and changed their content - so - that they point to real paths (not using ORACLE_HOME_AS).
    But now I have error:
    C:\product\10.1.3.1\OracleAS_5\opmn\bin>opmn -a dump
    CONNECT: Result too large
    Similar error is for any call or ompn -a command.
    p.s. I feel that this is the issue of being DB and appServer on the came computer not the AppServer issue. So - thread is eligible for this forum.

  • ORA-24777 when trying to call multiple Oracle SPs...

    I had a SP in Oracle that called another SP in a SQL Server DB via DBLink. I was calling the Oracle SP from VB.NET (3.5) and because of transaction commiting I was not able to do this, so I removed the SQL SERVER SP call from inside the Oracle SP. However, I still get a ORA-24777 error: use of non-migratable database link not allowed.
    If I removed the reference to the other DB, why would I still get an error referencing the DBLINK?
    I'm using Oracle 10.2 and VB.NET (3.5).
    old SP CODE:
    I have a package called USP_VALIDATION
    In the package body, I was calling BATCH(Queue, RefNo) [a procedure in USP_VALIDATION]
    In this BATCH procedure, I would call SP_GET_BILLING_OPTION_TCIS(accNo, lclBillingOption) [note TCIS is the SQL DB and lclBillingOption would be the TCIS billing option]
    ... do something with lclBillingOption
    I changed this to the following:
    In the package body, I now call BATCH(Queue, RefNo, BillingOption)
    In this new BATCH procedured, I now DON'T call SP_GET_BILLING_OPTION_TCIS as I already retrieved it first before I call USP_VALIDATION in the .NET code
    ... do something with the BillingOption passed in as a parameter when calling BATCH.
    What I'm really trying to do is make sure that the transaction commitment/rollback is handled correctly in the following senario.
    What happened before was because the one SP was calling another SQL database via DBLINK, it was not working correctly. So we removed the DBLINK and now call the SQL database before we do any action with the Oracle SPs.
    Here is my code in .NET:
    Public Function EnrollElectricCustomer(ByVal EnrollParameters As IEnrollmentParameters) As IEnrolleSearch Implements Interfaces.IEnrollmentManager.EnrollElectricCustomer
            Dim dacRCES As New Dac.RC.EnrolleeDataService()
            Dim dacRCAS As New Dac.RC.AccountDataService()
            Dim oServiceType As IServiceType = New ServiceType(ServiceTypeEnum.Gas)
            Dim dacCSS As New Dac.Css.CssCustomerAccount
            Dim oBillingOption As IBillingOption = Nothing
            Dim business As New AccountManager
            Dim WorkQID As Long = 0
            Dim enrolleeSearch As EnrolleeSearch = Nothing
            Dim MainTranScope As TransactionScope = New TransactionScope(TransactionScopeOption.RequiresNew)
            Try
                EventLog.WriteEntry("RCIS", "Access --> EnrollElectricCustomer")
                ' comment - here I go to SQL Server to get the Billing Option instead of doing it thru DBLINK
                oBillingOption = dacRCAS.GetCurrentBillingOption(EnrollParameters.CssAccountNumber, oServiceType)
                Using MainTranScope
                    'first save the Enrollment record to the Enroll Queue
                    WorkQID = dacRCES.SaveElectricEnrollee(EnrollParameters)
                    'need to put account number needed into a collection
                    Dim oColAccounts As New Generic.List(Of IAccountRefreshRequests)
                    Dim oColCSSAccounts As New Generic.List(Of ICustomerAccount)
                    Dim oAccount As New AccountRefreshRequests
                    Dim oCustomerAccount As ICustomerAccount
                    Dim refreshstring As String = String.Empty
                    oAccount.CSSAccountNumber = EnrollParameters.CssAccountNumber
                    oAccount.CSSAccountNumberNoCheckDigit = EnrollParameters.CssAccountNumber.Substring(0, 14)
                    oAccount.CSSCheckDigit = EnrollParameters.CssAccountNumber.Substring(14, 1)
                    oAccount.ServiceType.CodeString = "E"
                    Dim rStatus As New RefreshStatus
                    rStatus.Code = StatusEnum.NewAccount
                    oAccount.Status.CodeString = rStatus.CodeString()
                    oColAccounts.Add(oAccount)
                    'call CSS passing in collection of account(s) and returning back collection of account(s)
                    oColCSSAccounts = dacCSS.GetCssAccountInfo(oColAccounts)
                    oCustomerAccount = New CustomerAccount
                    oCustomerAccount = oColCSSAccounts.Item(0)
                    refreshstring = business.BuildRefreshString(oCustomerAccount)
                    dacRCES.RefreshElectricAccount(refreshstring)
                    'once refreshed, we need to also run VALIDATION on this enrollent record...
    *' NOTE THAT THIS SP used to CALL SQL via DBLINK but no longer does....*               
                    dacRCES.ValidateElectricEnrollment(WorkQID,oBillingOption)
                    'once validated, we also have to submit the record....
                    dacRCES.SubmitElectricEnrollment(WorkQID)
                    MainTranScope.Complete()
                End Using
                If WorkQID > 0 Then
                    'now we need to retrieve the account enrollment record...
                    enrolleeSearch = dacRCES.FindEnrolleeByEnrollID(WorkQID, ServiceTypeEnum.Electric)
                End If
            Catch ex As Exception
                SendEmail.SendErrorEmail("EnrollElectricCustomer --> " & EnrollParameters.CssAccountNumber, ex.Message)
                RcCommon.WriteExceptionToLog(ex)
                Throw
            End Try
            Return enrolleeSearch
        End FunctionI'm concerned that if any one of the various calls fails, I want to rollback the ENTIRE transaction. Right now I
    a) insert the row into a table in Oracle,
    b) get detailed information on this account from another database (DB2),
    c) refresh the data in the Oracle DB on this account,
    d) validate the record added (business rules) and then when all done,
    e) to submit the account (which changes statuses for later use).
    If I insert the record but it fails at step d say, I want to rollback everything and remove the record from the Oracle table...
    Edited by: userLynx on Oct 17, 2012 6:37 AM

    EDIT1:
    You posted an edit including code while I was typing original response.
    You may find the following My Oracle Support note helpful. It applies to ODP.NET as well.
    ORA-24777 When Selecting Across a Database Link With Microsoft OLE DB Provider for Oracle [ID 397555.1]
    Just to confirm - is the database link used at all now?
    I know you said that the stored procedure is no longer called, but is the link still used for anything else?
    Also, do you have a call stack from when the exception is raised?
    Edited by: Mark Williams on Oct 17, 2012 9:53 AM

  • 10g Migration Problem: error shown when trying to call a report from form

    Dear Friends,
    I am working on migrating developer 2000 forms to 10g forms. I am using migration tool for this. Everything is going fine except calling report from a form.
    Say, in the original form I had the following:
    RUN_PRODUCT(REPORTS,’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    After migration its has become:
    rp2rro.rp2rro_run_product(REPORTS, ’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Then, I have kept the report ‘test1.rdf’ in the ‘OraHomeAS\reports\samples\demo\’ location and changed the above code into:
    rp2rro.rp2rro_run_product(REPORTS,'test1.rdf',SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Now the form runs fine on application server but it can’t call the report. While attempting to call the report, it shows the following error:
    ORA-06508
    FRM-40735
    Please note that the report ‘test1.rdf’ individually runs fine on the application server and at the time of migration I provided all the information (e.g. report server name) correctly. If I am missing any package, please tell which package I am missing and where should I paste it.
    Please help me because I am very close to the deadline!
    Rgds,
    Luther

    Hi,
    The conversion to use the rp2rrp call needs a library to resolve the call which I think is called rp2rro.pll.
    It seems that this library is not being found at run time, which is what the ora-06508 error often means.
    I guess that you have compiled the form and must therefore have the pll to compile, so it is the forms_path setting in the app server run time that might not be set.
    Look at the environment file (default.env is the original name for this, if you haven't created a custom one) for the entry FORMS_PATH. Is the location of your library specified in the path ?? If not put the directory in, then stop and restart the app server.
    rgds
    Tony

Maybe you are looking for

  • Issue while query execution on web analyser.

    Hi, I am getting an error message while query execution on web ie Record set too large , data retrieval restricted by configuration .I am able to run the same query in bex analyser without any issue .Any idea what could be the reason and solution for

  • Error Message "Service 'Apple Mobile Device' failed to start"

    Tonight I tried to install the latest update for iTunes, only to get the error message "Service 'Apple Mobile Device' failed to start". I tried the installation again with my iPod connected (the only Apple device I own) and it made no difference. So

  • How to pass the value to the screen through call transaction

    hi i have got an requirement for which i have to call MIGO tcode through call transaction command. But here one list box GODYNPRO-ACTION (screen field) contains list of values . my requirement is when i will call the tcode MIGO it should take default

  • My 8520 keeps stopping to sync

    Hi all, In the last one week or thereabout, my device, curve 8520 has kept on showing a small kind of stop clock at the centre of my screen in a 3 - 4 minute interval. Anytime this tiny clock comes up, it stays for like 30 seconds and freezes my devi

  • Package compilation and ORA-06575

    Hi, I've created a package & body that compiles OK (without errors or warnings) in Oracle SQL Developer and also works afterwards OK. When created by PL/SQL statements there are no errors but STATUS in USER_OBJECTS is 'INVALID' and ORA-06575 is issue