active questions tagged peoplesoft - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T13:19:35Z http://stackoverflow.com/feeds/tag/peoplesoft http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1203323/peoplesoft-logins 2 PeopleSoft logins unknown (yahoo) 2009-07-29T22:02:21Z 2009-10-15T15:16:58Z <p>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 will not have to have another username/password?</p> http://stackoverflow.com/questions/1462629/peoplesoft-security 1 Peoplesoft security ak 2009-09-22T21:11:24Z 2009-10-14T19:00:03Z <p>We want to give users peoplesoft portal access from outside network. But ..that access needs to be read only and very limited.</p> <p>Has anyone done location based role enabling is peoplesoft.. i.e. disable all roles and enable only particular role based on ip address or web server ?</p> http://stackoverflow.com/questions/1499017/process-scheduler-runtime-parameter 0 Process scheduler runtime parameter Jesse 2009-09-30T15:51:43Z 2009-10-01T14:59:06Z <p>Hello,</p> <p>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 upon the server the process is being executed on. I understand the GetEnv command can be used, but I don't want to set an environment variable for this particular instance (it does not reside under the PS_FILES) path. I've searched peoplebooks for any kind of built in function or system variable, but was not successful (obviously).</p> <p>Any suggestions would be appreciated.</p> <p>Thanks</p> http://stackoverflow.com/questions/1369323/webservice-returning-text-plain-whern-text-xml-is-expected 0 Webservice returning text/plain whern text/xml is expected? jhunter 2009-09-02T18:17:59Z 2009-09-02T19:12:02Z <p>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 that interfaces with an old version of People Soft to learn it.</p> <p>The People Soft people I work with also don't know anything about the Component Interface, but but they have evidently set up some web services with and given me the wsdl files. I've got it set up in VS2k8 and wrote a little application to try calling a webservice to see if it works. I get this message:</p> <blockquote> <p>Client found response content type of 'text/plain; charset=UTF-8', but expected 'text/xml'.</p> </blockquote> <p>Googling it hasn't given me much help. I asked the PS guys to look through the settings and see if there is a way to change the output, but they say they don't see anything like that in there.</p> <p>The address I got from the WSDL for the webservice is http:///PeopleSoftServiceListeningConnector when I just put that address in a web browser I get what looks like SOAP xml with "IBRequest:getInfoXMLString(). ExternalOperationName is a required field." in faultstring tags.</p> <p>Any insight into this problem would be great. I don't know if I'm just doing it wrong or PS isn't configured properly and I'm really just fumbling in the dark. Hell even if you just know where there is PS Component Interface documentation hidden somewhere that would be great.</p> <p>EDIT: After following Jon Skeet's advice to use fiddler I have this as the response from the webservice:</p> <pre><code>&lt;?xml version="1.0"?&gt; &lt;IBInfo&gt; &lt;Status&gt; &lt;StatusCode&gt;20&lt;/StatusCode&gt; &lt;MsgSet&gt;158&lt;/MsgSet&gt; &lt;MsgID&gt;10409&lt;/MsgID&gt; &lt;DefaultTitle&gt;Integration Gateway Error&lt;/DefaultTitle&gt; &lt;/Status&gt; &lt;/IBInfo&gt; </code></pre> http://stackoverflow.com/questions/1192020/sql0100w-error-on-db2 0 SQL0100W Error on DB2 Alterlife 2009-07-28T05:07:16Z 2009-08-25T11:26:59Z <p>I get the following error when running an sqr report on DB2:</p> <pre><code>SQL0100W - No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 </code></pre> <p>The sql in question runs correctly when I paste it into RapidSQL, replacing the parameters. The sql in question is an insert-select. No rows are returned by the select, and this is fine... I expect the report to be blank for my parameters. </p> <p>Any idea how I can get around this?</p> http://stackoverflow.com/questions/887970/logging-into-peoplesoft-app-designer-in-2-tier-using-ldap-authentication 0 Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication. Alterlife 2009-05-20T13:40:27Z 2009-06-29T06:16:17Z <p>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.</p> <p>I need to make app-designer allow me to login with 2-tier mode using LDAP authentication. Is this possible without customization?</p> http://stackoverflow.com/questions/984867/getting-data-out-of-peoplesoft 1 Getting data out of PeopleSoft unknown (yahoo) 2009-06-12T03:46:20Z 2009-06-21T17:03:13Z <p>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, but the same internal network.</p> <p>What are the options, and I welcome any recommendations.</p> http://stackoverflow.com/questions/888752/paglets-in-peoplesoft 0 Paglets in PeopleSoft Anand 2009-05-20T15:48:17Z 2009-05-22T11:33:24Z <p>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</p> http://stackoverflow.com/questions/607227/working-with-effective-dated-records 0 Working with effective dated records Bobby 2009-03-03T16:56:20Z 2009-03-05T16:30:19Z <p>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 &lt;= sysdate). Can I fetch these in single row or will it be 5 rows for an Employee?</p> <pre><code>select emplid, effdt, action_reasons -- we have to build a logic here. -- Should we initialize 5 ACT variables to fetch rows into it? -- Please help from JOB where emplid = '12345' and effdt &lt;= sysdate. </code></pre> http://stackoverflow.com/questions/571741/how-do-you-configure-your-peoplesoft-test-environments 1 How do you configure your PeopleSoft Test Environments? Joe 2009-02-21T00:12:27Z 2009-02-25T20:16:58Z <p>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 change in your test environments? Colors, fonts, etc.</p> <p>Any good examples, links, how-to's would be much appreciated.</p> http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec 1 Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? Grant Johnson 2008-09-19T14:28:41Z 2009-01-12T11:18:44Z <p>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 being fired asynchronously, allowing the transactions to complete out of order.</p> <p>There are many inserts of detail records, followed by a trailer record which performs an update on the rows just inserted. Some of the rows are not receiving the update. This problem is sporadic, about once every 6 months, but it causes statistically significant financial reporting errors.</p> <p>I am hoping that someone has had enough dealings with the internals of PeopleTools to know what it is up to, so that perhaps I can find a work around to the problem.</p> http://stackoverflow.com/questions/315919/setting-globalnames-parameter 1 Setting global_names parameter. unknown (yahoo) 2008-11-24T23:54:00Z 2008-11-25T13:55:29Z <p>Greetings,</p> <p>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. My question is does anyone know the ramification of setting global_names to false in the init.ora parameter file? </p> <p>More specifically, I want one of our environments (global_names = true) to have a database link called PRODLINK and it will point to a production HR database. Another environment (where global_names = false) will also have a link called PRODLINK but it will point to a non-production database. To further complicate it, one database environment is at Oracle 9.2 while the other is at Oracle 10.2</p> <p>I have searched for an answer for this but can't find one. Thanks in advance for your any help/advice you can offer up.</p> <p>J.C.</p>