Questions tagged [easerver]

Sybase EAServer is a Java EE based web applications server. It is the platform used when deploying PowerBuilder applications for the web.

9 questions
1
vote
2 answers

Powerbuilder - EAServer ORCA API Deployment

I am facing an orca script deployment error. Orca returns error code -20. How can I solve this problem? BTW I can successfuly deploy my project using Powerbuilder IDE. System configuration: WindowsXP-32bit, Powerbuilder 11.2, EAServer 5.5. Below is…
1
vote
1 answer

Powerbuilder/EA Server Split transaction in PB and Java

I mentioned about this application in my earlier post about PBNI. The application (Tax Software) was written in PB/Java/EAF running on EA Server. It was developed about 8 years ago with the then available technologies. The application is working…
svaratech
  • 241
  • 1
  • 4
  • 17
1
vote
1 answer

Migration of EA server (Jaguar CTS - Sybase product)

I am currently using Jaguar CTS (also called as EA server, a Sybase product) for one of my Java based applications. Does anyone know how to migrate Jaguar to other technologies. I asked the same question in SAP forum, but did not got any reply. This…
ArigatoManga
  • 594
  • 5
  • 23
0
votes
2 answers

Rollback to the existing packages during EA Server deployment

how to save the existing packages and services in EA Server(Powerbuilder) and to again deploy the saved packages for production deployment rollback?
GSR
  • 49
  • 8
0
votes
2 answers

How can I share session in two web application in different web servers?

I have the following problem. The customer have a Java EE web application running in EAServer 5.5.0 with a custom loggin. The loggin is very simple, when the application validates the credentials entered by the user through a web page, stores the…
RubenFrancoD
  • 151
  • 1
  • 1
  • 7
0
votes
2 answers

Upgrade JDK1.5 to 1.8 on EA Server 5.5

I'm using EAServer 5.5 on Windows7 and the server is running with JDK 1.5 Now I want to UpGrade JDK1.5 to 1.8. Can you please some one help me. I am getting the following error. DynamicLibrary::lookup: af_dll_lookup (libjjdk12.dll,…
0
votes
1 answer

IIS 6 - 500 Internal Server Error during request redirect to EA server

We are using IIS6 as web server and EA server as application server. IIS6 to EA server redirection happens using libjeas_iis.dll When the length of request header exceeds 2048 while IIS redirects to EA server, we are getting 500 Internal Server…
Ganesan MP
  • 387
  • 1
  • 4
  • 10
0
votes
1 answer

Connecting to WebService via HTTPS throws SCL Profile Allocation error

I'm trying to use Jax-WS generated classes (created using wsimport) to call a webservice over an HTTPS connection from within a Java component in the application server Sybase EAServer 5.3. I get an exception in the EAServer log with the…
Doug Porter
  • 7,721
  • 4
  • 40
  • 55
0
votes
1 answer

Is this PowerBuilder stats generation code appropriately object-oriented?

I am working on refactoring an existing application written in PowerBuilder and Java and which runs on Sybase EA Server (Jaguar). I am building a small framework to wrap around Jaguar API functions that are available in EA Server. One of the classes…
svaratech
  • 241
  • 1
  • 4
  • 17