Search the web
Sign In
New User? Sign Up
psftdba · PeopleSoft DBA Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1975 - 2004 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1975
Hi i would like to know how to set the Trace for online pages, cobol programs that means cobol sql's, etc. i know that we can enable the trace in PSAPPSRV.CFG...
Afjal Khan
afjalkhan_888
Offline Send Email
Jul 3, 2006
9:33 am
1976
Hi If you would like to trace online pages,you can set the trace flags in the login page.You should see a "trace" link on the signon page if trace is enabled, ...
Hari Hara
haribak2
Offline Send Email
Jul 4, 2006
2:40 pm
1977
To all, I have the following appear in an error message. Remote program PTPECOBL failed Unable to open the IPC output file (null). It is on a Unix app server....
tpleighton@...
tpleighton
Offline Send Email
Jul 5, 2006
9:58 pm
1978
Do you have remote cobol turned on on both your PS and AS? Have you tested it? peace, clark 'the dragon' willis PSA: Salary <> Slavery. If you earn a salary,...
the dragon
ceprn
Offline Send Email
Jul 6, 2006
11:23 am
1979
yes, and it returned normally. I do not think it is a remote call problem or anything relating to Cobol. I think it is mixed up in the communication between ...
tpleighton@...
tpleighton
Offline Send Email
Jul 6, 2006
1:54 pm
1980
Are any of the members of this forum using Oracle RAC for PeopleSoft. If interested, we are currently tuning a site that is using it and in 2-3 weeks time will...
Mark Gurry
markgurry
Offline Send Email
Jul 7, 2006
8:36 am
1981
I'm currently tuning a site that has response time spikes, e.g. 6 seconds, 1 second, 8 seconds, 12 seconds, 1 second etc etc for exactly the same query. There...
Mark Gurry
markgurry
Offline Send Email
Jul 7, 2006
8:42 am
1982
hi all, is anybody have the all security table list (in 8.1x and 8.4x)....??? cheers, manoj ... Do you Yahoo!? Get on board. You're invited to try the new...
Manoj Negi
negi2u
Offline Send Email
Jul 7, 2006
1:12 pm
1983
Hello! I had a similiar Cobol error. PeopleSloth Customer Abuse recommended that I enable the following parameter (RCCBL Redirect=1) in my psappsrv.cfg file: ...
Brian & Sharalyn Grif...
griobhtha
Offline Send Email
Jul 7, 2006
5:47 pm
1984
We are currently using Data Guard for Disaster Recovery and looking at RAC for high availability/Failover. Our current Tools version does not support 10g RAC....
Ramesh Chamala
hitechdba
Offline Send Email
Jul 7, 2006
5:51 pm
1985
Already have that parameter set. PeopleSoft recommended a recompilation of Cobol and re-executing some DM scripts. My supervisor went ahead and rebooted the...
tpleighton@...
tpleighton
Offline Send Email
Jul 7, 2006
6:27 pm
1986
UK Oracle User Group eBlast 6 July 2006 UKOUG Fusion Technology Focus Group Survey - Launched Please take the time to complete the following survey: ...
David Kurtz
davidkurtz
Offline Send Email
Jul 7, 2006
8:33 pm
1987
Mark The version number of type SYS is the global version number. It gets incremented on its own, and also when any other PeopleTools object gets incremented....
David Kurtz
davidkurtz
Offline Send Email
Jul 7, 2006
8:53 pm
1988
Excellent... Thanks David! I suspected that this was the case with the different numbers on the PSAPPSRV. We are working from the DB out to solve the issue....
Mark Gurry
markgurry
Offline Send Email
Jul 8, 2006
1:33 am
1989
Hi Manoj You can get the list of all security tables from securityexport.dms script in the PS_HOME\scripts directory. Security tables for user data only is...
Hari Hara
haribak2
Offline Send Email
Jul 8, 2006
6:02 pm
1990
Anyone have any experience with large numbers of users crashing your apps server? Memory isn't maxed out, but we are getting the following java memeory error...
ben
benghahhari
Offline Send Email
Jul 10, 2006
6:49 pm
1991
have you done a "ulimit -a" as the user running the apps server (if you're on unix?) check the other system limits - most likely semaphores. ... From: ben...
Shaun
shaun3823
Offline Send Email
Jul 11, 2006
7:29 am
1992
It's also worth checking you CLASSPATH. Sometimes out of memory errors happen because dependent files can't be found....
sabrecsuk
Offline Send Email
Jul 11, 2006
8:15 am
1993
OK.... I have two PS_HOMES on the same RS6000 server (OK, the app servers are on one server and the Proc Scheds on another). Same versions of tools, same ...
the dragon
ceprn
Offline Send Email
Jul 11, 2006
11:08 am
1994
error message is: Load error : file '_tMc7020' error code: 173, pc=0, call=1, seg=0 173 Called program file not found in drive/directory PSA: Salary <>...
the dragon
ceprn
Offline Send Email
Jul 11, 2006
2:21 pm
1995
Although it does not exactly look like the errors that I have seen when this happens, 1: The error is in the PIA error log - it is potentially a webserver...
Graham Bowden
grahambowden@...
Send Email
Jul 11, 2006
3:46 pm
1996
in the setenv.bat file, set the java heap size (min and max) parameter to 256 or more, depend on your no. of users... i think max it can support till 2 gb......
Manoj Negi
negi2u
Offline Send Email
Jul 11, 2006
3:47 pm
1997
Clark, Have you compared the directories as in the number of files? It has been awhile but I do believe that either the diff command or a relative of that...
tpleighton@...
tpleighton
Offline Send Email
Jul 11, 2006
3:59 pm
1998
We see this a lot on undersized systems - it's your web server not your app servers. What have you got the maxheapsize set to? 2Gb is not unusual, above that...
Robert Ellis
robert_ellis...
Offline Send Email
Jul 11, 2006
4:00 pm
1999
Will check semiphores, ulimit and Classpath. One correction, though, is that this was our web server crashing. Will report back. Thanks for suggestions....
benghahhari
Offline Send Email
Jul 11, 2006
6:06 pm
2000
Hi, We are using Oracle 9.2.0.5 database on solaris 8 for the Peoplesoft applications(Tools 8.21 8Sp1). We are planning to upgrade the database from 9.2.0.5 to...
arzoo_tech
Offline Send Email
Jul 11, 2006
6:18 pm
2001
The site has RAC installed with Oracle 9i. 10G upgrade is definitely an option. I will definitely share my findings. We have done lots of RAC tuning on NON...
Mark Gurry
markgurry
Offline Send Email
Jul 12, 2006
4:10 am
2002
We resolved this by recompiling the process scheduler configuration for the env that was going to error..... go figure. peace, clark PSA: Salary <> Slavery. If...
the dragon
ceprn
Offline Send Email
Jul 12, 2006
10:47 am
2003
Clark, Did you change anything? Was it as simple as stop, reconfig, then start? It is still very strange. Tom ... ...
tpleighton@...
tpleighton
Offline Send Email
Jul 12, 2006
12:22 pm
2004
Tom, Yes, that was it... Stop the process scheduler. Configure, just return through all the settings to the end, and restart. I'm not even certain if I ...
the dragon
ceprn
Offline Send Email
Jul 12, 2006
1:37 pm
Messages 1975 - 2004 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help