MS SQL Server load error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

MS SQL Server load error

Post by gomez »

Hi
I am trying to use MS Bulk Load stage to load 6 million plus records from a sequential file. Underlying database is SQL Server 2000 on a different server machine than the DataStage Server.
I have created a DSN with SQL server driver and passed it to the properties
I get the following error
Internal error: IDBInitialize->Initialize() failed.
Please help
Thanks
Last edited by gomez on Fri Nov 03, 2006 6:39 pm, edited 1 time in total.
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

I tested the DSN connection to the SQL server database using odbcping and it connected successfully. So there is no problem with the DSN configuration.
Any pointers please?
satyakunta
Participant
Posts: 5
Joined: Fri Jun 03, 2005 9:08 am

Post by satyakunta »

gomez wrote:I tested the DSN connection to the SQL server database using odbcping and it connected successfully. So there is no problem with the DSN configuration.
Any pointers please?
Try hardcoding the properties.Dont use DSN
Server Name: XXXX (Physical Server Name)
Database Name:XXXX (DB name on the server)
user Name:XXXXX
Password:XXXXX
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

Thanks Satyakunta
I tried the same. It works. Thanks for the help
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

Another observation on this. I had to provide A SQL Server Authentication in order to make MS SQL Server Bulk Load work. Windows NT Authentication credentials did not work with this stage
Post Reply