Can any one help with the following error message
Error message 30900274 not in 3rd Party Error Message Master
I've run the script below but still get the same message.
Many thanks
Colin
/* start of fix script */
Use DYNAMICS
truncate table ALERT3RD
bulk insert ALERT3RD
from 'C:\Program Files\Microsoft Dynamics\GP\SQL\Install\309\System\Data\ALERT3RD.OUT'
with
( DATAFILETYPE = 'char'
, ROWTERMINATOR = '#EOR#\n'
, FIELDTERMINATOR = '||'
)
/* end of fix script */
Error message 30900274 not in 3rd Party Error Message Master
I've run the script below but still get the same message.
Many thanks
Colin
/* start of fix script */
Use DYNAMICS
truncate table ALERT3RD
bulk insert ALERT3RD
from 'C:\Program Files\Microsoft Dynamics\GP\SQL\Install\309\System\Data\ALERT3RD.OUT'
with
( DATAFILETYPE = 'char'
, ROWTERMINATOR = '#EOR#\n'
, FIELDTERMINATOR = '||'
)
/* end of fix script */