Tagged Questions

0
votes
0answers
4 views

How to change mime type of email notifications sent by PeopleSoft?

I work near some PeopleSoft guys and they asked how to change a link in an email notification sent by PeopleSoft so that it is friendly, basically they just wanted the use of an HT …
0
votes
0answers
16 views

Is there a size limit for the SQL text in a PeopleSoft App Engine SQL Step/Action?

I'm getting the following error: AeSymResolveStatement [775] ... Meta-SQL error at or near position 34338 in statement (108,512). The SQL statement itself is over 40,000 chars lon …
0
votes
2answers
36 views

Process scheduler runtime parameter

Hello, Can anyone recommend a fairly clean method for determining the process scheduler an app-engine is running on at run-time (NT or UNIX). I need to set a file path that is ob …
1
vote
1answer
59 views

Peoplesoft security

We want to give users peoplesoft portal access from outside network. But ..that access needs to be read only and very limited. Has anyone done location based role enabling is peo …
0
votes
1answer
195 views

Webservice returning text/plain whern text/xml is expected?

I need to use People Soft's component interface in order to communicate with People Soft. I can't find any sort of documentation for this so I'm having to go off an old version of …
2
votes
2answers
104 views

PeopleSoft logins

I'm building a web application that will have access to PeopleSoft's database via jdbc. Is it possible that I can use PeopleSoft's id/password for my custom application, so users a …
0
votes
3answers
116 views

SQL0100W Error on DB2

I get the following error when running an sqr report on DB2: SQL0100W - No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 …
1
vote
2answers
115 views

Getting data out of PeopleSoft

We have a PeopleSoft installation and I am building a separate web application that needs to pull data from the PeopleSoft database. The web application will be on a different serv …
0
votes
1answer
39 views

Pagelets in PeopleSoft

Can we dynamically pass parameters for a Pagelet in tools 8.50? I am looking to create dashboards using Pagelets where the user needs to pass parameters on the fly
0
votes
1answer
180 views

Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication.

I have a database with LDAP login enabled. It works fine when logging in through the PIA or when logging into app-designer through the application server. I need to make app-desig …
0
votes
3answers
213 views

Working with effective dated records

How to fetch an Employees, say 5 latest Action_reason rows which are in an effective dated record, no future rows, should select only current and history rows(effective date <= …
1
vote
1answer
153 views

How do you configure your PeopleSoft Test Environments?

What are some the items you change in your test environments to make them standout from production, and how do you go about make these changes? I know you can change the PS LOGO, b …
1
vote
1answer
448 views

Setting global_names parameter.

Greetings, My company uses Peoplesoft for its financials and HR. Our implementation is on Oracle databases. Setting global_names = TRUE forces you to name your database link the …
1
vote
4answers
752 views

Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end?

I have a strange problem on a PeopleSoft application. It appears that integration broker messages are being processed out of order. There is another possibility, and that is th …