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;;

Similar Messages

  • 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.

  • 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.

  • XML Publisher and Application Engine in Peoplesoft

    How do i write a simple application engine program for an XML Publisher report in Peoplesoft?
    Thanks in advance.
    Message was edited by:
    user611481

    Create sample output data in xml format and create a data source type rowset.
    create the report defination with above data source.
    Create a AE and create the rowset by using peoplecode, run the xmlp report by using PeopleCode and publish it in PeopleCode.

  • 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

  • Application Engine hangs

    Hi
    I find that for some reason only programs of type Application Engine are going into queued status.
    All the other programs are running fine.
    The Process scheduler processes application engine programs only after cancelling all application engine programs in queued status
    Can you please let me know what possible causes could be attributed to this behaviour

    Cyril
    As Nick told, find for earlier AE's that are in error/delete and clean them up from Prcs monitor. then,
    *Option1
    Reconfigure the prcs scheduler, clear cache and restart back. Check the last one that is in Queued. If it picks UP then let the backlog clears until u trigger a new one.
    *Option2
    Reconfigure the Prcs Scheduler by selecting 'n' to disable the PSAESRV's, then clear cache and start back.
    IN either case you can try increase the logfence in psprcs.cfg so that it gives detailed info in the logs. btw Wat is the Max concurrency set on AE's? is the issue on both NT/UNX?? (or) Just one of them?
    vKing.

  • 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

  • Application Engine inbound Process

    Hi all,
    am new from peoplesoft.
    anyone knows how to write application Engine inbound process.
    please let me know.
    Thanks in advance.
    Regards
    RS

    Hey Inbound threw Application engine is a simple process
    take a new file layout from application designer
    drag & drop your record into file lay out definition page
    go to Preview panel & select segment (your record) name , browse the flat file
    go to properties -- use -- File Layout Format check exel format ok
    drag your file layout into AE actions ,automatically it generates code. now Run or else use this code
    Define a file,array,string,record
    Assign values to the above using functions GetFile , CreateArrayRept , text file for string,GetRecord .
    Check the file status open using IsOpen ,read the first value of flat file using ReadLine
    Push the text into array ,next step split
    assign to the record field values Local File &myfile;
    Local array of string &myarray;
    Local string &text;
    Local Record &rec;
    &myfile = GetFile("C:\Documents and Settings\Administrator\Desktop\office.txt", "r", %FilePath_Absolute);
    &myarray = CreateArrayRept("", 0);
    &rec = CreateRecord(Record.IN1_TBL);
    If &myfile.IsOpen Then
    While &myfile.ReadLine(&text);
    &myarray.Push(&text);
    &myarray = Split(&text, ",");
    &rec.IN1_NAME.Value = &myarray [1];
    &rec.IN1_LOCATION.Value = &myarray [2];
    &rec.Insert();
    End-While;
    End-If;
    &myfile.Close();

  • Disable restart and state record in Application Engine

    Hi All,
    can any one explain me elaborately about disable restart check box in advanced properties of an ae program ? What s the relation for this check box with state record of types i.e sql table or derived work record

    When you set the application engine to enable restart your state record needs to be a database record, so that the application eninge can continue where it left off with all values in the state record on that state.
    When you set the application engine to disable restart your state record can be a work record, because the application engine will always restart from the beginning, not using any variables from the staterecord.

  • List of application engines that a delivered app engine touches

    Hi everybody,
    Can any one please tell me is there any documentation to get all the application engines that were touched by a delivered application engine.
    For example. the AP_VCHRBLD will call the app engine APVEDTPRRT and a lot other app engines.
    I want to know if there is any documentation provided by peoplesoft to know all the app engines that were touched by a delivered application engine.
    OR
    if you have any other docuementation(not from peoplesoft), please share with me.
    Thank you.

    You can look in the peoplettools table psaestepdefn. Where an AE step is statically coded to call another step it is recorded in AE_DO_APPL_ID and AE_DO_SECTION.
    select distinct ae_Applid, ae_do_appl_id
    from psaestepdefn
    where ae_do_appl_id != ' '
    and ae_applid != ae_do_appl_id
    order by 1,2
    AE_APPLID AE_DO_APPL_ID
    GP_PINMAP GP_PINMAP_CR
    GP_PKG_CMP GP_PINMAP
    GP_PKG_CR GP_PINMAP
    This is not going to work where the call is dynamic.

  • 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

  • What happnes when we run any Application Engine Process

    Hi All,
    I have been trying to find the exact flow after we run application engine program either from PIA or from command line and got few resources also which explain what happnes behind the scene but due to mix explanations I am still not clear about it.
    Could any one please explain in steps the flow behind the scene after we run a application engine?
    To be more specific, Like when we run it, the process name along with other parameters(runcontrol, sessionid, process intance) must be written into some table and then Process monitor displays that process and updates its status frequenlty.....
    I hope you got my points..
    Thanks in advance!!

    Please query the records PS_PMN_PRCSLIST and PS_AERUNCONTROL to find the data about an app engine status

  • Where to see the output of my Application Engine Program ?

    Folks,
    Hello. I am creating my first AE program in Application Designer and test it in the 2-tier mode. I open the AE program in Appication Designer and click Edit ->Run Program. Then open the log file to see its execution and know the AE program is running out. But I don't know where to see the output of the AE program.
    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?
    Thanks in advanced.

    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?The output of the select didn't go anywhere. You have to actually do something with the values selected. App Engine selects them and puts them in memory (if you tell it to through %Select), but where those values go depends on you. If you have a DoSelect, then your next action may be an SQL insert/update/delete or even another %Select. If it is another %Select, then I would expect your next action to be Call Section or PeopleCode.
    If you just want to select data and print it to the app engine log file, then I would setup a step with a DoSelect/%Select and then a PeopleCode action. In your PeopleCode action, use MessageBox(0, "", 0, 0, "The value in field MYFIELD is " MYREC_AET.MYFIELD);
    I wrote a blog post a few years ago with additional tips and tricks for AppEngine output: http://jjmpsj.blogspot.com/2008/05/appengine-output-tricks-reporting.html.

  • How to assign sysdate  in application engine peoplecode action

    Hi ,
    How to assign the below query result to local variable in Applicationengine peoplecode action.
    select to_char(sysdate,'MM/DD/YYYY') from dual;
    My objective is:Need to assign sysdate(date only) to local variable in app engine peoplecode action.
    Thanks
    Vinoth

    Use peoplecode function %Date instead of a roundtrip to the database.

  • Application Engine Server process dies on Windows

    Hi experts,
    We developed an AE in which employee data will be calculated and inserted to HR core table via CI. We started multiple instance of the AE by people code, most of them will success but others run into error and reported "Process XXX is marked 'Initiated' or 'Processing' but no longer running.". On further research we found the windows process (PSAESRV) died and a folder named PSAESRV.PID was generated in process scheduler log directory. The following can be found in "process_state.txt" in the directory:
    Exception: (0xC0000005) EXCEPTION_ACCESS_VIOLATION - Memory access violation
    (The memory at 0x00133000 could not be read)
    Exception location:
    Fault address=0x2500b836 0001:0000a836 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    Other information:
    Tools: 8.50
    Server:Windows XP SP3.
    Database:Oracle 10.2.0.1.0.
    Could any one figure out what's the problem?
    Edited by: user9546195 on 2010-12-7 下午10:32

    Yes it's running on Windows XP professional. We run the test both in Linux Server and Windows XP.  So far no error has been found in Linux Server.  We began performance test and found the error on Windows XP on April,2010. Then we refine the code and test again these days, and the error happens again with the same error message.
    *Not sure whether the Peopletools is up-to-date or not, the version of modules can be found in the "process_state.txt" file of the dead process. Attached below is the file.
    Thanks!
    Crash report file opened as 'C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\PSAESRV.6604\process_state.txt'
    ==================================================================================
    Process state report - Start
    Local Time: Wed Dec 08 13:40:55 2010
    UTC Time: Wed Dec 08 05:40:55 2010
    Timezone: China Standard Time
    ==================================================================================
    ==================================================================================
    Process information
    Process ID: 6604
    ==================================================================================
    System information:
    Architecture: x86
    OS Name: Windows
    OS Version: XP Professional (Kernel 5.1, Build 2600, Service Pack 3)
    OS Parameters: %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
    Physical memory: 3327MB total, 243MB available
    Paging space: 6319MB total, 868MB available
    ==================================================================================
    Process diagnostics - Start
    ==================================================================================
    Stack Trace
    Stack trace for process ID: 6604
    Thread 3400 (Exception thread):
    Address Frame Function Arguments Module!Symbol Name
    0x2500b836 0x0012f8b4 0x16219ada 0x03c24ca8 0x01940e58 0x2500d746 EXP pscmnutils!CWriteFrame::Copy+0xf6
    0x2500cab7 0x0012f8fc 0x197eeda0 0x0572d250 0x0572d250 0x0012f94c EXP pscmnutils!CWriteFrame::FlushSecondaryAttachList+0x87
    0x28102666 0x0012f91c 0x0012f970 0000000000 0x0012f958 0x2810d7ce EXP psnetapi!CNetSendMsg::~CNetSendMsg+0x76
    0x28102723 0x0012f92c 0x00000001 0x197eede4 0x01940e58 0000000000 EXP psnetapi!CNetSendMsg::~CNetSendMsg+0x133
    0x2810d7ce 0x0012f958 0x273a8f13 0x01940e58 0x01970a70 0x01214448 EXP psnetapi!CNetReqRepSvc::~CNetReqRepSvc+0xfe
    0x004014a5 0x0012fb7c 0x01940e58 0x273a8fdf 0x0193f8a8 0x0121b250 *** PSAESRV!<symbol>
    0x00401c38 0x0012fbb0 0x01940e58 0x01214448 0x0193d750 0x0121b250 *** PSAESRV!<symbol>
    0x6046776e 0x0012fc58 0x0121b250 0x0012fcd8 0x03452198 0x00000001 EXP LIBTUX!tmsvcdsp+0xc4e
    0x604847fb 0x0012fca8 0x0121b250 0x0012fcd8 0000000000 0x0121db68 EXP LIBTUX!tmrcvrq+0x73b
    0x6048a1a9 0x0012fcfc 0000000000 0x7c93003d 0000000000 0x0012fd20 EXP LIBTUX!tmrunserver+0xe19
    0x7c930021 0x0012fd04 0000000000 0x0012fd20 0000000000 0x0012fd28 EXP ntdll!RtlFreeHeap+0x114
    <Invalid stack frame detected: Frame address 0000000000 should be higher than 0x0012fd04>
    0x7c93003d 0000000000 0000000000 0000000000 0000000000 0000000000 EXP ntdll!RtlFreeHeap+0x130
    Thread 17664:
    Address Frame Function Arguments Module!Symbol Name
    0x7c92e4f4 0x01ccff44 0x00000002 0x01ccff6c 0000000000 0x000493e0 EXP ntdll!KiFastSystemCallRet+0x0
    0x77dc8601 0x01ccffb4 0000000000 0x7c93428f 0000000000 0000000000 EXP ADVAPI32!WmiFreeBuffer+0x24e
    0x7c80b713 0x01ccffec 0x77dc845a 0000000000 0000000000 0x00000032 EXP kernel32!GetModuleFileNameA+0x1b4
    Thread 31556:
    Address Frame Function Arguments Module!Symbol Name
    0x7c92e4f4 0x03c23ac4 0xffffffff 0000000000 0x03c23ae8 0x29712bab EXP ntdll!KiFastSystemCallRet+0x0
    0x7c802455 0x03c23ad4 0xffffffff 0x4cff1a68 0x0121cab0 0x03c24204 EXP kernel32!Sleep+0xf
    0x29712bab 0x03c23ae8 0xffffffff 0000000000 0x18b31bb3 0x00000057 EXP pspal!PSPAL_GetThread+0x11b
    0x297011cc 0x03c24204 0x2971a970 0x2971a5a8 0x00000241 0x2971a9ac EXP pspal!<symbol>
    0x29705515 0x03c24240 0x03c24844 0000000000 0x781778f1 0x00000057 EXP pspal!PSPAL_GetExceptionHandler+0xc25
    0x29705c32 0x03c24258 0x03c24844 0x18b31c1b 0000000000 0x7c885780 EXP pspal!PSPAL_GetExceptionHandler+0x1342
    0x29706502 0x03c245ac 0x03c24844 0000000000 0000000000 0000000000 EXP pspal!PSPAL_GetExceptionHandler+0x1c12
    0x7c864031 0x03c2481c 0x03c24844 0x7c839b21 0x03c2484c 0000000000 EXP kernel32!UnhandledExceptionFilter+0x1c7
    0x7c83ab38 0x03c2ffec 0x7813286e 0x0341cba0 0000000000 0x00000008 EXP kernel32!ValidateLocale+0x1328
    ==================================================================================
    Loaded Modules
    Base Version Name
    0x00400000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSAESRV.exe
    0x7C920000 5.01.2600.5512 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 5.01.2600.5512 C:\WINDOWS\system32\kernel32.dll
    0x60420000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBTUX.dll
    0x78130000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll
    0x77BE0000 7.00.8638.5512 C:\WINDOWS\system32\msvcrt.dll
    0x60D90000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBENGINE.dll
    0x71A40000 5.01.2600.5512 C:\WINDOWS\system32\WSOCK32.dll
    0x71A20000 5.01.2600.5512 C:\WINDOWS\system32\WS2_32.dll
    0x77DA0000 5.01.2600.5512 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E50000 5.01.2600.6015 C:\WINDOWS\system32\RPCRT4.dll
    0x77FC0000 5.01.2600.5834 C:\WINDOWS\system32\Secur32.dll
    0x71A10000 5.01.2600.5512 C:\WINDOWS\system32\WS2HELP.dll
    0x77D10000 5.01.2600.5512 C:\WINDOWS\system32\USER32.dll
    0x77EF0000 5.01.2600.5512 C:\WINDOWS\system32\GDI32.dll
    0x60D30000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBFML.dll
    0x60D10000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBFML32.dll
    0x60C90000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBGICONV.dll
    0x60EE0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBBUFT.dll
    0x10000000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBUTRACE.dll
    0x76990000 5.01.2600.5512 C:\WINDOWS\system32\ole32.dll
    0x29700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspal.dll
    0x29600000 1.10.0000.0000 C:\PT850\BIN\SERVER\WINX86\TRIO.dll
    0x7D590000 6.00.2900.6018 C:\WINDOWS\system32\SHELL32.dll
    0x77F40000 6.00.2900.5912 C:\WINDOWS\system32\SHLWAPI.dll
    0x76BC0000 5.01.2600.5512 C:\WINDOWS\system32\PSAPI.DLL
    0x03000000 6.09.0003.0113 C:\PT850\BIN\SERVER\WINX86\dbghelp.dll
    0x77BD0000 5.01.2600.5512 C:\WINDOWS\system32\VERSION.dll
    0x7C420000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCP80.dll
    0x00430000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psaesrvutils.dll
    0x25000000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    0x76B10000 5.01.2600.5512 C:\WINDOWS\system32\WINMM.dll
    0x30E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspetssl.dll
    0x00470000 C:\PT850\BIN\SERVER\WINX86\PSLIBEAY32.dll
    0x00550000 1.02.0002.0000 C:\PT850\BIN\SERVER\WINX86\zlib1.dll
    0x28100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psnetapi.dll
    0x29800000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSJNI.dll
    0x27E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmt.dll
    0x25200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscompat.dll
    0x24A00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbtunicode.dll
    0x24F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscmn.dll
    0x005E0000 7.18.0001.0000 C:\PT850\BIN\SERVER\WINX86\libpscurl.dll
    0x00630000 C:\PT850\BIN\SERVER\WINX86\PSSSLEAY32.dll
    0x12000000 C:\PT850\BIN\SERVER\WINX86\xerces-depdom_2_6.dll
    0x00680000 2.05.0000.0000 C:\PT850\BIN\SERVER\WINX86\xerces-c_2_6.dll
    0x2B700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psperfagent.dll
    0x692E0000 5.00.2195.4952 C:\PT850\BIN\SERVER\WINX86\pdh.dll
    0x76320000 6.00.2900.5512 C:\WINDOWS\system32\comdlg32.dll
    0x5D170000 5.82.2900.5512 C:\WINDOWS\system32\COMCTL32.dll
    0x770F0000 5.01.2600.5512 C:\WINDOWS\system32\OLEAUT32.dll
    0x60530000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBTMIB.dll
    0x606C0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBQM.dll
    0x606B0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBQS.dll
    0x24600000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psappeng.dll
    0x24D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbufapi.dll
    0x2DC00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssys.dll
    0x27700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmath.dll
    0x27A00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmgr.dll
    0x2CD00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssam.dll
    0x27D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmsf.dll
    0x2AF00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspceval.dll
    0x00940000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psdbgutils.dll
    0x2B000000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspcm.dll
    0x25C00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psfinmth.dll
    0x2C500000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspubsub.dll
    0x27200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pskeystore.dll
    0x30600000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psxmldoc.dll
    0x009C0000 1.09.0000.0000 C:\PT850\BIN\SERVER\WINX86\Xalan-C_1_9.dll
    0x00C20000 C:\PT850\BIN\SERVER\WINX86\XalanMessages_1_9.dll
    0x26800000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psintbrkr.dll
    0x26C00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psiobase.dll
    0x26D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psiocls.dll
    0x3E410000 7.00.6000.17080 C:\WINDOWS\system32\WININET.dll
    0x00C70000 6.00.5441.0000 C:\WINDOWS\system32\Normaliz.dll
    0x3EAB0000 7.00.6000.17080 C:\WINDOWS\system32\iertutil.dll
    0x00C80000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSAPIAdapter.DLL
    0x25E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psflr.dll
    0x29100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoptshared.dll
    0x2D200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psqastransfer.dll
    0x27500000 C:\PT850\BIN\SERVER\WINX86\psls.dll
    0x2C300000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspsm.dll
    0x2CC00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psrenutil.dll
    0x2A900000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspageutil.dll
    0x29F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstflsrvutils.dll
    0x29D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbamparser.dll
    0x30F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pswrkrt.dll
    0x782E0000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_b77cec8e\MFC80U.DLL
    0x24500000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psapmsg.dll
    0x29B00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstatecore.dll
    0x2A100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbamutil.dll
    0x29900000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstateutil.dll
    0x29200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoptutil.dll
    0x2AA00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspams.dll
    0x00DD0000 11.00.0001.0000 C:\PT850\BIN\SERVER\WINX86\cplex110.dll
    0x2D100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psqasutil.dll
    0x2D400000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psserver.dll
    0x011B0000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pstcagent.dll
    0x2EA00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pstcproxy.dll
    0x76300000 5.01.2600.5512 C:\WINDOWS\system32\IMM32.DLL
    0x62C20000 5.01.2600.5512 C:\WINDOWS\system32\LPK.DLL
    0x73FA0000 1.420.2600.5969 C:\WINDOWS\system32\USP10.dll
    0x77180000 6.00.2900.6028 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
    0x5DBA0000 5.01.2600.5512 C:\WINDOWS\system32\rdpsnd.dll
    0x762D0000 5.01.2600.5512 C:\WINDOWS\system32\WINSTA.dll
    0x5FDD0000 5.01.2600.5694 C:\WINDOWS\system32\NETAPI32.dll
    0x2D300000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssecurity.dll
    0x5D360000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_0ccc058c\MFC80CHS.DLL
    0x60130000 10.03.0000.0000 C:\fusion\tuxedo10gR3_VS2005\bin\registry.dll
    0x25700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSORA.dll
    0x01FF0000 10.02.0000.0000 D:\ORACLE\BIN\OCI.dll
    0x7C340000 7.10.3052.0004 C:\WINDOWS\system32\MSVCR71.dll
    0x61C20000 10.02.0000.0000 D:\oracle\bin\OraClient10.Dll
    0x60870000 10.02.0000.0000 D:\oracle\bin\oracore10.dll
    0x60A80000 10.02.0000.0000 D:\oracle\bin\oranls10.dll
    0x63690000 10.02.0000.0000 D:\oracle\bin\oraunls10.dll
    0x01F30000 10.02.0000.0000 D:\oracle\bin\orauts.dll
    0x636B0000 10.02.0000.0000 D:\oracle\bin\oravsn10.dll
    0x60FA0000 10.02.0000.0000 D:\oracle\bin\oracommon10.dll
    0x02050000 10.02.0000.0000 D:\oracle\bin\orageneric10.dll
    0x63430000 10.02.0000.0000 D:\oracle\bin\orasnls10.dll
    0x025B0000 10.02.0000.0000 D:\oracle\bin\oraxml10.dll
    0x01F40000 7.00.2600.5512 C:\WINDOWS\system32\MSVCIRT.dll
    0x60960000 10.02.0000.0000 D:\oracle\bin\oran10.dll
    0x62740000 10.02.0000.0000 D:\oracle\bin\oranl10.dll
    0x62790000 10.02.0000.0000 D:\oracle\bin\oranldap10.dll
    0x627F0000 10.02.0000.0000 D:\oracle\bin\orannzsbb10.dll
    0x62530000 10.02.0000.0000 D:\oracle\bin\oraldapclnt10.dll
    0x62670000 10.02.0000.0000 D:\oracle\bin\orancrypt10.dll
    0x62920000 10.02.0000.0000 D:\oracle\bin\oranro10.dll
    0x626B0000 10.02.0000.0000 D:\oracle\bin\oranhost10.dll
    0x62660000 10.02.0000.0000 D:\oracle\bin\orancds10.dll
    0x629C0000 10.02.0000.0000 D:\oracle\bin\orantns10.dll
    0x02710000 10.02.0000.0000 D:\oracle\bin\orapls10.dll
    0x02A70000 10.02.0000.0000 D:\oracle\bin\oraslax10.dll
    0x63080000 10.02.0000.0000 D:\oracle\bin\oraplp10.dll
    0x61ED0000 10.02.0000.0000 D:\oracle\bin\orahasgen10.dll
    0x62AB0000 10.02.0000.0000 D:\oracle\bin\oraocr10.dll
    0x62B20000 10.02.0000.0000 D:\oracle\bin\oraocrb10.dll
    0x62980000 10.02.0000.0000 D:\oracle\bin\orantcp10.dll
    0x02A80000 10.02.0000.0000 D:\oracle\bin\orasql10.dll
    0x719C0000 5.01.2600.5512 C:\WINDOWS\system32\mswsock.dll
    0x02DD0000 5.01.2600.5512 C:\WINDOWS\system32\hnetcfg.dll
    0x71A00000 5.01.2600.5512 C:\WINDOWS\System32\wshtcpip.dll
    0x71F00000 5.01.2600.5512 C:\WINDOWS\system32\security.dll
    0x77C40000 5.01.2600.5876 C:\WINDOWS\system32\msv1_0.dll
    0x76760000 5.01.2600.5512 C:\WINDOWS\system32\cryptdll.dll
    0x76D30000 5.01.2600.5512 C:\WINDOWS\system32\iphlpapi.dll
    0x2BE00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psppr.dll
    0x02F80000 C:\PT850\BIN\SERVER\WINX86\PSUSER.DLL
    0x76FA0000 2001.12.0000.4414 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77020000 2001.12.0000.4414 C:\WINDOWS\system32\COMRes.dll
    0x28700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoftapi.dll
    0x55300000 4.00.0001.0002 C:\PT850\BIN\SERVER\WINX86\pdflib.dll
    Process diagnostics - End
    ==================================================================================
    ==================================================================================
    Internal process state - Start
    ==================================================================================
    Abort message:
    Unrecoverable exception received
    ==================================================================================
    Exception context:
    Exception record:
    Exception: (0xC0000005) EXCEPTION_ACCESS_VIOLATION - Memory access violation
    (The memory at 0x00133000 could not be read)
    Exception is continuable
    Machine context:
    eip:2500b836
    eflags:00210283
    system: [ ID:1 VIP:0 VIF:0 AC:0 VM:0 RF:1 NT:0 IOPL:0 IF:1 TF:0 ]
    status: [ OF:0 SF:1 ZF:0 AF:0 PF:0 CF:1 ]
    control: [ DF:0 ]
    cs:001b ds:0023 es:0023 fs:003b gs:0000 ss:0023
    eax:00002386 ebx:16219a00 ecx:00133000 edx:3eb0003a
    esi:0572d250 edi:0012e8e4 ebp:0012f8b4 esp:0012f8a8
    fpcw:027f [ X:0 RC:0(nearest) PC:2(double) PM:1 UM:1 OM:1 ZM:1 DM:1 IM:1 ]
    fpsw:0120 [ B:0 C3:0 TOP:0 C2:0 C1:0 C0:1 ES:0 SF:0 PE:1 UE:0 OE:0 ZE:0 DE:0 IE:0 ]
    fptw:ffff
    fip:001b:2b70cc0d
    fdp:0023:0012e9f0
    st0:000078141fe4fffffffc (empty) 0
    st1:0000781420637c8097d0 (empty) 0
    st2:00270000000700000000 (empty) nan
    st3:2e58781c19f800000000 (empty) nan
    st4:00000000000000d7fa01 (empty) 0
    st5:000000d7f90460e65d5b (empty) 0
    st6:400ec547000000000000 (empty) 50503
    st7:00000000000000000000 (empty) 0
    mm0:78141fe4fffffffc
    :fffffffc 78141fe4
    :fffc ffff 1fe4 7814
    :fc ff ff ff e4 1f 14 78
    mm1:781420637c8097d0
    :7c8097d0 78142063
    :97d0 7c80 2063 7814
    :d0 97 80 7c 63 20 14 78
    mm2:0000000700000000
    :00000000 00000007
    :0000 0000 0007 0000
    :00 00 00 00 07 00 00 00
    mm3:781c19f800000000
    :00000000 781c19f8
    :0000 0000 19f8 781c
    :00 00 00 00 f8 19 1c 78
    mm4:0000000000d7fa01
    :00d7fa01 00000000
    :fa01 00d7 0000 0000
    :01 fa d7 00 00 00 00 00
    mm5:00d7f90460e65d5b
    :60e65d5b 00d7f904
    :5d5b 60e6 f904 00d7
    :5b 5d e6 60 04 f9 d7 00
    mm6:c547000000000000
    :00000000 c5470000
    :0000 0000 0000 c547
    :00 00 00 00 00 00 47 c5
    mm7:0000000000000000
    :00000000 00000000
    :0000 0000 0000 0000
    :00 00 00 00 00 00 00 00
    mxcsr:00001f80 [ FZ:0 RC:0 PM:1 UM:1 OM:1 ZM:1 DM:1 IM:1 DAZ:0 PE:0 UE:0 OE:0 ZE:0 DE:0 IE:0 ]
    xmm0:00000000000000000000000000000000
    :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    :0000 0000 0000 0000 0000 0000 0000 0000
    :00000000 00000000 00000000 00000000
    :0000000000000000 0000000000000000
    : 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
    : 0.000000000000000e+00 0.000000000000000e+00
    xmm1:00660020007300730065006300630061
    :61 00 63 00 63 00 65 00 73 00 73 00 20 00 66 00
    :0061 0063 0063 0065 0073 0073 0020 0066
    :00630061 00650063 00730073 00660020
    :0065006300630061 0066002000730073
    : 9.091850e-39 9.275524e-39 1.056124e-38 9.367265e-39
    : 9.345982464254671e-307 9.790542281716366e-307
    xmm2:0020007200650073007500200072006f
    :6f 00 72 00 20 00 75 00 73 00 65 00 72 00 20 00
    :006f 0072 0020 0075 0073 0065 0072 0020
    :0072006f 00750020 00650073 00200072
    :007500200072006f 0020007200650073
    : 1.046940e-38 1.074480e-38 9.275546e-39 2.938896e-39
    : 1.869105501982261e-306 4.450631538595433e-308
    xmm3:0067006e0061006800630020006f0074
    :74 00 6f 00 20 00 63 00 68 00 61 00 6e 00 67 00
    :0074 006f 0020 0063 0068 0061 006e 0067
    :006f0074 00630020 00610068 0067006e
    :00630020006f0074 0067006e00610068
    : 1.019390e-38 9.091759e-39 8.908189e-39 9.459210e-39
    : 8.455497966197594e-307 1.023608670170218e-306
    xmm4:00610070002000650068007400200065
    :65 00 20 00 74 00 68 00 65 00 20 00 70 00 61 00
    :0065 0020 0074 0068 0065 0020 0070 0061
    :00200065 00680074 00200065 00610070
    :0068007400200065 0061007000200065
    : 2.938877e-39 9.551054e-39 2.938877e-39 8.908200e-39
    : 1.068114220898795e-306 7.566011645531745e-307
    xmm5:0020002e00640072006f007700730073
    :73 00 73 00 77 00 6f 00 72 00 64 00 2e 00 20 00
    :0073 0073 0077 006f 0072 0064 002e 0020
    :00730073 006f0077 00640072 0020002e
    :006f007700730073 0020002e00640072
    : 1.056124e-38 1.019391e-38 9.183709e-39 2.938800e-39
    : 1.379626599065753e-306 4.450342947103102e-308
    xmm6:00610063002000720065007300550020
    :20 00 55 00 73 00 65 00 72 00 20 00 63 00 61 00
    :0020 0055 0073 0065 0072 0020 0063 0061
    :00550020 00650073 00200072 00610063
    :0065007300550020 0061006300200072
    : 7.806062e-39 9.275546e-39 2.938896e-39 8.908182e-39
    : 9.346091108988483e-307 7.565923370506860e-307
    xmm7:006100200079006c006e006f0020006e
    :6e 00 20 00 6f 00 6e 00 6c 00 79 00 20 00 61 00
    :006e 0020 006f 006e 006c 0079 0020 0061
    :0020006e 006e006f 0079006c 00610020
    :006e006f0020006e 006100200079006c
    : 2.938890e-39 1.010206e-38 1.111225e-38 8.908088e-39
    : 1.335119688726395e-306 7.565468423830832e-307
    ==================================================================================
    Exception location:
    Fault address=0x2500b836 0001:0000a836 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    ==================================================================================
    Process information
    Process name: PSAESRV
    Command line: PSAESRV -C dom=PSNT_58039 -g 101 -i 3 -u XIAOWEI2-CN -U "C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\TUXLOG" -m 0 -R 15612 -o .\LOGS\stdout -e .\LOGS\stderr -- -CD HC91PT -S PSAESRV
    Process ID: 6604
    Parent process ID: 2680
    Process owner: NT AUTHORITY\SYSTEM
    Desktop: \Sessions\0\Windows\WindowStations\WinSta0\Desktops\Default
    ==================================================================================
    Thread information
    Current thread ID: 3400
    ==================================================================================
    Virtual Memory
    Virtual memory: 2047MB total, 1508MB available
    ==================================================================================
    Environment Variables
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    APPDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT
    APP_PW=PS
    BDMCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\HC91PT\PSBDMCFG
    CLIENTNAME=Console
    COMMONPROGRAMFILES=C:\Program Files\Common Files
    COMPUTERNAME=XIAOWEI2-CN
    COMSPEC=C:\WINDOWS\system32\cmd.exe
    DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    FIELDTBLS=tpadm
    FLDTBLDIR=C:\fusion\tuxedo10gR3_VS2005\udataobj
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    JAVA_OPTS="-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Xms32m -Xmx64m"
    JAVA_PLUGIN_WEBCONTROL_ENABLE=1
    LD_LIBRARY_PATH=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT;C:\fusion\tuxedo10gR3_VS2005\lib;\lib;\user\lib;
    LOGONSERVER=\\XIAOWEI2-CN
    NLSPATH=C:\fusion\tuxedo10gR3_VS2005\locale\C
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=D:\oracle
    ORACLE_SID=HC91PT
    OS=Windows_NT
    PATH=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT;C:\fusion\tuxedo10gR3_VS2005\bin;\bin;C:\PT850\bin\server\winx86;C:\PT850\jre\bin\client;D:\ORACLE\BIN;C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\PT850\verity\winx86\_nti40\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=D:\oracle\perl\5.8.3\lib\MSWin32-x86;D:\oracle\perl\5.8.3\lib;D:\oracle\perl\5.8.3\lib\MSWin32-x86;D:\oracle\perl\site\5.8.3;D:\oracle\perl\site\5.8.3\lib;D:\oracle\sysman\admin\scripts;
    PMID=XIAOWEI2-CN
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    PROGRAMFILES=C:\Program Files
    PROMPT=$P$G
    PSAPPSERVSTARTUP=N
    PS_CFG_HOME=C:\Documents and Settings\Administrator\psft\pt\8.50
    PS_HOME=C:\PT850
    PS_MACH=XIAOWEI2-CN
    PS_SERVDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT
    PS_SERVER_CFG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\psprcs.cfg
    SESSIONNAME=Console
    SYSTEMDRIVE=C:
    SYSTEMROOT=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TUXCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\PSTUXCFG
    TUXDIR=C:\fusion\tuxedo10gR3_VS2005
    UBBCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\psprcsrv.ubb
    USERDOMAIN=XIAOWEI2-CN
    USERNAME=Admin
    USERPROFILE=C:\Documents and Settings\Administrator
    VIEWDIR=C:\fusion\tuxedo10gR3_VS2005\udataobj
    VIEWFILES=mib_views.VV,tmib_views.VV
    VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    WINDIR=C:\WINDOWS
    NTSYMBOL_PATH=C:\PT850\bin\server\winx86
    TUXOFFSET=0
    ULOGPFX=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\TUXLOG
    PS_NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
    NLS_LANG=SIMPLIFIED CHINESE_CHINA.UTF8
    PS_COBOLTYPE=U
    PSPRCSLOGDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\log_output\AE_HR_CPI_POST_1820
    ==================================================================================
    Execution Options
    Global flags: 0x00000000
    ==================================================================================
    Application state
    PeopleTools process state
    Writing PeopleTools state to C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\PSAESRV.6604\peopletools_state.txt
    ERROR: Timed out waiting for internal process state
    Internal process state - End
    ==================================================================================
    Process state report - End
    ==================================================================================

Maybe you are looking for

  • HT4759 Photos on iCloud

    I do not see an icon for photos on my iCloud page.  Additionally, how do I send my photos to iCloud?

  • Z3 sleep of death help!!

    My phone is death suddenly when sleep and not respond what i did! What is problem u think

  • How to implement avg function in answers or RPD

    hi, I need to implement this function in obiee answers or RPD..how can i do that.. please help me AVG(SAS.SHIPPED_QTY) OVER (ORDER BY SAS.ACCOUNT_MONTH_NO ROWS BETWEEN 12 PRECEDING AND 1 PRECEDING) AVG_QTY_SALES, thanks in advance

  • Question: Best way to use MR for BOS - PIT flight

    Hi all, In august I'm flying to pittsburg from Boston and wanted some advice on making the most of my MR (or whether I should just save my MR for some other use). I've got ~57K MR to play with. Since The flight distance is <650 miles I was thinking a

  • User cannot post an item in Calendar (public folders)

    I have a user who cannot make an item in the calendar on public folder. Inherrited permissions are enabled for this user in Active Directory. Other users with the same rights are permitted to make an appointment. The rights on the calendar are owner