Tagged Questions

0
votes
1answer
24 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 long, hence the …
2
votes
3answers
124 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 accessing my website …
1
vote
1answer
65 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 peoplesoft.. i.e. …
0
votes
1answer
223 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 software in house …
0
votes
2answers
41 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 obviously dependent …
0
votes
3answers
126 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 The sql in question …
0
votes
1answer
50 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
1
vote
2answers
162 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, but what else do you …
0
votes
1answer
200 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-designer allow me to …
1
vote
2answers
128 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 server than PeopleSoft, …
0
votes
3answers
231 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 <= sysdate). Can I …
1
vote
4answers
778 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 that the commit is …
1
vote
1answer
467 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 same as the target. …