LOG ERRORS failing to capture 2291 errors on UPDATE statement

We are running Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
We have often successfully used the error logging clause when performing batch inserts to the database. However, we now have a situation where an UPDATE statement is failing and rolling back upon encountering a foreign-key referential constraint [ORA-02291]. It is successfully recording Check constraint errors [ORA-02290]. The foreign keys are not deferred, and they have nothing to do with any unique constraints or indices on the table that is the target of the UPDATE statement. The Error-logging table was created by using the DBMS_ERRLOG package. We recreated it to make sure that we had not introduced column format errors. The same problem occurs. The UPDATE statement is attempting to update approximately 12000 rows. Any help in understanding this problem would be appreciated.
Here is the error statement
ORA-02291: integrity constraint (OIFS.FRAME_FK07) violated - parent key not found
Here is the problem statement and its surrounding PLSQL block:
BEGIN <<update_records>>
UPDATE frame f
SET (company_name,
address1_line,
address2_line,
address1_city,
address1_state,
address1_zip,
contact1_name,
contact1_phone_number,
update_date,
update_user,
-- comments,
facility_name,
facility_type,
doing_business_as,
contact1_phone_ext,
contact1_fax,
contact1_email,
contact2_name,
contact2_phone_number,
contact2_phone_ext,
contact2_fax,
contact2_email,
source_survey,
source_status,
address2_city,
address2_state,
address2_zip,
facility_location_number,
attention_line,
company_official,
facility_irs_code
) =
(SELECT company_name,
address1_line,
address2_line,
address1_city,
address1_state,
address1_zip,
contact1_name,
contact1_phone_number,
SYSDATE,
user_in,
facility_name,
facility_type,
doing_business_as,
contact1_phone_ext,
contact1_fax,
contact1_email,
contact2_name,
contact2_phone_number,
contact2_phone_ext,
contact2_fax,
contact2_email,
source_survey,
source_status,
address2_city,
address2_state,
address2_zip,
facility_location_number,
attention_line,
company_official,
facility_irs_code
FROM oifs.respondent r
WHERE r.cin = f.cin
WHERE f.cin IN
(SELECT cin
FROM
(SELECT cin,
company_name,
address1_line,
address2_line,
address1_city,
address1_state,
address1_zip,
contact1_name,
contact1_phone_number,
facility_name,
facility_type,
doing_business_as,
contact1_phone_ext,
contact1_fax,
contact1_email,
contact2_name,
contact2_phone_number,
contact2_phone_ext,
contact2_fax,
contact2_email,
source_survey,
source_status,
address2_city,
address2_state,
address2_zip,
facility_location_number,
attention_line,
company_official,
facility_irs_code
FROM oifs.respondent
MINUS
SELECT cin,
company_name,
address1_line,
address2_line,
address1_city,
address1_state,
address1_zip,
contact1_name,
contact1_phone_number,
facility_name,
facility_type,
doing_business_as,
contact1_phone_ext,
contact1_fax,
contact1_email,
contact2_name,
contact2_phone_number,
contact2_phone_ext,
contact2_fax,
contact2_email,
source_survey,
source_status,
address2_city,
address2_state,
address2_zip,
facility_location_number,
attention_line,
company_official,
facility_irs_code
FROM oifs.frame
LOG ERRORS INTO oifs.frame_load_errors
(job_num || ' ' || TO_CHAR(SYSDATE, 'YYYYMMDD HH24:MI:SS') || ' update')
REJECT LIMIT UNLIMITED;
EXCEPTION
WHEN OTHERS THEN
ohub.err_pkg.record_and_continue(msg_in => 'problem in updating FRAME rows');
RAISE;
END update_records;

Thank you for your help. It pointed me in the right direction, which was to temporarily disable the triggers. The ORA-02291 errors were then properly captured in the error-logging-table.
The problem did not appear to be related to the trigger. The problem that was captured in my PLSQL error-handler but not the error-logging-table was an ORA-02291, which was specific to the original table. The trigger-driven processing did not seem to generate any errors (I have PLSQL error-handling logic in there as well).
I was aware of Tom Kyte's statement, and I knew triggers were dicey when I decided to use them. It seemed the best way to try to ensure database integrity when regular Foreign-Key and Check constraints did not suffice. I am now paying the price for that decision.

Similar Messages

  • SCUP 2011 publishing fails with error: Failed to sign package; error was: 2148081670

    Hi,
    I have a SCUP 2011 installed on the same machine has SCCM 2012 and WSUS. I installed and configured SCUP 2011, as shown in this video http://www.youtube.com/watch?v=fyEGWSFWyy0. Everything was ok, but after upgrading to SCCM 2012 R2, i'm unable to publish
    to the update server.
    Every single publishing attempt fails with error:
       at Scup.Wizards.PublishOperation.Start()         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ThreadPoolWorkQueue.Dispatch()    Updates Publisher    27/11/2013 16:04:52    6 (0x0006)
    PublishItem: InvalidException occurred during publishing: Failed to sign package; error was: 2148081670    Updates Publisher    27/11/2013 16:04:52    6 (0x0006)
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.    Updates Publisher    27/11/2013
    16:04:52    6 (0x0006)
    Publish: Background processing completed.    Updates Publisher    27/11/2013 16:04:52    1 (0x0001)
    I have deleted and generate new self-signed WSUS certs, and i have imported them to the appropriated cert stores.
    I have checked and double-checked the posts about this subject on this forum, but haven't found any working solution.
    Appreciate all the help u guys can give me.
    Best regards,
    Adriano

    Hi,
    Please try applying the update below for this issue.
    System Center Update Publisher does not publish customized updates to a computer if WSUS 3.0 SP2 and the .Net Framework 4.0 are installed
    http://support.microsoft.com/%3Fkbid%3D2530678
    Have you looked at this
    System Center Update Publisher 2011 and Windows Server 2012
    http://blogs.msdn.com/b/minfangl/archive/2012/12/01/system-center-update-publisher-2011-and-windows-server-2012.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error during Excise capturing : J1IEX_C error

    Hi all,
    When i am doing transaction J1IEX_C ( capture excise invoice) against Goods receipt during saving i am getting an error as " RGSUM could not be updated".
    I checked sttings of excise & found ok.
    Plz suggest some sol.
    Regards,
    Sandeep Sharma

    HI,
    I HAVE ALSO SAME ERROR WOULD U GET SOL?

  • TS fails to capture OS when installing updates

    Hi
    Scenario CM 2012 R2
    Deploying a build and capture TS
    If it installs updates in the TS the
    “Prepare Configuration Manager Client” step fails
    If software updates are not set to install it works fine
    I am not sure why it fails here?
    After the client cache us deleted as part of the
    “Prepare Configuration Manager Client” step
    Stopped the service 'ccmexec' successfully PrepareSMSClient 17/02/2014 13:52:15 3484 (0x0D9C)
    Successfully stopped the client agent service. PrepareSMSClient 17/02/2014 13:52:15 3484 (0x0D9C)
    Removing SitePolicy succeeded. PrepareSMSClient 17/02/2014 13:52:15 3484 (0x0D9C)
    UnAssigning the SMSClient succeeded PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Successfully opened client certificate store. PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    No certificates to delete PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting Client properties from file C:\WINDOWS\SMSCFG.INI succeeded. PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Reseting the Trusted Root Key successful PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting instance of 'CCM_Client' successful PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting any existing TS execution requests so they are not captured into the image PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting 0 instance(s) of 'CCM_TSExecutionRequest' successful PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting any existing maintenance tasks so they are not captured into the image PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Deleting 1 instance(s) of 'SMS_MaintenanceTaskRequests' successful PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Successfully reset Registration status flag to "not registered" PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Successfully disabled provisioning mode. PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    Start to cleanup TS policy PrepareSMSClient 17/02/2014 13:52:16 3484 (0x0D9C)
    getPointer()->ExecQuery( BString(L"WQL"), BString(pszQuery), lFlags, pContext, ppEnum ), HRESULT=ffffffff (e:\nts_sccm_release\sms\framework\core\ccmcore\wminamespace.cpp,463) PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    ns.Query(sQuery, &spEnum), HRESULT=ffffffff (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,3666) PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    Wmi query 'select * from CCM_Policy where PolicySource = 'CcmTaskSequence'' failed, hr=0xffffffff PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    End TS policy cleanup PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    TS::Utility::CleanupPolicyEx(false), HRESULT=ffffffff (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\preparesmsclient.cpp,564) PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    Failed to delete policies compiled by TaskSequence (0xffffffff) PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    Failed to prepare SMS Client for capture, hr=ffffffff PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    pCmd->Execute(), HRESULT=ffffffff (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\main.cpp,136) PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    Failed to prepare SMS Client for capture, hr=ffffffff PrepareSMSClient 17/02/2014 13:57:25 3484 (0x0D9C)
    Process completed with exit code 4294967295 TSManager 17/02/2014 13:57:25 732 (0x02DC)
    !--------------------------------------------------------------------------------------------! TSManager 17/02/2014 13:57:25 732 (0x02DC)
    Failed to run the action: Prepare Configuration Manager Client.
    Unknown error (Error: FFFFFFFF; Source: Unknown) TSManager 17/02/2014 13:57:25 732 (0x02DC)
    Thanks

    Hi!
    This issue occurs if the machine has approx. or more than 65.000 Software Updates polices assigned to the machine. The "Prepare Configuration Manager Client" step in the TS will then fail.
    To work around this issue, simply use below example "PowerShell script" and run it as a step before "Prepare ConfigMgr Client" in the Build Capture TS. The script will clean-up WMI correctly and the "Prepare ConfigMgr Client" will
    run. 
    This is how the script works!
    1. First the script Counts the number of "Software Updates Polices" assigned to the machine and logs this to the log file in CCM Logs Directory.
    2. The script then tries to remove the "Software Updates Polices". It will fail to delete all polices.
    3. By re-runing these steps, we will sucessfully be able to remove all Software Updates polices.
    $Policy = @(Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'"))
    $policy.Count | Out-File $Env:WinDir\CCM\Logs\OSD_PrePareConfigMgrClient.log -Append
    Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'") | Remove-WmiObject
    $RemainingPolicy = @(Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'"))
    $RemainingPolicy.Count | Out-File $Env:WinDir\CCM\Logs\OSD_PrePareConfigMgrClient.log –Append
    Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'") | Remove-WmiObject
    $RemainingPolicy = @(Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'"))
    $RemainingPolicy.Count | Out-File $Env:WinDir\CCM\Logs\OSD_PrePareConfigMgrClient.log –Append
    Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'") | Remove-WmiObject
    $RemainingPolicy = @(Get-WMIObject -Namespace root\ccm\policy\DefaultMachine\RequestedConfig -query("Select * from ccm_policy where PolicySource='ccmtasksequence'"))
    $RemainingPolicy.Count | Out-File $Env:WinDir\CCM\Logs\OSD_PrePareConfigMgrClient.log –Append
    Use it for what it is worthr, it resolved my issue :)
    PS! This has been reported to Microsoft Premier Support.
    Best Regards Anders Horgen

  • F4 on LIFNR fails to capture the values in SELECT statement

    Hi all,
    In the last 3 days Ive faced two issues on F4 Helps and its freaking me out.
    The first issue I chose to ignore because of time-constraints and able to find a work-around.
    On the second issue Ive hit a brick-wall.
    Anyways here are my two issues.
    Issue I:
    I developed a custom report and in that Ive defined a selection-field(among half a dozen others) as follows:
    select-options: s_matnr for ekpo-matnr.
    On execution when I press F4 on matnr field I get the standard F4 Help. And then when i select the Material I want and hit Enter, the selected value fails to reflect in the Input Screen field. I continues to show blank as if Ive not selected anything. Not surprisingly the Report output was fetching the undesired results.
    Later I changed the declared to:
    select-options: s_matnr for mara-matnr.
    And it worked. However because of time constraints I did not dwelve into it anymore.
    This bring me to the Issue II:
    For a different Custom Report Ive defined Select_Options on LIFNR as follows:
    select-options: s_lifnr for lfa1-lifnr.
    Now the issue I face here is slighly different.
    On hitting F4 on the LIFNR field Im getting the standard F4 Help, and on selection Im getting the desired Vendor Number on the input screen.
    But the problem is while executing the report its not fetching me the records relevant to the selected LIFNR. In debugging it does show me that LIFNR contains the value but surprisingly its not returning any values to the Internal Table.
    Im out of ideas at this point of time, trying to figure out whats wrong.
    Any ideas on what could be wrong??
    pk
    PS: Im not using any function modules for the F4 help. Just the straight-forward Standard F4 functionality.

    >
    Eric Cartman wrote:
    > I meant here that you can exclude values in select options, for example you told there are 8 items for the vendor in the Z... table, let's say all these 8 items use the same material number, but (whatever reason) this material number is excluded from the selection in s_matnr (it is just an example, there could be many variations, you have a number of select options)
    What you say makes sense, but firstly I dont have a MATNR in my table and from the looks of it, its not advisable to use any other common field either. A vendor-wise search is of primary importance in this table. So cant really exclude that.
    if Rob's advise was helpful, than it looks like that the domain in the custom table for the field is not lifnr
    Well the Domain has always been LIFNR regardless of which Data Element I used.
    And the domain should probably be changed, but this might cause compatability issues.
    Rob,
    What kind of compatibility issues are you talking about? What I have right now is a custom table with some test data. So I guess its ok to change the Domain and Data Elements as I wish and Adjust the Table. Right?
    @Amit: I will look at your inputs a little more carefully and get back to you. Right now Im a little tied-up with other issues.
    Thanks everyone.
    pk
    Update:
    So... as I said earlier, when I used CONVERSION_EXIT_ALPHA_OUTPUT on LIFNR the selection on LIFNRs worked just fine. But unfortunately the rest of the select-options returned zero results(if I left the LIFNR select-option blank). I found the reason to be that because of the conversion routine the LIFNR values are taken as space. So i guess its looking into the database table for blank values of LIFNR, which is never the case and hence no values returned. Anyways, I found a work-around for this and for the moment its working fine...to some extent.
    Only constraint being that I cannot enter a range of values for LIFNR.
    Heres the code Im using right now. Thought it might be useful for future references or somebody wants to fine-tune it, is welcome to do so.
    if s_lifnr-low = space.
    select * from zpst001 into corresponding fields of table ist_zpst001
           where tno     IN s_tno
           and   ebelp   IN s_ebelp
           and   pspid   IN s_pspid
           and   werks  IN s_werks
           and   pick    IN s_pick
           and   pstatus IN s_status.
    else.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        INPUT         = s_lifnr-low
    IMPORTING
       OUTPUT        = s_lifnr1-low
    select * from zpst001 into corresponding fields of table ist_zpst001
           where tno     IN s_tno
           and   ebelp   IN s_ebelp
           and   pspid   IN s_pspid
           and   lifnr   eq s_lifnr1-low
           and   werks   IN s_werks
           and   pick    IN s_pick
           and   pstatus IN s_status.
    endif.
    pk
    Edited by: prashanth kishan on Nov 20, 2008 5:08 PM

  • Internal error: Failed to get GenericServlet

    I'm using iPlanet 4.1sp7. I'm getting "Internal error: Failed to get GenericServlet" errors when I try to use jsp's. I've tarred and copied a working iPlanet from Sol7 to this Sol8 system and still the same error. CLASSPATHs seem fine. Any tips on where to start?

    Hi,
    Please check belows things.
    1. Did you use supported JDK version with iWS 4.1sp7.
    2. Whether did you able to run sample(HelloWorld) jsp.
    3. Confirm that classpath as added in jvm12.conf or context.properties and restarted the server.
    4. Try to run same jsp in different version of iWS.
    Still did you face problem, let me know last 10 lines in error log.
    Thanks,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • Novell Client 2 upgrade fails to install NICI (error 1603)

    I have configured the automatic update agent to specifically use Administrator Privileges according to the documentation: http://www.novell.com/documentation/...ient_admin.pdf
    When I run the update from "Novell Services" in system tray as a normal user the update completes with errors: fails to install NICI (error 1603).
    When I do the exact same thing as an admin, everything works fine.
    I'm am trying to update Novell Client 2 SP 1 (IR7) to Novell Client 2 SP 2 (IR2) on all of our workstations.
    And I am seeing the exact same error when trying to upgrade:
    Novell Client 2 SP 1 (IR7) to Novell Client 2 SP 2
    Novell Client 2 SP 1 (IR7) to Novell Client 2 SP 2 (IR1)
    What is going on here, is the update agent broken or am I doing something wrong?
    I don't want all of my users getting errors when their Novell Client gets updated.

    Originally Posted by jimbjorklund
    I think I'm getting closer to the actual issue, after enabling Novell Client Debugging by setting this registry value:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Authentication\ NCCredProvider]
    "Debug"=dword:00000003
    This error is found in "C:\ProgramData\Novell\Client\Log\NICIInst64.l og": Error 2103.Could not resolve path for shell folder 26
    I think this has something to do with the MSI-setup (NICI_wx64.msi) not being able to find certain keys in the registry for some reason
    Recently we had problem with an MSI-based Java-installation running with admin-privileges where it would fail if "Folder Redirection" was enabled. We had set My Documents to point to H:\ which was mapped via Novell as the home folder.
    the registry settings for that are found under: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\User Shell Folders]. This however is NOT the problem here so the root cause for the error is still unclear to me.
    Indeed, but remember we are troubleshooting the client here- it may be possible that there was some corruption in the first failed update. So thus removing any components and with a clean install of the Novell client, to try the update process again to ascertain were exactly the process may have failed by examining any logs and/or dumps.
    Leroy Joseph
    Visual Click Software
    eDirectory Management and Reporting | DSRAZOR for eDirectory

  • Capturing soap errors in PI

    Dear Scn users,
    I have a proxy->webservice scenario.
    If there is something wrong while sending data to webservice(Ex:wrong username)there will be error which will be displayed as"invalid username" if we test using soap UI.
    But in PI it will shown only as http 500 error,How to capture this error in PI like soap UI.
    In PI also it should show as "Invalid Username".
    How to achieve this.

    Hi Raghu,
    Check the below blogs
    Handling Web Service SOAP Fault Responses in SAP NetWeaver XI
    SOAP Fault in SAP PI: hijack it!
    regards,
    Harish

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Proxy Log On failed(Error Code 12154)

    Hello There!
    Can someone P'se help on this
    Installation
    WIN2K-Pro
    Oracle8iEE-1.7..
    Oracle9iAS
    Two different Oracle homes
    Problem
    I am trying to test for the first time my portal but i am receiving the following error messages
    1)when I type in <http://mysever/pls/dad> this is the result:
    Proxy log On failed.
    Please verify that you have specified correct connectivity information i.e.username, password & connect-string in the Database Access Descriptor
    Error-Code:12640
    Error TimeStamp:Mon, 06 Aug 2001 04:25:15 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    2)Also when I try this <http://myserver/pls/admin/gateway.htm>the result is as follows:
    Mon, 06 Aug 2001 20:01:28 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE : gateway.htm
    URL : http://nt2kserver.learning.local:80/pls/admin/gateway.htm
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=nt2kserver.learning.local
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/admin/gateway.htm
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=127.0.0.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=nt2kserver.learning.local
    HTTP_ACCEPT=*/*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=

    Hello Teijo
    sorry about this, but I have checked on both of my two standalone servers(Running similar softwares and settings(host name...etc) independently) I can't see any service registerd by APACHE LISTENER.The only listener service available is for ORACLE8i under the oracle8iHome.
    The only running service under the 9iASHome is HTTPServer.During both installations I didn't encounter any problems,everything ended succefully.Can you p'se let me know if this sounds Ok to you?
    Hashim
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Teijo Lallukka ([email protected]):
    This looks like a tnsnames.ora issue. I copied a reply from a similar post:
    Since you have multiple Oracle homes, you are probably looking at the wrong tnsnames.ora. The reason why SQL*Plus is working is because it is being picked up from an Oracle Home where the correct tnsnames.ora resides. Here is a quick way to confirm this
    - Stop the Apache Listener service
    - Open a "Console prompt window"
    - Go to $IAS_HOME/Apache/Apache
    - Set TNS_ADMIN=Directory_with_correct_tnsnames.ora
    - Issue "tnsping your_dbalias_name" to verify that you can ping the database. If this does not work, then your tnsnames.ora is incorrect
    - If it works, startup Apache by issuing "start Apache -k start"
    - Try connecting to Portal thru your browser
    - This should work.
    - Post a reply if this does not work<HR></BLOCKQUOTE>
    null

  • Regarding capturing VF01 ERROR logs in a background job

    Hi ,
    We are running a background job that calls transaction VF01 via BDC .
    CALL TRANSACTION 'VF01' USING   bdcdata
                              MODE    S
                              UPDATE  N
                              MESSAGES INTO gt_messtab.
    In some cases billing documents will not be generated. In such cases systems will throw message "Check the log "
    After which we can check the error messages via Menu Edit>logs.
    This error messages (stored in XVBFS internal table) need to captured in the job log  i.e custom programme.
    Unfortunately i could not found any user exits/BADIs that can help me in capturing message.
    Can you please help me how can i solve this issue?
    Thanks in advance
    Manoj
    Edited by: Manoj J on Nov 16, 2011 9:42 AM
    Moderator message : Duplicate post locked, continue with original thread [How to capture error logs of VF01 in a background job log   |Re: How to capture error logs of VF01 in a background job log].
    Edited by: Vinod Kumar on Nov 16, 2011 3:34 PM

    Hi Manoj,
    I had a similar problem.
    I solved it selecting from VBSK the last record of the user regarding elaboration of invoices, and then calling f.m. 'VBSK_ALV_DISPLAY'.
    Otherwise you could call directly transaction "V.21"
    Hope this could help you
    Andrea

  • Capturing Application Error log from SXMB_Moni

    Hi,
    I wanted to capture the error information from Application error log from ECC sxmb_moni and forward that as email alert.
    We have already alert configuration in place with alert category using standard variables. Was wondering if I have to capture application error log from sxmb_moni what would be steps involved. Please let me know if anybody has worked on this and appreciate your help on this.
    Sample Error message from sxmb_moni of ECC system
    MT_Fault
    Error in Application System
    Detailed Information
    Process Order invalid
    Thanks
    Selvam
    Edited by: Selvam_muthu on Jun 23, 2011 5:40 PM

    Hi Selvam,
    As the exception is raised in ECC system, alert cannot be trigger, alert will get trigger when there is a error in PI system. To raise a email, write additional code in ECC to trigger the e-mail with proper error content

  • Cas Log Errors - Failed To Delete Directory

    In most of the CAS logs on clients I see the error repeated:
    Error: DeleteDirectory: - Failed to delete Directory with Error 0x00000003
    Error: DeleteDirectory: - Failed to delete Directory C:\Windows\ccmcache\**** with Error 0x0000002
    What is the cause of this? Looks like it is trying to delete a folder from the local client package cache?

    The error code means the file cannot be found. The file may be already deleted. You need to open the cache folder and check. Normally, it is not an issue.
    Juke Chou
    TechNet Community Support

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) The user name or password is incorrect

    I am able to run the report fine in BIDS in the preview window, and it deployes fine.  When it goes to view the report in the browser, I get the following error.  There is no domain, I am using a standalone computer with SQL Server and SSRS on
    this one machine.
    Can anyone point to where I might configure the permission it is looking for?  thanks!  Steven
    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    The user name or password is incorrect
    Steven DeSalvo

    Hi StevenDE2012,
    Based on the error message "The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)", it seems that the Unattended Execution Account settings in Reporting Services
    Configuration is not correct.
    Reporting Services provides a special account that is used for unattended report processing and for sending connection requests across the network. Unattended report processing refers to any report execution process that is triggered by an event rather than
    a user request. The report server uses the unattended report processing account to log on to the computer that hosts the external data source. This account is necessary because the credentials of the Report Server service account are never used to connect
    to other computers. To configure the account, please refer to the following steps:
    Start the Reporting Services Configuration tool and connect to the report server instance you want to configure.
    On the Execution Account page, select Specify an execution account.
    Type the account and password, retype the password, and then click Apply.
    In addition, please verify you have access to the Report Server database by following steps:
    Go to SQL Server Reporting Services Configuration Manager, make sure the configuration is correct.
    Go to Database, Verify that you can connect to the database.
    Make sure you are granted public and RSExecRole roles.
    Reference:
    Configure the Unattended Execution Account
    Configure a Report Server Database Connection
    If the problem is unresolved, i would appreciate it if you could give us detailed error log, it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu

  • RH7 Error: Failed to read from log... Failed to generate WebHelp Pro

    Installed RH9 trial on Windows XP PC. Then, generated an existing project using RH7 to a new C: drive directory location on the PC using the same name. Renamed the project files in that C:drive directory to a test name and opened the project's .xpj file in RH9.  It converted cleanly. 
    Now, when I go to generate the RH7 original project from the original server directory, I receive:  
    Error: Failed to read from log (file name) .log.... Internal error encountered,  Failed to generate WebHelp Pro.
    Does the log file keep track of the previous generation (time stamp,etc), since this RH7 generation has a skip in it for the one generated to the C:drive?  I've compared the log files from each run (.txt files) and don't see a difference. I even copied the log file from the C:drive run to the Server directory. No luck.  Any ideas?

    Hi John,
    Thanks for the prompt response.  I am trying to evaluate RH9 / RH Server 9.
    When I generate RH7 projects, I’ve always put the server (RH7 Server) directory reference in the ‘Output Folder and Start Page’ field.  This directory reference is where the compiled output ends up right? In my case, it’s in that field as:
    PBSrobohelp\D$\RoboHelp <file:///
    PBSrobohelp\D$\RoboHelp>  Web Files\PBS Unit Processes Manual.  I’m not aware of a C:Drive local copy of the files. Doesn’t it go out to the server output for the .log file in question?
    For the test, I took an existing project in RH7 and replaced this server reference with a C:Drive local hard drive directory reference and ran the output to it.  Then I went to the C:Drive directory and changed the project name, because there doesn’t appear to be a way to do a ‘save as’ on a project – RH7 wants to keep that name badly.  I then, shutdown RH7 and started RH9.  I opened the .xpj file from the new test project copy. It recognized that it was from an older release and it converted the test copy to RH9.  It converted cleanly with about 2 inconsequential document warnings but did not create a TOC.  I looked it over and saved it in RH9 – it was already my test name.  
    The original RH7 project opens fine in RH7 and the Test RH9 project opens fine in RH9. So I think I have a good test copy.  It’s just that when I point the RH7 original to the Server Output folder (which has its files) it gets the error on generation.  
    We are evaluating RH Server 9 but I haven’t attempted to publish anything to it yet. I’ve stayed  purely on my desktop.  
    Hope this clears it up.
    Jim
    Jim Dages
    Business Professional Technician III
    University of Colorado, Payroll & Benefit Services
    1800 Grant St, Suite 400
    Denver, CO  80203
    t. 303-860-4230
    f. 303-860-4299
       Please consider the environment before printing this e-mail.
    CONFIDENTIALITY NOTICE - This e-mail transmission, and any documents, files or previous e-mail messages attached to it may contain information that is confidential or legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that you must not read this transmission and that any disclosure, copying, printing, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify the sender by telephone or return e-mail and delete the original transmission and its attachments without reading or saving in any manner. Thank you.

Maybe you are looking for

  • ABAP or FM for post-processing of infopackage

    Gurus, Does anyone know the name of the ABAP program or function module that handles the post-processing of an info-package.  For instance, we have an infopackage that needs to delete prior reqeusts where the selection criteria match.  The infopackag

  • Attachments "removed" before email is received Treo 700wx Verizon/Yahoo! mail

    I have a Treo 700wx and use Verizon with Yahoo premium mail service. I can send and receive emails but any attachments on incoming mail is "removed" before I receive it. I actually have a message at the bottom of my email that tells me attachments ha

  • Exporting images from LR3

    A couple of questions here: 1. How can I export photos in JPEG form so they all have the same dimensions? When I export, then import them into Photoshop to batch process a watermark/logo onto them, the logo is placed in different spots on the image (

  • Java.sql.PreparedStatement#setUnicodeStream deprecated

    Hi all! The method setUnicodeStream of java.sql.PreparedStatement is set to deprecated without any comment since at least J2SE 1.3.1. Does anybody know what's the reason? Is there any alternative? Thanks in advance Carsten

  • LAMP Installation = broken mpd

    I installed Apache, MySQL, PHP and PHPMyAdmin yesterday in preparation for a project I'll be doing for someone, and now mpd won't start as a daemon; reinstallation didn't help either. Any ideas?  Is there some log file I can check to see why it won't