peopletools-l
Messages for peopletools-l
- RE: SPF File in SQR
- Hi Zikanto, I am also getting same error but unable to find out solution.
10 February 2012
- Missing Value for the Following Field : ConnectorClassName
- Hi All, We are integrating Fin 9.0 with HR 9.1 System and when we are tryin
10 February 2012
- RE: Grid Sort For More than One Column
- If you retrieve the rowset object instead of the grid, you can sort by more
10 February 2012
- Re: Grid Sort For More than One Column
- Use scrollselect and sort it by as many columns you like. ---------------O
10 February 2012
- RE: Can We Use a Work Record In A Grid?
- Thanks all for your responses. I got a clear idea now. ---------------O
10 February 2012
- RE: Worklist Link Is Not Passing the Key Values in Peoplesoft
- Its populating all the key values in worklist link label. But after clicki
10 February 2012
- Grid Sort For More than One Column
- The sort() function takes only one column of the grid as its' parameter. Wh
10 February 2012
- RE: COBOL Error in CS 9.0
- Hello, I faced this error in the past a few times. It happened when there w
10 February 2012
- Re: How to Change Component Item Label in Portal through PeopleCode?
- This can be done without using PeopleCode also. In PIA 1.) go to peopletoo
10 February 2012
- Deletion of Data Source, Report Definition and Process Definition
- I have created data source, report definition and process definition in PIA
10 February 2012
- Simple Cobol Test Program Failing
- Hi All, Simple cobol program test failing with below error compile and li
10 February 2012
- How to Change Component Item Label in Portal through PeopleCode?
- I have a component and page. I placed these in two different Menus. But in
10 February 2012
- Customized EIP to Send EVENT Details from CRM to Campus Solution
- Hello Friends, We have a requirement where we have to sent the events from
10 February 2012
- Re: Edit WSDL - Anybody?
- Hi Curtis, Adding my two cents in this: We had a long debate on this, who
10 February 2012
- Re: COBOL Error in CS 9.0
- Typically you'll encounter this type of error when the following occurs: 1
10 February 2012
- Re: Inbound XML file from 3rd party + AppMessaging [PeopleSoft HR 8.9]
- Hi, We got the similar requirement of getting the XML file from third part
10 February 2012
- RE: Edit WSDL - Anybody?
- Thak William. But, I need to edit the WSDL that is produced by PeopleSoft
10 February 2012
- Re: COBOL Error in CS 9.0
- It's an array issue you need to increase the array and recompile. Michael
10 February 2012
- COBOL Error in CS 9.0
- We are currently experiencing an issue with a delivered COBOL in Campus Sol
10 February 2012
- RE: Edit WSDL - Anybody?
- a wsdl is just a text file - you can just use notepad if you need to change
10 February 2012
- RE: Process Monitor View in Tools 8.51
- Thanks Justin ---------------Original Message--------------- From: Abdulla
9 February 2012
- RE: Edit WSDL - Anybody?
- Curtis, You can change the message schema from Message . But the Edit butto
9 February 2012
- RE: Process Monitor View in Tools 8.51
- Interesting Article, it is similar to what we experience, but I don't think
9 February 2012
- RE: Process Monitor View in Tools 8.51
- I believe what he is experiencing is an error when a process is added to an
9 February 2012
- RE:Process Monitor View in Tools 8.51
- Not sure what your questions really is. The process instance is assigned a
9 February 2012
- RE: Oracle Copy Command for Long Field
- Thanks Rick! I finally got it work through PL/SQL ---------------Original
9 February 2012
- Edit WSDL - Anybody?
- I have a situation where our internal SOA broker/manager "black box" produc
9 February 2012
- RE: Process Monitor View in Tools 8.51
- Thank you George. that is a very helpful information ---------------Origin
9 February 2012
- RE: Process Monitor View in Tools 8.51
- We are on Unix. Why would it assign a lower process instance number to a pr
9 February 2012
- RE: Process Monitor View in Tools 8.51
- Abdullah: What you're describing is a bug in PeopleTools 8.51. Have a look
9 February 2012
- RE: How to Display \r\n character in TableItem in Windows?
- Try char(10) and char(13)? ---------------Original Message---------------
9 February 2012
- RE: Publish XML through a Rowset based message
- Hi Neeraj, Need your help. I am trying to integrate Peoplesoft ESA and SA
9 February 2012
- Re: Process Monitor View in Tools 8.51
- The order is by process instance. What operating system are you on? ------
9 February 2012
- RE: Message Catalog Bullets and Bold Text
- ... and will work, that's what most of my clients do. ---------------Origi
9 February 2012
- Document Management Tool in PeopleSoft
- Does PeopleSoft provide any document management system ? We receive tons of
9 February 2012
- Process Monitor View in Tools 8.51
- We just got upgraded to PeopleTools 8.51 (from 8.46). One of the things tha
9 February 2012
- RE: Translate Values and XLAT Properties
- Look at the details of how query is using the effective date logic for retr
9 February 2012
- SQR Direct Printing Producing extra Blank Space for Image
- Hi All - So this is the dilemma, my sqr program output is directed to an H
9 February 2012
- RE: Oracle Copy Command for Long Field
- Pretty much can't do that because it has a long type field. Choices are ei
9 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- they had given us the solution also..it can be found at: https://psft-updat
9 February 2012
- RE: RE:Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- Is there a workaround until then? ---------------Original Message---------
9 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- i raised an SR with Oracle yesterday and they get back to me with the resol
9 February 2012
- RE: Can We Use a Work Record In A Grid?
- The GetRowset reference needs to be to the main record, not the work record
9 February 2012
- Oracle Copy Command for Long Field
- Hi, I am trying to get data from archive table and insert it back to the
9 February 2012
- RE: Mutliple Values For Prompts in PS Query
- Justin, That worked. Thanks. ---------------Original Message----------
9 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- PeopleSoft 8.3 Payroll for North America Troubleshooting Guidelines. I hav
9 February 2012
- RE: In SQR - LET #Field = {Substition_Field} what do the {} do?
- Hi, i think not only a subst field but also reusable across the functions w
9 February 2012
- In SQR - LET #Field = {Substition_Field} what do the {} do?
- In SQR - LET #Field = Substition_Field what do the do I am assuming t
9 February 2012
- RE: Worklist Link Is Not Passing the Key Values in Peoplesoft
- Check your worklist record. You should include your primary component recor
9 February 2012
- RE: Expense Report could not be submitted due to system error
- Follow up. I have been doing some development and bumped into this issue i
9 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- Hi Jim, What Trouble Shooting Guidelines are you referring
9 February 2012
- RE: Importing Data from a Flat File to a Record by App Engine Program
- Hi, You have to create a temporary record which should have all the column
9 February 2012
- Re: Adding Blank in Union Select in Query Manager
- Try creating an expression and adding it to the list of fields being select
9 February 2012
- RE: Can We Use a Work Record In A Grid?
- Thanks for responding. If am using my work record as a Main Record for the
9 February 2012
- RE: Adding Blank in Union Select in Query Manager
- Add a new expression and define it as ' ', then select to use it as a field
9 February 2012
- RE:Reports not posting from one server
- For the xcopy, you should use the physical server name such as \\serverA\ps
9 February 2012
- Re: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- I hope that you have followed all the processes on Page 13 and 14 of the Tr
9 February 2012
- RE: Can We Use a Work Record In A Grid?
- Yes and you can make that field invisible if not required --------------
9 February 2012
- RE:Difficulty in uploading csv datetime field through file layout.
- I use sqr to load csv files and unstring by "/" into the month, day, year v
9 February 2012
- Adding Blank in Union Select in Query Manager
- I am trying to add new union to the existing query in query manager and how
9 February 2012
- Out of Memory Issue in Sqr in PeS.
- Hi, I am running a Sqr and getting the Out of Memory Issue.The Sqr selects
9 February 2012
- Re: Can We Use a Work Record In A Grid?
- Yes you can put, bu in each level there should be atleast one field from da
9 February 2012
- RE: Difficulty in uploading csv datetime field through file layout.
- Thanks James it's useful for date time format ---------------Original Me
9 February 2012
- Worklist Link Is Not Passing the Key Values in Peoplesoft
- Worklist link is not passing the key values in peoplesoft?
9 February 2012
- Can We Use a Work Record In A Grid?
- Can we use a work record in my grid in level 1 and a data base record in le
9 February 2012
- RE: XML Publisher, Preview Template: Error Generating Report Output: (235,2309)
- Hi, I sorted this. The options weren't set properly in rtf file>bi pub men
9 February 2012
- Importing Data from a Flat File to a Record by App Engine Program
- Hi, I'm a fresher to PeopleSoft. I have to use a application engine program
9 February 2012
- RE: Email Subject of 3C - Communication Generation
- Hi Edmund, Did you get a solution for data driven information in email sub
9 February 2012
- Alternative to format-number
- Is there an alternative to using format-number to format results for the qu
9 February 2012
- RE: Mutliple Values For Prompts in PS Query
- So, if the user does not want to enter any departments, what is it you're w
9 February 2012
- RE: Mutliple Values For Prompts in PS Query
- I would try the following instead (:3 = '%' OR (0 INSTR(',' || :3 || ',
8 February 2012
- RE: Mutliple Values For Prompts in PS Query
- Hi, I am trying to make this work when user does not want to enter values
8 February 2012
- RE: "Row level" Exit-Select for SQR
- Correct! ---------------Original Message--------------- From: Ken Duncan S
8 February 2012
- RE: EXTERNAL: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- This is a known bug and the solution was posted to customer connection this
8 February 2012
- RE: RE:Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- If its not any connection to act 32, if you search on oracle support for th
8 February 2012
- Re: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- We had similar issue it was caused by moving a employee from monthly advanc
8 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- we tried running online paycheck for this employee but that failed too with
8 February 2012
- RE: RE:Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- We are not sure exactly what the connection is yet. this just happened 1 h
8 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- yes this employee is a PA employee but could you please let me know how ACT
8 February 2012
- RE: Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- Hi we just got the same error. we turned the person off to get through pay
8 February 2012
- Unique Constraint SYSADM.PS_TAX_BALANCE Violated error while Confirming the Payroll
- Hi Friends, we are getting below error in peoplesoft prod while running pay
8 February 2012
- RE: "Row level" Exit-Select for SQR
- Thanks. That makes a big difference and looks much closer to correct. I h
8 February 2012
- Equation Engine Table changes in Campus Community 9.0
- We notice some equation engine changes in Campus community 9.0 There are so
8 February 2012
- RE: Image printing through SQR
- Hi Derick Were you able to figure it out. I was able to do it but my issue
8 February 2012
- RE: Message Catalog Bullets and Bold Text
- Your message catalog text should be with html tags. Set the message catalog
8 February 2012
- Message Catalog Bullets and Bold Text
- Hi, I want to use bullets and bold text in a message catalog. This text is
8 February 2012
- RE: Testing Framework - Save Error
- Were you able to resolve this issue ? I'm getting same error too. --------
8 February 2012
- RE: "Row level" Exit-Select for SQR
- You don't include the code from the calling SELECT, but if I understand wha
8 February 2012
- RE: Integration Gateway General Error (158,10201)
- @user568... did you resolve your problem in the end? What was the cause? I
8 February 2012
- RE: Mutliple Values For Prompts in PS Query
- David, Its working for me now. There were some trailing zeroes which was
8 February 2012
- Has Anyone Used Exadata/Exalogic for PeopleSoft?
- Has Anyone Used Exadata/Exalogic for PeopleSoft? What has your experience
8 February 2012
- Re: Sendmail Function In Peoplecode Not Sending Email
- Thanks a lot folks, I really appreciate your help... ---------------Orig
8 February 2012
- RE: "Row level" Exit-Select for SQR
- This may seem too simple but what about a GOTO statement. ---------------O
8 February 2012
- RE: Mutliple Values For Prompts in PS Query
- Don's correct. The data entered into the :3 prompt needs to match the value
8 February 2012
- RE: Can a Client be Forced to Log Off?
- Does this only occur if the user reenters the component he transfered to?
8 February 2012
- RE: Non Rowset based message
- Mission Accomplished. Thank you guys. ---------------Original Message----
8 February 2012
- RE: Enable Reassign Button on Worklist Page
- Open your activity definition in app designer, and check your step definiti
8 February 2012
- RE: Non Rowset based message
- You can use the peoplecode soap class or the xml class to create your messa
8 February 2012
- RE: SQR : Field Formating in Excel file generated from SQR
- Thanks all....this thread helped me immensely. This is how I did my code -
8 February 2012
- Can a Client be Forced to Log Off?
- There is a known bug in PeopleSoft with the timeout process and web profile
8 February 2012
Dossier
Adapters
Annonces
A voir sur le net
- Ordonnancement.net
Ordonnancement.net est un forum regroupant une communauté d’acteurs de l’ordonnancement de compétences différentes mais tous réunis par l’utilisation par l’utilisation d’un ordonnanceur.
Cette rubrique reprend les offres déposés sur le site, elles concernent donc exclusivement les métiers de l’ordonnancement.
- Keljob.com
Moteur de recherche d’emploi, job et stage du jeune diplome au cadre experimente. Criteres : region, type de contrat (CDD, CDI, Interim). Conseils pour les professionnels du recrutement (ASP,CV).
- Michael Page
Michael Page, cabinet de conseil en recrutement
- Monster.fr
Offres d’emploi monster.
- DirectEmploi.com
Offres d’emploi Informatique-Telecoms, depot de CV, tests de recrutement, plus de 14 000 annonces
- Apec.fr
30 offres de Cadre - Systèmes, réseaux, data
- ITProfil.com
ITProfil.com - Toutes les dernières offres de missions, offres d’emplois et offres de projets.
- Hays.fr
Jobs from Hays...
- Reseau-Emploi.com
Annuaire de 1100 entreprises et 3000 Offres d’emploi en informatique et électronique.
- Webcible-IT.com (Production)
Listing des offres Exploitation / Production / Maintenance
- Webcible-IT.com (Architecture)
Listing des offres
- Webcible-IT.com (Projets)
Listing des offres Gestion de Projets
- Webcible-IT.com (Ingénierie)
Listing des offres
- PC-infopratique.com
Les dernières offre d’emploi en informatique
- CarriereOnline
Le Blog des fonctions informatiques vous propose : Offres d'emploi, offres de stage et conseils en gestion de carrière dans les Télécommunications, Systèmes réseaux, Support informatique, Multimédia, Internet / NTIC, Ingénieur, Informatique industrielle, Informatique de gestion, Direction informatique, Conseil informatique, Autres fonctions informatique, Audit informatique, Architecte (IT)
- Cadremploi.fr
Ce service est fourni par CADREMPLOI.fr, il est protégé par le droit d’auteur et appartient à CADREMPLOI.fr.
- JobFreelance.org
Emploi Informatique - Offres de mission pour les freelances informatiques
Portail gratuit entièrement dédié aux missions freelance informatique, emploi informatique, recrutement informatique. Espace freelance et espace recruteur sont à la disposition des freelances informatiques recherchant des missions et des entreprises recherchant des compétences. Info pratique pour les indépendants informatiques
- OptionCarriere.com
Offres d’emploi sector : "informatique telecom" - France - Optioncarriere
- Emploirama.com
Dernières offres d’emploi dans l informatique parues sur emploirama.com
- CmonJob.fr
Votre recherche : Emploi Informatique / telecom , voici nos dernieres offres d’emploi sur CmonJob.fr. Emploi Informatique / telecom . Trouvez votre job !
- Jobtech.fr
Jobtech.fr - Le site emploi 100% Technique et Ingénierie. Offres d’emploi de la fonction "Hi-Tech / Informatique / Telecom"
- Orange-business.com
- Elancelot.com
Latest Job News
- Eci-conseils.com
Emploi par Eci-Conseils.com
- fr.emplois.offres
Google Group : Offres d'emplois ou de stages. (Moderated)
- Annuaire RH
Offres d’emploi quotidiennes http://www.annuaire-rh.org
- Freelance-info
- e-tangerine
votre partenaire sourcing

