TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] wfqbe and mssql ?

This is a discussion on [TYPO3] wfqbe and mssql ? within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi, I'm trying to setup wfqbe in an existing TYPO3 installation. I could manage to create an authentication record ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 04.06.2007, 17:05
Alex
Gast
 
Beiträge: n/a
Standard [TYPO3] wfqbe and mssql ?

Hi,

I'm trying to setup wfqbe in an existing TYPO3 installation.
I could manage to create an authentication record which allows me to target
the QBE wizard to the local TYPO3 base (on mysql), so I think I got it to be
correctly installed.

However I have a hard time connecting to the remote MSSQL server. The QBE
wizard tells me the connection fails.

I don't know much about wfqbe and nothing about mssql either (I'm an oracle
and mysql guy). What puzzles me is that I have a server name of the form
XXXXX\YYYYY, then something that looks like a DB name, and usual
login/password. I can use those data to browse the server with MS's
enterprise server tools, so I think they are good.

I don't see why wfqbe doesnt want to connect to MSSQL.

Is there a way of getting logs out of wfqbe ?

Thanks for any input !

--
Alex
[JDR] Visitez Extremia, un monde gratuit et en francais pour D&D et
autres jeux de role.
www.extremia.org


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 05.06.2007, 09:24
Mauro Lorenzutti
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wfqbe and mssql ?

Hi Alex,
> Hi,
>
> I'm trying to setup wfqbe in an existing TYPO3 installation.
> I could manage to create an authentication record which allows me to target
> the QBE wizard to the local TYPO3 base (on mysql), so I think I got it to be
> correctly installed.
>
> However I have a hard time connecting to the remote MSSQL server. The QBE
> wizard tells me the connection fails.
>


What error type do you get? Is it a wfqbe output or a server connection
failure?

> I don't know much about wfqbe and nothing about mssql either (I'm an oracle
> and mysql guy). What puzzles me is that I have a server name of the form
> XXXXX\YYYYY, then something that looks like a DB name, and usual
> login/password. I can use those data to browse the server with MS's
> enterprise server tools, so I think they are good.
>


To connect to a MSSQL server you need to specify the host (in the form
XXX\YYYY), the DBMS type (MSSQL server), the username and the password.
I tested it this morning and it works fine.

> I don't see why wfqbe doesnt want to connect to MSSQL.
>
> Is there a way of getting logs out of wfqbe ?

At the moment this is not possible... I'll add it in a new version.

Can you send me the error you get so I can check it?


Regards,

--
Mauro Lorenzutti


e-mail: mauro.lorenzutti (AT) webformat (DOT) com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
Tel +39-0427-926.389 -- Fax +39-0427-927.653
info (AT) webformat (DOT) com -- http://www.webformat.com
---------------------------------------------------------
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 05.06.2007, 11:16
Alex
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wfqbe and mssql ?

Hi Mauro !

"Mauro Lorenzutti" <mauro.lorenzutti (AT) webformat (DOT) com> wrote in message
news:mailman.303773.1181028062.21067.typo3-english (AT) lists (DOT) netfielders.de...
>
> What error type do you get? Is it a wfqbe output or a server connection
> failure?


when I click on the yellow/red question mark icon on the right of the query
box, I get this :
| Wizard for query creation
| -----------------------------------------------------

| Connection failed. Please check your credentials and the dbname.

However, I really think they are right.

> To connect to a MSSQL server you need to specify the host (in the form
> XXX\YYYY), the DBMS type (MSSQL server), the username and the password. I
> tested it this morning and it works fine.


OK, that syntax xxx\yyy looked strange, but it works on SQL Query Manager
and in another PHP code on another part of the site (not using TYPO3).

BTW, I have ADODB installed. Is there anything else required for MSSQL ? The
other PHP script I have uses an odbc connection.

> At the moment this is not possible... I'll add it in a new version.


great

> Can you send me the error you get so I can check it?


See above.

