SP execution undefined error - saga continues

Hello all.
I am aware that this problem has been discussed widely, but I haven't seen anyone mentioning the configuration I am using.
I have employed everything said since othe toppic has been discussed on.
Windows XP on all machines. All machines have VS2005 installed, with SP1.
10g XE is installed on separate machine. All Oracle services running except MTS-related service.
Latest Oracle dev tools and ODT installed on both (the db server, and my local) boxes.
On the server machine I had to manualy register with GAC the ODAC's Oracle.DataAccess.dll from ODAChome\ODP.NET\bin\2.x dir, as to have the .NET2 framework built component. This is in accordance with Christians's post: Re: ORA-20100 - System.BadImageFormatException
I've done this despite what's in the post: Re: New problems with .NET stored procedures and Oracle XE
Not to mention that tnsnames.ora, and sqlnet.ora files are filled with correct information (only question here is should the information about clr services [EXTPROC_CONNECTION_DATA and ORACLR_CONNECTION_DATA] that are on my db server box - be put into the tnsnames.ora file on my local machine ?)
To put it real short, I've built (on my dev, local machine) and successfully deployed (to the remote db 10gr2 XE server) a stored function.
I'm using VS2005 built-in pl/sql Query Window to ignite the function like:
select wages.evaltointeger('return 2;') as ResultNumber from dual; (I have script interpreter implemented, and therefore scripting code as a string input parameter here).
And what am I gettin' for all this effort ? Nothing more than what I've already had for the first time:
ERROR
ORA-20100:
ORA-06512: at "SYS.DBMS_CLR", line 143
ORA-06512: at "WAGES.EVALTOINTEGER", line 7
20100 doesn't say anything.
Where have I been wrong ? (cry...)
Any help ?
Thanks!
Vlad

Unfortunately, .NET SPs deployed from VS2005 don't work on XE. The reason is, is that it is not possible to upgrade the Oracle XE to the neccesary version of Oracle Database Extensions for .NET. In the earlier beta, Oracle Database Extensions for .NET was a manual install so it worked with the XE home. Now, the latest Oracle Database Extensions option requires the Oracle Installer to install, and that is not compatible with the XE home structure.
So,
If you want to use .NET SPs you'll need to either:
1) Use Oracle DB Standard Edition/EE
or
2) Use VS2003 and ODT for XE if you want to keep using Oracle XE, but you won't be able to use the latest ODT features:
http://www.oracle.com/technology/software/tech/dotnet/odtxe_index.html

