On our Webserver, we\'re seeing a ton of these errors: Application Server last connected //psoftapp.company.net_8850
I\'ve encountered an issue while monitoring some failed message in my integration broker. When I look at details and click on error messages I\'ve got only 50 lines ... So I\'m not able to check what\
Context: BizTalk 2010 trying to call a one way(fire and forget) PeopleSoft service that does not return a response. I have verified that BizTalk 2010 does not support one way services by design. Unab
I have a 3rd party webservice (happens to be a peoplesoft EIP service) that I\'m trying to call from .net. I\'ve tried using a service reference and the old web reference to call this service and ever
Ok this is a little bit of a strange reques开发者_JAVA技巧t. We are trying to get a formatted \"age\" statement to come out in a report in PeopleSoft, it provides a \"TSQL\" based builder which is fai
So I am querying some extremely large tables.The reason they are so large is because PeopleSoft inserts new records every time a change is made to some data, rather than updating existing records.In e
I have a .NET app running inside a Peoplesoft web portal IFrame. What I need to do is get the URL of the portal (parent) that called my .NET app.
I\'m building some widgets for a charity. Due to some logo licensing malarkey, I\'ve got to find some way of only allowing white-listed sites from running the code, or to send a error message (or some
I am being driven mad with some PeopleSoft jobs that I\'m scheduling.Job Sets and PSJobs with Crystal will not initiate the Crystal processes.The process (or any other Cyrstal process I try) will run
In C++, will a member function of a base class be overridden by its derived class function of the same name, even if its prototype (parameters\' count, type and constness)is different? I guess this a