This is a discussion on SPWDCSM problems within the Informix forums, part of the Database Server Software category; --> Hi, I'm trying to enable SPWDCSM encryption. According by the manuals i have everything installed. On the server: IBM ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm trying to enable SPWDCSM encryption. According by the manuals i have everything installed. On the server: IBM Informix Dynamic Server Version 9.40.FC5 on HP-UX 11.11 In sqlhosts : ifmxsec onsoctcp julius sqlifmx csm=(SPWDCSM) In concsm.cfg : SPWDCSM("/usr/informix/lib/csm/libixspw.sl","", "p=1") On the Client site : Windows (2.80 TC1) In concsm.cfg :SPWDCSM("C:\informix\lib\client\csm\ispws07a.dll" ,"", "p=1") Also in the connection options I entered : csm=(SPWDCSM) Now in the sql Editor I'm getting the next messages when trying to connect: -- [Informix][isqct04b.dll] SQL Error (-14581) : CSS: CSM descriptor: syntax error. -- [Informix][isqct04b.dll] SQL Error (-14511) : CSS: init function is not found in library C:\Informix\lib\client\csm\ispws07a.dll. On the server side 12:18:29 listener-thread: err = -14565: oserr = 4: errstr = : CSS: error reading data. System error = 4. 12:18:29 listener-thread: err = -25580: oserr = 32: errstr = : System error occurred in network function. System error = 32. Regards, Bart Huls ------------ And now a word from our sponsor ------------------ For a quality usenet news server, try DNEWS, easy to install, fast, efficient and reliable. For home servers or carrier class installations with millions of users it will allow you to grow! ---- See http://netwinsite.com/sponsor/sponsor_dnews.htm ---- |
| |||
| Hi, It was the driver After installing version 2.90 it worked. I'm trying to add it now to dsn less connection added : Options=csm=(SPWDCSM) to my attributes. It looks that's reading this option. Only again the -14581 error : [Informix][Informix ODBC Driver][Informix]CSS: CSM descriptor: syntax error. Regards, Bart |
| ||||
| Bart Huls wrote: > Can I get rid of this concsm.cfg file on the client site and solve this by > the driver. Possibly not. Please can you contact me at the office with your real email address, Bart, so I can check up on what the issues are. I would have responded earlier had there been a real email address. I have a suspicion I've been contacted at work about your case. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/ |