Welcome to CompShack!
CompShack is a user driven Dev2Dev IT community. Developers can ask questions, help answer questions, or just browse code and articles contributed by users. No registration required.
You can register if you want to contribute code samples, share your knowledge at your own blog, and become adored in the community!

Contribute!

Contribute!Do you find yourself with few minutes to spare, and a desire to help other CompShackers?

Submit a tip, code or an SQL snippet. Start an article about topics you are familier with, or edit a Wiki page. Help the community grow larger by sharing a little bit of what you know!

Reasons why this is great:

  • You help your fellow CompShackers
  • Give back to the community and help it grow
  • Easy access to your code any time you need it
  • Become known and adored in the community!

Note: Registration required. Guests can edit Wiki pages.

Please try to help out with unanswered topics on the forum. Chances are you have had the same issue/question some time in your IT career!

Single Sign-on: From Production to Reporting Environment

Hi! Friends,

I am in need of your help and expecting a fast resolution, please help me out.

We are having PeopleSoft HRMS 8.8 (Tool: 8.43; Database: DB2 8.2 FP16) in our production environment, now we have created a new Reporting environment to reduce the production load. So, we want to place a link on the page which will take the user to the Reporting environment to run all the reports, "without asking for the user id and password ".

Peoplecode Trace in a File.

Local File &fle;
&fle = GetFile(GetCwd() | "/files/Test.xml", "W", %FilePath_Absolute);
&fle.WriteLine("Hi");
&fle.Close();

Test.xml can Found in...

Web Server: psoft > appserv > DATABASENAME > files > Test.xml

Display pdf file , image, website on peoplesoft page using html area.

inser an html area in page then copy the following code into it....then open the same page in PIA.

<html>
<body>

<iframe src ="\\psserver\temp\purchase.pdf" width="700" height="500">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

src is path to file or webpage.

replce src by "http://www.w3schools.com" then see.