Created one IIS Package, which will extract data from db2 to SQL server
It working fine when we excute it spearatly.
Tried to create jobs shedule ran this IIS package for every 3hours. When we try to run the excute the step it thorws error as
'
An OLE DB record is available. Source: "IBM OLE DB Provider for DB2" Hresult: 0x80040E4D Description: " SQL30082N Attempt to establish connection failed with security reason "3" ("PASSWORD MISSING"). SQLSTATE=08001'
I think there is simplere property setting to be done to fix this..
Note : Deployed this pack as File system
Please help me to fix this