Koozali.org: home of the SME Server

Howto: Connect to Microsoft SQL server from SME7

marcus75

Howto: Connect to Microsoft SQL server from SME7
« Reply #30 on: January 03, 2007, 09:48:19 PM »
Quote from: "NickCritten"
Hi,

Sorry about the length of time it has taken to get back to you,
For future reference, you should have posted in SME 7.x Contribs, as this forum is now deprecated and no-one looks in them.

Anyway...

1) What command are you entering to get the error message?
2) What is with the backslash in the Server name?

Nick


Thank's for your answer I have just solved my problem, the problem was stupid but unfortunately it took a lot of time to understand the mistake..

I put off all useless bar space from my configuring files like etc/odbc.ini, etc/freetds.conf and etc/odbcinst.ini

Offline NickCritten

  • *
  • 245
  • +0/-0
Howto: Connect to Microsoft SQL server from SME7
« Reply #31 on: March 06, 2007, 09:39:38 AM »
FYI,

If you have followed my contrib, then the recent YUM updates to SME7.1 will fail.
Code: [Select]
Error: Missing Dependency: php = 4.3.9-3.22 is needed by package php-odbc
================================================================
No new rpms were installed. No additional commands are required.
================================================================


you First need to remove php-odbc:
Code: [Select]
[root@sleuth ~]# yum remove php-odbc
Do the yum updates
Code: [Select]
[root@sleuth ~]# yum update
Then install the updated php-odbc
Code: [Select]
[root@sleuth ~]# yum --enablerepo=base --enablerepo=updates install php-odbc
...
Nick

"No good deed goes unpunished." :-x...