Similar Messages

  • Itunes continues to crash and I get the Data Execution Prevention error from Windows and it shuts down. How do I fix my Itunes?? This startes happening after the Itunes update

    Itunes continues to crash and I get a Data Execution Prevention error.

    Vista 64 bit
    Many thanks. If you're still not launching after your complete uninstall/reinstall, we'll go searching for old QuickTime componentry stashed in non-standard locations on the PC.
    First we'll need to change some view settings.
    In your Start menu, open Computer.
    In your Organise menu, select Folder Options.
    In the View tab, make sure that "Show hidden files and folders" is selected, and Hide extensions for known file types is unchecked.
    Click OK.
    Now in Computer, open your C:\ drive (or whichever drive you have your operating system installed on).
    Open the "Windows" folder.
    Open the "SysWOW64" folder.
    What files and folders can you see in there with QuickTime in the title? (In a standard installation of Quicktime you should be seeing precisely two files ... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

  • Latest Security Updates cause Data Execution Protection errors

    Since the latest Windows updates I have been inundated with Data Execution Protection errors in IE 11. I have tired the troubleshoot of tuning off add-ons but the error continues. I only have Norton 360 toolbar as an add on anyway.
    I can't isolate the problem - any suggestions?
    As a side issue I also can't launch Google Chrome - it crashes on launch from a new installation.
    I am running Windows 8.1 on a Lenovo X1 carbon laptop.

    Hello Adrian0511,
    Which update do you mean?
    Have you tried to reset Internet Explorer as MVP Rob mentioned?
    We could go to Control Panel\Programs\Programs and Features click View Installed Updates and then uninstall the update and check if the issue stseill exists.
    For more information about troubleshoot problems with removing updates, please take a look at the following article.
    http://windows.microsoft.com/en-hk/windows/troubleshoot-problems-removing-updates#1TC=windows-7
    About the Chrome issue, it is recommended to ask in the related Chrome forum.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • My iPad has "Undefined error:31" how can I fix

    I am trying to sync my Ipad with my mac and continue to get the Undefined Error:31" what can I do to fix the problem

    What model iPad and what iTunes version is on your Mac?
    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Error 1160. Undefined error. Code:1125

    I've been trying to learn LabVIEW by following a simple example in a Sirah Dye Laser Programmer's Guide of how to append a user defined menu item to their existing program. It involves creating a case structure with reference control inputs "laser" (from their laser library), "menu" and "configure", along with the "control" string and "error in (no error)" cluster - and the corresponding indicator outputs. Four cases are defined:
    Default: all commands pass unchanged
    AppInit: initialises application by diverting the menu and error wires through the menu VI, which has Item tag:_Sample, Item nameample and after item:_Motor constant terminals. The "catched" command is given an empty string.
    Sample: displays a dialog box in which a one button dialog VI has Message: This is a sample application and Button: I see constant terminals. The "catched" command is given an empty string.
    AppClose: closes the application. All commands pass unchanged, save for the command out, which is given an empty string in place of the "catched" command.
    When I run the VI on its own, I get an error 1160 message on the output of the Menu VI. I assume this is because I have no reference information input from the existing application. When I define the input and output ports in the connector pane and save the VI in a library file that the Sirah Control application can read, I get a message that reads "An undefined error was detected. Program aborts now" and an error log with the message Undefined Error Encountered. Code:1125. Source: "Open VI Reference in Read user VI.vi ->Execution Main.vi", after the application closes.
    Can you help?
    Attachments:
    SCP Sample2.llb ‏30 KB

    Hi Scohop,
    I've been playing around with your code and trying to replicate the error. I used a parent VI with a run-time menu and was able to use your sub-vi to add items to it programmatically with no errors (as long as I provided a menu reference). From a LabVIEW perspective, I can't really see anything wrong with your code or any reason when there would be a problem, although I don't have the supporting files (references, parent VIs, run-time menus) to properly test it.
    Furthermore, it sounds like the error is being generated by the program you are running and not LabVIEW itself, so with no experience of the Sirah Dye Laser Programmer's Guide I can't diagnose the issue.
    If you can post more supporting files (bearing in mind copyright) I may be able to help, otherwise perhaps someone else that has worked on these exercises can offer assistance.
    Regards,
    Tom
    Applications Engineering, NI UK

  • Installation of Client Access role fails on Windows Server 2008 R2 (Execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP")

    Hello
    I am trying to install Exchange Server 2010 beta 1 onto a Windows Server 2008 R2 (build 7000) machine which has also been set up as a domain controller.
    However when attempting to install the Client Access role, setup fails with the error below.
    Does anyone know of a way to get around this please?
    I have already searched for this error and not found any similar threads.
    Also every time I press the code button on this forum it crashes the browser and I keep losing the message! (IE8 from within Server R2). Also the message box is very small, will not expand and keeps jumping to the top.
    Thanks
    Robin
    [code]
    Summary: 4 item(s). 1 succeeded, 1 failed.
    Elapsed time: 00:00:01
    Preparing Setup
    Completed
    Elapsed Time: 00:00:00
    Client Access Role
    Failed
    Error:
    The execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP" -DomainController $RoleDomainController", generated the following error: "Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.".
    Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.
    Access is denied.
    Elapsed Time: 00:00:01
    Mailbox Role
    Cancelled
    Finalizing Setup
    Cancelled
    [/code]
    Robin Wilson

    Hello
    Thanks for all the replies.
    I have since wiped the system and installed everything again and it all worked this time so not sure what was wrong last time. I did try to uninstall all Exchange components and then uninstall IIS and Application server, reboot and re-install but I received the same error still when it came to installing the client access role.
    Walter: I just attempted the standard installation which should have used the default self-signed certificate. Everything was a fresh install done at the same time on a freshly formatted PC.
    For info last time when it failed to work:
    - Installed Windows Server 2008 R2
    - Installed Domain Controller role using dcpromo. I set the forest and domain as Windows Server 2008 R2
    - Added a forest trust between main domain and test Exchange domain (set up as ex2010.local)
    - Installed IIS and Application Server role
    - Installed Hyper-v role
    - Installed Desktop Experience feature
    - Installed Exchange and recieved the error
    When it worked I set up the forest and domain in Windows Server 2008 mode (i.e. not R2), installed Exchange first and then set up the forest trust and then Hyper-v. It did say it failed to configure dns which was probably because it started trying to do automatic updates half way through the dcpromo! DNS seems to work ok though.
    I did notice this time that Hyper-v gave a warning about the virtual network adapter not being set up correctly and the local network did not work correctly although I could access the internet. Not sure if this could have been related to the cause of the problem previously. For now I have disabled the virtual network until I get time to try and get it working and so the mail will work in the meantime.
    I also noticed that Hyper-v added an extra 443 ssl binding to the default website so as it had 2 bindings on port 443 it refused to start. After deleting one it worked.
    I decided to install Exchange onto a domain controller as it is only a test and I wouldn't do it in a live environment. I am also short of test machines! It didn't give me any warnings about this actually, I think previous versions warn you that it is not recommended.
    Andreas and Chinthaka: I did not know about the requirement to run the domain at 2003 mode. The main domain is running in 2008 mode with Exchange 2007 so I assume this is just a temporary beta related requirement. It does seem to be working (second attempt) so far in a 2008 mode domain although I haven't had a chance to fully test it yet.
    Thanks
    Robin
    P.S. Sorry it's taken me a while to reply!
    Robin Wilson

  • Excel Merge Cells.vi throws an undefined error in Excel 2013?

    Basically, I can't write text into an Excel spreadshoot using the Report Generation tools.
    Using LabVIEW 2013 (SP1) I am writing to individual cells in an Excel (2013) template.
    The error is coming from the Report Generation Toolkit>Excel Specific>Excel Easy Text.vi.>Excel Merge Cells.vi.
    Inside of the "Excel Merge Cells.vi" is an "Invoke Node.Range". When the program hits this point, it throws out an undefined error.
    My code has been running on multiple platforms in multiple programs with no problems using Office 2010.
    NASA upgraded our Office Suit to 2013. I am now throwing an undefined error ( -2146827284).
    I've got a service request in and have talked to an engineer. THey are looking at the problem. However, I thought I would throw it out here and see if anyone had seen this particular problem.
    Bryan Alexander

    Problem found, workaround implemented.
    When you use the "New Report.vi", you have to wire in one of four choices for the state of the window. "Maximized", "Minimized", "Normal" and "No Change". If you use the "Excel Easy Text.vi" to insert data into an Excel 2013 Spreadsheet, it will generate an error if you opened the Excel file in "Minimized" mode. The other three states work fine.

  • How to catch date errors and continue processing in a PL/SQL procedure

    I'm updating a date field with dates constructed from day, month and year fields. The incoming data has many instances of day and month that are not valid dates, ex 11 31 2007. There is no 31st day in November.
    I would like to write a pl/sql script to scan the table containing these values and log the rows that produce conversion errors.
    I thought I could do this with exceptions but there are no exceptions that correspond to the ORA-01847 error for mismatched day and month.
    Here is what I tried (the print procedure is a local wrapper for DBMS_OUTPUT.put_line):
    PROCEDURE date_check IS
    start1 DATE ;
    BEGIN
    select to_date(nvl(yearcollected,'9999') ||'/'|| nvl(monthcollected,'01') ||'/'|| nvl(daycollected,'01'),'YYYY/MM/DD'))) into start1 from incoming_data where id=1 ;
         BEGIN
              update temp_test set test_date = start1 where id=1 ;
         EXCEPTION
              WHEN OTHERS THEN
              print('Date error message from exception block');
         END;
    print('Processing continues after handling date exception') ;
    END date_check ;
    Is there a way to catch this kind of error and continue processing after logging a message?
    -=beeky

    Hi, Beeky,
    There are lots of different error messages associated with bad dates. Rather than try to catch them all, I use a BEGIN ... EXCEPTION block that contains nothing but a TO_DATE call. This is one of the rare occassions when I think "EXCEPTION WHEN OTHERS" is okay,
    The following function comes from a package. If you want to make a stand-alone function, remember to say " *CREATE OR REPLACE* FUNCTION ...".
    --          **   t o _ d t   **
    --     to_dt attempts to convert in_txt (assumed to
    --          be in the format of in_fmt_txt) to a DATE.
    --     If the conversion works, to_dt returns the DATE.
    --     If the conversion fails for any reason, to_dt returns in_err_dt.
    FUNCTION     to_dt
    (     in_txt          IN     VARCHAR2                    -- to be converted
    ,     in_fmt_txt     IN     VARCHAR2     DEFAULT     'DD-MON-YYYY'     -- optional format
    ,     in_err_dt     IN     DATE          DEFAULT     NULL
    RETURN DATE
    DETERMINISTIC
    AS
    BEGIN
         -- Try to convert in_txt to a DATE.  If it works, fine.
         RETURN     TO_DATE (in_txt, in_fmt_txt);
    EXCEPTION     -- If TO_DATE caused an error, then this is not a valid DATE: return in_err_dt
         WHEN OTHERS
         THEN
              RETURN in_err_dt;
    END     to_dt
    ;

  • Multiple web services on single server causing object undefined errors

    Hi,
    I've currently got a bit of a strange problem within a web service that is proving difficult to debug.
    There are the web service urls :
         api.domain.com                -> /var/www/html/api.domain.com/            -> CF mapping to MYSERVICE
         testapi.domain.com          -> /var/www/html/testapi.domain.com/     -> CF mapping to MYSERVICE_test
    In both instances the cfcs that contain the code to be translated into a WSDL reside in /api/..., in the case of this example, /api/common.cfc.  wsargs constists simply of refreshwsdl true.
    If I call the following 2 lines ...
         obj_myservice = CreateObject('webservice','http://api.domain.com/api/common.cfc?wsdl',wsargs);
         obj_myservice_test = CreateObject('webservice','http://testapi.domain.com/api/common.cfc?wsdl',wsargs);
    I then call the same method in both, and they are successful.  When checking the "Data & Services" -> "Web Services" panel within the CF control panel, only the web service "http://api.domain.com/api/common.cfc?wsdl" is listed, and not testapi.domain.com......
    If I reverse the order in which the WSDL's are loaded then this switches, and testapi.domain.com..... gets listed under "Web Services" but api.domain.com..... does not.  In essence it appears as though for some reason the CF server overwrites one with the other.  The exact "object undefined" error is proving difficult to reproduce reliably.
    This appears to happen no matter which server is accessing the web service, be it the same server or a remote server.  All servers involved are running CF8.  Accessing the 2 WSDL files in a browser results in the 2 WSDLs being rendered correctly with different namespace values.
    On the same server are 2 more services
         MYSERVICE2
         MYSERVICE2_test
    These reside in the /api2 directories on the same 2 subdomains, api. and testapi.   MYSERVICE2 and MYSERVICE2_test appear to conflict with each other.  MYSERVICE and MYSERVICE_test appear to conflict with each other.  MYSERVICE and MYSERVICE2 do not appear to conflict with each other.
    Is there a configuration change or anything like that which I should be aware of that would prevent me doing the above?  The 2 /api/ directories are nearly identical with the exception that the namespace and complex type names have been set to http://api.domain.com & MYSERVICE in the first, and http://testapi.domain.com & MYSERVICE_test in the second url.
    I have also tried mapping /MYSERVICE and /MYSERVICE_test within /opt/coldfusion8/WEB-INF/jrun-web.xml to no avail.
    Any help would be appreciated.  If there is any useful information that I have missed off please let me know and I'll dig it out.
    - Simon H

    Hi,
    As an extension to the above
    Server                Test service         "Live" service
    1 ("dev")                devtest                   devlive               http://dev(test/live).domain.com
    2 ("test")                testtest                   testlive               http://test(test/live).domain.com
    I currently have a test script (TEST1) that performs the following :
    CreateObject + call method from devlive
    CreateObject + call method from devtest
    CreateObject + call method from testtest
    The script errors on the third, when it attempts to call a method from devtest.  On the server on which this test script is running, by the end of this, there are the following 2 web services in the Coldfusion control panel :
    http://devlive.domain.com/api/common.cfc?wsdl
    http://testtest.domain.com/api/common.cfc?wsdl
    I have a second test script (TEST2) on a second server distinctfrom the first test script server, on which the following is performed :
    CreateObject + call method from testlive
    If I execute TEST2, then it executes fine.  If I execute TEST1 straight after, then I receive the following error on TEST1
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: org.xml.sax.SAXException: Deserializing parameter 'objectFetchReturn':  could not find deserializer for type {http://common.types.WEBSERVICE_test}details
    Where WEBSERVICE.types.common.details is a complex type (/api/types/common/details.cfc). If I then run the TEST2 script again straight after, the same error appears (with WEBSERVICE in place of WEBSERVICE_test).  If I execute TEST2 twice in a row, or TEST1 twice in a row, then the error disappears"test" server has got jrun-web.xml  edited to include the following, which "dev" does not.
      <virtual-mapping>
        <resource-path>/WEBSERVICE_test</resource-path>
        <system-path>/var/www/html/testapi.domain.com/api</system-path>
      </virtual-mapping>
      <virtual-mapping>
        <resource-path>/WEBSERVICE</resource-path>
        <system-path>/var/www/html/api.domain.com/api</system-path>
      </virtual-mapping>
    I hope that this extended explaination helps.
    Simon H

  • Bobj is undefined error while debugging a web application

    Hello, I am developing an asp.net web application in which I display a report, and testing it by using a sample (dummy) report that's saved on the computer's hard drive.  In design mode, the report displays properly, when when I try to debug the site on my machine (the server in this case, but it should work on any computer, since debugging is done on localhost), the site crashes and returns a Microsoft JScript error 'bobj is undefined'.  I have already tried moving the CrystalReportsViewer folder to be a sub-directory of the application (physical and virtual), as well as adding a script tag to refer to the location of the .js files in that directory, but nothing seems to fix the error.
    I recently tried installing the fix-packs and service packs for crystal reports, but the problem persists.
    I"m running Windows 7, VS 2008, Crystal Reports 2008, and IIS 7.  Thank you in advance.

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • HT201210 I am unable to update my IPhone 4 to the IOS 6.  I managed to back up and transfer  and then when it asked to update I said yes and the sync process starte, left it overnight and it came up with an error if continue you will loose all your data. 

    I am unable to update my IPhone 4 to the IOS 6.  I managed to back up and transfer  and then when it asked to update I said yes and the sync process started, left it overnight and it came up with an error if continue you will loose all your data.  So stopped! Help!

    Are you currently on ios 4?  If so that's where the backup comes in.  You'll need to restore your backup once the software is updated.

  • "undefined" error when attempting to update Creative Cloud desktop app

    I'm trying to update apps for a user on a Windows 7 64-bit machine. If i run the app under my admin account, the "apps" tab shows that all products are up to date, however, when I run the CC desktop app as the user, I am getting an "undefined" error under the apps tab. This is extremely annoying and inconvenient. I've tried logging out and back in to the CC desktop app, which did not help. I've restarted the PC several times. I've also re-installed the CC app to no avail. Also, due to the frequency of app updates, and the inability of users to update the apps themselves, this is a huge waste of time as I have to manually log in to each PC on our network with CC to update from an admin account. Does anyone know of a way to get around this? Any help would be greatly appreciated.

    As far as I know, an Admin account is required... but since I don't work for Adobe, you'll need to proceed below
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Adobe Illustrator CS6 Error 16 continues even after following troubleshooting guide and adding permissions.

    Error 16 continues.  I have followed the troubleshooting guide to the letter for this error and I continue to receive the error 16 when trying to open Illustrator.  Is there a work around for this?  Any suggestions would be appreciated.  I would rather not keep uninstalling and re-installing software.

    Error 16 http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html
    -including DW039 https://forums.adobe.com/thread/1500609
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Data execution prevention error message

    Hi
    iTunes launched normally but when I closed it, data execution prevention error message appeared.  I am running Vista.  Please help.

    Hi,
    Same issue, running Vista too.  This problem is recent.  It may be due to the last itunes update.  itunes 11.2.23

  • Itunes data execution prevention error. help! thanks..

    I get Data execution prevention error. tried to turn off but without success. also uninstalled itunes and quicktime and deleted every regedit. again , with no success. tried to run DEP with exception and nothing. any suggegstions ? thanks!

    Can you check something for me please, amir? Is your QuickTime Player currently failing to launch too? (Knowing whether it does or not can give us a heads up on what is causing the iTunes DEP.)

Maybe you are looking for

  • Deploying an application with crystal reports

    Hi, we have a license for Crystal reports (please contact me for key information, if needed), and have been developing them in a VB.Net application. Now, we are trying to install on the application on the client side. We have followed this guide for

  • What is best approach to report building in my case?

    Hi all, I'm just getting started with Crystal Reports for our Swing-based desktop application.  We need the ability to generate PDF and XLS reports, perhaps later adding web-based dashboarding and interactive reports.  I'm trying to determine the bes

  • Check constraint generation in physical model in 3.1.1.

    My question: Is it possible to set Use Domain Constraints ticked as default (or another way to get them in DDL) if the Domain with Check constraint is set for the column. I assume it's logical as if I bind a column to the domain then use the domain c

  • Having multiple font styles in a menuitem

    I am just trying to apply different "font styles" to a menu item available in a menubar.Font style include the three parameters which is passed to a font constructor. Font(java.lang.String name, int style, int size). say i want to have a Font("Script

  • Backup/Restore Proedure of Essbase

    Hi I want to know about the right way of Hyperion Essbase backup/restore method. What is contingency plan in case of system crash. Its very important. Kindly guide me in detail Thanks in advance SNK