cancel
Showing results for 
Search instead for 
Did you mean: 

Function sequence Error in NW 7.3

Former Member
0 Kudos

Hi,

i have a problem to installation NW 7.3. I got a "ODBC Driver Manager Function sequence error" on installation.

i expanded my Virtual Instance 8 GB to 12 GB but i get a still error.

PS.: i have SQL Server 2008 on the same instance!

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

said_shepl
Participant
0 Kudos

Hi FerdI,

    Are you use SQL 2008 Express?

I advice you to use SQL stander or Enterprise, because of this: Database size limitation in SQL Express - Esoteric - Site Home - MSDN Blogs

You need to shrink the file, something like this: 

ALTER DATABASE mydb MODIFY FILE (name = 'logical name', size = 2048MB);


Reducing database size to restore to SQL Server Express - Database Administrators Stack Exchange


Regards

Said Shepl

Sriram2009
Active Contributor
0 Kudos

Hi Tul

You have to create the virtual memory to minimum 20 GB, could you attach the full error log

BR

SS

Former Member
0 Kudos

Hello,

According to this post Iincreases the database size in Sql Server - Toolbox for IT Groups could you check what kind of license did you apply during the MS SQL server instalation ?

BR,

K.