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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3321 - 3350 of 3932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3321
Hi DBA's, Our customer is running the Payroll process , in which the Cobol process GPPDPRUN is being run by various users , randomly the process is in the...
prasad prasad
prasad_83_2000
Offline Send Email
Aug 3, 2008
5:32 am
3322
can you paste the erroe logs ? Thnaks, Deep ... -- -- Regards, Deep...
Deep Pandey
deep_tkt
Offline Send Email
Aug 3, 2008
8:23 pm
3323
Hi Prasad, I understand that there may be contention for rows in cases where the payroll is being run by simultaneous users (**Case for deadlock??). So one of...
Pradeep
virtualpradeep
Offline Send Email
Aug 3, 2008
8:25 pm
3324
Hi DBA's, The are the process scheduler o/p , The process gets stuck at this phase and throws no errors, Oracle Enterprise Global Payroll and Absence...
prasad prasad
prasad_83_2000
Offline Send Email
Aug 4, 2008
6:50 am
3325
Hi I have developed the below code for W4 changes 8.9/8.48, So that State Tax data gets updated from the W4 Fed tax changes page. When i try to save I get...
khamsala
Offline Send Email
Aug 5, 2008
8:17 pm
3326
I got the following sql from Oracle that was supposed to fix our 403(b) problem but it errors on the minus sign. I've tried everything to get it to run. Any...
Stephen Fols
yippeeioky
Offline Send Email
Aug 6, 2008
7:33 pm
3327
and the error would be???? Also, have you tried formatting it so it makes sense? (copy and paste using a fixed font and it looks better) UPDATE...
the dragon
ceprn
Offline Send Email
Aug 6, 2008
7:49 pm
3328
It took me months to get the fix and so far I haven't gotten a response back from them. The YEAR(EFFDT) is a reserved word. I looked it up....
Stephen Fols
yippeeioky
Offline Send Email
Aug 6, 2008
7:53 pm
3329
Sorry...The error is: 8 AND U.LIMIT_EXT_TYPE = S.LIMIT_EXT_TYPE) - * ERROR at line 8: ORA-00933: SQL command not properly ended...
Stephen Fols
yippeeioky
Offline Send Email
Aug 6, 2008
7:58 pm
3330
It may very well be a reserved word, but it's not a command... At least nothing I can find documented in Oracle SYSADM@FSDEV>selectselect> year(sysdate) from...
the dragon
ceprn
Offline Send Email
Aug 6, 2008
8:01 pm
3331
Oh.... get rid of that parenthesis - it doesn't belong there. It's ending that paragraph of the select. Put it at the end of calendar_year after the other...
the dragon
ceprn
Offline Send Email
Aug 6, 2008
8:09 pm
3332
Ok thanks. Now I get an invalid identifier on YEAR(EFFDT). I'll change that and see what I get....
Stephen Fols
yippeeioky
Offline Send Email
Aug 6, 2008
8:15 pm
3333
did you try minus instead of "-" ... From: Stephen Fols <fols@...> To: psftdba@yahoogroups.com Sent: Thursday, 7 August, 2008 1:03:25 AM Subject:...
Ramesh
rameshsraj
Online Now Send Email
Aug 6, 2008
10:34 pm
3334
Using minus did help but now I get the "can't update null" message....
Stephen Fols
yippeeioky
Offline Send Email
Aug 7, 2008
3:33 pm
3335
I do not think you want a minus. The way I read the code, you're taking a number value and subtracting another number value from it for each record. Using the...
the dragon
ceprn
Offline Send Email
Aug 7, 2008
4:17 pm
3336
You're correct. But it still isn't working. When I moved the right paren before the - sign I got another error. AND U.LIMIT_EXT_TYPE = S.LIMIT_EXT_TYPE - * ...
Stephen Fols
yippeeioky
Offline Send Email
Aug 7, 2008
5:22 pm
3337
Use "find" command in unix/linux.   Regards Vinayan ... From: H NG <psoftneto@...> To: psftdba@yahoogroups.com Sent: Wednesday, 23 July, 2008 3:01:29 PM ...
Vinayan.K.C
psftprofessi...
Offline Send Email
Aug 7, 2008
6:01 pm
3338
Stephen,   I assume you know that for your SQL update to be successful, the two select SQLs (one minus the other) on the right side of "Set" clause must...
Hailin Wang
hlwang1128
Offline Send Email
Aug 7, 2008
6:01 pm
3339
I've tried this with various sets of extra brackets and I can't get it to work either. drop table t; create table t (a number); insert into t values (1); ...
David Kurtz
davidkurtz
Offline Send Email
Aug 7, 2008
10:22 pm
3340
Try find <dir_name> -name able_name *.cbl -print e.g find /product/psoft -name GPPL.CBL -print -- Regards, Deep ... Try find <dir_name> -name able_name *.cbl...
Deep Pandey
deep_tkt
Offline Send Email
Aug 8, 2008
7:18 am
3341
Wow...Thanks. I'll give this one a try....
Stephen Fols
yippeeioky
Offline Send Email
Aug 8, 2008
12:42 pm
3342
minus is not an arithmatic operator. It is a s set operator in the catogory of union,intersect etc ... From: Stephen Fols <fols@...> To:...
Manoj Kumar
nedmanoj
Offline Send Email
Aug 8, 2008
2:25 pm
3343
Can someone if it is possible to copy project from people tools 8.46 to 8.49 ..I mean copy to file from PT 8.46 & copy from file to 8.49. Thanks, Sameer....
sameer180184
Offline Send Email
Aug 11, 2008
7:36 pm
3344
You can only copy directly between two databases within the same release. The only way to copy between two different releases is via a flat file. Export the...
David Kurtz
davidkurtz
Offline Send Email
Aug 11, 2008
8:29 pm
3345
Hello Everyone, Our Production App Server is getting crashed once in a while with the following error in the Appsrv log file: PSVerityPipeExec.1183748 (5)...
Sunil Kumar Reddy
sunilrreddy
Offline Send Email
Aug 12, 2008
6:05 pm
3346
Yes. It is possible. Copy the project to file and save it. Open Application designer for 8.49 . Copy the project from file and open the file . Thats all.   ...
balakrishnan senthil
besenthil
Offline Send Email
Aug 14, 2008
7:31 am
3347
Hi all, I am running request using system process requests screen. I want the output to be distributed to other users. The ends well and is posted. I am unable...
H NG
psoftneto
Offline Send Email
Aug 14, 2008
4:42 pm
3348
ok Thanks for information. ... From: balakrishnan senthil <besenthil@...> To: psftdba@yahoogroups.com Sent: Thursday, August 14, 2008 3:15:15 AM Subject:...
samir patil
patil_sameer_b
Offline Send Email
Aug 14, 2008
4:42 pm
3349
Check the status of the PSRF services... Also research report distribution, and the report manager in peoplebooks. peace, clark 'the dragon' willis PSA:...
the dragon
ceprn
Offline Send Email
Aug 14, 2008
4:50 pm
3350
Hi Tech-folks , I am looking at upgrading Peopletools from 8.46 to 8.49. I found out from customer connection that for PT 8.49 it needs upgradation of Cobol...
chris_psadm
Offline Send Email
Aug 16, 2008
8:14 pm
Messages 3321 - 3350 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