![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
#3
| |||
| |||
|
|
Can you use Access to import the data? Does Access see the tables. I have also seen this but with the IBM Client Access drivers. I fixed mine by reregistering a few dlls. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:%23L7ykdo2DHA.1736 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
#4
| |||
| |||
|
|
How do I go about testing this? Thx "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:e5dLL1r2DHA.2572 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Can you use Access to import the data? Does Access see the tables. I have also seen this but with the IBM Client Access drivers. I fixed mine by reregistering a few dlls. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:%23L7ykdo2DHA.1736 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
#5
| |||
| |||
|
|
Do you have MS access? If yes then using a DSN to the DB2 database File | Get External Data | Import In the "Files of Type" drop it down to "ODBC databases()" Choose your DSN and off you go. -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:eDwfxI02DHA.2060 (AT) TK2MSFTNGP10 (DOT) phx.gbl... How do I go about testing this? Thx "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:e5dLL1r2DHA.2572 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Can you use Access to import the data? Does Access see the tables. I have also seen this but with the IBM Client Access drivers. I fixed mine by reregistering a few dlls. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:%23L7ykdo2DHA.1736 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
#6
| |||
| |||
|
|
Hello, yes, but that would be using ODBC ... we have that working just fine. But I've found the solution ... In OLE DB we use the fully qualified name to get to the objects and so thus DTS, changing the schema name to Capitals made al the difference. I discoverd this by adding the DB2 as a linked server and trying to write queries against it. Thx for your efforts, I do appreciate it. "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:uJSgsR02DHA.540 (AT) tk2msftngp13 (DOT) phx.gbl... Do you have MS access? If yes then using a DSN to the DB2 database File | Get External Data | Import In the "Files of Type" drop it down to "ODBC databases()" Choose your DSN and off you go. -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:eDwfxI02DHA.2060 (AT) TK2MSFTNGP10 (DOT) phx.gbl... How do I go about testing this? Thx "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:e5dLL1r2DHA.2572 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Can you use Access to import the data? Does Access see the tables. I have also seen this but with the IBM Client Access drivers. I fixed mine by reregistering a few dlls. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:%23L7ykdo2DHA.1736 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
#7
| |||
| |||
|
|
Do you have MS access? If yes then using a DSN to the DB2 database File | Get External Data | Import In the "Files of Type" drop it down to "ODBC databases()" Choose your DSN and off you go. -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:eDwfxI02DHA.2060 (AT) TK2MSFTNGP10 (DOT) phx.gbl... How do I go about testing this? Thx "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:e5dLL1r2DHA.2572 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Can you use Access to import the data? Does Access see the tables. I have also seen this but with the IBM Client Access drivers. I fixed mine by reregistering a few dlls. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "John Koswalski" <john.koswalski (AT) shell (DOT) nl> wrote in message news:%23L7ykdo2DHA.1736 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I have a udl file for an DB2 database that seems to work when testing it via de GUI. Zehn i use it in DTS to import data however I see no tables, views or any other objects at all. The test account has "sa" level permissions in the DB database Does anyone have any ideas or tipss? Thx |
![]() |
| Thread Tools | |
| Display Modes | |
| |