Number / Description Of Sql Error

Oct 24, 2006

Hi
All Sql Server errors have a number. Is there any MS or MSDN website or any .net method in which I can see these errors?
Thanks a lot

switch (error.Number)
{
case 17:
msgErro =....
break;
case 4060:
msgErro = ....
break;
case 18456:
msgErro = .....
break;
default:
msgErro = exSql.Message;
break;
}

View 2 Replies


ADVERTISEMENT

How To Retreive An Error Description For A Given Error Number In SQL Server?

Aug 3, 2000

View 2 Replies View Related

Error Source : Microsoft Data Transformation Services (DTS) Package Error Description : Error Accessing Windows Event Log

Dec 13, 2007



Hi,

I am running dts in Sql Server 2005 management studio from Management, Legacy and data Transformation Services.

Once the dts has run, I get this error message "Error Source : Microsoft Data Transformation Services (DTS) Package Error Description : Error accessing Windows Event Log."

Please help me

thanks in advance

Srinivas



View 1 Replies View Related

Getting Error Description

Dec 29, 2005

Hi all,
I need to get the error description from the SQL Server in a SP. For ex:

I have one insert statement which is inserting some values in a tabUserMaster table. If user tries to insert any duplicated row then following error is retruned [in Query analyzer].

Server: Msg 2601, Level 14, State 3, Procedure csp_ProvisionUser, Line 70
Cannot insert duplicate key row in object 'CoreUser' with unique index 'IDX_CoreUser_UserName'.
The statement has been terminated.

