We have a PowerBuilder 12.1 application that we have been running on a Windows 2008 R2 64 bit server. We are trying to get this application to run in our new XenApp Citrix environment. If a profile does not exist for the user when the PB app is launched the profile begins to be created - it's creating all kinds of directories and subdirectories. Not sure why. But, before the profile is completed, it blows up and execution is aborted. If the user, without a profile runs WordPad first - a profile is created correctly. Once a profile is created the PB app can be launched without a problem. We put a popup dialog in the PB app in the second line of the main program and when there is no profile and the execution aborts, the popup never gets invoked. Once a profile is created, as with WordPad, then the PB app is launched, the popup is displayed as expected.
Has anyone see behavior such as this? I'm not sure what could be causing this and do not have access to the Citrix server and it is managed by our Tech Services group. They are saying that it must be the PB app that is the problem. I'm not so sure. Any ideas on how we might trouble shoot this problem would be greatly appreciated. PB apps should be able to be run in Citrix, right? I don't know what the start up process is for a PB app in this kind of environment but I would think that execution would start in the main program. Is this correct?
thanks In Advance, Bill44077