ORA-28750 Unknown Error while trying to execute an external app's API call?

New to using web services in PLSQL
Environment
Database: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux IA64: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
App Server:
RedHat ES 3.0 and Oracle Application Server 9.0.4 (IAS release 1)
We are designing a plsql application, that is able to call an external application's webservice APIs. We have created an oracle wallet for this, where we have successfully imported the corrrect security certificate issued by the API provider.
All we are trying to do is to call one of the methods (LOGIN), which should login the provided user into the application and should return a valid session id. For this, I have a function, http_request, which first establishes the request to the URI. The code is failing at this call, with following error:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1029
ORA-28750: unknown error
I could not find more information on ORA-28750..?
Here is the function cal, in our application package:
FUNCTION http_request(
p_uri IN VARCHAR2,
p_method IN VARCHAR2 DEFAULT 'GET',
p_http_version IN VARCHAR2 DEFAULT NULL
RETURN UTL_HTTP.req IS
v_request UTL_HTTP.req;
BEGIN
v_request := UTL_HTTP.begin_request(p_uri, p_method, p_http_version);
IF v_session_id IS NOT NULL THEN
UTL_HTTP.set_header(v_request, 'SessionID', v_session_id);
END IF;
RETURN v_request;
END http_request;
Here is my anonymous block, where I tested the function with the URI parameters
declare
v_request UTL_HTTP.req;
begin
UTL_HTTP.set_wallet('file:/etc/ORACLE/WALLETS/attask', '<pwdforattask>');
v_request := pkg_attask_api.http_request('https://streamsandbox.attask-ondemand.com/attask/api/login?username=<valid_user_name>&password=<valid_pwd>','GET',NULL);
end;
Please note that user name and passwords used for the above test have been tested to be correct. When I login to web interface of the URL, these values work fine.
Any help is appreciated as I am close to hitting the wall on this!
Thanks for your time and expertise,
Suma

28750, 00000, "unknown error"
// *Cause:   An Oracle Security Server error of an unspecified type occurred.
// *Action:  Enable tracing to determine the exact cause of this error.
//           Contact Oracle customer support if needed.

Similar Messages

  • Getting error while trying to execute a external job using dbms_scheduler

    Hello,
    I create a job using alpha account.
    begin
    dbms_scheduler.create_job(
    job_name => 'jps_test_executable',
    job_type => 'EXECUTABLE',
    job_action => '/usr/bin/ksh',
    number_of_arguments => 2
    dbms_scheduler.set_job_argument_value (
    job_name => 'jps_test_executable',
    argument_position => 1,
    argument_value => '/tmp/abc.sh'
    and when I execute the job in the schema using alpha account it works fine.
    BEGIN
    DBMS_SCHEDULER.run_job (job_name => 'jps_test_executable',
    use_current_session => FALSE);
    END;
    Works fine.
    But if I try to execute the same job using some other account say beta in the same schema , I am getting error
    ORA-27476 :”SMS.RUN_SMS_JOBS Does not exist ORA-06512 at “SYS.DBMS_ISCHED” line 2793 ORA-06512 :at “SYS.DBMS_SCHEDULER”,line 1794
    even I give the fill qualifier, still I am getting the error.
    BEGIN
    DBMS_SCHEDULER.run_job (job_name => 'alpha.jps_test_executable',
    use_current_session => FALSE);
    END;
    Any help will be appreciated.
    Thank you,
    Raj

    It's the expected behavior:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm#CIHHBGGI
    RUN_JOB requires that you be the owner of the job or have ALTER privileges on that job. You can also run a job if you have the CREATE ANY JOB privilege.So, you need to grant the required privilege:
    aplha@orcl> grant alter on alpha.jps_test_executable to beta;HTH
    Enrique
    PS If your problem was solved consider marking the question as answered.

  • JCO.Server Error while trying to execute a RFC program from SAP

    Hi,
    We are connecting to an external registered server program from SAP via Web Methods.
    The external server program is registered with the SAP Gateway. We have created a TCP/IP RFC destination and are able to connect to the destination successfully via SM59.
    An RFC function is created in SAP and is called using the syntax CALL FUNCTION "/NGN/BAPI_STRE_SEARCH_PROCESS" DESTINATION 'PRDB2B'. We have also handled the COMM_FALIURE and SYSTEM_FALIURE exceptions in the function call.
    We are monitoring the gateway via SMGW and see a connection log to the RFC destination as below
    Number - 10
    LUname - dev01
    TPName - sapgw00
    User - KRAORANE
    Status - CONNECTED
    Symbolic - PRDB2B
    Conversation - 86520353
    Prot - REG
    SAP return code - 0
    CPIC rtn code - 0
    The external program returns results as expected.
    However sometimes the RFC fails and returns the message “JCO.Server could not create server function /NGN/BAPI_STRE_SEARCH_PROCESS”.
    We are not able to figure what exactly is causing this error. Any help will be highly appreciated.
    -Kiran

    Hi,
    Please see the below links..
    JCO.Server Error while trying to execute a RFC program from SAP
    Re: JCO.Servcer could not find server function
    Re: JCO.Server could not find server function 'SET_SLD_DATA'
    /people/kathirvel.balakrishnan2/blog/2005/07/26/remote-enable-your-rfchosttoip-to-return-host-ip-to-jco
    Re: interfacing SAP with an existing java applications
    http://help.sap.com/saphelp_nw04/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm
    http://www.sapgenie.com/faq/jco.htm
    Regards
    Chilla..

  • Unknown error while trying to build and test web service

    Hi,
    I get this error while building my web service.It says "An unexpected exception
    occurred while attempting to process the classes and annotations for this Web Service.
    Error: Unknown KNEX string: description.null"
    Pasted below is the output on the IDE and the server.
    Please help!!
    Workshop output
    Charges.jws     0     An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet
    (WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    Thanks and Regards,
    SSN

    Hello,
    You might try asking your question to the WebLogic Workshop news group: weblogic.developer.interest.70beta.workshop
    Thanks,
    Bruce
    SSNarayan wrote:
    Hi,
    I get this error while building my web service.It says "An unexpected exception
    occurred while attempting to process the classes and annotations for this Web Service.
    Error: Unknown KNEX string: description.null"
    Pasted below is the output on the IDE and the server.
    Please help!!
    Workshop output
    Charges.jws 0 An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet
    (WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    Thanks and Regards,
    SSN

  • Error while trying to execute program in OBPM Studio workspace

    Hi All,
    I installed OBPM and tried to execute a sample program using workspace. I could see the below error.
    The Process '/SampleProcess#Default-1.0' is not available.
    The Process '/SampleProcess#Default-1.0' is not available. Caused by: Process '/SampleProcess#Default-1.0' not available. Caused by: Engine 'SampleSepVar' cannot process requests.
    The same is the case, when I tried to work on Expense managenenent(the sample application provided by Oracle).
    Can some one help me?
    Thanks in advance
    Lal
    Edited by: Laloo on Apr 18, 2010 8:10 AM

    You're getting this probably because you have errors in your project. Click the "Problems" tab.
    Dan

  • Unknown Error while trying to log in

    While I was attempting to authorize my computer to play music, and even to just log on to my account, I got a message that read "We could not complete your iTunes store request. An unknown error occurred (-9808). There was an error in iTunes store. Please try again later." Anyone else gotten this message, or know how to fix it?

    Welcome to AD!
    The top 3 fixes to itunes error 9808 seem to be
    1) Go to Start > Control Panel > Internet Options > Advanced, make sure that SSL 3.0 is checked and TLS 1.0 is checked. Also under Security make sure that the “Check for server certificate revocation (requires restart)” is unchecked. Then click ok and fire up iTunes.
    2) The culprit may be Norton. Go to Norton’s Personal Firewall and add the program “iTunes Helper.exe” and set the option to “Allowed” (”iTunes.exe should already be in the Allowed category.)
    3) close iTunes if you have it open right now. Then go to C:/Documents and Settings/username/Local Settings/Application Data/Apple Computer/iTunes.
    Delete or cut the preferences.xml file which contains your iTunes preferences.
    Then go to C:/Documents and Settings/username/Application Data/Apple Computer/iTunes and delete or move the preferences.xml file.
    Restart iTunes and it will recreate those two (or one) files with the default settings.

  • Unknown error while trying to print PDF

    I keep getting an unknown error when I try to print a PDF. The message is "Printing Error: The Adobe Print Engine has failed to output your data due to an unknown problem" followed by a note pad popping up filled with this: 
    %%[ ProductName: Distiller ]%%
    %%[ Error: ioerror; OffendingCommand: readstring ]%%
    Stack:
    (› PoÈsKÖn µÐY5Âê2¢ ÷Fmø-êíöYJ
    øR½=Ö¤%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    I the service chat pointed me at this link: Error "...The Adobe Print Engine has failed..." | Print | InDesign |CS, CS2, CS3 but none of those solutions solved the issue.
    What I have tried:
    Restarting the program and computer
    Renaming the file
    Going into the program setting as the link suggests
    In the meantime I will use the PDF presets to make PDFs.

    Presumably you have a good reason for wanting to print PDF instead of exporting? For troubleshooting tips, see Adobe Community: File Crashing on Output - printing/PDF/other

  • Skipped or bad frames causes "Unknown error" while trying to fuse or export as...

    Hi. So, I'm trying to fuse footage from my Canon xf305 -to- an H.264 Youtube HD 29.97. I've successfully done this many times before, but this, one, particular clip has some problems. WithIn the roughly 10 minutes of this clip there are 4 small sections that the footage (video portion) seems to stall onto a still frame. This lasts literally for mabe 5 frames or so, and then the video continues. other than that the clip plays fine on the timeline, It's almost undetectable, but when I try and export out to any other format, Premiere gives me an "Unknown Error" about halfway through the export/fuse.  What's Up With That?
    I's there a way to "Force" Primiere to ignore those bad frames and export as best as possible?
    Thanks in Advance for any answeres.   Rich

    First thing I'd recommend is deleting the Cache files.  Go to Edit>Preferences>Media... and take note of their location on the hard drive.  Then close down PP and use Windows Explorer or Finder to delete those files.  When you reopen your project, PP will rebuild those files.
    Second thing I recommend is adding your voice to the following feature request to make this process easier.
    http://forums.adobe.com/thread/1369263?tstart=60

  • "unknown error" while trying to publish

    I'm still publishing in Ilife 06.... I haven't edited my website for three months, last time it worked fine .. I just tried to edit .. won't work ... keep getting unknown error .. any help or suggestions would be appreciated thanks so much

    1rodc wrote:
    ...keep getting unknown error...
    Welcome to the discussions. If you're seeing this: +"Publish error: An unknown error occurred"+, take a look at this Apple doc:
    _MobileMe: Troubleshooting iWeb publishing issues_.

  • Unknown Error while Trying to save

    Hi,
    I'm running Illustrator 3 on Windows Vista 32-bit. Every time I try to save a file, either with "Save" or with "Save As" Illustrator gives me an "Unknown Error Message" and does not save the file. I've found a few work arounds for it, but it is becoming increasingly frustrating when I can't even save my initial work while working on an animation project. This problem did not start out after the initial install. It would do it from time to time, like say, every 10 saves or so, but it has worsened over time and I am unable to save anything at all. I can export in a few file formats, such as SWF, but nothing that will let me simply save the image like PNG or DWG. Is there anything I can other than re-install the program? I've done that once before, which simple seems to reset the cycle back to every 10 saves. Any help would be greatly appreciated!

    Well it says Windows compatable right on the CS3 Master Collection box. Perhaps I'm making a mistake by calling it Illustrator 3, under file name the full title is "Adode Illustrator CS3"
    Here's a screen cap if you'd like to see for yourself.
    http://img108.imagevenue.com/img.php?image=06951_proof_122_1123lo.jpg
    Now that thats out of the way, any idea what is causing this?

  • Illustrator CS3 "Unknown Error" while trying to save (Win Vista)

    When ever I try to save my Illustrator file on my home computer, a Vista machine, I get an error that says "Unknown Error." When I save from school on XP computers I don't have this problem. However. While this is inconvenient it isn't the core problem, from school I was able to successfully save to a PDF however when I took my project to get printed, the PDF file came up blank both on screen and on paper, while the Illustrator CS2 and CS3 version were visible on screen they did not materialize on paper.
    Can anyone help me work through these issues?
    Thanks,
    Sam

    Well it says Windows compatable right on the CS3 Master Collection box. Perhaps I'm making a mistake by calling it Illustrator 3, under file name the full title is "Adode Illustrator CS3"
    Here's a screen cap if you'd like to see for yourself.
    http://img108.imagevenue.com/img.php?image=06951_proof_122_1123lo.jpg
    Now that thats out of the way, any idea what is causing this?

  • Windows environment error while trying to execute 16-bit  applications.

    Hi guys,
    I'm executing applications in Windows using
    process = Runtime.getRuntime().exec(cmd,null,dir);where cmd[0] is the command e.g. "c:\timeout.exe" and dir is the
    working directory e.g. "c:\".
    This works fine for 32-bit programs and I can quit them using
    process.getErrorStream().close();
    process.getInputStream().close();
    process.destroy();However, executing 16-bit applications results in a popup error dialog
    box
    16 Bit MS-DOS Subsystem
    c:\windows\system32\ntvdm.exe
    Error while setting up the environment for the application
    Choose close to terminate the application
    I can change the execution command to
    cmd[0] = "cmd.exe"
    cmd[1] = "/C"
    cmd[2] = "c:\timeout.exe"and the problem goes away. The problem is process.destroy() kills
    cmd.exe not my application!
    Does anyone know of a fix for this?
    Thanks.

    You could check the EXE file and verify the file format. It's different for 16-bit DOS, 16-bit Windows, and 32-bit programs. 16-bit DOS programs are marked "MZ" at the beginning. 16-bit Windows programs have the same "MZ" at the beginning, but an "NE" (New Executable) marking a little farther down the file. 32-bit programs finally are marked with "MZ" and "PE" (Portable Executable) farther down.
    You can find more information at Wotsit: http://www.wotsit.org/search.asp?s=EXE
    Inspecting the files is tedious, but the only way of doing this without native code. If you want to use native code, you can probably find the process that was spawned by CMD and destroy it separately.
    Hope this helps, good luck.

  • BI error while trying to execute a report from a role - HELP

    Hi experts, I just started in a new BI project and there were some roles already created, I tried to execute a report in one of these roles (SAP_BW_TEMPLATE-Procurement) and I receive a pop-up window saying: "Windows cannot find "report technical name" . Make sure you typed the name correctly and then try again"
    Does anyone have any idea what this is happening?, how can I fix it?, this is very urgent, any help would be appreciated.
    Thanks
    JC

    Hi Shaimaa
    First of all I'm delighted that the scheduling itself is now working.
    In reply to your other concern regarding lost database connections when attempting to open the scheduled results, a couple of things come to mind.
    Firstly, what version of the application server are you using?
    Have you raised a service request with Oracle? If so, can you tell me what they said.
    Have you recently upgraded to 10.1.2.2 by any chance? If so, you definitely need to be aware that a new preference has come into play which could muck things up. The clue is to look at the SQL that Discoverer is generating. Do you see a line at the top of the code saying NOREWRITE? If so, we need to stop this by doing the following:
    1. Add the following parameter to the preference file in the c:/oracle/BIHome_1/discoverer/util/pref.txt under the [Database] section
    UseNoRewriteHint = 0
    Note: the preference is all one phrase with upper case characters at the beginning of each word
    2. The beginning of the section should look like this:
    [Database]
    UseNoRewriteHint = 0 # speeds performance and stops lost connections
    3. Double click the applypreferences.bat or run applypreferences.sh (if on Unix or Linux) to save the changes.
    4. Restart the Discoverer services and test.
    The next thing that comes to mind is hidden Group Sorts. I've recently had a situation where these can cause a loss of database connections. Do you have any of these in the offerning workbook?
    Mull over the above and let me know your findings.
    Best wishes
    Michael

  • TS1702 I am getting an unknown error when trying to update or purchase apps from the apps store. This is new, after the new OS update. Help

    Hi, I get this unknown error message, twice when trying to update or purchase new apps. It was working fine, then just stopped. I changed my password, but that hasn't worked. Help!

    Sign out of your account, restart the iPad and then sign in again.
    1. Settings>Store>Apple ID.
    2. Tap your ID and sign out.
    3. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off.
    4. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to download again.

  • "Unknown error" when trying to get updates from App store...

    Anyone else having trouble with the App store today? Trying to take in updates but get a "cannot be completed due to unknown error" huh?  I've double/triple checked passwords etc, and they're free updates so I don't get it. Deleted apps and tried to re download, but no go..... Thoughts?
    Thank you!

    Hi there. I had the same issue just now. Tried twice and fortunately the apps started to update as per normal. Unfortunately, i'm not able to view my "featured" page. Hv raised the same question just now.

Maybe you are looking for