I want to trap this whole message in a variable. How to do this..... :(

View 5 Replies View Related

Error Description

Nov 1, 2006

I want to club the ErrorDescription system variable property in OnError.

And I want to send this whole ErrorDescription variable on onTaskFailed.

Can you please suggest how to club this errordescription on OnError event



View 5 Replies View Related

On Error I Want To Send Error Description As Mail

Nov 16, 2006

I have create a SSIS package, for data export import process, but if my task get failed then i have to send a mail with proper error description as the SSIS generate in output window.

Can any one sugget me to, how can i store that error desciption in my variable.?

Thanks in advance.

View 5 Replies View Related

SSIS Error Description

Sep 11, 2007

Hi I am running into a problem with getting error description from a OLEDB Destination. I have attached a script component to the Error output and am able to see the error description but this error description is very generic. In my case I have a DFT that inserts data into a table with many foreign key constraints. One of this FK is failing and I need to see that in the error description. Interestingly when you configure the Destination to fail component on error it gives a full description with the FK name that failed. But if you have redirect rows and get the error description using the script component (xxx = ComponentMetaData.GetErrorDescription(errorno)) then it only displays the following error "Data value violates Integrity Constraint". To find out the exact problem I have to run the profiler and then look for the errors. this approach although is fine when you are testing one DFT but we are in the process of migrating from our old system to SQL Server and will have 100's of DFT's.

I know SSIS is somehow able to get to this information because it is displayed when you configure to fail component option.





Please help!!!



Thanks in advance...



Jaspreet Baweja

View 1 Replies View Related

SQL 17055 Error And 17122 Description

Mar 4, 2004

Hello !

I have this problem :

EVENT ID: 17055
SOURCE: MSSQLServer
CATEGORY: Kernel
DESCRIPTION:
17122 :
initdata: Warning: Could not set working set size to 519104 KB.

I have 1gb of memory.
In the SQL server properties, I configure my memory with 512Kb not in dynamic but with determinated memory !
I reserve 1024 for SQL request physical memory.

Do you have any suggestions to resolve it ?
My server reboot 3 times per day !!!!

Thanks so lot !

Jean-Philippe

View 7 Replies View Related

Error Description: Timeout Expired

Jan 29, 2008

i am using sql server 2000. and have a DTS with script in it. now the script if failing saying timeout expired.
The script has db connection and calls stored procedure to fetch data. The records are around 63K but its failing due to timeout expired.

is there a way to increase the timeout in script. i dont want to do any changes to sql server settings.

View 4 Replies View Related

How To Capture Detail Error Description Into Variable

Aug 23, 2002

Hi everybody, is anyway to capture error description into variable?

Example
executing
insert into tabMaster(col1) values(1)
select @@error

will produce output
Server: Msg 2627, Level 14, State 1, Line 1
Violation of PRIMARY KEY constraint 'PK_TabMaster'. Cannot insert duplicate key in object 'TabMaster'.
The statement has been terminated.

-----------
2627

(1 row(s) affected)

I want to capture " Violation of PRIMARY KEY constraint 'PK_TabMaster'. Cannot insert duplicate key in object 'TabMaster'."
and assign it to variable

BOL state:... All other parts of the error, such as its severity, state, and message text containing replacement strings such as object names, are returned only to the application in which they can be processed using the API error handling mechanisms


thank you

View 2 Replies View Related

Copy Database Error: No Description Found

Nov 6, 2006

I'm trying to use the copy database wizard in sql server 2005, but I keep getting an error that says 'No description found.' I read a posting on another forum and someone said to remove the default associated objects for Logins so I unchecked everything except dbo owner and still got the same error. What would you recommend doing?

Thanks,
Rich

View 4 Replies View Related

Passing Error Description To Failure Task In DTS

Aug 16, 2004

In my DTS package, is there any way to pass the task name and error description to another task that gets called on the task's failure?

View 1 Replies View Related

Records Erroring Out. Error Description --- &&> No Status Available

Mar 22, 2007

hi All,

In process of migrating a database we had developed a SSIS package that loads fairly straight forward data. It was all working fine but now suddenly around 95 % of the data is getting errored out and all i get as a Error Description is that 'No Status is Available'. I know its pretty tough to ask wht can be the reason ? But can someone guide me onto what exactly I look for ? Has some one before got into such thing and did some resolution ?

Thanks in advance.

View 9 Replies View Related

Retrieving The Error Description In SQL SERVER 2000

Feb 25, 2008

Hello All,

I am stuck at a place in SQL SERVER 2000.

I have created stored procedures and I am checking whether any error has occured on execution of the statements in that procedure.

If the @@Error <>0 then I need to log this error into my error logging table.
For this, I need to retrieve the error description given by SQL SERVER 2000.

I tried this using the master.dbo.sysmessages table. But I get a text from master.dbo.sysmessages which has the placeholders like %l, %s, etc.


I dont want this type of error. I want the exact error description which has the actual objects names and not the placeholders.

I found some help at this link : http://www.sommarskog.se/error-handling-I.html#textretrieve

But i want to know whether there is any other way of doing this or not.

Thanks,
Kapadia Shalin P.

View 3 Replies View Related

An OLE DB Error Has Occurred - Description: Class Not Registered

Jan 30, 2007

Hi

I have a package the connection of which is defined in a config file. When the source is on SQLserver, the package executes fine but when i change the connection to Oracle then i am getting this error.



TITLE: Microsoft Visual Studio
------------------------------

Error at DMND_PROBS_EXTRACT [Connection manager "DLWSDV18.PM"]: An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".

Error at DMND_PROBS_EXTRACT [DEMANDPROBLEMDETAILS [1]]: The AcquireConnection method call to the connection manager "DLWSDV18.PM" failed with error code 0xC0202009.



------------------------------
ADDITIONAL INFORMATION:

Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)

------------------------------
BUTTONS:

OK
------------------------------


Please let me know if theres any solutions.

Thanks,

Vipul

View 3 Replies View Related

Hresult: 0x80004005 Description: Unspecified Error

Mar 25, 2008



hello all

i m getting the following error while exporting an excel file in SSIS

SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Unspecified error".

is this a bug?
pls suggest a workaround.

View 2 Replies View Related

Missing Error Message? No Description Found

Jun 18, 2007

Anyone know what causes this?

