Recent content by rajaselvam26

  1. R

    OpenEdge Installtion Procedures

    Hi All, I had Created a Blog for Installing OpenEdge. Please go through that and give me your comments on improving the Installation Guide. Link : http://ksbyselvam.blogspot.com/ Regards, - Rajaselvam M
  2. R

    Database Connection Issue

    HI, Give me Some examples... -Rajaselvam.M
  3. R

    Database Connection Issue

    Parul, I had already created table in the name of TBL_TENANT in Sports2000 db. and Even I tred with the Following Code: /* check database connections */ IF NOT CONNECTED ("sports2000") THEN DO: MESSAGE "Database sports2000 is not connected!" VIEW-AS ALERT-BOX ERROR...
  4. R

    Database Connection Issue

    Hi All, I am creating a UserCreation.p file, from that file I am trying to connect the Database. But I cant able to do that. At that time I am getting the Following Error. Unknown or ambiguous table TBL_TENANT. (725) ** Could not understand line 18. (196) Below is my Code : DEFINE...
  5. R

    Wsdl issue

    Thanks parul, Its working.... -Rajaselvam.M
  6. R

    Wsdl issue

    HI Parul, Where I need to find the appserver name after the Proxy generation. Appserver is running... Rajaselvam.M
  7. R

    Wsdl issue

    HI All, I had created WSDL and deployed it in the WSA. After deployment I tried to access it through Programmatically. I got the following error: Fault Code: Receiver Fault Actor: Fault String: An error was detected while executing the Web Service request. (10893) Fault Detail: 1103...
  8. R

    how to configure Wsa with Apache web server

    Hi Parul, I already tried in that way, It asks for web Server Login. So thatswhy I disabled the adminstrarion. What I have to give Web Server Login Details. Rajaselvam.M
  9. R

    how to configure Wsa with Apache web server

    Thanx Parul, After setting tomcat with Jk Connecter I was Able to see the following message. --------------------------- Status --------------------------- Web Services Adapter wsa1 is Running WSA Administration: Disabled Web Services : Enabled WSDL Retrieval : Enabled...
  10. R

    License Issue

    Hi all, I want to update my License for the evaluation copy until my demo. If demo gets succedded we will get the full copy. Upto that how can I do this? Rajaselvam.M
  11. R

    how to configure Wsa with Apache web server

    Hi All, I had created .WSM file through proxyGen. I need to deploy that wsm file in the Web Services Adapter through Progress Explorer tool. But Am getting the CONNECT FAILURE ERROR Message. After this, I tried to find the Running status of wsa- instance. I found the error message as WSA...
  12. R

    How to create WSDL

    Hi All, How I have to create WSDL? Where I need to deploy that created WSDL? What are the changes I need to do for creating WSDL Thanx in Advance, Rajaselvam.M
  13. R

    Database Login Issue

    Hi All, I need to Login into the Database using UserName and Password. While I am trying to connect from Database Administration, I am getting the following error. ** -P and -U startup parameters require _User file records. (709) Please help me in resolving this one. And also Suggest...
  14. R

    Session Issue

    Hi tamhas, Can you give me some samples for session super-procedure, pseudo-singleton, or true singleton. And Also suggest me which is the better option? Thankx in Advance... Rajaselvam. M
  15. R

    Session:server-connection-id

    Thanks Casper, I Resolved this issue. Actually I didnt enabled the Session connection Id in the Web Speed. So thatswhy i didnt get the Session connection Id. I fixed this.
Top