Where resources group files must be

Hi all

Did anyone of you knows where all the resources custom group files that will be used on ICC must be?

I have something like this:

BCC module /src/com/mycompany/resources/WebAppResources.properties

But when I try to use it

In this case

javax.servlet.jsp.JspException: an error occurred in evaluating custom action attribute "title" with the value "${activity.description}": an error occurred during getting property 'description' of an instance of the atg.bizui.activity.GenericActivity class (java.util.MissingResourceException: cannot find resources for bundle java.util.PropertyResourceBundle, key manageLoyaltyProgram.description)

I'm trying to use it on an activity that will be used in ActivityManager:
That's what I
com.mycompany.resources.WebAppResources < resource-bundle > < / resource-bundle >


Do you know if I am missing somehting or put the files on a wrong place?

Kind regards
Obed

You can share the file genericActivities.xml and resourcebundle?

I think that its unable to find the resource group.

Can you discover the genericActivities.xml of dyn/admin and see if you have expected?

And also write a sample JSP test to read the resource bundle classpath file and some print properties.
This will explain if Group of resources or goods that is missing.

Peace
Shaik

Tags: Oracle Applications

Similar Questions

  • Local - could not load the resource group file in Dev Mode only

    Running into a problem loading, a resource group, but it only happens in dev mode. Details are provided below:

    =====================

    Current context:

    =====================

    -version: 5.1

    =====================

    Details of the local environment:

    =====================

    -In the main file of the application, we have (false names in this post):

    < mx:Metadata >

    [ResourceBundle ("MyResources")]

    < / mx:Metadata >

    -In the plugin.xml file, we have:

    "< id ="com.xxx.xxx plugin"moduleUri =" Moduleui.swf "defaultBundle ="MyResources">

    < resources >

    < local resource '{local}' = >

    <! - relative path of the .swf resource generated by the build script - >

    < uri="locales/Moduleui-ui-resources-{locale}.swf"/ module >

    < / resource >

    < / resource >

    =====================

    Question:

    =====================

    -If we compile and generate and deploy the application, everything works, resources (images, icons, strings) are all correctly loaded.

    -When we took it in Dev Mode to debug the application that is vital for us because of the complexity of the application and the DTO transferred, an exception is thrown by saying that it cannot load the resource file. The same file that loads correctly when we do a deployment.

    =====================

    Additional details:

    =====================

    -To add to the mystery, we imported the UI project Hello-World-i18 from the client directory of examples of vsphere sdk and it works fine when we run it in dev mode.

    -We looked on the configurations under .flexProperties .actionScriptProperties and others, and we have at this moment absolutely no idea why the other project of the resource group will not load in Dev Mode.

    Any help pointers are greatly appreciated.

    Thank you

    Alfredo

    See the SDK FAQ article "Runtime Error #2036: never finished loading."

    If it does not find your resource file, it must be because you don't compile it correctly while in Eclipse.

  • Jdev 11 g: problem with encoding of characters and resource bundle files

    Hello

    I use Jdev 11.1.1.0.0, IE7 and resource group files (* .properties) to translate the application into other languages.

    The CommonBundle.properties file contains the following:
    BUTTON_CLOSE_LABEL = schließen
    BUTTON_COMMIT_SHORTDESC = Speichern der Lavaggio
    ======================================

    The ss and A are the German special characters.

    When I run the application of Jdeveloper (with includes WLS 10.3) then the files are copied in... \ViewController\classes\view.
    With this action, the content of the propertie files go to:
    BUTTON_CLOSE_LABEL = Schlie\ufffden
    BUTTON_COMMIT_SHORTDESC = Speichern der \ufffdnderungen
    ========================================

    On another PC with the same environment (XP, the language in the BONE, Jdev 11.1.1.0.0, settings...) the same action modifies the content of the properties file
    BUTTON_CLOSE_LABEL = Schlie\u00dfen
    BUTTON_COMMIT_SHORTDESC = Speichern der \u00c4nderungen
    ========================================

    That said, when I run the application on my PC the ss of characters and are displayed wrong.
    On another PC, the same application displays the correct characters.
    On my PC the two DIFFERENT German characters are sequence ESC replaces it with the SAME (and evil).

    Question: Which parameters are responsible for the translation of some sequences ESC-German special characters when I run or deploy an application?

    BTW: The problem is the same if I deploy the application from my PC.

    concerning
    Peter

    OK, here's my findings.

    1. it depends on the Encoding setting in tools > Preferences > environment > Encoding!
    2. a file created with the same set of characters translate correctly.
    3. a file created with a different set of characters will not translate correctly.
    4. to use Unicode all the UTF-8 encoding and create all files with this endocing. Translation will not work correctly.

    -olaf

  • where is iWeb files store in OSX El Captain v. 10.11.2?

    where is iWeb files store in OSX El Captain v. 10.11.2?

    Can not find any directory under the "Library - Application Support" iWeb as suggested a few comments on the internet.

    Furthermore, can someone advise how to download the web site created by iWeb to internet, I tried "upload" function of iWeb and he just direct me to log on to the iCloud account.

    Thank you very much

    If you use a Mac with El Capitan, then there will not be any store for iWeb, because new Mac which not been shipped with iWeb for a long time.

    However, if you happened to load iWeb on your Mac from a disc, and then iWeb stores files of domain.sites under your user/Library/Application Support.  / Library/Application Support is the library system and you won't find anything here .

    To access your library from the user, you must click on the menu go upstairs and then press the 'alt key ' to your user library, but you may create, as the Mac ship automatically with iWeb, as has been the software not supported for the last 4 years or so now.

    To publish a site on the web, you need to get an account among many hosters autour - GoDaddy web hosting etc.  If you don't have a hosting account, that means first to register a domain name of your choice and then to buy the hosting for this, you will not be able to publish.  iCloud offers no accommodation, only a storage.

    Go to GoDaddy and register and domain name and purchase hosting and then download your site.

    Maybe you should consider new software also, like iWeb is old and not taken care of, then take a look at EverWeb instead.

  • Activate search resource group using the string key

    Hi all

    RIM has provided APIs (Resource Bundle) to support the localization of the applications. We are able to use it

    ResourceBundle.getBundle(BUNDLE_ID, BUNDLE_NAME).getString(key);
    

    He expects int key and generated dynamically by Blackberry. There are 2 cases.

    1. Local labels, we are aware and we can provide keys for those who, for the latter is no problem.
    2. From backend error codes. This is not a definitive list. This is the string value. But we cannot find the resource group by using this key of type string. We have to check what the error code and create the key to this and allows to retrieve the label.
    if(errorCode.equals("SOME_ERROR_CODE"){
       Dialog.alert(LanguageResource.getString(SOME_ERROR_CODE));
    } else if (errorCode.equals("ANOTHER_ERROR_CODE"){
       Dialog.alert(LanguageResource.getString(ANOTHER_ERROR_CODE));}
    

    To avoid this check, we thought that if this was possible.

    String msg =  LanguageResource.getString("SOME_ERROR_CODE"));
    if (msg == null) // Label not found
       Dialog.alert(LanguageResource.getString("GENERAL_ERROR");
    else
      Dialog.alert(msg);
    

    Now, API provides no support for this, is the solution to create the own property file and load them but I think that the Blackberry does support playback of the file as Java Standard properties or may be something else. The same reflection API is not supported in Blackberry up to now, there may be support in the future. This could allow to dynamically use the variable as the key name.

    Someone did it faced simular situation and made a work around? All entries would help.

    Kind regards

    Sandeep

    Edited: updated information on option of the reflection API.

    It will never take in charge of reflection as the baseline for BB Os is J2ME and therefor java 1.3/1.4

    you will have to translate the error to the resource key string yourself.

  • where is the file &gt; Scripts menu gone in 2015 CC option?

    Where is the file > Scripts menu gone in 2015 CC option?

    Has he been moved, killed or is - it just me and my installation of AE CC 2015?

    It is in mine.

    Something must have went wrong in your installation.

    Which reminds me, I need to copy my scripts on this machine...

  • Support for Arabic characters - problem with the .java resource group

    Hi all
    I have a requirement to internationalize the web application from merger and support Arab characters

    I have a file of properties in the project view controller and a .java resource group in the model project.

    I followed the steps mentioned in the documentation
    Regardless of the text defined in the .properties file works fine, the problem is with the .java resource group. The characters defined in the java file is
    shown on the Web page, as follows.

    O´UŠO³O¨ O´UŠO´O¨O´UŠ

    What could be the reason. Can someone help me on this?



    Jdev version 11.1.2.0.0

    And you can also try like this,

    My locale in backing bean file is like this

    Locale bean

    public class LocaleBean {}

    language of the public channel = 'en ';

    /**
    * @return
    */

    {} public void changeLocale (language: String)
    System.out.println ("changeLocale" + language);
    This.Language = language;
    this.setLanguage (language);
    Locale newLocale = new local (this.language);
    FacesContext context = FacesContext.getCurrentInstance ();
    context.getViewRoot () .setLocale (newLocale);
    JSFUtils.storeOnSession ('LOCAL', language);
    System.out.println ("end of change of locale");
    }

    {} public void setLanguage (language: String)
    This.Language = language;
    }

    public String getLanguage() {}
    return language;
    }

    {} public void changeLocaleAction (ActionEvent actionEvent)
    changeLocale (this.language);
    Add the code in the event here...
    }
    }

    Faces - config.Xml




    Oracle.ADF.Rich

    Resorces.XX
    message


    en
    AR
    en



    localeBean
    LocaleBean
    request

    and my package of resource like this:

    xx_ar_AR. Properties
    XX. Properties

    And the project properties > compiler property > character encoding > UTF-8
    &
    Select Tools--> Preferences--> environment
    and then set the UTF-8 encoding.

    no need to change your Trinity - config.Xml

    Concerning
    PY

  • How to programmtically get the resource group in the model project

    In the proposed model I can specify the flags of the UI for EO via EL use all resources.

    Is there, is it possible programmtically get the resource group that is configured for the model project (in project property Panel) as I don't want to hardcode the path of the file.

    Have you tried the following as mentioned in one of the threads above? :

    Assuming that the property is located in com.subbanasolutions.samples.Bundle.properties

    Imports
    Import oracle.javatools.resourcebundle.BundleFactory;

    Constants
    private static final String RESOURCE_BUNDLE_NAME =
    'com.subbanasolutions.samples.Bundle ';

    Code to access all of the resources and get a value associated with a key
    ResourceBundle resourceBundle =
    BundleFactory.getBundle (RESOURCE_BUNDLE_NAME);
    If (resourceBundle! = null)
    {
    Here, FOLLOW_UP_LABEL is the key found in the resource group
    String ActivityName = resourceBundle.getString ("FOLLOW_UP_LABEL");
    }

    Thank you
    Nini

  • Depth of the CBC 'File must be on a project source path' - EPCO 11.1.1.5.0

    Summary
    I'm unable to use the first WSDL contract - > generation provided by EPCO when the source file is not at the root of the Service project.
    MyProject / 'src' works very well.
    MyProject / jumps ' src/main/java' <-this is the structure used by Maven WTP project. The WTP, Spring, Maven, EPCO combination would be a combo of Holy Grail for webservice scaffolding... no work around brilliant?
    (... On the edge of my seat!)

    Steps to reproduce
    1. create a new Web project dynamic with a source folder "src/main/java' (instead of the default 'src').
    2. Add WebLogic server/client, Java 5 Annotation processing of facets...
    3. create a new WSDL (the default NewOperation scaffolding will suffice)
    4. right click-> WebLogic Web Services WSDL file-> generate Web services
    5. click on "Finish" to generate the service

    Result: NullPointerException (route battery see below)

    Alternative measures
    1. follow steps 1-4 above
    2 turn the box "Dungeon created by the Ant script" to force validation

    Result: 'the file must be on a path to the project source.

    Stack trace
    java.lang.NullPointerException
    at oracle.eclipse.tools.webservices.wsdlc.WsdlcArguments.getServiceImplementationIFile(WsdlcArguments.java:164)
    at oracle.eclipse.tools.webservices.wsdlc.WsdlcAntScript.refreshList(WsdlcAntScript.java:37)
    at oracle.eclipse.tools.webservices.ant.WlsAntScript.validateFileState(WlsAntScript.java:304)
    at oracle.eclipse.tools.webservices.wsdlc.WsdlcAntScript.validateFileState(WsdlcAntScript.java:49)
    at oracle.eclipse.tools.webservices.ant.WlsAntScript.execute(WlsAntScript.java:253)
    to org.eclipse.ui.actions.WorkspaceModifyOperation$ 1.run(WorkspaceModifyOperation.java:106)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
    to org.eclipse.jface.operation.ModalContext$ ModalContextThread.run (ModalContext.java:121)

    You should be able to work around this problem with the following workaround:

    -the project to build the path (properties |) Java Build Path | Source tab) add a temporary record of simple level, ex: tmp

    -of wsld, script ant "wsdlc_build.xml" (Pick tmp under the source folder)
    NOTE: deselect the option "Run Ant"

    -in wsdlc_build.xml update destImplDir = "${basedir} / src/main/java.

    -Right click on wsdlc_build.xml > run as > Ant Build...
    > tab target, deselect fork_build and check 'building '.

    > On the Classpath tab, you can add WL_HOME/server/lib/weblogic.jar

    -run ant script

    FYI: you may notice src\main\java double registration in the Project Explorer. This could be a WTP problem I will investigate and open a bug in eclipse.

    HTH!

  • Custom properties for Resource Bundle files

    Can someone please help me understand what means these resource group?
    I know it's something related to the properties file, but not able to understand exactly

    Thank you
    -Mahi

    I was talking more with regard to the beams of the connector resource. They are used only for purposes of localization.
    Location of the labels in the form of process, appearance ups, etc. response codes...

    Thank you
    Suren

  • By the way where and group by clause Cursor

    I'm working on a procedure that generates a where clause clause and needs of a group by clause to return the correct results. I'm moving the two where and group variables in the cursor.

    The variables are is filled correctly, but when the cursor is created, variables are not in the cursor.

    Here's the code I'm working with. It is part of a package, but does no appeal to other parts of the package.

    PROCEDURE createFollowUpTask_Exposure (psUppgkedjetyp IN tis.tial.uppgkedjetyp%TYPE NULL by default,
    psAlarmtyp IN tis.tial.alarmtyp%TYPE by default NULL,
    psSubtyp IN tis.tial.subtyp%TYPE by default NULL,
    pnDays in NUMBER NULL by default,
    psKampkod IN tis.tiin.kampkod%TYPE by default NULL,
    psKatnr IN tis.tiin.katnr%TYPE by default NULL,
    psUtgava IN tis.tiin.utgava%TYPE by default NULL,
    psKatslag IN tis.tikg.katslag%TYPE by default NULL,
    psProdsyst IN tis.tikg.prodsyst%TYPE by default NULL,
    psUppgtyp IN tis.tiin.uppgtyp%TYPE by default NULL,
    psProdkod IN tis.tiin.prodkod%TYPE by default NULL,
    psStatus IN tis.tiin.status%TYPE by default NULL
    ) AS
    --
    cTIAL tis.tial%ROWTYPE;
    vLopnr tis.tial.lopnr%TYPE;
    vSqlWhere VARCHAR2 (4000);
    vGroupBy VARCHAR2 (1000): = "tiin.kampkod, tiin.abnr, tiko.fordsalj;
    cSelectCursor SYS_REFCURSOR;
    vSqlSelect VARCHAR2 (4000);
    psDays VARCHAR2 (50);
    cRec T_TIAL_REC;
    nCount number: = 0;

    --
    CURSOR cSqlSelect (SqlWhere IN VARCHAR2, GroupBy IN VARCHAR2) IS
    SELECT tiin.kampkod, tiin.abnr, tiko.fordsalj, MAX (tici.regdat) ALARMDATE
    OF tis.tiin
    JOIN tis.tiko ON tiin.kampkod = tiko.kampkod AND tiin.abnr = tiko.abnr
    JOIN core.tici ON tiin.kampkod = tici.kampkod AND tiin.abnr = tici.abnr AND tici.inplnr = tiin.inplnr
    WHERE 1 = 1 | SqlWhere
    GroupBy GROUP;
    --
    BEGIN
    -If these parameters are null, trigger the error
    IF psUppgkedjetyp IS NULL and psSubtyp IS NULL THEN
    raise_application_error (-20001,
    "String from the event or events must be assigned");
    END IF;
    -Fill the TIAL values
    IF psUppgkedjetyp IS NOT NULL THEN
    cTIAL.Uppgkedjetyp: = psUppgkedjetyp;
    END IF;
    --
    IF psAlarmtyp IS NOT NULL THEN
    cTIAL.Alarmtyp: = psAlarmtyp;
    END IF;
    --
    cTIAL.Handklass: = 't';
    cTIAL.Blobid: = 0;
    --
    IF pnDays IS NOT NULL THEN
    psDays: = '+' | pnDays;
    END IF;
    IF psSubtyp IS NOT NULL THEN
    cTIAL.Subtyp: = psSubtyp;
    END IF;
    -Create Where clause for cursor
    vSqlWhere: = ";
    IF psKampkod IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.kampkod ="' | psKampkod | " ' ;
    END IF;
    --
    IF psKatnr IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.katnr ="' | psKatnr | " ' ;
    END IF;
    --
    IF psUtgava IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.utgava ="' | psUtgava | " ' ;
    END IF;
    --
    IF psKatslag IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tikg.katslag ="' | psKatslag | " ' ;
    END IF;
    --
    IF psProdsyst IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tikg.prodsyst ="' | psProdsyst | " ' ;
    END IF;
    --
    IF psUppgtyp IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.uppgtyp ="' | psUppgtyp | " ' ;
    END IF;
    --
    IF psProdkod IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.prodkod ="' | psProdkod | " ' ;
    END IF;
    --
    IF psStatus IS NOT NULL THEN
    vSqlWhere: = vSqlWhere | "AND tiin.status ="' | psStatus | " ' ;
    END IF;
    -Browse all records in input parameters of the meeting and set values required TIAL.
    I'm IN cSqlSelect (vSqlWhere, vGroupBy)
    --
    LOOP
    -EXTRACT cSelectCursor INTO cRec;
    cTIAL.Kampkod: = ";
    cTIAL.Abnr: = ";
    cTIAL.Sign: = ";
    cTIAL.Alarmdate: = ";
    cTIAL.Kampkod: = i.Kampkod;
    cTIAL.Abnr: = i.Abnr;
    cTIAL.Sign: = i.fordsalj;
    cTIAL.Alarmdate: = i.alarmdate;
    --
    nCount: = nCount + 1;
    --
    IF vLopnr = - 1 THEN
    raise_application_error (-20002,
    "Error creating task for: ' | '. cTIAL.Kampkod |' '|| cTIAL.Abnr |' Sales representative: ' | cTIAL.Alarmdate);
    END IF;
    END LOOP;
    DBMS_OUTPUT. Put_line (' I created ' | nCount |) "documents.");



    END createFollowUpTask_Exposure;

    Thanks in advance for any help.

    Hello

    Welcome to the forum!

    Try this (untested) example:

    PROCEDURE createFollowUpTask_Exposure(psUppgkedjetyp IN tis.tial.uppgkedjetyp%TYPE DEFAULT NULL,
                                          psAlarmtyp     IN tis.tial.alarmtyp%TYPE DEFAULT NULL,
                                          psSubtyp       IN tis.tial.subtyp%TYPE DEFAULT NULL,
                                          pnDays         IN NUMBER DEFAULT NULL,
                                          psKampkod      IN tis.tiin.kampkod%TYPE DEFAULT NULL,
                                          psKatnr        IN tis.tiin.katnr%TYPE DEFAULT NULL,
                                          psUtgava       IN tis.tiin.utgava%TYPE DEFAULT NULL,
                                          psKatslag      IN tis.tikg.katslag%TYPE DEFAULT NULL,
                                          psProdsyst     IN tis.tikg.prodsyst%TYPE DEFAULT NULL,
                                          psUppgtyp      IN tis.tiin.uppgtyp%TYPE DEFAULT NULL,
                                          psProdkod      IN tis.tiin.prodkod%TYPE DEFAULT NULL,
                                          psStatus       IN tis.tiin.status%TYPE DEFAULT NULL) AS
       --
       cTIAL         tis.tial%ROWTYPE;
       vLopnr        tis.tial.lopnr%TYPE;
       vSqlWhere     VARCHAR2(4000);
       vGroupBy      VARCHAR2(1000) := ' tiin.kampkod, tiin.abnr, tiko.fordsalj';
       cSelectCursor SYS_REFCURSOR;
       vSqlSelect    VARCHAR2(4000);
       psDays        VARCHAR2(50);
       cRec          T_TIAL_REC;
       nCount        NUMBER := 0;
    
       FUNCTION fnc_cSqlSelect(SqlWhere IN VARCHAR2,
                               GroupBy  IN VARCHAR2) RETURN VARCHAR2 IS
       BEGIN
          RETURN 'SELECT tiin.kampkod,
                 tiin.abnr,
                 tiko.fordsalj,
                 MAX(tici.regdat) ALARMDATE
            FROM tis.tiin
            JOIN tis.tiko ON tiin.kampkod = tiko.kampkod
                         AND tiin.abnr = tiko.abnr
            JOIN core.tici ON tiin.kampkod = tici.kampkod
                          AND tiin.abnr = tici.abnr
                          AND tici.inplnr = tiin.inplnr
           WHERE 1 = 1 ' || SqlWhere || ' GROUP BY ' || GroupBy;
       END fnc_cSqlSelect;
    
    BEGIN
       -- If these parameters are null, raise error
       IF psUppgkedjetyp IS NULL AND psSubtyp IS NULL THEN
          raise_application_error(-20001,
                                  'Either Event Chain or Starting Event must be assigned');
       END IF;
       -- Populate TIAL values
       IF psUppgkedjetyp IS NOT NULL THEN
          cTIAL.Uppgkedjetyp := psUppgkedjetyp;
       END IF;
       --
       IF psAlarmtyp IS NOT NULL THEN
          cTIAL.Alarmtyp := psAlarmtyp;
       END IF;
       --
       cTIAL.Handklass := 'T';
       cTIAL.Blobid    := 0;
       --
       IF pnDays IS NOT NULL THEN
          psDays := '+ ' || pnDays;
       END IF;
       IF psSubtyp IS NOT NULL THEN
          cTIAL.Subtyp := psSubtyp;
       END IF;
       -- Create Where clause for cursor
       vSqlWhere := '';
       IF psKampkod IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.kampkod = ''' || psKampkod || '''';
       END IF;
       --
       IF psKatnr IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.katnr = ''' || psKatnr || '''';
       END IF;
       --
       IF psUtgava IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.utgava = ''' || psUtgava || '''';
       END IF;
       --
       IF psKatslag IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tikg.katslag = ''' || psKatslag || '''';
       END IF;
       --
       IF psProdsyst IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tikg.prodsyst = ''' || psProdsyst || '''';
       END IF;
       --
       IF psUppgtyp IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.uppgtyp = ''' || psUppgtyp || '''';
       END IF;
       --
       IF psProdkod IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.prodkod = ''' || psProdkod || '''';
       END IF;
       --
       IF psStatus IS NOT NULL THEN
          vSqlWhere := vSqlWhere || ' AND tiin.status = ''' || psStatus || '''';
       END IF;ç
       -- Loop through all records meeting input parameters and set required TIAL values.
       OPEN cSelectCursor FOR fnc_cSqlSelect(vSqlWhere,
                                             vGroupBy);
    
       LOOP
          FETCH cSelectCursor
             INTO v; -- You must define a variable 'v' to hold the data of cursor
          EXIT WHEN cSelectCursor%NOTFOUND;
    
          --FETCH cSelectCursor INTO cRec;
          cTIAL.Kampkod   := '';
          cTIAL.Abnr      := '';
          cTIAL.Sign      := '';
          cTIAL.Alarmdate := '';
          cTIAL.Kampkod   := i.Kampkod;
          cTIAL.Abnr      := i.Abnr;
          cTIAL.Sign      := i.fordsalj;
          cTIAL.Alarmdate := i.alarmdate;
          --
          nCount := nCount + 1;
          --
          IF vLopnr = -1 THEN
             raise_application_error(-20002,
                                     'Error Creating task for: ' || cTIAL.Kampkod || ' ' ||
                                     cTIAL.Abnr || ' Sales Rep: ' || cTIAL.Alarmdate);
          END IF;
       END LOOP;
    
       CLOSE cSelectCursor;
    
       DBMS_OUTPUT.PUT_LINE('I created ' || nCount || ' records.');
    
    END createFollowUpTask_Exposure;
    /
    

    Kind regards

  • I select save files, but when I close the browser and open it again, he was always ask me where to save files.

    I select save files, but when I close the browser and open it again, he was always ask me where to save files. Whenever I closed and re-opened my browser it goes back to ask me where to save files.
    Help, please

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.

    If you do not keep the changes after a reboot or have problems with preferences, see:

    If you like Advanced SystemCare software that could restore some files from older versions to protect files against the changes and then check their settings or uninstall this software.

  • I was looking for where firefox downloads files from the web. Everything I can find is the download list window that has only a clear"" button.

    When I download a file from the web, I want to find it in the Windows Explorer window, but don't know where to look. (I use Windows 7 64 bit on an HP Pavillion laptop) Where is - this Firefox download files that it lists in its own small window of download, but you only allows 'Clear' the list, no copy or open, or move the file?
    Where are the actual files to?

    Map of the last file downloaded and saved

    go to the Tools Menu-> Options-> general-> downloads section-> select Radio button option 1 ' save files from "dialog box-> click the"Browse..."button "and from there you can find the exact folder hierarchy where a download was recorded recently.

    If you want to know when a download starts to download and where you want to save the download, performs the following steps:

    go to the Tools Menu-> Options-> general-> downloads section-> place checkmark on "Show the downloads window when downloading a file"-> check out of "close it when all downloads are finished"-> select Radio button Option2 'Always ask me where to save files'-> click OK.

    Check and tell if its working.

  • All programs and missing data and the message left notebook 'where are my files' on the computer

    original title: I use win xp Prof my computer has been open 24 hours. today when I started using the pc I was shocked as al my applications and software loaded on the system is

    I use win xp Prof my computer has been open 24 hours. today when I started using the pc, I was shocked that al my applications and software loaded on the system is not there and my c, d, e drivers were folders named as 0 and a notebook called as 'where are my files' in this Hello Microsoft fanboy. Your idle Bill Gates decided to write a major error of Windows just for fun. Since you use its products, which are in fact his good, you're his slave, he has control over your system and you have to do what he wants; you're just a toy. He wants you to buy $1000 worth of Microsoft products, he wants your money to earn a top position in the richest worlds even once, THEN it COULD give you your data back. Windowing happy! Bill Gates advice you continue to use Windows throughout your life and thus live in a world of peeping Microsoft if your favorite Windows. For an ideal Windows experience, please reinstall the drivers and software every day and reformat your PC every week. It is an order of Bill Gates YOU UNDERSTAND THAT! ?? Contact Mr. Bill to * address email is removed from the privacy * and treat it with honer, you're his slave. This message is written. He has also deleted my files data. PL give a solution to remove the virus and recover my data

    Hello

    Step 1:

    Atfirst, check the permissions on the files to ensure that you are the owner.

    How to set, view, change, or remove special permissions for files and folders in Windows XP

    http://support.Microsoft.com/kb/308419

    Step 2:

    a. click Start, click run, typecmd in the Open box and then click OK.

    b. at the command prompt, type:

    dir. This will let us know if there are files on the computer.

    Step 3:

    Then, at the command prompt, navigate to c:\users\ (username) \(folder name). This will let us know if all data are present in the files. * The user name will be your username and the folder name would be one of the folder names that you have on the computer.

    Step 4:

    Try to run chkdsk. It is possible that the data is on a damaged area of the hard drive and has been locked.

    How to perform disk error checking in Windows XP

    http://support.Microsoft.com/kb/315265

    CHKDSK warning:

    Important: When running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.

    Let us know if it helps!

  • Where the log file is located (Win Vista) for the actions of OTHER USERS have taken to using the boxes in user account control?

    Where the log file is located (Win Vista) for the actions of OTHER USERS have taken to using the boxes in user account control?

    I use the version of Vista Home Premium.

    While I don't really like how the UAC area enters the information that tells it when to display the box tell me about your work of things on the UAC (I know an article exist on the web), is not how to answer this question.

    There is no log of UAC elevation file.

Maybe you are looking for

  • Z580 windows 7 64 bit install the necessary drivers

    SM Bus controllerPCI\VEN_8086 & DEV_1E22 & SUBSYS_397717AA & REV_04 (USB) Universal Serial Bus controllerPCI\VEN_8086 & DEV_1E31 & SUBSYS_397717AA & REV_04 unknown device ACPI\VPC2004 CRW - USB2.0 USB\VID_0BDA & PID_0139 & REV_3960 drivers needed for

  • BSOD; BCCode: 50

    Hello Recently I get BSOD almost everyday and I don't understand what the problem is. Last was: BCCode: 50BCP1: FFFFFFA4BCP2: 00000001BCP3: 82 17344BCP4: 00000000OS version: 6_1_7601Service Pack: 1_0Product: 256_1 Can I get more information about it?

  • NEED WINDOWS 7 DRIVER FOR THE GRAVIS GAMEPAD PRO

    I managed to find a new Gamepad Pro earlier this year, even if it is an old product. I use it for the Intellivision, which are always available on CD to run on a PC. Installs ok on Windows XP that has a compatible driver. Will not install in Windows

  • Have a spkr 5.1 surround speakers back system. No volume upwards or downwards. FRT Ctr & void work very well.

    I have all the cords(3ea.) connected to the back of my Tower. I would like to hear during the game.

  • Access denied to the DVD player

    I put in a new DVD player, on the one hand it was not recognized, but I deleted the upper and lower filters in the registry and that worked. He seemed to be ok but had a read of a disc error and then it was not yet known - now he's here but access is