Itemmal dc fixx here and a question!!

Newbie Spellweaver
Joined
Feb 22, 2012
Messages
41
Reaction score
0
Hello all,


here i got this error i change the name of my databases... in db.connect too alle works fine server start without errors....

Query Error!!! Query Result : -1, Query : {CALL _STRG_ADD_PACKAGEITEM (24,6702,23,48626,1,30300,0,0,0,99,'')}
SQL Error State:08004, Native Error Code: 38F, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not locate entry in sysdatabases for database 'SRO_VT_ACCOUNT'. No entry found with that name. Make sure that the name is entered correctly.
{CALL _STRG_ADD_PACKAGEITEM (24,6702,23,48626,1,30300,0,0,0,99,'')}
_STRG_ADD_PACKAGEITEM Failed (2940)

i found the bug and its fixxed.
When you rename youre SRO_VT_ACCOUNT DB you cant do this itemmall not works...



NOW THE QUESTION: How i can change SRO_VT_ACCOUNT in other name without ITEMMALL BUG??
 
Junior Spellweaver
Joined
Apr 1, 2012
Messages
132
Reaction score
14
lol .... you just changed the DB Name on SQL and ODBC ? what about the certification ???

You should change the name on SQL ,ODBC , INI and DBConnect . that's all i think
 
Upvote 0
Newbie Spellweaver
Joined
Feb 22, 2012
Messages
41
Reaction score
0
Yes i change it on all what you write... server works i can connect i can use to 99% my server but itammall got me dc when i buy something... Now i change my account db back to SRO_VT_ACCOUNT now works..^^ idk why
 
Upvote 0
Skilled Illusionist
Joined
Aug 17, 2012
Messages
310
Reaction score
31
Hello all,


here i got this error i change the name of my databases... in db.connect too alle works fine server start without errors....

Query Error!!! Query Result : -1, Query : {CALL _STRG_ADD_PACKAGEITEM (24,6702,23,48626,1,30300,0,0,0,99,'')}
SQL Error State:08004, Native Error Code: 38F, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not locate entry in sysdatabases for database 'SRO_VT_ACCOUNT'. No entry found with that name. Make sure that the name is entered correctly.
{CALL _STRG_ADD_PACKAGEITEM (24,6702,23,48626,1,30300,0,0,0,99,'')}
_STRG_ADD_PACKAGEITEM Failed (2940)

i found the bug and its fixxed.
When you rename youre SRO_VT_ACCOUNT DB you cant do this itemmall not works...



NOW THE QUESTION: How i can change SRO_VT_ACCOUNT in other name without ITEMMALL BUG??

EASY!!

search for Update_cost, in account stored produced i think.. and rename the SRO_VT_ACCOUNT IN update_cost to your own db name. and done.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 22, 2012
Messages
41
Reaction score
0
I have no Update_cost in my acc database... and not in Stored Procedures...
Where i found it??
 
Upvote 0
Back
Top