Unhandled error in icrg 102

I HAVE THE NEXT ERROR 'UNHANDLED ERROR IN ICRG 102' IN ORACLE FORMS 5.0 WHEN I CREATE A RECORD GROUP WITH THE SENTENCE 'select nombres, to_char(ficha) from abogados order by nombres ' where nombres is data type VARCHAR2 and ficha is NUMBER. TOO I GOT IT THE SAME ERROR WHEN I CREATED A PROCEDURE WITH THE NEXT CODE:
PROCEDURE Populate_The_List(list_id VARCHAR2, sql_stat VARCHAR2) IS
group_id RecordGroup;
outcome NUMBER;
BEGIN
--Create temporary record group.
group_id := CREATE_GROUP_FROM_QUERY('List_Elements', sql_stat);
IF ID_NULL(group_id) THEN
MESSAGE('Record Group could not be created in Populate_the_List.');
RAISE FORM_TRIGGER_FAILURE;
END IF;
--Populate record group.
outcome := POPULATE_GROUP(group_id);
IF outcome <> 0 THEN
MESSAGE('Record Group could not be populated in Populate_the_List.');
RAISE FORM_TRIGGER_FAILURE;
END IF;
--Populate list item
POPULATE_LIST(list_id, group_id);
--Destroy the temporary record group to release resources
DELETE_GROUP(group_id);
EXCEPTION
WHEN OTHERS THEN
MESSAGE('Internal error occurred in Populate_the_List.');
RAISE FORM_TRIGGER_FAILURE;
END Populate_the_List;
ANYBODY CAN HELP ME WITH THE SOLUTION
ATTE: ROBERTO
SORRY FOR MY ENGLISH

I'm not sure why you're using a WHEN OTHERS exception clause.
Trapping all errors and issuing a rather unhelpful "An error occurred" message is seldom very useful. Allowing any errors you don't specifically want to handle to propagate normally makes debugging much easier.

