[
http://issues.apache.org/jira/browse/AXISCPP-963?page=comments#action_12374027
]
Fred Preston commented on AXISCPP-963:
--------------------------------------
Hi Monica,
Can you give me any more detail on where the various bits of your
application are (Are you connecting to other machines or is everything on one
machine?). From what I understand, you have written an application that
communicates with a database using ODBC using SQL commands that worked
successfully. You then added Axis web services to this application and now
your odbc connection fails when you try to execute a SQL statement....
It would be very unlikely that the combination of ODBC and Axis are
somehow interfering (altough they do both use TCP/IP so it is possible that you
have got an address/port conflict). Have you tried backing out or commenting
out the web services part from your client to make sure that your application
still works? I would think that SSL is a bit of a red herring at this point.
My advice would be to ensure that the two parts work independently
first and then try joining them together.
Regards,
Fred Preston.
> Axis C++ with MySQL
> -------------------
>
> Key: AXISCPP-963
> URL: http://issues.apache.org/jira/browse/AXISCPP-963
> Project: Axis-C++
> Type: Test
> Components: SOAP
> Versions: 1.5 Final
> Environment: AXIS C++ on Linux Red Hat, MySQL on linux
> Reporter: monica p
> Priority: Critical
>
> I have developed a c++ program that uses ODBC APIs to connect to mysql
> database and is working fine for accessing, and updating data in database.
> But when I deploy this program as a .so in axisc++ (linux env) and try to
> invoke same from my client program, I am not able to perform database
> operations. The APIs like SQLConnect, SQLBindCol are working but as it tries
> to invoke the SQLExecDirect, the server program exits and there is no output
> of this command also.
> I have configured SSL also but no progress on this issue. Please help.
> Regards,
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira