SUPPORT APPLICATION ENGINEERING POSITION based in Atlanta

Averna at a glance:
Averna delivers industry-leading test solutions and services for communications and electronics device makers worldwide, accelerating product development, quality and innovation.
Be global@work: Serve international customers and collaborate with colleagues in Canada, the U.S., Mexico, Japan and Hungary.
Drive innovation@work: Participate in the development of market-leading high-tech products in the telecom, transportation, electronics and multimedia sectors.
Develop your talent@work: Contribute to thrilling projects that will stretch your skills and talent to the maximum.
Enjoy success@work: Be part of a fast-growing company with award-winning products and team.
Share your passion@work: Meet passionate people, enjoy our modern environment and dynamic atmosphere.
The challenge of the Support Application Engineering position:
The Support Application Engineering position is responsible for customer technical support and some development activities. The chosen candidate will:
Develop a deep and broad understanding of Averna tools and products;
Use the in-house tools to track customer requests;
Take ownership of problems and see them through to successful resolution;
Be called to travel about 30% to 50 % of the time.
Duties and responsibilities:
Provide primarily first and second tier remote customer support, troubleshooting and solutions for existing customers;
Diagnose, De-Bug and fix less complicated bugs using but not limited to LabVIEW, TestStand, C, C++,  and/or VHDL;
Work with senior developers to identify and resolve complicated technical software problems, and some hardware problems;
Become an Expert User for the Jupiter and Mercury Platform;
Involved in developing new features and tools;
Document frequent issues into scripted processes; create FAQ;
Document required bug fixes, end-user feature improvements, and operations feature improvements;
Troubleshoot problems and solve the incidents through a methodical and process based approach;
Reproduce errors reported by clients and escalate to R&D by providing a narrowed down list of possible causes;
Analyze recurring problems and suggest improvements to Peers in the R&D and Services teams
Provide thorough root cause analysis to Customers;
Document troubleshooting flowcharts based on real life scenarios;
Commit and contribute to a high level customer satisfaction by providing best in class Support and Service;
Occasional week night or weekend work is required to support customer from different time zones and with urgent requests (approx. 15% of the time).
Qualifications:
Bachelor degree in computer science, electrical engineering or computer engineering;
2-5 years experience solving deployment and support issues is an asset;
Experience with RF is required; DOCSIS experience is a strong asset;
Good general computer knowledge (e.g. Windows, TCP/IP networking, FTP) with a strong aptitude for problem solving;
Experience in software engineering for test platforms or real-time software engineering;
Able to read engineering design documentation (mechanical, electrical or software);
Knowledge of broadband and telecommunication industries is an asset;
Practical experience with LabVIEW, TestStand, TCL programming is an asset;
Practical experience with MS SQL and MySQL is an asset.
Comportments/ Behavior
Ability to quickly learn systems and trouble shoot with the customer live and remotely;
Pro-activity, autonomy, self motivated individual;
Likes to interact directly with customers to achieve customer satisfaction with a "can do" attitude, ability to easily establish good relationships with customers;
Diplomacy, open-mindedness, and patience, great listening;
Good verbal skills for telephonic work and ability to develop well written documentation;
Excellent oral and written English communication skills. Chinese Mandarin skills are an asset.
Please send your resume to [email protected] and mention the title of the position: Support Application Engineering position
We thank you for your interest towards Averna. Please note that only those candidates being considered for the position will be contacted.

update : this position is based only in Atlanta

