You should do what Corey suggested, try to see where the bottleneck is. But with the latest releases of tools, the app server does a lot more work than the...
Hi all, I am having working knowledge on LoadRunner and have just worked on Http and web in load runner protocol. Can anyone please tell me how can I...
I totally agree with Corey, but I have to quibble over the app server doing more work than the DB server. This may have changed for online transactions -...
We're new to PS 8.8, and we're finding that we're taking a productivity hit with the Voucher entry process. We're use to "heads down" voucher entry with...
It seems that overnight in my production environment a wholesale change related to departmental security took place. Several of the HRSECVIEWS* sql objects...
Both Corey and Doug are right. Our app server is much more powerful than our db server. I forgot what PeopleSoft's recommendation was on the ratio. I kind...
Hi all, Thanks again to those of you who offered suggestions and ideas regarding our mysterious Process Scheduler problem. As mysteriously as the problem...
Here is a question I'm passing along from our users..... ********************************************** How do other companies identify the impact of...
Upgraded to tools 8.45.16. Receiving a javascript error in the IE status bar. It says "Done, but with error". This is the error message. Line: 13 Char: 1 ...
You can always check the PSPRCSRQST table for the process instance you are running and determine which process schedular you are running on and adjust commands...
Have you run the SQR make process to rebuild the SQR executables? Is this Windows or UNIX? Hope I'm not stating something that isn't already been said. ...
Hi Richard, We're running on a Windows server. When you say SQR executables, are you referring to the option of compiling SQR's? I remember the psrun.mak that...
I've never compiled SQRs for PeopleSoft. The only "make" option provided by PS is to recompile COBOLs, as you remember. I don't remember and you didn't list...
Getting this message while developing process for creating new user IDs using component interface in ADD_USERS app engine. I wonder if anyone seen this message...
As Debra suggested, checking your psprcs.cfg SQR settings is a good idea. Are you running this as a service and are your files installed locally on your...
There is nothing like that in PeopleCode. But you can work around by ... First get the path of PS_HOME: &PSHOME = GetEnv("PS_HOME"); If the first character of...
I'm way fuzzy on tools 7.63 (we don't even have our old servers anymore), but if you look under the SQR bin directory, there used to be a process called SQR...
Found answer on my own. Many thanks to anyone who has answered me that hasn't yet shown up. SETUP HRMS > SECURITY > Change Row Security Basis Menu: SETUP_HRMS ...
The main reason we are performing a hardware upgrade is to physically separate production from our development/test environments. We only have enough funding...
I am trying to use the Integration Broker to FTP my flat file to another server but it actually FTP's the filename and not the actual file. Here's my code that...
To all: Just upgraded to PT 8.46 app 8.8. Having a problem with the Peoplesoft Administrator Role. Seems to be displaying a lot of extra stuff in the Portal...
Are you assigning an ID type such as "Employee" and not providing an employee ID for the operator ID? Thanks, Richard S. Price Piedmont Natural Gas ...
By asking your users to talk to each other when doing it! Additionally, you might want to assign someone the role of being the Tree Maintainer, who then has...
I like the separation of production and development. Which server is to be replaced would completely depend on your environment and you really haven't given...
Thanks for the input - we have one team of 3 people that control tree maintenance, chartfield maintenance and report maintenance. Even so, there are so many...
I have an sqr which is failing at this sql I am on oracle 9.2 and SQR thru Psoft begin-sql select * from wt_pp_rec_246 where to_number(wt_pp_slno) in ( select...
The LoadIBContent method is to load the content and the file name. So your file name is treated as contents. Can you use GetAttachment to transfer the file...