Missing in the psadmin output field

I have a 'problem' with a ps admin command. It is this command:
C:\apps\psoft\hrms9\appserv > cmd /c C:\apps\psoft\hrms9/appserv/psadmin Pei sstatus d DH9849OR

Usually, when this command is executed, there is an impression off the screen of seven fields. I have a system in which the last row print is missing the seventh field. (I hope you can bear with the formatting. "I can't understand how to cite this output to make it look nice in the post).

Name of PROG queue name Grp name ID RqDone made load current Service

PW3G3 50412 0 1454 72700 BBL.exe (IDLE)
PSMONITORSRV.e MONITOR 1 0 0 (INACTIVE)
PSAESRV.exe 00101.00001 AESRV 1 112 5600 (IDLE)
PSAESRV.exe 00101.00002 AESRV 2 0 0 (INACTIVE)
PSAESRV.exe 00101.00003 AESRV 3 0 0 (INACTIVE)
PSPRCSRV.exe SCHEDQ BASIC 101 0 0 (INACTIVE)
PSMSTPRC.exe MSTRSCHQ BASE 102 0 0 (INACTIVE)
PSDSTSRV.exe DSTQ 103 328 16400 BASE

C:\apps\psoft\hrms9\appserv >

As you can see, the last field is missing. There is no (IDLE). I would like to know if this is expected behavior, and if it is, what it means? Is there a problem with the system, and what can I do about it?
Thank you

-Josh

Another question, activated the notification on the RTC Server definition page? If this is the case, her remember you set an SMTP server as well in the CRP configuration file, or turn it off.

In any case, according to your last output (not able to stop the CRP), I think that the distribution agent queue hangs, somehow, you can have a large number of reports, please, report the status of the process (maybe they are stuck to the 'Report' status) and the error messages in the log file that might help identify the root cause. One way to avoid collisions is to increase the number of instances PSDSTSRV, change the min = 2 max = value 4 or higher.

Nicolas.

Tags: Oracle Applications

Similar Questions

  • Missing bookmarks in the smart search field in Safari

    Since the release of El Capitan 10.11.6, favorites are missing from the smart search field in Safari to new Windows.  If a Safari any page web (so far), clicking in the search box if poster is Favorites to view icons, as is expected.

    Is this a bug, or can I make some adjustments to bring them new windows?

    Thank you!

    Dick

    Hello Dick Huitema.

    If I understand your message to the right, when you open a new window in Safari, you do not see your favorite icons in the smart search field.  When I use Safari, I always like to have my favorites available and ready to use, so I can understand why you would be tender for assistance with this.

    You probably feel that if Safari is set to open new windows in an empty page. If yours is configured in this way, there is a very easy way to get these favorites icons to show without actually changing any settings. When you open a Web page, you should see a blank webpage with your top search bar and a cursor blinking in the search bar. Instead click inside the search bar right away, click anywhere on the empty Web page and then click on in the empty search bar. You should then see your Favorites icons appear.

    Another option is to set your homepage to your Favorites. You can do it in Safari > Preferences. On the general tab in Safari preferences, select the drop-down menu next to "new windows open with", and then choose favorite. This should ensure that when you open new web pages, all your Favorites icons show immediately. Favorites icons always appear in the smart search field when additional tabs are open as well.

    Here are a couple of really helpfuls articles on Safari Favorites and search options:

    Safari for Mac: Safari search options

    Safari for Mac: see the Safari Favorites page

    Thank you for using communities of Apple Support.

    Take care

  • field default hierarchy is missing for the PO and the form of document types SPOin req

    Hi gurus,

    Please help me find the error in the implementation of the approval req.
    field default hierarchy is missing IN Req and standard purchase in the form of document type order.
    I checked the box 'use the hierarchy' on the human resources in the financial options tab.
    what I need to do any other configurations...

    Hello

    Please uncheck the 'Use approval hierarchy' flag and save the changes.
    Again, check the indicator of "Use trust hierarchy" and save the changes.

    Run the following query to check the value of the flag of the 'trust use hierarchy"for the problematic control unit.

    Please provide the id of operating as the query entry unit.
    Select USE_POSITIONS_FLAG from financials_system_params_all where org_id = '& org_id;

    It must return a value 'Y '.

    Now, log out of the application and log in again & check types of documents.

    Thank you
    Seddik

  • Field missing in the notification

    Hi all

    In my custom workflow, when the user receives a notification and is trying to verify the notification of the application, I see that the "FROM"field in the header is blank." Is there anyway that I could fix it?

    Thank you in advance.

    Concerning
    Kumar

    If you look at 6 stations located under your, you will find [this post | http://forums.oracle.com/forums/thread.jspa?threadID=953452&tstart=0] titled "'From' name missing on the"list"Notification screen" which tells you how.

    HTH,

    Matt
    -----
    WorkflowFAQ.com - the independent resource ONLY for Oracle Workflow Development

    Review alpha chapters of my book "developing with Oracle Workflow" are available through my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • I need help to make a required text field if a box has been checked, I get a SyntaxError: missing; before the instruction 3: in line 4

    If (this.rawValue is 'Yes')
    {
    App.016Description0.mandatory = 'error ';

    App.017EASAReference0.mandatory = 'error ';

    App.018ComplianceStatement0.mandatory = 'error ';

    App.019SupportingDocs0.mandatory = "error".


    App.016Description0.mandatory.border.edge.color.value = "225,0,0";

    App.017EASAReference0.mandatory.border.edge.color.value = "225,0,0";

    App.018ComplianceStatement0.mandatory.border.edge.color.value = "225,0,0";

    App.019SupportingDocs0.border.edge.color.value = "225,0,0";

    }
    else {}

    App.016Description0.mandatory = "disabled";

    App.017EASAReference0.mandatory = "disabled";

    App.018ComplianceStatement0.mandatory = "disabled";

    App.019SupportingDocs0.mandatory = "disabled";


    App.016Description0.mandatory.border.edge.color.value = "225,0,0";

    App.017EASAReference0.mandatory.border.edge.color.value = "225,0,0";

    App.018ComplianceStatement0.mandatory.border.edge.color.value = "225,0,0";

    App.019SupportingDocs0.border.edge.color.value = "225,0,0";

    }

    Hello

    There are a few differences in the names allowed for a field of XFA and a JavaScript object and having a dot in a name is one of them.  In JavaScript, you need to reference the field as a property of the parent, so if the app.016Description0 field is a parent page 1, then you can use page 1 ["app.016Description0"].

    But I would like to rename your XFA fields.

    Concerning

    Bruce

  • The simultaneous output file is XML if the result of the Template is set to Excel. Why?

    Hello

    A simultaneous program that I run is supposed to give the result in the form of an Excel spreadsheet.

    The model has the default output Type: Excel. And the output format of simultaneous program: XML.

    Currently, it returns the output as XML data in the definition of data in a new tab in the browser. What should I check to make sure that the Excel output is obtained and that the model is obtained as a result

    PS: Using the model for WORD generator plugin. And apply the XML obtained my rtf file-> I get the expected result. Overview: PDF

    Why it does not work using the simultaneous program?

    Thank you in advance,

    ATP

    Answer: I solved the above problem by using the following steps.

    The part of the publication of the log file is missing. Once this has been noticed a the OPP service log gave more details. There was a certain Ref that wasn't.
    So returned to watch the RTF, since it was the breaking point, and it has been identified.

    It details of the agenda were not visible without loading an XML. When I double click on without load the XML file I got an error "compiler error. Hidden module Module_EditFF... »

    After searching on Google, the answer was clear: Oracle Applications: in the hidden module compilation error: Module_editFF in Oracle BI Publisher

    My BI editor caused me trouble in the last days and sanitation of and re - install it works like a charm.

    Problem solved. Loaded my RTF using the new organization. Double click on the field element and set the details I wanted by using the 'Add a text to help..' button and using the bar of tabs 'State' and the (F1) Key "help".

    Reloaded the model ran simultaneous program ==> Excel output.

    Voila!

  • The 'Reply To' field can be used in a Message rule?

    You appear not to able to search the Reply To field as part of the construction of a message anti-spam rule. Did I miss something - or could this feature be added to TB as soon as possible.

    Hoping this will help me nail a lot more spam I receive. Thank you very much.

    When you set up a filter, you should see a personalization option, where you can configure to filter on any field in a message header. Take care to study the source of certain messages first understand exactly what format it uses. "Answer to" appears as Reply-to:, so that you can add a custom field for answer to (without a colon).

  • The reference output analog of the PXI-67xx (AO GND) isolated or linked to the mass chassis/installation?

    I am trying to simulate a radiation of 3 mV/V power pressure transducers (excitement is + 10V, full range should therefore be 0mV at 30mV).  I am looking for a PXI analog output device high number of channels (PXI-6723, possibly) who doesn't have the down side of the analog output channels linked to the land of installation (differential channels of AO).  The plan was to use a voltage across the divider circuit of +/-10V output card AO to +/-50mV.  I use a card AO 16-channel, 12-bit which has all the Commons AO related to the mass of the PXI chassis and Earth installation.  The DC of the signal part I want it, but there are about 80-100mVpp of noise (from the ground connection) riding on it.  I also tried a PXI-6115 card we had at hand and its reference AO are related hard chassis-same result with the noise of the Earth.  Is PXI - 6723 AO GND isolated from the land of the chassis/installation?  Even if all GNDs AO are shared on the Board, this solution should be much better than having a noisy ground reference.

    Any ideas?  Alternatives to simulate a floating, the millivolt output device?

    Thank you!

    The reference of the AO of the 6723 relates to Earth; pages exit track to track analog insulation research, only a handful of AO devices have an isolated field (the business is a low channel count).

    -Ciao

  • My WMP11 icons are missing. WMP11 plays and works well. Only the icons are missing in the quick launch of office and almost everywere else.

    Original title: WMP11 missing icons

    My WMP11 icons are missing. WMP11 plays and works well. Only the icons are missing in the quick launch of office and almost everywere else. My "Hide inactive icons" is always disabled. How can I restore them?

    WinXP2002 Home Edition with Service Pack 3.

    Hi, Billgoats,

    Try to rebuild the icon cache:

    Right-click on command prompt and select run as administrator
     
    Type the following command:
     
    C:\Users\\AppData\Local (put your username in where ProfileName is)
     
    Press enter
     
    Type:
     
    attrib-h IconCache.db
     
    Press enter
     
    Type:
     
    Del IconCache.db
     
    Press enter
     
    Type:
     
    Start the Explorer
     
    Press enter
     
    Type:
     
    Output
     
    Press enter

  • view the json data in the custom list field

    Hi, I did analysis json and I created the custom list field. Now, I want to display only the data analyzed in my custom list field. I'll post my analyzed data from json and here is the code for my custom list field
    data analyzed.
    I have THREE channels of json and I want to show content tittle and date in the list filed. I'll post the screenshot of my list.

    JSONArray jsnarry = new JSONArray(responce);
                System.out.println("\n--length----- "+jsnarry.length());
                //System.out.println("....................................................=");
                for (int i = 0; i < jsnarry.length(); i++){
    
                    JSONArray inerarray = jsnarry.getJSONArray(i);
                        //System.out.println("\n-inerarray-values----- "+inerarray.getString(i1));
                        String TITTLE = inerarray.getString(1);
                        String CONTENT = inerarray.getString(2);
                        String DATE = inerarray.getString(3);
                                                           System.out.println("TITTLE= "+TITTLE);
                        System.out.println("CONTENT= "+CONTENT);
                        System.out.println("DATE= "+DATE);
    
    }
    

    output

    [0.0] --length----- 2
    [0.0]
    [0.0] -innerarray-length----- 6
    
    [0.0] TITTLE= BJP State President Sanjay Tandon's visit to Amita Shukla's Home
    [0.0] CONTENT=  BJP President Chandigarh Sanjay Tandon at Amita Shukla's Home
    [0.0] DATE= 2013-01-04
    [0.0] ................................................
    [0.0] TITTLE= Sanjay Tandon at mahasamadhi of Satya Shri Sai baba.
    [0.0] CONTENT= BJP Chandigarh President, Sanjay Tandon mahasmadhi of Sri Satya Sai Baba.(Andhra Pradesh)
    [0.0] DATE= 2013-01-13
    

    and my custom list field

           super(NO_VERTICAL_SCROLL);
    
             String TITTLE="TITTLE";
             String CONTENT = "CONTENT";
             String DATE = "DATE";
    
             v.addElement(new ListRander(listThumb, TITTLE, CONTENT,DATE, navBar));
    
             myListView = new CustomListField(v){
    
                 protected boolean navigationClick(int status, int time) {
                     //Dialog.alert(" time in milisec :" + time);
                     return true;
                 }
             };
    

    CustomListField.java

    public class CustomListField extends ListField implements ListFieldCallback {
    
        private Vector _listData;
        private int _MAX_ROW_HEIGHT = 100;
    
        public CustomListField (Vector data) {
    
            _listData = data;
            setSize(_listData.size());
            setSearchable(true);
            setCallback(this);
            setRowHeight(_MAX_ROW_HEIGHT);
    
        }
    
        public int moveFocus (int amount, int status, int time) {
    
            this.invalidate(this.getSelectedIndex());
            return super.moveFocus(amount, status, time);
    
        }
    
        public void onFocus (int direction) {
    
            super.onFocus(direction);
    
        }
    
        protected void onUnFocus () {
    
            this.invalidate(this.getSelectedIndex());
    
        }
    
        public void refresh () {
    
            this.getManager().invalidate();
    
        }
    
        public void drawListRow (ListField listField, Graphics graphics, int index, int y, int w) {
    
            ListRander listRander = (ListRander)_listData.elementAt(index);
            graphics.setGlobalAlpha(255);
            graphics.setFont(Font.getDefault().getFontFamily().getFont(Font.PLAIN, 24));
            final int margin =5;
    
            final Bitmap thumb= listRander.getListThumb();
            final String listHeading = listRander.getListTitle();
            final String listDesc= listRander.getListDesc();
            final String listDesc2= listRander.getListDesc2();
            final Bitmap nevBar = listRander.getNavBar();
    
            //list border
            graphics.setColor(Color.BLACK);
            graphics.drawRect(0, y, w, _MAX_ROW_HEIGHT);
    
            graphics.drawBitmap(margin, y+margin+10, thumb.getWidth(), thumb.getHeight(), thumb, 0, 0);
    
            graphics.drawText(listHeading, 3*margin+thumb.getWidth(), y+margin);
            graphics.setColor(Color.BLACK);
    
            graphics.drawText(listDesc, 3*margin+thumb.getWidth(), y+ margin+30);
            graphics.drawText(listDesc2, 3*margin+thumb.getWidth(), y+ margin+60);
    
        }
    
        public Object get(ListField listField, int index) {
    
            String rowString = (String) _listData.elementAt(index);
            return rowString;
    
        }
    
        public int indexOfList (ListField listField, String prefix, int start) {
    
            for (Enumeration e = _listData.elements(); e.hasMoreElements(); ) {
    
                String rowString = (String) e.nextElement();
                if (rowString.startsWith(prefix)) {
    
                    return _listData.indexOf(rowString);
    
                }
    
            }
    
            return 0;
    
        }
    
        public int getPreferredWidth(ListField listField) {
    
            return 3 * listField.getRowHeight();
    
        }
    
    }
    

    Listrander.Java

    public class ListRander {}

    private bitmap listThumb = null;
    incognito bar Bitmap = null;
    private String listTitle = null;
    private String listDesc = null;
    private String listDesc2 = null;

    public ListRander (Bitmap listThumb, String listTitle, String listDesc, String listDesc2, Bitmap navBar) {}
    this.listDesc = listDesc;
    this.listDesc2 = listDesc2;
    this.listThumb = listThumb;
    this.listTitle = listTitle;
    this.navBar = bar navigation;
    }
    public getListThumb() {Bitmap image
    Return listThumb;
    }
    {} public void setListThumb (listThumb Bitmap)
    this.listThumb = listThumb;
    }
    public getNavBar() {Bitmap image
    return the navigation bar;
    }
    {} public void setNavBar (navigation bar of the Bitmap)
    this.navBar = bar navigation;
    }
    public String getListTitle() {}
    Return listTitle;
    }
    {} public void setListTitle (String listTitle)
    this.listTitle = listTitle;
    }
    public String getListDesc() {}
    Return listDesc;
    }
    {} public void setListDesc (String listDesc)
    this.listDesc = listDesc;
    }
    public String getListDesc2() {}
    Return listDesc2;
    }
    public void setListDesc2 (String listDesc2) {}
    this.listDesc2 = listDesc2;
    }
    }

    You seem to have two problems here and are confusing them.  You must break the problem into two parts

    (1) extract the data from the entry and create the objects you want to display

    2) display in a list, a set of objects.

    Let's get the sorted first premiera.

    I will suggest what to do here, but in practice, you might actually think about this yourself as part of the design phase of your application.  You should do this, not me, because then you will have all the information available.  At the present time, I have just what you said, which is not much.  So maybe what I'm telling you is not correct for your application.  Only you can decide that.  And be blunt here, you should have decided this before you start coding.  Do you want you could lead down the wrong path.  You must think of your application as a home - as the architect must design all the rooms, and how they will be built, before you start building the House.  You do not, then we are building the rooms on the fly.  Who knows if they will be fit at home?

    In this case, I think you need to create an object that represents each of the elements in the internal array of new data.  call this object

    NewsItem

    This object will have attributes, such as its title, content, date, the linked image and so on, each of whom have will get and set methods.  While you treat each inner element fetch you the associated entry and update the object.

    When you have finished the inner loop of processing, you now have a complete

    NewsItem

    Object, so you will add it to a collection, an array of NewsItem objects, call this _newsItems.  You will create it at the beginning - you know how many entries it takes because it is the number of entries in your outdoor table.

    So before you start to deal with JSON, create your table and the 'index' value of 0.

    Once you have created your Newsitem, add this in the table to the position 'index' and increment "index".

    And once you have analyzed all the JSON, you will have a complete picture.  This is part 1 finished!

    And note in your drawListRow, you are given a clue - that is the index in your tables in _newsItems.  So you can easily find which entry to view and display it correctly.  But it is part 2 and is a separate issue.

  • My product activation code is now missing from the computer and I recently received a message that my computer is not running genuine Windows.

    I recently received a message that my computer is not running genuine Windows. The product activation code is now missing from the computer. I had the computer for two years and I'm a product of the case but no way Code to enter as there is no "Acivate Windows option available". In addition, just slui.exe tells me that he didn't and to communicate with the gateway manufacturer. Any suggestions?

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Validation caching Code online: n/a, hr = 0xc0000022
    Windows product key: *-* - WJ2H8 - R6B6D-7QJB7
    The Windows Product Key hash: ckKNc + BBPDWmo1LUlOkraNjlQ34 =
    Windows product ID: 00359-OEM-8992687-00006
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {131481F2-8F22-45C4-AB3C-790AED5B7081} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.110622 - 1506
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 100 authentic
    Microsoft Office Enterprise 2007 - 100 authentic
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Users\Kevin\AppData\Local\Google\Chrome\Application\chrome.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {131481F2-8F22-45C4-AB3C-790AED5B7081}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-7QJB700359-OEM-8992687-000062S-1-5-21-619933626-1398643452-1551818003GatewaySX2851American Megatrends Inc.. P01-A0 20101116000000.000000 + 000CCB23507018400FC04090409Eastern Standard Time(GMT-05:00)03ACRSYSACRPRDCT100100Microsoft Office Enterprise 200712ywReFrpiwGS5KjJd3wYnxyLIKEE =89388-707-4551751-6501614 3CD066791E2A586

    Content Spsys.log: 0 x 80070002

    License data-->
    On a computer running Microsoft Windows non-core, run ' slui.exe 0x2a 0 x 80070426' to display the error text. "
    Error: 0x80070426

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0 x 0001000000000000
    Event timestamp: 9:25:2011 15:31
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered Service: sppsvc

    --> HWID data
    Current HWID hash: MAAAAAEAAQABAAIAAAABAAAAAwABAAEA6GFEEqg3RLFazIA5mCewUIycXq0YOVxd

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC ACRSYS APIC1334
    FACP ACRSYS FACP1334
    HPET ACRSYS OEMHPET
    MCFG ACRSYS OEMMCFG
    SLIC ACRSYS ACRPRDCT
    LASRYVITRAGE ACRSYS OEMB1334
    GSCI ACRSYS GMCHSCI
    AWMI ACRSYS OEMB1334
    SSDT DpgPmm CpuPm

    Noel,.

    Thank you I enjoyed your attention and your support.

    I called and Microsoft went through basically the same things that you suggested.

    We did a system restore (at an earlier date) and fortunately he fixed itrself. I'm good to go.

    Who knows why it happened.

    Kevin

  • Is it possible for 2 or more FxV strike filters to change the same custom field?

    Hello

    is it possible to have 2 (or more) FxV hit update the same custom field filters?  I know that the filters 2 or more successful can update the same metric, but not what I need.

    I have a filter tube set for each stage of a procurement process of several steps (such as beginning, calculateOrder, processPmt).

    In the first filter of success, I have extracted something similar to a username.  That the same info is in the other two hit filters for each step of the process.  If the FxV user performs a search on the 3rd filter, that is processPmt, then in results research they won't see all of the data that in are extracted by the first hit (start) filter.   So I tried to add a custom field to the 3rd hit filters which also extracts the data of the user ID and her add her to the same custom field, but it won't let me because this field is already used.

    ideas?

    THX

    "mark".

    Mark,

    I can be missing what you are trying to do, but you should be able to use a custom field in another filter of success.  You want to ensure that you choose the name already in use, as opposed to the 'new custom field".  So for the update/addition to hit the 'user name' field, you'd like this screenshot.

    You set the condition and choose setting the value to append or reset as you wish.  And then save the filter hit.

    Was what you were trying to do, or something else?

    Jeff

  • Search in the af Date field: table does not

    Hello

    12.1.3 Jdev

    In my application, there are 6 pages. 3 of them have table with search and sort active areas. All parts of the table have the date field.

    When the page is loaded, the search for the Date field does not work (no popup the calendar will). When all action happens on the page, the search option is missing for the date field.

    When the page loads:

    1.JPG

    When you press on enter in the search field in the Date column:

    2.JPG

    Interestingly, this is one of those 3 pages has a tabbed region. This problem occurs only in the first tab, same functionality in other tabs work fine.

    I have tried to create another project and tried to reproduce the problem. But not able to replicate.

    What could be the problem?  I don't know what to check?

    I tried to create a new page without using the customTemplate and just tried to add not only one table. That also had the same problem.

    Let me know if I need to provide any other details.

    See you soon

    AJ

    You can try to remove facets TestDate column filter and see if that makes a difference.

    Also try to replace java.sql.Timestamp by oracle.jbo.domain.Timestamp

    Dario

  • Insert a blank line in the query output

    Is it possible to insert a blank line between two rows of the query output?

    In the EMP table, the column LINES is as follows:

    LINES
    1
    2
    3
    4
    1
    2
    3
    1
    2
    3
    4
    5

    I want to insert a blank line after every 1

    Please suggest.

    Sanjay

    I'm quite puzzled why you need rows in the dataset returned by a select statement that is empty.
    If you are using Oracle reports to the release date, you define the presentation of the report to have spaces between the rows returned by the select and have do not need to have the select statement returns a blank line after each line of data. If the output should be obtained by using another client, I think that the customer will have facilities for output formatting.

    Admit that you really need "blank lines" between data lines, I see only one way: use a temporary table and do an insert into select temporary_table (...) ... from... where... Then, in this temporary table, you can insert 'empty rows', which is actually not really empty, because they must have some fields that give the order of the rows. And then select in temporary_table, you place your order by the columns that are used to give the order for the release.
    Thus

    insert into temporary_table (
    ....
    )
    select ...
    from ...
    where ...
    ;
    for r in (
    select col1, col2, col3  -- columns used for order by
    from temporary_table
    order by col1, col2, col3
    )
    loop
      insert into temporary_table (col1, col2,col3, col4)
      values (r.col1,r.col2,r.col3, null);
    end loop;
    -- this way, a select * from temporary_tabel order by col1, col2, col3, col4 will return a blank row after each data row
    
  • Calculate the value of the field based on the value of the user input field

    Hi all

    We use a BPM 11.1.1.5.0 with feature pack. We have BPM form which has five fields all the text in the input field. The user will enter any amount in these fields. We have another field in the form that displays the sum of the field all five. This should add the input value dynamically when the user navigates out of a field.

    I'm not able to think how I can achieve this. It is valuechangelistener I need code. Should I use a java code to get the value of the entry field and make the calculation in the java code and then assign it to the output field? or is there an option/BPM feature that allows to avoid java coding.

    Thanks in advance

    Sachin Gupta

    Add this as an idea because you asked how this could be done without Java code.

    If all five digital and no other item reference fields cannot be empty or null, you can:

    (1) for each of the 5 numeric fields, expand the section "Behavior" property and set their properties Autosubmit true. As you look at each of the 5 areas, note the text in each of their property 'Id '.

    (2) for the numeric field (I'll call it the "SumValue" field), you added that you want to add the other fields, expand the "behavior" property section-> click the arrow to the right of the property 'PartialTriggers'-> in the transfer dialog box that comes up, select each of the 5 areas (those you find the ID of the first step) and their shuttle above the selected list-> click OK-> look at your PartialTriggers for the field of SumValue property - it should now display the ID 5 with spaces between them.

    (3) open each of the 5 areas and copy the text in each of their properties 'Value' (e.g. #{bindings.) Salary1.inputValue}) and paste this text for each of the 5 text fields in your text editor in a text-> if editor is

    #{bindings.Salary1.inputValue} #{bindings.Salary2.inputValue} #{bindings.Salary3.inputValue} #{bindings.Salary4.inputValue} #{bindings.Salary5.inputValue}
    

    to take

    #{bindings.Salary1.inputValue+bindings.Salary2.inputValue+bindings.Salary3.inputValue+bindings.Salary4.inputValue+bindings.Salary5.inputValue}
    

    (4) select the field 'SumValue'-> again in the property Panel, delete the text in the field 'Value'-> paste the text you created in your text editor in the 'Value' property of the field SumValue.

Maybe you are looking for