Similar Messages

  • Application Engine and Markets

    Does anyone know how Application Engine chooses which market to execute?
    On each section in an Application Engine program, the developer can choose to limit a section to a specific database platform or a specific market. PeopleBooks documents how it chooses which section to execute when multiple sections exist. Most of the time, I just leave the platform as default and the market as GBL, and I never have had to worry about it.
    Understanding how the Application Engine chooses based on the database platform is easy: one of the options on the command-line tells it which platform to connect. But, what about the market? PeopleBooks does not document a command-line option that passes the market to psae.exe. I originally thought it would use the market from the run control component, but I don't understand how psae.exe knows. Does the market only apply to Application Engine programs run online and not through process scheduler?

    the log is :
    PSAESRV.496 (84) [12/28/11 ](0) Exception Code=c0000005; access violation (the memory at 0x0209d000 could not be read)
    PSAESRV.496 (84) [12/28/11 ](0) Fault address=77bd8fa7 0001:00037fa7 C:\WINDOWS\system32\MSVCRT.dll
    PSAESRV.496 (84) [12/28/11 ](0)
    PSAESRV.496 (84) [12/28/11 ](0) Windows Operating Environment:
    PSAESRV.496 (84) [12/28/11 ](0) OS Version: Windows Server 2003 Standard Edition v5.2 (Build 3790: Service Pack 2)
    PSAESRV.496 (84) [12/28/11 ](0) User Account: NT AUTHORITY\SYSTEM
    PSAESRV.496 (84) [12/28/11 ](0) Desktop: WinSta0\Default
    PSAESRV.496 (84) [12/28/11 ](0) OS Parms: %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    PSAESRV.496 (84) [12/28/11 ](0) Memory status (MB available/MB total): Physical 2489/3711; PageFile 4690/5603; Virtual 1933/2047
    PSAESRV.496 (84) [12/28/11 ](0) Current Service=RunAeAsync1; Return code=0; Ok=True
    PSAESRV.496 (84) [12/28/11 ](0) ==================================================================================
    PSAESRV.496 (84) [12/28/11 ](0) Assertion (!nSqlRecurse) Failed at e:\pt84504b-retail\peopletools\SRC\pssys\samlib.cpp, line 2012.
    Thanks,
    Balu

  • NEED TO PLACE THE RECORDS POSITION BASED IN THE UNIX APPLICATION SERVER

    HI GURUS,
                            My internal table has 5 fields I have to palce these 5 fields in the application server(/var/opt...) at position based. Each field has to place in different position in the same row in the application server..
    please help me ....
    reward asure,
    with regards,
    Thambe.

    Hi Thambe,
    Can u be more clear on ur requirement. Find below solution as per my understanding.
    DATA: l_data TYPE string.
    OPEN DATASET po_file FOR OUTPUT IN TEXT MODE.
    CHECK sy-subrc IS INITIAL.
    LOOP AT itab INTO wa.
    CLEAR l_data.
    l_data = wa-f1.
    l_data+10(5) = wa-f2.
    l_data+20(10) = wa-f3.
    l_data+50(8) = wa-f4.
    l_data+100(20) = wa-f5.
    TRANSFER l_data TO po_file.
    ENDLOOP.
    CLOSE DATASET po_file.
    In the Above code at the time of transfer l_data contains all the 5 fields at the specified positions. U can specify the offsets and positions as per ur requirement.
    Thanks,
    Vinod.

  • Help needed creating export file from a file layout with Application Engine

    The following is what I would like to do:
    - Read a record from a PS view
    - Manipulate the data as needed
    - Write the fields out to a file as defined by a File Layout
    - Repeat until no more records are found
    I have created the PeopleSoft Application Engine action listed below. It receives an error "BCUNIT is not a property of class File".
    Local Record &rec1;
    Local File &myFile;
    Local SQL &sQL1;
    /* Create instance of Record */
    &rec1 = CreateRecord(Record.W9M_MBSCRSE_VW);
    /* Instantiate the Output File */
    &myFile = GetFile("c:\temp\help_me.txt";, "A", %FilePath_Absolute);
    If &myFile.IsOpen Then
    If &myFile.SetFileLayout(FileLayout.TACOURIN) Then
    /* Create SQL object to populate rowset */
    &sQL1 = CreateSQL("%Selectall(:1) Where INSTITUTION = :2", &rec1, W9M_MBSCRSE_AET.INSTITUTION);
    /* Cycle through the records */
    While &sQL1.Fetch(&rec1)
    /* I know this section is not coded correctly but I'm not sure how to fix it */
    &myFile.BCUNIT = "1";
    &myFile.BCTCD = &rec.W9M_MBS_TERM_CODE;
    &myFile.BCTYR = &rec.W9M_MBS_TERM_YEAR;
    &myFile.BCDPTN = &rec.ACAD_GROUP;
    &myFile.BCCOUR = substring(&rec.CATALOG_NBR,2,5);
    &myFile.BCSEC = &rec.CLASS_SECTION;
    &myFile.WriteRecord();
    End-While;
    Else
    /* Process FileLayout Error here */
    End-If;
    Else
    /* Process File Open Error here */
    End-If;
    &myFile.Close();
    There are probably a lot of things wrong with this approach and if you could provide some guidance and/or  corrections to the above logic I would greatly appreciate it.
    Another approach?
    After doing a bunch of reading on Application Engine maybe my approach is incorrect. Perhaps I should be doing something like the following:
    - Read a record from a PS view
    - Populate a temporary table manipulating data as it is inserted (Temp table is named according to the file layout fields?)
    - Fetch the records from the temp table and write the record to the file layout.
    - Repeat until no more records are found
    Is this approach better and designed correctly? If not, could you recommend how it should be done? Would the population and reading of the Temp table be done in separate actions or within the same action? Do you know of an Application Engine program that can be used as an example with "like" processing?
    As you can probably tell I haven't used Application Engine before and my goal is to start out on the right path. Thank you for any direction and input that you can provide.
    Steve

    I did and my initial logic was based upon them. I don't see where it shows how to manipulate the data before writing it to the file layout fields. Maybe you can send me a link to that section?
    I was hoping that I would be able to reference the file layout fields directly to allow for manipulating the field values. Re-reading the file layout section and the application engine PeopleBooks I believe I need to create a temporary record which matches the file layout fields; i.e., the second alternative that I listed. Then, make my updates to the temp record fields as I load them. Then, load them to the file layout as a row.
    I'm not sure how this would break down in Application Engine; would the insert into the temp table and the writerecord be different steps/actions, etc.

  • Sqr vs application engine

    hi all,
    I have a question. i knew that application engine and sqr has it's own advantages.
    i want to know which is faster. let us say we have to write a program which will have large number of database trips.
    please suggest me which one i choose to get the faster results.
    Thank you.

    @user629988, generally speaking, PL/SQL runs faster than SQR or AE. If you have to create an output file, however, then you are probably better off using an SQR or AppEngine over PL/SQL. Yes, you can create output files with PL/SQL, but it will be easier if you use SQR or AE.
    Row by row processing doesn't optimize well. Set based processing has potential to be much more efficient. Perhaps you can collect some of the data for the 20 different SQL's into stage tables, and then run the SQL statements against sets rather than per row?
    As far as PL/SQL constructs, etc, it could be as simple as straight SQL that selects from your run control record. I would put the PL/SQL in a package. From AE, you launch PL/SQL using
    %Execute(/)
    begin;
    --call PL/SQL routine
    end;
    In SQR, you just end statements with two semi-colons ;;
    begin;;
    --call PL/SQL routine
    end;;

  • Failed to connect to the applications engine.....

    Hi, Using PS Elements 8.0 on a PC.  When trying to edit now keep getting message 'failed to connect to the applications engine'.  Any ideas how to fix this?  Really appreciate some help.
    Thanks
    Gordon

    Hi Ashley,
    You can use Network Monitor and run it on the remote DP at the time ConfigMgr is attempting to install the DP role to capture more information on what may be causing the issue.
    Here is the download link to NetMon -
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    And here are some how to's on using NetMon just in case:
    http://support.microsoft.com/kb/812953/en-us
    http://blogs.technet.com/b/netmon/p/usagevideos.aspx
    Best of Luck,
    -Matt

  • 4 Data Mining engineering positions at Yahoo! Inc (Sunnyvale/Burbank, CA)

    There are four positions open in our group at Yahoo, with Data Mining being the key requirement (not necessarily Oracle DM).
    We are prepared to move very quickly on them - meaning we guarantee that you will be called the next business day after sending your resume if it shows relevant skills and experience.
    Here are the summaries of each, please email me if you'd lke the full descriptions before sending in your resumes:
    1. Senior Data Mining Applications Engineer. Based in Sunnyvale, CA. Full-time employee. C++ - expert level, data mining - expert level.
    2. Senior Data Mining Applications Engineer. Based in Burbank, CA. Full-time employee. Perl - expert level, data mining - knowledgeable level.
    3. Software Architect. Based in Sunnyvale or Burbank, CA. Full-time employee. Data mining - knowledgeable level, software architecture - expert level.
    4. Senior Data Mining Applications Engineer. Based in Sunnyvale, CA. Contractor. C++ - expert level, data mining - expert level.
    Relocation is offered to qualified candidates.
    Please send your resume to [email protected]

    maybe OP want to extract all numbers from his inbox using regular expressions?

  • The technology or driver used does not support reverse engineering MySQL

    Hi all,
    I have a little problem.
    When I am trying create a mode in Designerl based on a MySQL Data Store that is created in the Topology manager, I get an exception stating;
    "The technology or driver used does not support reverse engineering
    java.lang.NullPointerException
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.setMetaData(Reverse.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.hq.b(hq.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)"
    I can see the table I want to reverse from when going into the the tab "Selective Reverse" but it the reverse fails with the error message above.
    I would really appreciate any help on this topic. I am using MYSQL Server 5.1 and ODI 10.1.3.5.
    Thanks in advance
    Peter

    Hello,
    it seems to be working now. The only change I did was to increase the java heap size, but it feels a bit strange that it should have anything to do with the problem in question.
    Anyway thanks very much for your help.
    Best Regards
    Peter

  • Does the Model Interface Toolkit support the new Linux based cRIO-9068?

    Hello, I have a cRIO-9068 and am needing to integrate a Simulink model into my controller. Does the Model Interface Toolkit support the new Linux based cRIO-9068? For that matter, does Veristand? This page implies that it does not:
    http://digital.ni.com/public.nsf/allkb/2AE33E926BF2CDF2862579880079D751
    Thanks,
    Solved!
    Go to Solution.

    Hi Southern_Cross,
    Based on the readme:
    http://digital.ni.com/public.nsf/allkb/D3F40C101B66128186257D020049D679
    It looks like it is now supported! These resources should provide some additional details:
    http://zone.ni.com/reference/en-XX/help/374160B-01/vsmithelp/mit_model_support/
    http://digital.ni.com/public.nsf/allkb/E552B0CD4E48215586257DF7005BE055
    Please note that NI VeriStand 2014 does not currently support he NI Linux Real-Time targets. 
    Regards,
    Joel I.
    Applications Engineer
    National Instruments

  • GE cards supported for port- vlan based EoMPLS on 7600/sup720

    Hi,
    Can anyone explain/point where I can find de proper documentation where I can find the support for port- vlan based EoMPLS support cards on a 7600 with a sup720 engine on the CCO site ?
    WHich GE port cards are supporting EoMPLS and which GE cards will support it not.

    try
    www.cisco.com/go/fn
    -Waris

  • Test Engineering Position at Tecnova - Rockford, IL

    TEST ENGINEERING POSITION AT TECNOVA - ROCKFORD, ILLINOIS USA
    LABVIEW EMPLOYMENT OPPORTUNITY: TEST ENGINEER
    DESCRIPTION:
    Tecnova is a highly qualified National Instruments Certified Alliance Partner with a growing Automated Test Solutions department.
    We are looking for a self-motivated LabVIEW programmer / Developer who can contribute to the development of automated test, data acquisition, and control systems using National Instruments LabVIEW.
    This position is located at our Rockford, IL field office, however we will consider placement at our headquarters in Waukegan, IL.  Relocation expenses are negotiable.
    Direct customer contact and moderate travel expected.
    Candidates must have the ability to:
    Contribute to multiple projects.
    Innovate and help advance test methodologies using National Instruments LabVIEW.
    Design, develop, implement, and document state-of-the-art test, measurement, data acquisition, and control systems.
    Interact professionally with clients and build strong client relationships.
    Candidates must have broad experience in:
    Contributing to system design and specifications.
    Executing test plans.
    Programming and documenting LabVIEW applications.
    Preparing end user documentation and help file content.
    REQUIREMENTS
    Applicants must meet the following criteria:
    2+ years of LabVIEW experience.
    Knowledge and comfort level with scientific and technical terminology.
    Automated test, measurement, data acquisition, and/or control experience.
    Must be able to meet objectives as directed.
    Ability to effectively work independently in a fast paced environment.
    Ability to adapt to changing requirements, rapidly absorb new concepts, and apply them effectively.
    Ability to contribute and work in a team environment.
    Excellent communication and presentation skills.
    HELPFUL SKILLS
    Preference will be given to applicants with the following skills:
    Certified LabVIEW Associate Developer or Certified LabVIEW Developer credentials … or the ability to attain CLAD certification within six (3) months and CLD certification within six (6) months of employment.
    Experience with LabVIEW add-on toolkits and modules.
    Real-Time
    FPGA
    Database Connectivity
    Report Generation
    Touch Panel Deployment
    Experience with other National Instruments software platforms.
    TestStand
    VeriStand
    LabWindows/CVI
    SignalExpress
    DIAdem
    Experience with National Instruments hardware platforms.
    Data Acquisition
    Motion
    Vision
    Modular Instruments
    CompactRIO
    Compact FieldPoint
    Signal Conditioning
    RF
    Experience with communication protocols
    Serial (RS232/422/485)
    GPIB (IEEE488)
    TCP/IP
    Modbus / Profibus
    I2C / SPI
    CAN / DeviceNET
    Experience with a wide variety of sensors, transducers, transmitters, and signal conditioning.
    Temperature / Humidity
    Accelerometers / Microphones Power
    Pressure / Strain / Force
    Flow / Level
    Balances / Scales
    Other skills
    Database generation and use
    Datalogging (CSV, TDMS, etc...)
    Active involvement in National Instruments and LabVIEW Communities, User Groups, LAVA forums, etc…
    ADDITIONAL REQUIREMENTS
    No 3rd-party resumes accepted.  Principals, only – no agencies or contractors.
    Candidates must be a U.S. citizen or permanent U.S. resident authorized to work in this country for any employer.
    Due to the immediacy of this position we are unable to offer visa sponsorship at this time.
    ABOUT TECNOVA
    Tecnova is a leading electronic product development, automated test engineering, and contract manufacturing firm that provides custom electronic hardware, mechanical, and software solutions to small companies and Fortune 100 corporations. We offer exciting and professional challenges, variety, and ample opportunity to roll up your sleeves and make a difference. We offer an excellent salary package commensurate with the skills and qualifications of the applicant, 401(k), medical, dental, and eye care benefits.
    Qualified innovative, creative, and results-oriented individuals that desire a wide variety of projects in a challenging, fast-paced environment are encouraged to apply.
    If your background and qualifications match this position, please send your resume via one of the following methods for immediate consideration:
    E-Mail:
    [email protected] (Microsoft Word or PDF format)
    Mail:
    Tecnova
    ATTN: Test Engineering
    2383 N Delany Rd
    Waukegan, IL 60087-1836 USA
    Please note: Due to the volume of the responses we receive, Tecnova will only contact those candidates who meet the requirements described above.
    Attachments:
    Tecnova LabVIEW Employment Opportunity.pdf ‏193 KB

    Hi 
    I am CLAD Certified with 1.7 Yr of Experience and capable of completing CLD
    Skilled in Micrcontrollers , NI VISA , I2C , SPI , UART , ADC & Designing Custom DAQ...
    but I am from India... 
    is their any option that I can get this job. Since I am not a US Citizen or got work permit . 
    Regards
    Varaprasath M
    CLAD
    email id - [email protected]
    Thanks & Regards
    Varaprasath M
    Certified LabVIEW Developer
    Certified TestStand Developer

  • Upgrading Classic based 2010 web application to claim based 2010 web application in Sharepoint server 2010 RTM

    hi all,
    i have a web application with classic based authentication in SharePoint server 2010, need to configure FBA for the same app in SharePoint server 2010 RTM.
    While trying to change the Authentication Provider, m getting the Form option deactivated.
    please let me how to upgrade the Classic mode authentication web app to the Claim Based authentication web app.
    Thanks and Regards,
    Arun Kumar

    Hi Arun Kumar,
    Below the grayed out “Form” authentication type, is there a message with a link about how to enable Forms Based Authentication in claims mode?
    You should perform the following PowerShell script to convert the existing web application to claim based authentication.
    $w = Get-SPWebApplication "http://<server>/"
    $w.UseClaimsAuthentication = 1
    $w.Update()
    $w.ProvisionGlobally()
    For more details, please refer to:
    http://technet.microsoft.com/en-us/library/ee806890.aspx
    http://www.chakkaradeep.com/post/FBA-in-SharePoint-2010-requires-claims-mode.aspx
    Thanks & Regards.
    Lily Wu

  • Cannot open install assistant.  I get this error message: The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Pleas

    How can I downloade a trial of Adobe Elements 12? 
    I followed the instructions to download assistant...but get this message: The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Please contact the application author.

    Hi alposer,
    Please remove the copy of the Adobe Download Assistant you currently have installed and then reinstall the Adobe Download Assistant.
    Regards,
    Rave

  • Structural Authorisation & Position Based Role Mapping ( Indirect Roles)

    Hi
    I have few queries on Structural Authorization & Position Based Role Mapping (Indirect Role Assignment).
    This is a public sector implementation. We are migrating from the traditional based (assigning roles to users) to Indirect role assignment.
    1. Can we integrate both structural authorizations and position based role mapping in one system?
    2. If we implement structural authorizations and position based role mapping in a single system, then do we need to assign the role to the chief position or it would automatically have the authorizations which are assigned to the users below chief position.
    3. First step do we need to create the users in SU01 / SU10 or can we create the entries in PA30. Which one comes first or both independent.
    4. If the user moves from one position to the another position then there would need to be a grace period of shift over of Roles. Where do we maintain the shift over value of days. Do we need to maintain in both.
    Any help or suggestions on the above would be appreciated.
    Thanks and Regards
    Arun R

    Hi
    1. Can we integrate both structural authorizations and position based role mapping in one system?
    Yes you can.  Structural authorisations and position based role mapping can be assigned to the same org plan in SAP.
    2. If we implement structural authorizations and position based role mapping in a single system, then do we need to assign the role to the chief position or it would automatically have the authorizations which are assigned to the users below chief position.
    No, the SAP role is unique to the postion it is assigned to. But remember not all employees will be assigned to a position - in this case you have to assign the sap role directly to the user in SU01/SU01
    3. First step do we need to create the users in SU01 / SU10 or can we create the entries in PA30. Which one comes first or both independent.
    Create user in SU01.SU10 first before creating infotype 105 in PA30.
    4. If the user moves from one position to the another position then there would need to be a grace period of shift over of Roles. Where do we maintain the shift over value of days. Do we need to maintain in both.
    *When a users assignment in the org structure changes then you must run RHRPROFL0 to update the user assignment to the new position.   
    Also the number of days an employee can have access to their previous data is controlled by the parameter is called ADAYS - tx OOAC .  SAP currently defaults this to 15 days and this is used  to control the number of days that the employee can still access the data they created even though they are assigned to a different organisation with different authorisations.
    Hope this helps.
    Charmaine

  • Parallel process in Application engine

    could any one explain me what is parallel process in Application engine where temp table is use?
    give me with example?

    Parallel processing is used when considerable amounts of data must be updated or processed within a limited amount of time, or batch window. In most cases, parallel processing is more efficient in environments containing partitioned data.
    To use parallel processing, partition the data between multiple concurrent runs of a program, each with its own dedicated version of a temporary table (for example, PS_MYAPPLTMP). If you have a payroll batch process, you could divide the employee data by last name. For example, employees with last names beginning with A through M get inserted into PS_MYAPPLTMP1; employees with last names beginning with N-Z get inserted into PS_MYAPPLTMP2.
    To use two instances of the temporary table, you would define your program (say, MYAPPL) to access to one of two dedicated temporary tables. One execution would use A-M and the other N-Z.
    The Application Engine program invokes logic to pick one of the available instances. After each program instance gets matched with an available temporary table instance, the %Table meta-SQL construct uses the corresponding temporary table instance. Run control parameters passed to each instance of the MYAPPL program enable it to identify which input rows belong to it, and each program instance inserts the rows from the source table into its assigned temporary table instance using %Table. The following diagram illustrates this process:
    Multiple program instances running against multiple temporary table instances
    There is no simple switch or check box that enables you to turn parallel processing on and off. To implement parallel processing, you must complete the following set of tasks. With each task, you must consider details regarding your specific implementation.
    Define and save temporary table records in PeopleSoft Application Designer.
    You don't need to run the SQL Build process at this point.
    In PeopleSoft Application Engine, assign temporary tables to Application Engine programs, and set the instance counts dedicated for each program.
    Employ the %Table meta-SQL construct so that PeopleSoft Application Engine can resolve table references to the assigned temporary table instance dynamically at runtime.
    Set the number of total and online temporary table instances on the PeopleTools Options page.
    Build temporary table records in PeopleSoft Application Designer by running the SQL Build process.

Maybe you are looking for

  • [svn:osmf:] 14905: Adding file missing from previous commit.

    Revision: 14905 Revision: 14905 Author:   [email protected] Date:     2010-03-22 05:37:59 -0700 (Mon, 22 Mar 2010) Log Message: Adding file missing from previous commit. Added Paths:     osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/fonts/

  • Marketing Documents

    Whenever i create table through source code, the control which i am creating is got affected in marketing documents.....? Most of the screens contains that control which i had created for particular screen.. These things r done in system form....? Wa

  • How do I stop other elements resizing when resizing an unrelated element?

    If I drag the border of an element to resize it such as a text box, Forms Central resizes other elements even if they are unrelated and regardless of where they are in the form. I don't want this to happen. I want to resize elements individually. How

  • HT201071 When will support camera Fujifilm X-E2?

    Fujifilm X-E2 is a popular and high-quality camera. It is unfortunate that there is still no support for its RAW format files in a software products of reputable company (Apple).

  • Apple TV 2 cannot update error 9 HELP!

    2nd gen AppleTV failed to update to 4.4 last night with error 9 and now it won't do anything. It was purchased 15 months ago so Apple insists on charging to say it is dead! I tried connecting via USB cable to 2011 MacBook Pro/Lion/iTunes 10.5.2 with