Similar Messages

  • Help with error in icrg 102

    I HAVE THE NEXT ERROR 'UNHANDLED ERROR IN ICRG 102' IN ORACLE FORMS 5.0 WHEN I CREATE A RECORD GROUP WITH THE SENTENCE 'select nombres, to_char(ficha) from abogados order by nombres ' where nombres is data type VARCHAR2 and ficha is NUMBER. TOO I GOT IT THE SAME ERROR WHEN I CREATE UN PROCEDURE WITH THE NEXT CODE:
    PROCEDURE Populate_The_List(list_id ITEM, sql_stat VARCHAR2) IS
    group_id RecordGroup;
    outcome NUMBER;
    BEGIN
    --Create temporary record group.
    group_id := CREATE_GROUP_FROM_QUERY('List_Elements', sql_stat);
    IF ID_NULL(group_id) THEN
    MESSAGE('Record Group could not be created in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    --Populate record group.
    outcome := POPULATE_GROUP(group_id);
    IF outcome <> 0 THEN
    MESSAGE('Record Group could not be populated in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    --Populate list item
    POPULATE_LIST(list_id, group_id);
    --Destroy the temporary record group to release resources
    DELETE_GROUP(group_id);
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('Internal error occurred in Populate_the_List.');
    RAISE FORM_TRIGGER_FAILURE;
    END Populate_the_List;
    ANYBODY CAN HELP ME WITH THE SOLUTION
    ATTE: ROBERTO
    SORRY FOR MY ENGLISH

    Hi,
    <b>trans</b> directory will not be created by itself by default.it should be created under /usr/sap.
    if u r working on linux machine full permissions should be given to trans folder by command <b>chmod 777 *.</b>
    It should work fine after that.
    reward points if helpful

  • Forms 4.5 unhandle err in icrg 102 ?

    I use Forms 4.5.7.1.7 & Oracle 8.1.7, When I Modify
    "Record Groups", I Get a Message
    |                         |
    |          Oracle From 4.5          |
    |                         |
    |     unhandle err in icrg 102     |
    |                         |
    Record Group Type : Query
    Record Group Query: Select MyPackage.STR From dual
    I Change Query to "Select SUBSTR(MyPackage.STR,1,1000) From dual"
    Forms 4.5 can recreate the record group...
    I Change Query to "Select SUBSTR(MyPackage.STR,1,1001) From dual"
    Forms 4.5 Show Error!
    On Oracle 7.3.4 Return Datatype From Functions(Package)
    is varchar2(2000), but Oracle 8.1.7 is Varchar2(4000)!
    I must change all of my Record Group?
    The return value can be a varchar2(2000)?

    The answer turned out to be the way I was running Developer. I was running it from a shortcut on the desk top and then loading the form into it from a network drive. When I executed the form, it ran the form I had loaded. However, the form called library procedures from a PL/SQL library. Even though there was a .pll file in the directory where I loaded the form in, it wasn't picking that up. The dll was in the same directory as the pll file. The shortcut on the desk top has a property "Start in" that had been set to a local directory, which had a copy of the .pll file and the dll. So this property was overriding the fact that they were also in the same directory that the .fmb was in. Changing the property on the shortcut to point to the network directory fixed it.
    2 days to discover a 5 second fix :-)
    Cheers,
    Allan

  • Unhandled Error in Starter Kit 2.0

    Hello,
    I am trying to develop some applications with the NI sbRIO-9632 that came with the Starter Kit 2.0, however whenever I try to run the Robotics Hardware Setup I get an "Unhandled Error".
    The device appears in the "Targets Detected" list with the correct serial number and with an IP address.
    I tried to "ping" the device to see if it responded and the results are shown in the screenshot:
    First time the device was connected directly to computer
    Second time the device was connected in the same network as the computer I was using
    Third time I "pinged" the computer next to me
    Last time again the device was connected directly to computer
    I included some screenshot that show how I got the problem.
    Can anyone help?
    Thank You
    Davide
    Attachments:
    ErrorDetected.PNG ‏81 KB
    IPAddress.PNG ‏35 KB
    Ping.PNG ‏63 KB

    DLabview wrote:
    Nope, the computer I was using was connected to a wired LAN network.
    However the PC has 2 ethernet ports, one is the default one whereas the other one is on a different networking card.
    The network is quite a busy and extended, the department I'm working in is quite big and contains many hundreds of PCs and devices connected via wired LAN or via Wi-Fi access points.
    The device didn't really crash though, it basically fails to connect to a PC in order to receive a program.
    Other people are experiencing my same issue with the same sbRIO, and we don't really know what is going on.
    Davide
    Just to make sure, try to connect an ethernet cable directly between the sbRIO and your computer (perhaps connect it to that extra port).
    Also, is the sbRIO connected to a hub or a switch? If it is a hub and it starts to transmit broken packets from some junky WLAN card/router, it might cause problems?
    First I got some bad latency, basically the connection went intermittent on/off, on my sbRIO, then a few minutes it went belly up and crashed (froze).
    Br,
    /Roger

  • Critical Error: An unhandled error has occurred. Please contact your system administrator.

    Hi all,
    Does anyone have any idea what the following error relates to?
    "Critical Error: An unhandled error has occurred. Please contact your system administrator.
    Debug information:
    System.IO.FileNotFoundException; Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
    I'm stumped!

    Hi iAmCasio,
    Have you made any changes before we meet this issue?
    When do we receive this error message?
    As my point of viewer, this issue is related to the  Microsoft.VisualStudio.QualityTools.UnitTestFramework.
    To receive better support about Visual Studio, we could seek help from studio forum.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • ZTI Error - Unhandled error returned by LTISysptep: The System Cannot find the file specified (-2147024894)

    ZTI Error - Unhandled error returned by LTISysptep: The System Cannot find the file specified (-2147024894) while capture windows 8.1 machine.

    Check the bdd.log file and/or any sysprep log files to find out specifically what the file is.
    Keith Garner - keithga.wordpress.com

  • Unhandled Error in GSM Module

    Hi,
    When I am  trying to move the Formualation Spec from Final Review to Approved, I am facing Unhandled error.
    I got the below message from event log.Please find the below error.
    ErrorType: First| ErrorCount: 0| App: GSM| SessionId: d56508b1-d391-d4bf-47f3-bf652ff358cf| UserId: 551463| IsNewSession: False| ServerID: 172.21.14.106| Misc: Spec 5009283-001 ; Slice on Slice Reduced Fat Pasteurized Process Yellow American Cheese (Barrel Credit)| Exception: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Xeno.WorkflowCore.WorkflowException: Error during SpecID: 5816e30a6147-dd7a-485e-8a89-e95b393ab7a3 : ok ---> Xeno.Data.DataObjectException: Could not load data for object ID: 3158a4ddad47-eb25-434e-a210-76ab408f3f12 at Xeno.Prodika.GSMLib.Workflow.SpecTransientLinearActivity.MakeTransition(ITransitionContext ctx) at Xeno.LinearWorkflow.WorkflowObjects.LinearActivityBase.MoveForward(ILinearTransitionContext ctx) at Xeno.Web.UI.LinearWorkflow.LinearWorkflowActionPageBase.MakeTransition(ILinearTransitionContext ctx) at prodika.frmLinearWorkflowActionPopup.MakeTransition(ILinearTransitionContext ctx) --- End of inner exception stack trace --- at Xeno.Prodika.GSMLib.DataSources.ResolutionSetAwareSpecLinearWorkflowPopupDataSource.HandleException(ILinearTransitionContext ctx, Exception e) at prodika.frmLinearWorkflowActionPopup.MakeTransition(ILinearTransitionContext ctx) at Xeno.Web.UI.LinearWorkflow.LinearWorkflowActionPageBase.MakeTransition(Int32 toPos) at Xeno.Web.UI.LinearWorkflow.LinearWorkflowActionPageBase.DoShortCircuitTransition() at Xeno.Web.UI.LinearWorkflow.LinearWorkflowActionPageBase.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.popups_frmlinearworkflowactionpopup_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Please help to resolve this.
    Thanks,
    Rohini M

    Hi Friends,
    We were able to find out what was causing the issue, there was a setting in environment config, which was misspelled,
    <Add key "allowusertoexport" value = "faalse" ...
    when we fixed this issue the issue was resolved.
    Regards,
    Kumar

  • ERM "Unhandled error; type conflict" when clicking Maintain in PFCG button.

    I am testing my installation of GRC and when creating a role in ERM with the role designer I click the "Maintain in PFCG" and am receiving an error:
    Unhandled error; Type conflict when calling a function module (field length).
    I have been doing some searching but have been unable to find a solution for this. I have implemented the items found in SAP Note 1291501 regarding security.
    Does anyone have suggestions on what the solution of this problem is or what I can do to troubleshoot this issue more?

    Hi Michael,
    Can you please share your other details like: What is the GRC AC version you are trying to test and the patch level of ERM and RAR. Try to check the System logs in the Configuration section. Check st22 suggested by Julius and also sm21 in the backend system for system logs . I hope you'll get some hint out of that.
    Regards,
    Gurugobinda

  • What's the meaning of this message when trying to update Mountain Lion? The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)

    Trying to update Safarin from the App store. Got an error message.
    "(NSURErrorDomain error-3001.)(102)

    The file (Safari update) you wish to download cannot be found at the specified location.

  • HT5568 Cannot update Safari to 6.0.2 (NSURLErrorDomain error-3001.)(102),any help welcome.

    Cannot update Safari to 6.0.2 (NSURLErrorDomain error-3001.)(102),any help welcome.

    There are problems with the server. Download Safari 6.0.2 and install > http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg

  • Fixing System Control Manager (SCM) Crashing from Unhandled Error in Windows 8

    If you get an unhandled error message when rebooting your laptop after installing SCM v10.013.03016 check to see if you have Visual C++ 2012 Redistributable installed on you PC.
    If not, download from Microsoft.
    I installed version 11.0.51106.1 and SCM seems to be working fine now (apart from my bluetooth which keeps dying every few boots and is probably not related to SCM itself).
    This fixed my MSI GT70-0ND Dragon Edition

    Try installing Microsoft .NET Framework 4.5 Update for Windows 8: http://www.microsoft.com/en-us/download/details.aspx?id=29185

  • HT1338 Update bundle just released for Aperture 3.4.2, Safari 6.0.2, and iPhoto 9.4.2 will not install.  Keep getting error "The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)"  Any one else having this issue?  Please help.

    Update bundle just released for Aperture 3.4.2, Safari 6.0.2, and iPhoto 9.4.2 will not install.  Keep getting error "The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)"  Any one else having this issue?  Please help.

    Hi there!
    Yes, same problem too; I've already sent an email to apple support and just received a very vague and unpractical response with "call apple support in your country" as main advice. I've obviously emailed back stating that I need a clearer response and I don not have any intention to spend money calling for support when updates is a free tool. I do also believe this is a probem generated on Apple's end, I just wish they learned to say "sorry, it's us;  working on it!"
    Message was edited by: MacLuc

  • ERM - "Unhandled error; n/a" error in Authorization Data section

    Hi experts,
    We are implementing ERM 5.3 with support package (SP 5 patch 1). We run all synchronization background jobs (org values, tran/obj/field, activity) and apparently they all finished successfully.
    We have imported all SAP backend roles to ERM through the "mass role import" feature, and the job ended successfully for every role. However, we have found that for some particular roles, when trying to view in ERM the authorization data imported for that roles (clicking on the "authorization data" button inside the role), the screen shows no data and comes up with the error "Unhandled error; n/a".
    We tried re-importing those roles (again the job history shows "imported successfully" for every role) but the error is still there when trying to view the role authorization data.
    Any ideas of why this is happening for this roles giving that they all got imported successfully?
    Any thoughts on this will be very much appreciated!
    Regards,
    Pablo

    Two things i can think of without actually looking at the logs:
    1. Configuration > Miscellaneous settings need to be rechecked.
    2. Role Management > Mass Maintenance needs some attention.
    If you can send me the log saying "roles successfully imported" that would help me in troubleshooting this.
    Thanks & Regards,
    Amol Bharti
    amudee.com

  • HT5568 What's up with this: The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)

    Have not been able to update to Safari 6.0.2 and iPhoto 9.4.2. Keep getting this message.
    "The operation couldn’t be completed. (NSURLErrorDomain error -3001.)(102)"
    Have checked it out online but responses are way to techy to understand. Using 27 inch iMac 3.1 Intel Core i5, 32GB memory

    you can find Safari here:
    http://download.cnet.com/mac/3151-20_4-0.html?tag=main;new
    the rest in Apple downloads, but the Apple servers are a bit overloaded.

  • The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)

    This is what I have been getting for the last few days, there are three updates but when I click on "update" it just returns this error, this is happening on my iMac and macair. Is anyone else having the same problem or have a fix ?
    Thanks in advance.

    I too have this issue in the Mac App Store. It shows 2 updates, Safari 6.0.2 and iPhoto Update 9.4.2 but when I click to update its displays "An error has occurred" dialog with the following text:
    "The operation couldn’t be completed. (NSURLErrorDomain error -3001.)(102)".
    Tried logging off, restarting but issue remains.
    Anyone with ideas?
    Thanks in anticipation

Maybe you are looking for

  • DMS document attachment to Service Entry sheet

    Hi All, One requirement, need to attach DMS document with Service entry sheet (t-code ML81N), any possibilites with object linking as in standard there is no object linking (ESSR object) available. Thank You, Manoj

  • How do I get rid of file icons in launchpad? help

    hi, just had a link up with a lexmark rep and he has left loads of file icons on my laptop in launchpad. tried the wiggle effect but that doesnt work. how do I delete these please?

  • Is that a good practice to use syncronize methods for application scope cls

    Is that a good practice to use synchronize method in a application scope class, so I have a doubt, there a is class A, it has application scope and it contains a synchronized method add, so because of some network traffic or any unexpected exception

  • Has anyone had any problems with their charger blowing out?

    Has anyone had any problems with their charger blowing out? mine blew, there's now a charred pin on the charger and in the socket of the macbook. The plastic around the charge socket is also cracked & distorted from the blow-out. It wasn't a power su

  • Why can't I email photos from a folder?

    Hi, Does a mac force me to email photos from iphoto? I just want to click on a photo in a folder -- any folder -- and email it. Am I missing something, because it seems you have to import everything into iphotos -- a real pain. Also if I import into