When trying to deploy a package using the deploy wizard, following error is received:
===================================Could not save the package "H:SSISRSlogRSExecutionLog_UpdateinDeploymentRSExecutionLog_Update.dtsx" to SQL Server "xxxxxxxxxxxxxxxxxxxxx". (Package Installation Wizard)===================================No description found------------------------------Program Location: at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServer(Package package, IDTSEvents events, String serverName, String serverUserName, String serverPassword) at Microsoft.SqlServer.Dts.Deployment.DtsInstaller.SavePackageToSqlServer(WizardInputs wizardInputs, String packagePassword, Boolean bUseSeverEncryption, String serverName, String userName, String password, String packageFilePath, List`1 configFileNames) at Microsoft.SqlServer.Dts.Deployment.DtsInstaller.InstallPackagesToSqlServer(WizardInputs wizardInputs)

View 1 Replies View Related

Can't Save Package To Server (No Description Found) ERROR - Again

Dec 31, 2005

Hello, I need some help with installing release copies of SQL05(+SSIS) and VS05 on Win03R2.  It is very frustrating when a basic install fails. I€™ve been going round and round with this.  M$ support has not been of help yet.


I have a new development box for SQL05/VS05 development, and when I do a clean install of release software from MSDN: Windows Server 2003 R2 ent; SQL Server 2005 dev; Visual Studio 2005 pro I find that the "save to server" in SSIS (and other utilities that save a package) fails with a non-informative message *No Description Found* (see error text below).


To setup this box I install Win03R2 first, promote it to a Active Directory DC (the one and only DC in a test forest), then install VS05 onto the E: drive.  Note, I must install VS05 first (before SQL05) so that all components get installed to the RAID5 *E:* drive.  If SQL05 is installed first then VS that comes with SQL gets installed on to C: (no way I see to get around this) then the full VS05 pro gets forced to install on the C: drive.


Then I install SQL05 (with everything including SSIS).  At this point every thing works fine, packages can be saved ok.


If I then install VS05 again so that all settings of VS05 are as expected of a standard VS05 install (not the SQL version) then the problem with saving packages arises.


If the error message was a little more informative, I might be able to track down the source of the problem.  Please help!  I have tried a bunch of things - creating credentials, proxies, using the most privileged accounts possible, etc.


Thanks, MikeC

 

Error from create SSIS package (save to server):
===================================

No description found (Microsoft Visual Studio)
------------------------------
Program Location: at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServerAs(Package package, IDTSEvents events, String packagePath, String serverName, String serverUserName, String serverPassword) at Microsoft.DataTransformationServices.Controls.PackageLocationControl.SavePackage(Package package) at Microsoft.DataTransformationServices.Design.Controls.PackageSaveCopyForm.PackageSaveCopyForm_FormClosing(Object sender, FormClosingEventArgs e)

===================================


Error from copy db wizard:
===================================

No description found (Copy Database Wizard)
------------------------------
Program Location: at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServerAs(Package package, IDTSEvents events, String packagePath, String serverName, String
serverUserName, String serverPassword) at Microsoft.SqlServer.Management.CopyDatabaseWizard.PackageCreator.SavePackage()

===================================

View 3 Replies View Related

How To Dynamically Enter Error Code And Description In A Pre-define Table?

Aug 4, 2006

Hi,

I want to implement error handling my SSIS package. for this I am putting an execute SQL task for a container(which contains different interlinked tasks) in event handler.

Say my first task fails in this container.Immedaitely my sql task which inserts the error code and description should exceute in the event handler and populate my error table in OLAP database.

Any help will be great SSIS gurus.

Thanks in advance.

Regards,

Aman

View 4 Replies View Related

Detailled Error Description In A Script Component (data Flow)

Dec 4, 2006

Hi,

I'm pretty new in SSIS and i have some problems with error log. I want to get detailled error description in a script component of a dataflow. for the moment I use thooses lines

Row.ErrorDesc = ComponentMetaData.GetErrorDescription(Row.ErrorCode)

and for unique constraints on a sql table I have this error : The data value violates integrity constraints.

For the same error, if i use an event handler on error, i have more row and the first of them is more explicit (Variable System::ErrorDescription)

An OLE DB error has occurred. Error code: 0x80040E2F.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E2F Description: "The statement has been terminated.".
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E2F Description: "Cannot insert duplicate key row in object 'dbo.dimDepot' with unique index 'IX_dimDepot'.".

Is that possible to have a so detailled error text in a script componnent of a data flow? If yes, How?
Or if i use error event how can authorize the dataflow go ahead even if there is error.

thanks for you help

krest

View 1 Replies View Related

Could Not Load Package ... Because Of Error 0x80070005. Description: Access To The Path ... Is Denied.

Jan 22, 2008



Hi all,

I'm trying to let certain users execute an SSIS package through an SP in SQL.

I've set up a proxy account for xp_cmdshell that the other users will use to execute dtexec with, but i get this message:

Could not load package "File SystemCODA_Actuals" because of error 0x80070005.
Description: Access to the path 'C:Program FilesMicrosoft SQL Server90DTSPackagesCODA_Actuals.dtsx' is denied.

When i log onto the server with the proxy account, i can navigate to that folder and open the package.

When try to execute it from the command shell:
dtexec /DTS "File SystemCODA_Actuals" /Decrypt "password" /Reporting E /SET Package.Variables[User::JobId].Value;25'


i get the same message. How come? How do i fix this? I've read somewhere that i should grant read to the package store to that user , how do i do that? Can't find that option in the tools or manuals.

Thanks in advance,

Gert-Jan

View 2 Replies View Related

Microsoft JET Database Engine Hresult: 0x80004005 Description: Unspecified Error.

May 12, 2006

I have ran into the same problem ... Importing from Access into SQL 2005 using SSIS and get the error:

[Connection manager "SourceConnectionOLEDB"] Error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Unspecified error".

View 3 Replies View Related

Error Description Differs When Logged With Redirect Rows Compared With Debug Mode

Jan 18, 2007

Hi,

Can any one please tell me how to get the complete error description for example when i dont Redirect Row for Error in OLEDB Source i get a detailed error message with column name as

[RCheck [385]] Error: There was an error with input column "CHECK_STATUS" (456) on input "OLE DB Destination Input" (398). The column status returned was: "The value could not be converted because of a potential loss of data.".


But when I set Redirect Row for error and use the Script component to log them into a Table with ErrorDescription based on ErrorColumnID it only gives me this.

The data value cannot be converted for reasons other than sign mismatch or data overflow.



Thanks

Sat

View 1 Replies View Related

SQL <->Access Replication Error (Source: MS.Jet.4.0 (Agent); Error Number: -1507)

May 22, 2002

I get this error in my Agent after starten to synchronise.

I see the access mdb been created and then deleted and renamed to
name_old.mdb

Do you have some help?

Richard

View 1 Replies View Related

Error List With Appropriate Error Number And Error Message

Oct 10, 2007

where can i find it?

thanks

View 4 Replies View Related

SQL Express Installation Error (Error Number:29530 )

Dec 20, 2006

Hi,

I am trying to install "Microsoft SQL Server 2005 Express Edition" through VS2005 Setup but it is always failing to install. I am presenting here log file information.I appriciate if any one help me on this..I have marked all failed message with red color

--------------------------------------------------------------------------------------------------------------------


Microsoft SQL Server 2005 9.00.1399.06
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Wed Dec 20 15:04:57 2006

Machine : DATLA
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_MSXML6_1.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLSupport_2.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLNCLI_2.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_MSXML6_2.log
--------------------------------------------------------------------------------
Machine : DATLA
Product : SQL Server Database Services
Error : Failed to set registry settings for server network libraries. The action is SetDefaults. The error is 111 (The file name is too long.
)
--------------------------------------------------------------------------------
Machine : DATLA
Product : SQL Server Database Services
Error : Failed to set registry settings for server network libraries. The action is SetDefaults. The error is 111 (The file name is too long.
)
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.00.1399.06
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQL.log
Last Action : InstallFinalize
Error String : Failed to set registry settings for server network libraries. The action is SetDefaults. The error is 111 (The file name is too long.
Error Number : 29530
--------------------------------------------------------------------------------
Machine : DATLA
Product : Microsoft SQL Server 2005 Tools Express Edition
Product Version : 9.00.1399.06
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Tools.log
--------------------------------------------------------------------------------

SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.


Time : Wed Dec 20 15:19:47 2006


List of log files:
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Core(Local).log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLSupport_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLNCLI_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SqlWriter_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_MSXML6_1.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLSupport_2.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQLNCLI_2.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_MSXML6_2.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SQL.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Tools.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Datastore.xml
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_.NET Framework 2.0.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SNAC.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Core.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSummary.txt
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_Support.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0006_DATLA_SCC.log
---------------------------------------------------------------------------------------------------------------

Thanks in Advance.

View 2 Replies View Related

Odd @@error Number

Oct 13, 2005

I have a few stored procedures that returns @@error. If I understand correctly, @@error should be set to 0 if there is no error. However, my procedures are returning 1 and 2 yet working just fine as far as I can tell. There is not exception popping up in SQL Profiler either. What does this mean, and is it something I should be concerned about?  

View 7 Replies View Related

SQL Error Number 5110

May 24, 2007

I created a website with VS 2005. The site is saved on a network drive on a server but has a mapped drive on the PC to the location. When i connect to the administer site i receive the error:
The following message may help in diagnosing the problem: An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 5110 and the SqlException message is: The file "H:WEBSITESCompany_DataAPP_DATAASPNETDB_TMP.MDF" is on a network path that is not supported for database files. CREATE DATABASE failed. Some file names listed could not be created. Check related errors. Creating the ASPNETDB_2a05584da0964705a21633bd154d93fb database...
Any idea how to get around this error?
Thanks

View 7 Replies View Related

Error NUmber 15030

Apr 9, 2001

My database is read only I need to remove this option I get the error nnumber 15030.
The read-only bit cannot be turned off because the database is in standby mode.

Any ideas why it happens. How do I fix it

View 1 Replies View Related

What Is Error Number 100001 Used For?

Feb 3, 2006

Hello,

I am using SQL server 2000 and am fairly new. What does the error number 100001 mean? Is it for a user role or a group that receives an error message via e-mail?

Also, when creating temp tables, is it a good idea to create a clustered primary key at the time of creation or by an alter like so?

CREATE TABLE #New
(
securityId integer NOT NULL
, source integer NOT NULL
, dataDate integer NOT NULL
, currency integer NULL
, MarketCapMM float(53) NULL
, ImpliedMarketCapMM float(53) NULL
, hasOverride bit NOT NULL
, derivedPrimarilyFromSource integer NULL
, QCColumnFlags char(100) NULL
)
ALTER TABLE #New ADD PRIMARY KEY CLUSTERED( securityId, source )

Thanks in advance!
sqlnovice123

View 3 Replies View Related

Error Number 1612

May 17, 2006

I'm doing a reinstall of SQL 2005 Standard Edition but I get this cryptic error message in the installation log file when it tries to install Integration Services or Notification Services. How do I resolve this? I've spent countless hours un-installing and re-installing the product.

View 4 Replies View Related

SQL Error Number Is 5110

Oct 12, 2006

Background: Im creating an ASP .Net app in VS2005. Local machine has SQL express installed and server has developer edition of SQL 2005.

When it tries to create the database file on a UNC share it comes up with an error "The file "\serverVisual Studio ProjectsWebsitesPWSDeleteApp_DataPersonal.mdf" is on a network path that is not supported for database files.
An attempt to attach an auto-named database for file \serverVisual Studio ProjectsWebsitesPWSDeleteApp_DataPersonal.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share." to you guys the error message

"The SQL error number is 5110 and the SqlException message is....."

may mean more in resolving this issue. I read up on http://support.microsoft.com/kb/304261/ although i understand the risks etc i still dont know how to configure the server to allow remote database files to be created. My guess is to create a "Trace" but not sure where to start and how to ensure im doing this correctly. Can anyone please advise?

Thanks in advance

View 8 Replies View Related

[Error Number: 0x80070020]

Jun 20, 2007

can not upgrade or intall anything on my pc or even unenstall any thing...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved