|
You last visited: Today at 00:52
Advertisement
Session Server Closes After Login
Discussion on Session Server Closes After Login within the Dekaron Private Server forum part of the Dekaron category.
06/24/2010, 23:28
|
#1
|
elite*gold: 0
Join Date: Jun 2010
Posts: 6
Received Thanks: 0
|
Session Server Closes After Login
hello i login then it says disconnected from server and the event log shows
CRITICAL ERROR : SP_LOGIN_FLAG_SET PROC CALL FAIL
in using the new files posted
|
|
|
06/25/2010, 01:41
|
#2
|
elite*gold: 0
Join Date: Jan 2008
Posts: 568
Received Thanks: 176
|
you are using an outdated siege script
u have to fix the year 2010 bug in the FN_BinDateToStr function asswell
|
|
|
06/25/2010, 02:50
|
#3
|
elite*gold: 0
Join Date: Jun 2010
Posts: 6
Received Thanks: 0
|
ok i get
[6688] Microsoft OLE DB Provider for SQL Server: Conversion failed when converting datetime from character string.
mind telling me how to fix it
most proberly a stored procedure
|
|
|
06/25/2010, 03:57
|
#4
|
elite*gold: 0
Join Date: Jun 2010
Posts: 6
Received Thanks: 0
|
im getting
[4368] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[7104] File: .\Message\FormatHandler\Provider.cpp, Line: 81
[6220] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[4368] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[7104] Provider::Execute( CCHAR * szName )
[7104] szName: SP_LOGIN_FLAG_SET
[7104] Microsoft OLE DB Provider for SQL Server: The OLE DB provider "MSDASQL" for linked server "LSV_DKRACNT" reported an error. The provider did not give any information about the error.
p.s im using mssql 2005 and ive excuted sn.txt
|
|
|
06/25/2010, 07:54
|
#5
|
elite*gold: 0
Join Date: Jan 2008
Posts: 568
Received Thanks: 176
|
make so u fixed the function FN_BinDateToTime allready?
that OLE error should not be critical
|
|
|
06/25/2010, 10:57
|
#6
|
elite*gold: 0
Join Date: Jun 2010
Posts: 6
Received Thanks: 0
|
i did this for temp
Quote:
USE [character]
GO
/****** Object: UserDefinedFunction [dbo].[FN_BinDateToDateTime] Script Date: 06/25/2010 10:43:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
/************************************************** ****************************
이 름 : dbo.FN_BinDateToDateTime
설 명 : Binary Date를 DateTime 형식으로 반환한다.
반환값 :
수정내역:
Ver Date Author Description
--------- ---------- --------------- ------------------------------------
1.0 2006-05-05 Han Ji Wook 1. 초기생성
************************************************** ****************************/
ALTER FUNCTION [dbo].[FN_BinDateToDateTime] (
@i_bin_time binary(4)
) RETURNS datetime
AS
BEGIN
DECLARE @v_datetime datetime
--DECLARE @v_strtime varchar(20)
--SELECT @v_strtime = '200' + CAST(CAST(@i_bin_time as int) as varchar(20))
--SELECT @v_strtime = SUBSTRING(@v_strtime,1,4)
-- +'-'+SUBSTRING(@v_strtime,5,2)
-- +'-'+SUBSTRING(@v_strtime,7,2)
-- +' '+SUBSTRING(@v_strtime,9,2)
-- +':'+SUBSTRING(@v_strtime,11,2)
--SELECT @v_datetime = CAST(@v_strtime as datetime)
SELECT @v_datetime = '2010-05-25 00:00'
RETURN @v_datetime
END
|
fixed it 100% logging in thanks for your support most the problem was the linked servers werrnt getting connection to the db
|
|
|
06/25/2010, 12:04
|
#7
|
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
|
Quote:
Originally Posted by steven031291
i did this for temp
|
Quote:
Originally Posted by steven031291
fixed it 100% logging in thanks for your support most the problem was the linked servers werrnt getting connection to the db
|
#Reported Cause: Double Posting at 6&7
Please use edit Button @steven031291
|
|
|
06/25/2010, 12:07
|
#8
|
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
|
#merged
|
|
|
06/25/2010, 15:39
|
#9
|
elite*gold: 0
Join Date: May 2010
Posts: 161
Received Thanks: 21
|
Quote:
Originally Posted by steven031291
im getting
[4368] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[7104] File: .\Message\FormatHandler\Provider.cpp, Line: 81
[6220] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[4368] ------------------ Connect Session Server IP : [ 127.0.0.1 ] ------------------
[7104] Provider::Execute( CCHAR * szName )
[7104] szName: SP_LOGIN_FLAG_SET
[7104] Microsoft OLE DB Provider for SQL Server: The OLE DB provider "MSDASQL" for linked server "LSV_DKRACNT" reported an error. The provider did not give any information about the error.
p.s im using mssql 2005 and ive excuted sn.txt
|
u forgot 1 important step. SN text. must select character to excute. and pls u might be a nub, but u shld know simple rule like double post is nt allow.
|
|
|
06/25/2010, 22:45
|
#10
|
elite*gold: 0
Join Date: Jun 2010
Posts: 6
Received Thanks: 0
|
lol read i clearly state i did that plus ive said i fixed it and the reason was that the sql linked servers wernt connecting i had to edit the login ect
|
|
|
06/26/2010, 07:15
|
#11
|
elite*gold: 20
Join Date: Dec 2007
Posts: 1,451
Received Thanks: 840
|
Looks like a compatibility problem, the Dekaron database doesn't run perfectly on MSSQL 2005, and the reason for that is because it's server linking is a bit different...
Though some people did get Dekaron on MSSQL2005. Don't ask me how though, I have no idea.
I'd recommend you to get MSSQL2000, what 99% people run the server on.
|
|
|
 |
Similar Threads
|
[HELP] SW2 closes to enter LOGIN.
07/23/2010 - SRO Private Server - 3 Replies
I think it might be my PK2,
if someone has a good PK2, send there for me please; D
|
[HELP] when i login the eo page closes
01/17/2010 - EO PServer Hosting - 6 Replies
my server is online but when i try to login the pages closes....is it got something to do with the version of the patch im using?
|
Login and Session server error!!!help!!
12/25/2009 - Dekaron Private Server - 9 Replies
i have problem with my Login and Session server...
i'm using win xp pro sp2...
I would like to know if someone could help me, Everytime i run the Session Server i get an Error and then it Auto closes, its the same error seen here:
552: Session Server Ready
552: Provider::initialize()
Microsoft OLE DB Provider for SQL Server: SQL Server does not exist or access denied.
552: >> CRITICAL ERROR : SP_LOGIN_FLAG_SET PROC CALL FAIL
552: File: .\Config\Provider.cpp, Line: 79
|
[PHP] Session Fehler bei Login Script
09/08/2009 - Web Development - 13 Replies
So ich hab mir mal ein kleines Login Script erstellt(teilweile online toturial teilweilse hilfe von kumpel) so nur will das mit den session nicht so ganz hinhauen.
die login.php
<?php
session_start ();
$Username=$_POST;
$Password=$_POST;
$Connect=mysql_connect ("localhost", "root", "");
mysql_select_db("account");
$Query="SELECT * FROM account WHERE login='$Username' and password=password('$Password')";
|
All times are GMT +1. The time now is 00:52.
|
|