Friends - We use Oracle with PeopleSoft and are reviewing the pros and cons of setting the optimizer mode to ALL_ROWS or FIRST_ROWS. If you are using Oracle as...
Well, our situation is not typical because we are working with PeopleSoft and the Upgrade Lab in the role of guinea pig for a new upgrade methodology they are...
Hi All, i am working on PeopleSoft Portal 8.8 & PT 8.43. I have to establish Single Signon betn HRMS 8.8 & PT 8.44. I tried it out on my own. But i was in...
If you are using SqlServer, you can use a very old expression trick. You just need to create a custom expression that uses "a.emplid *= b.emplid and 1" (where...
Hi All, Is it possible to call Event 1 from Event 2 using Peoplecode where Event 2 executes before Event 1? For e.g. I want to call FieldChange Event from...
Thanks... I am logged in as the owner of the PS environment so the permissions aren't a problem. I also did need to export the PS_SERVER_CFG from the command...
granted security to menu item(PTool --> security --> permission list --> ...--> pages) cleared the app server cache..... Bill Weller <katerbill@...>...
I have not worked in a lab situation but lead an upgrade from 8.0/8.16 to 8.8/8.46 including HR/PR/BaseBenefit/BenAdmin with very limited customizations and...
Hi, What I did was called the viewattachment function with the ftp details, the file location & name and "TMP" what this does is loads the file into a new...
The other events are going to fire unless you force some kind of an error to stop processing and I doubt you would want to do that. You could set some type of...
The only way I've ever done something similar is to put the PeopleCode I wanted to trigger into a function and then call that. So, if I had some PeopleCode on...
manish, I may be able to get it by iScript and Signon Peoplecode. And off course I must write a java servlet or ASP as you mentioned. I will try. Thanks, ...
Hi ALL, I am looking for the "Portal general setting"(PeopleTools --> Portal --> General setting) information. I went the peoplebooks but unable to find it. ...
Dear Friends,
We have commands to start process scheduler and app server from the $ prompt. Can we check the number of users connect from the $ prompt. we...
you have to run the portal sync App Engine located under the portal menu, then clear the cache in App Server Bill Weller <katerbill@...> wrote:You may...
All, We've batted around a few ideas here on how to get an output file my program is creating to be ftp'd to another box. My PM would like for me to do it in...
If you have the sqr reference manual, look at the Call System command. That lets you submit a command line string to the operating system, such as ftp, rm,...
When assigning aliases to table names, you must use unique aliases in different procedures. For example Begin-Select A.Field From PS_ANY_TABLE A End-Select ...
Shipley, Lisa A.
lshipley@...
Aug 3, 2004 4:26 pm
34145
this is a command for windows that copies to a printer, you can modify to copy to a different server init-report LET $SourcePath = 'C:\PS\' LET $SourceFile =...
Check to see if you're using the same alias in another SQL in the SQR. Kevin ... From: zhantrade [mailto:zhantrade@...] Sent: Monday, August 02, 2004...
Kevin Lee
rklee@...
Aug 3, 2004 4:26 pm
34147
Check out the SQR "call system" command. It allows you to execute system commands from within SQR. We use it to execute UNIX scripts from within an SQR,...
We FTP from our UNIX box to Novell servers using a C program that is run through the process scheduler. We have defined a Process Type of UNIX Process. The C...
This is for Windows set tuxconfig=d:\tuxfsprd\appserv\tuxfsprd\pstuxcfg set nlspath=d:\tuxedo\locale\c d:\tuxedo\bin\tmadmin < tux_cmd.txt > d:\tux_out.txt Put...