Modules to run on sjsas

hello all!
I'm a newby to java server and want to use it to put together a site that will be functional for service clients and a techies forum and maybe expand things a little later, question is how and where do I find apps to deploy that will work? I've tried some of the jakarta apps but they require jboss or ecipse or something else that when I d'load will NOT work with sjsas a little help and guidance plz!

sjsas has a samples bundles with lots of apps; there are also blueprints sample applications (java.sun.com/blueprints). sjsas comes with a tutorial which has some sample apps.

Similar Messages

  • I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? Help - thank you

    I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? I read it MAY have something to do with am image it cannot load but I see them all loaded.  Help - thank you

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • Backgroung job failing becuase RFC function module is running in Dialog

    Hi,
    I have a program which is calling a RFC function module. I am running this program in background as a job. Now this function module which is in other system is running in Dialog and giving a time out error and the job is failing becuase of that.
    I tried call fucntion 'test' in background task
        destination 'XVZ'
    tables
       test = 'test'.
    But this is not working, i can still see this function module running in Dialog in SM50. Any suggestion?
    Thanks,
    Shweta

    Hi !
    RFC-Called function-modules are running in a dialog workprocess of the
    target system (they could not run in a batch proecess !!).
    That means the do have the same "Timeout" limitations than any other
    Dialog-Process.
    What you can do:
    - The Dialog "Timeout" could ce increased by your SAP-BASIS
    - If they could not - you should "shorten" the LUWs in the target-funktion.
      ...means - put a COMMIT WORK an any point the work is done.
      After a COMMIT WORK the "Timeout" Counter beginns at 0 !
    Hope that helped....
    Reward points would be nice...

  • Simple question: using mainstage as sound module AND run multi tracks live

    i want to play live, using my mac book pro, mainstage as a sound module while running several (audio) outputs/tracks at the same time. is this possible and how is it done? i don't want to change to ableton live! thx a bunch everyone!

    If doing vocals and latency is a problem, you can also experiment with taking your live (dry) signal direct (if you interface allows this) into your mix, which will be zero latency. Live signal also goes through MainStage to apply effects such as reverb and delay, and you feed the wet only signal to a separate "vocal fx" mix channel.
    Of course, you can't apply plug-in based eq and compression to the realtime signal (or your back to the latency problem), you would have to rely on hardware/mixer for that. I have experimented with this method with good results...
    Others have reported not being bothered by the amount of vocal latency, but I wonder...

  • Function module that runs for every info package

    Hi,
    Please can you give me name of function module that runs for every info package irrespective of data source.
    Cheers,
    Reddy.

    use below function module
    RSSM_SDL_START_INFOPACKAGE

  • [Help] Memory modules not running at full speed

    Hello,
    I`m having an issue with the Z77A-G43 and some Kingston (KHX2133C11D34GX) dual channel (4Gb x 2) DDR3 modules, which are rated 2133Mhz.
    I`v set the memories to 2133Mhz from within BIOS / XMP Profiles and and manually increased the voltage to 1.65v.
    While in BIOS the modules are showed as running at 2133Mhz, ControlCenter shows them running at 1333Mhz, and CPU-Z shows them running at 1066.7 Mhz.
    Am I missing something?

    Quote
    CPU-Z shows them running at 1066.7 Mhz
    You are missing that this is double data rate. It's 1066,7 * 2 = 2133. You mem is running at ddr3 2133 like cpu-z and bios are listing. Control Center is simply wrong.

  • Function Module to run as Background Job

    Hi All
    Could anyone tell how can i run a RFC function module as Background job,
    Right now, one external application calling this RFC FM, when this is getting executed, i can see a dialog process is occupied in SM50. Now o avoid this, i want when external application calls this RFC FM, it should get executed as a background job in SM50.
    Regards
    Munish Garg

    Hi Minish,
    Normally, we can call an RFC in background task as below:
    CALL FUNCTION func IN BACKGROUND TASK
                         [DESTINATION dest]
                         parameter_list
                         [AS SEPARATE UNIT].
    But I am not sure whether your external application can call this RFC in background. But you can create an another RFC and inside call this RFC in background.
    Then call the new RFC so that it will internally call the required RFC in background and Immediately after it will be closed.
    Regards,
    Selva K.

  • Imported mapping in template mapping module still runs against old location

    Hello,
    I imported the mapping in a new workspace (located in other server) using object names strategy, and I reconfigured the location source (it's a generic one) it uses.
    Looking at the mapping Configure menu / Table operators / Location I see the correct location I want to use.
    The template mapping module has the only data location Default Agent.
    I have synchronized several times with the inbound repository table information, and redeploy the mapping, but it still goes to the old location, that has been unregistered / deleted in the current repository.
    I don't know how to make the mapping runs against the location I want to. Please, help me
    Thank you

    Hi Alexander
    After copying a table to a different module, edit the module to set the data location, configure the module to define the location and synchronize the mapping to use this table.
    In OMB to synchronize inbound and outbound use OMBSYNCHRONIZE command
    Inbound:
    OMBSYNCHRONIZE TABLE '$OMB_CURRENT_PROJECT/SALES/TABY' TO MAPPING 'M_W_PARAMS' OPERATOR 'TABY' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Outbound:
    OMBSYNCHRONIZE MAPPING 'M_W_PARAMS' OPERATOR 'TABX' TO TABLE '$OMB_CURRENT_PROJECT/SALES/TABX' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Cheers
    David

  • Invoking the Forms 9i module and running it from Desktop

    Any one Please help me in this...
    I want to Execute and Run a form module by clicking a Icon from my desktop as result my form module should be run in the web, from where I can call the other modules,
    I tried by putting the following command line syntax in a batch file and went clicking it...
    http://my_machine_name:8888/forms90/f90servlet?form=ENTRY_SCREEN.fmxbut it is not working out for me...
    Please suggest me out for a Solution... what type of file and the code I have to place in it to execute the form module...
    Thanks in advance...

    All you have to do is to create a new shortcut on your desktop and enter the corresponding url :
    "C:\Program Files\Internet Explorer\IEXPLORE.EXE" http://..../forms90/f90servlet?config=....

  • Captivate module keeps running behind film

    I have a movie file that must open in Windows Media Player.
    The user clicks the Start Video button from the Captivate module,
    and the Windows Media Player then pops up in front of the Captivate
    window. My intention is that the user will then close the Media
    Player, return to Captivate, and click the Continue button to
    advance to the next slide. However, what is happening is that the
    module continues to run in the background and the user returns to a
    Capivate module that has progressed a number of slides. I would
    appreciate any suggestions. Thank you.
    -Brian

    Hi Brian and welcome to our community
    How are you creating the "Start Video" button? Is it truly a
    button? Or is it a Click Box object?
    I'm guessing you are using the "Open URL or File" option? If
    so, click the drop down to the right of where you specify the URL.
    You should see options for new window and others. At the bottom is
    a check mark labeled "Continue playing movie". DE-select that and
    you should be set.
    Cheers... Rick

  • Login module upon running the application

    Hi there:
    I'm just new in using HTML DB. Here's my scenario. I created an application using Apllication Wizard. Upon running the application, Log-in Module always appear. I tried deleting it but when I run the application, it doesnt work.
    How can i make the application run without going to the login module?

    Elly,
    The login module appears because the page you're trying to access is not 'Public', have a look here for more information -
    http://www.oracle.com/technology/products/database/htmldb/howtos/public_application.html

  • ALV GRID Display function module giving Run time error

    Hello Experts,
    I have ALV report, In which I am using ALV grid dispaly FM to display the report.
    But when my out table which I am passing to FM is empty that time ALV grid display shows blank ALV report. but when out table is not empty that time  I am getting the Run time error, which shows message "Field symbol has not yet been assigned".
    Can any one please help me out in this.
    Thanks

    TYPES: BEGIN OF type_out,
            col00    TYPE   ytlet-rzzyyproduct,
            col01    TYPE   ytlet-kslvt,
            col02    TYPE   ytlet-kslvt,
            col03    TYPE   ytlet-kslvt,
            col04    TYPE   ytlet-kslvt,
            col05    TYPE   ytlet-kslvt,
            col06    TYPE   ytlet-kslvt,
            col07    TYPE   ytlet-kslvt,
            col08    TYPE   ytlet-kslvt,
            col09    TYPE   ytlet-kslvt,
            col10    TYPE   ytlet-kslvt,
            col11    TYPE   ytlet-kslvt,
            col12    TYPE   ytlet-kslvt,
            col13    TYPE   ytlet-kslvt,
            col14    TYPE   ytlet-kslvt,
            col15    TYPE   ytlet-kslvt,
            col16    TYPE   ytlet-kslvt,
            col17    TYPE   ytlet-kslvt,
            col18    TYPE   ytlet-kslvt,
            col19    TYPE   ytlet-kslvt,
            col20    TYPE   ytlet-kslvt,
            col21    TYPE   ytlet-kslvt,
            col22    TYPE   ytlet-kslvt,
            col23    TYPE   ytlet-kslvt,
            col24    TYPE   ytlet-kslvt,
            col25    TYPE   ytlet-kslvt,
            col26    TYPE   ytlet-kslvt,
            col27    TYPE   ytlet-kslvt,
            col28    TYPE   ytlet-kslvt,
            col29    TYPE   ytlet-kslvt,
            col30    TYPE   ytlet-kslvt,
            col31    TYPE   ytlet-kslvt,
            col32    TYPE   ytlet-kslvt,
            col33    TYPE   ytlet-kslvt,
            col34    TYPE   ytlet-kslvt,
            col35    TYPE   ytlet-kslvt,
            col36    TYPE   ytlet-kslvt,
            col37    TYPE   ytlet-kslvt,
            col38    TYPE   ytlet-kslvt,
            col39    TYPE   ytlet-kslvt,
            col40    TYPE   ytlet-kslvt,
            col41    TYPE   ytlet-kslvt,
            col42    TYPE   ytlet-kslvt,
            col43    TYPE   ytlet-kslvt,
            col44    TYPE   ytlet-kslvt,
          END OF type_out.
    DATA: t_fieldcat   TYPE slis_t_fieldcat_alv,   "Field catelog table
          w_fieldcat   TYPE slis_fieldcat_alv,     "Field catelog Work area
          w_layout     TYPE slis_layout_alv,       "Layout structure
          w_event      TYPE slis_alv_event,        "Event structure
          t_event      TYPE slis_t_event,          "Event structure
          t_sort       TYPE STANDARD TABLE OF slis_sortinfo_alv,
          t_callback_main_user_command  TYPE  slis_formname,
          v_selfield TYPE slis_selfield.
    FIELD-SYMBOLS: <ksl>.
    FORM DISPLAY_REPORT .
    *Prepare Field Catlog
      PERFORM  creat_field_catlog.
    *Set layout
      PERFORM  set_layout.
    *Get Event
      PERFORM get_event.
    *Display Report
      PERFORM display_alv_report.
    ENDFORM.                    " DISPLAY_REPORT
    FORM creat_field_catlog .
      PERFORM add_fields_catlog USING:
           '01'    'RZZYYPRODUCT'     'IT_OUT'    'MPMs' ' ',
           '02'    'KSLVT'     'IT_OUT'    'License Fee' ' ',
           '03'    'KSLVT'     'IT_OUT'    'Ad Sales' ' ',
           '04'    'KSLVT'     'IT_OUT'    'Promo Fees' ' ',
           '05'    'KSLVT'     'IT_OUT'    'Total Ad Sales/Promo' ' ',
           '06'    'KSLVT'     'IT_OUT'    'Other' ' ',
           '07'    'KSLVT'     'IT_OUT'    'Total' ' ',
           '08'    'KSLVT'     'IT_OUT'    'Dom Station' ' ',
           '09'    'KSLVT'     'IT_OUT'    'Basic Cable/Free VOD' ' ',
           '10'    'KSLVT'     'IT_OUT'    'License Fee' ' ',
           '11'    'KSLVT'     'IT_OUT'    'Ad Sales (incl Internet)' ' ',
           '12'    'KSLVT'     'IT_OUT'    'Promo Fees' ' ',
           '13'    'KSLVT'     'IT_OUT'    'Ad Sales & Promo Fees' ' ',
           '14'    'KSLVT'     'IT_OUT'    'Foreign' ' ',
           '15'    'KSLVT'     'IT_OUT'    'Pay TV' ' ',
           '16'    'KSLVT'     'IT_OUT'    'Other' ' ',
           '17'    'KSLVT'     'IT_OUT'    'Total' ' ',
           '18'    'KSLVT'     'IT_OUT'    'Home Entertainment' ' ',
           '19'    'KSLVT'     'IT_OUT'    'SPTI' ' ',
           '20'    'KSLVT'     'IT_OUT'    'All Other Divisions' ' ',
           '21'    'KSLVT'     'IT_OUT'    'Total' ' ',
           '22'    'KSLVT'     'IT_OUT'    'Total Revenue' ' ',
           '23'    'KSLVT'     'IT_OUT'  'PV Net Down & Producers Share' '',
           '24'    'KSLVT'     'IT_OUT'    'Total Net Revenue' ' ',
           '25'    'KSLVT'     'IT_OUT'    'Development Expense' ' ',
           '26'    'KSLVT'     'IT_OUT'    'SOP Deficits' ' ',
           '27'    'KSLVT'     'IT_OUT'    'Amortization' ' ',
           '28'    'KSLVT'     'IT_OUT'    'Other COS ' ' ',
           '29'    'KSLVT'     'IT_OUT'    'Total COS' ' ',
           '30'    'KSLVT'     'IT_OUT'    'Profit Before Releasing' ' ',
           '31'    'KSLVT'     'IT_OUT'    'Gross Profit %' ' ',
           '32'    'KSLVT'     'IT_OUT'    'SPT' ' ',
           '33'    'KSLVT'     'IT_OUT'    'Home Entertainment' ' ',
           '34'    'KSLVT'     'IT_OUT'    'SPTI' ' ',
           '35'    'KSLVT'     'IT_OUT'    'All Other Divisions' ' ',
           '36'    'KSLVT'     'IT_OUT'    'Other' ' ',
           '37'    'KSLVT'     'IT_OUT'    'Total' ' ',
           '38'    'KSLVT'     'IT_OUT'    'Gross Profit' ' ',
           '39'    'KSLVT'     'IT_OUT'    'SPT' ' ',
           '40'    'KSLVT'     'IT_OUT'    'Home Entertainment' ' ',
           '41'    'KSLVT'     'IT_OUT'    'SPTI' ' ',
           '42'    'KSLVT'     'IT_OUT'    'All Other Divisions' ' ',
           '43'    'KSLVT'     'IT_OUT'    'Other' ' ',
           '44'    'KSLVT'     'IT_OUT'    'Total' ' ',
           '45'    'KSLVT'     'IT_OUT'    'Net Margin' ' '.
    ENDFORM.                    " CREAT_FIELD_CATLOG
    *&      Form  ADD_FIELDS_CATLOG
          Filling of field Catlog
    FORM add_fields_catlog  USING    p_colpos
                                     p_fildname
                                     p_tabname
                                     p_fildtext
                                     p_ndisplay.
      w_fieldcat-row_pos       = '1'.
      w_fieldcat-col_pos       = p_colpos.
      w_fieldcat-fieldname     = p_fildname.
      w_fieldcat-tabname       = p_tabname.
      w_fieldcat-reptext_ddic  = p_fildtext.
      w_fieldcat-no_out        = p_ndisplay.
      APPEND w_fieldcat TO t_fieldcat.
      CLEAR: w_fieldcat.
    ENDFORM.                    " ADD_FIELDS_CATLOG
    *&      Form  SET_LAYOUT
          Set Layout
    FORM set_layout .
      w_layout-colwidth_optimize = 'X'.
    ENDFORM.                    " SET_LAYOUT
    *&      Form  GET_EVENT
          text
    FORM get_event .
      w_event-name = 'TOP-OF-PAGE'.
      w_event-form = 'F_TOP-OF_PAGE'.
      APPEND w_event TO t_event.
    ENDFORM.                    " GET_EVENT
    *&      Form  TOP-OF-PAGE
          Top of Page
    FORM top-of-page.
      DATA : t_list_commentry   TYPE slis_t_listheader,
               w_header           TYPE slis_listheader,
               lv_text(90)        TYPE c,
               l_text(90)         TYPE c,
               lv_rundate(10)     TYPE c,
               lv_runtime(10)     TYPE c.
      CONSTANTS: c_space(2) TYPE c VALUE '  ',
                 c_space2(6) TYPE c VALUE '      '.
      w_header-typ  = 'S'.
      w_header-key  = 'Program:'.
      w_header-info = sy-repid.
      APPEND w_header TO t_list_commentry.
      WRITE: sy-datum TO lv_rundate MM/DD/YYYY.
      WRITE: sy-uzeit TO lv_runtime USING EDIT MASK '__:__:__'.
    CLEAR w_header.
    w_header-typ  = 'S'.
    w_header-key  = text-021.
    w_header-info = lv_rundate.
    APPEND w_header TO t_list_commentry.
      CLEAR: w_header.
      w_header-typ  = 'S'.
      w_header-key  = 'User Id'.
      w_header-info = sy-uname.
      APPEND w_header TO t_list_commentry.
      CLEAR: w_header.
      w_header-typ  = 'S'.
      w_header-key  = 'Run Date'.
      w_header-info = lv_rundate.
      APPEND w_header TO t_list_commentry.
      CLEAR: w_header.
      w_header-typ  = 'S'.
      w_header-key  = 'Run Time'.
      w_header-info = lv_runtime.
      APPEND w_header TO t_list_commentry.
      CLEAR: w_header.
      w_header-typ  = 'H'.
      w_header-key  = 'order'.
      w_header-info = 'MCR Report'.
      APPEND w_header TO t_list_commentry.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary = t_list_commentry.
    ENDFORM.                    "TOP-OF-PAGE
    FORM display_alv_report .
      CONSTANTS : gc_save TYPE c VALUE 'A'. "Save Layout
    t_callback_main_user_command  = c_user_command.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
         i_callback_program                = sy-repid
      I_CALLBACK_PF_STATUS_SET          = ' '
        i_callback_user_command           = t_callback_main_user_command
         i_callback_top_of_page            = 'TOP-OF-PAGE'
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      =
      I_GRID_SETTINGS                   =
         is_layout                         = w_layout
         it_fieldcat                       = t_fieldcat
      IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
         i_save                            = gc_save
      IS_VARIANT                        =
      IT_EVENTS                         =
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      I_HTML_HEIGHT_TOP                 = 0
      I_HTML_HEIGHT_END                 = 0
      IT_ALV_GRAPHICS                   =
      IT_HYPERLINK                      =
      IT_ADD_FIELDCAT                   =
      IT_EXCEPT_QINFO                   =
      IR_SALV_FULLSCREEN_ADAPTER        =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
        TABLES
          t_outtab                          = it_out
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
       ENDIF.

  • Menu module error run time

    I've created a menu module as normal at forms 9i once i ran it , I got the follwoing error :
    Error opening Oracle*Terminal file fmrweb.
    Any idea to overcome this error?
    Thanks in advance

    Hi, plz suggest how disable or invisible the submenu items. there is no reply for my last post.
    using set_menu_item_property I am not able to achive this.
    here submenu items means e.g TRANSACTIONS-----------> ACCOUNTS ----------> PURCHASE, SALES
    In TRANSACTIONS a menu in the menu bar, and ACCOUNTS is the menu again and PURCHASE ,SALES are items.
    like this any number of submenus we can create for menu bar. But how enable or disable these items.
    with thanks
    gms

  • Softmotion module only runs on labview 32 bit and not labview 64 bit

    Good day everyone,
    I downloaded the softmotion module for my Labview 2013 64 bit however when i try to create a new solidworks assembly there is no option for that. 
    But when I installed the 32 bit version of Labview 2013 I was able to see the option to create a new solidworks assembly. 
    Why can't I see the option for the Labview 2013 64 bit ?
    P.S I am using Solidworks 2014 64 bit Premium .
    Thanks
    Below is the 64 bit
    Below is the 32 bit
    Solved!
    Go to Solution.

    The softmotion module is not supported for 64-bit LabVIEW.  You can see what we support in the link below.
    http://www.ni.com/white-paper/10383/en/
    Matt J
    Professional Googler and Kudo Addict
    National Instruments

  • Forms runtime argument: which form module to run

    dear friends,
    i set multiple users parameter in formsweb.cfg file thats
    [user1]
    userid=shifa12/shifa12@orcl
    [user2]
    userid=shifa_heaven/shifaheaven@orcl
    [user3]
    userid=fatima_tower/fatimatower@orcl
    and link used
    http://shafa:8889//forms/frmservlet?config=user1
    http://shafa:8889//forms/frmservlet?config=user2
    http://shafa:8889//forms/frmservlet?config=user3
    now i want to use multiple module in above links
    i hope u understand my question?

    Dear Asif,
    You can easily do this by adding the form name in every user. like:-
    [user1]
    userid=shifa12/shifa12@orcl
    form=D:\MODULE1\LOGIN_FORM.FMX
    envFile=default.env
    [user2]
    userid=shifa_heaven/shifaheaven@orcl
    form=D:\MODULE2\LOGIN_FORM.FMX
    envFile=default1.env
    [user3]
    userid=fatima_tower/fatimatower@orcl
    form=D:\MODULE3\LOGIN_FORM.FMX
    envFile=default2.env
    After that in every default.env add your form path like :-
    DEFAULT.ENV
    FORMS_PATH=D:\DevSuiteHome_1\forms;D:\DevSuiteHome_1\forms\webutil;D:\DevSuiteHome_1\forms\java\icons;D:\MODULE1
    DEFAULT1.ENV
    FORMS_PATH=D:\DevSuiteHome_1\forms;D:\DevSuiteHome_1\forms\webutil;D:\DevSuiteHome_1\forms\java\icons;D:\MODULE2
    DEFAULT2.ENV
    FORMS_PATH=D:\DevSuiteHome_1\forms;D:\DevSuiteHome_1\forms\webutil;D:\DevSuiteHome_1\forms\java\icons;D:\MODULE3
    I think this will help you..

Maybe you are looking for

  • How do I download 64-bit Premier Elem 11 to new (replacement) computer

    Hi everyone, I am replacing my old 32 bit Win 7 laptop with a new 64 bit Win 8.1 model. I have a valid license for Adobe Prim. Elem. 11. I originally downloaded the 32 bit version of Prim. Elem 11 (used it on the old machine) but when I tried install

  • Subroutine in script

    hi! We know that subroutines are possible in main window of script. Is it possible to write subroutines in constant and variable windows as well?

  • How to install Dialogin Instance on Windows for which DB+CI on AIX ?

    Dear Experts Our DB (Oracle 10.2.0.2.0)  +CI (WAS 700) a Netweaver 2004s ABAP System on on AIX 5.3 system, We wanted to install 2 BATCH Servers on Windows? Quickly any links / docs / notes ? Rgds

  • How to Setting sub-competencies in Fusion HCM

    Hello, Good afternoon. I am implementing a project in Fusion HCM Talent Management and the client wants to manage competencies with sub-competencies, and determine the competencies' value according to the individual values of the sub-competencies in

  • LocateN doesn't work on OBIEE 10.1.3.3.0

    Hello all, I think the LocateN function doesn't work. Because the syntax for that is LocateN(expr1, expr2, integer) And it just doesn't work. The syntax for locate is Locate(expr1, expr2) So when I use the locate function and put a N behind the locat