Thanks for your help !

--
Alex
[JDR] Visitez Extremia, un monde gratuit et en francais pour D&D et
autres jeux de role.
www.extremia.org


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 05.06.2007, 15:35
Mauro Lorenzutti
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wfqbe and mssql ?

Hi Alex,
> OK, that syntax xxx\yyy looked strange, but it works on SQL Query Manager
> and in another PHP code on another part of the site (not using TYPO3).
>
> BTW, I have ADODB installed. Is there anything else required for MSSQL ? The
> other PHP script I have uses an odbc connection.
>


Ok, you can try to connect using odbc by I'm still working to make wfqbe
odbc compliant and I'm not sure it works now.

Otherwise, check your php.ini file. Probably you'll find a row like the
following one:

;extension=php_mssql.dll

Try to remove the ";" from the beginning, save the file and restart
apache. Try to connect again with wfqbe.
Please, let me know if this was the problem.

Regards,

--
Mauro Lorenzutti


e-mail: mauro.lorenzutti (AT) webformat (DOT) com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
Tel +39-0427-926.389 -- Fax +39-0427-927.653
info (AT) webformat (DOT) com -- http://www.webformat.com
---------------------------------------------------------
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 06.06.2007, 15:16
Alex
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wfqbe and mssql ?

"Mauro Lorenzutti" <mauro.lorenzutti (AT) webformat (DOT) com> wrote in message
news:mailman.304665.1181050280.21067.typo3-english (AT) lists (DOT) netfielders.de...

> ;extension=php_mssql.dll
>
> Try to remove the ";" from the beginning, save the file and restart
> apache. Try to connect again with wfqbe.
> Please, let me know if this was the problem.


I did that and restarted the whole computer, but the error is still the
same.

I'm a bit puzzled.

--
Alex
[JDR] Visitez Extremia, un monde gratuit et en francais pour D&D et
autres jeux de role.
www.extremia.org


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 08.06.2007, 11:48
Mauro Lorenzutti
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] wfqbe and mssql ?

Alex ha scritto:
> "Mauro Lorenzutti" <mauro.lorenzutti (AT) webformat (DOT) com> wrote in message
> news:mailman.304665.1181050280.21067.typo3-english (AT) lists (DOT) netfielders.de...
>
>
>> ;extension=php_mssql.dll
>>
>> Try to remove the ";" from the beginning, save the file and restart
>> apache. Try to connect again with wfqbe.
>> Please, let me know if this was the problem.
>>

>
> I did that and restarted the whole computer, but the error is still the
> same.
>
> I'm a bit puzzled.


Have you ever tried to connect to MSSQL with a small PHP code? Try to
write some PHP lines of code to connect to your dbms and check if the
connection is possible via PHP.

This may be useful:
http://it2.php.net/manual/en/ref.mssql.php

(take a look to the requirements paragraph).

Regards,

--
Mauro Lorenzutti


e-mail: mauro.lorenzutti (AT) webformat (DOT) com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
Tel +39-0427-926.389 -- Fax +39-0427-927.653
info (AT) webformat (DOT) com -- http://www.webformat.com
---------------------------------------------------------

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] Fehler mit WFQBE Rolf Kutz typo3-german@lists.netfielders.de 4 23.05.2007 14:20
[TYPO3] multiply query "wfqbe" Remco Zwaan typo3-english@lists.netfielders.de 1 03.04.2007 16:40
[TYPO3-dev] PATCH: dbal and mssql Felix Eckhofer typo3-dev@lists.netfielders.de 0 01.03.2007 01:29
[TYPO3-dev] DBAL, ADODB and MSSQL Stefan Bothner | [m]zentrale typo3-dev@lists.netfielders.de 2 08.02.2007 10:45
[TYPO3] Some Problems with T3 4.x and MSSQL 2000 Stefan Bothner | [m]zentrale typo3-english@lists.netfielders.de 0 27.12.2006 10:45


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:00 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39