If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DWC07356E RC = 7356 RC2 = 8615 - Error when tryinh to import access tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-06, 20:23
pachif pachif is offline
Registered User
 
Join Date: Dec 2006
Location: Argentina
Posts: 5
May be your answer

Procedure
To catalog a Microsoft Access database in ODBC:

Click Start --> Settings --> Control Panel.
Double-click ODBC.
Click System DSN.
Click Add.
Select Microsoft Access Driver from the Installed ODBC Drivers list.
Click OK.
Type the database alias in the Data Source Name field.
Optional: Type a description of the database in the Description field.
Click Select.
Select the path and file name of the database from the list boxes.
Click OK.
Click Advanced.
Type a user ID in the Login Name field.
Type a password in the Password field.
In the Options list, verify that the value of FIL is MS Access.
Click OK in the Set Advanced Options window.
Click OK in the ODBC Microsoft Access Setup window.
Click Close.
After you catalog the database in ODBC, create a target warehouse database
Reply With Quote
  #2 (permalink)  
Old 12-06-06, 02:03
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,

Documentation states:
Code:
DWC08615E The import table name is case sensitive. The name
          specified is either incorrect or does not exist. Table
          name: "<table-name>".

Explanation:

The table or tables that you tried to import were not found. This
error is usually caused by an invalid table name or qualifier
(creator).

User Response:

Check the spelling and the case of the table name and qualifier
(creator) you supplied. On some platforms, these values are case
sensitive.
Check creator (schema), table name and case sensitivity. If you are using some special character like spaces you probably need to double quote them. First make a simple test without any special characters.

Hope this helps,
Grofaty
Reply With Quote
  #3 (permalink)  
Old 12-07-06, 21:16
pachif pachif is offline
Registered User
 
Join Date: Dec 2006
Location: Argentina
Posts: 5

I will explain my situation in more details.

I'm Student and I'm working with db2 data warehouse. the problem is when i try to generate a source for my warehouse, the source is an access database.

I already register the ODBC to System DNS, y put User ID and PASSWD

Later, in wharehouse center, I add a Generic ODBC, And put the same name like de ODBC that I already Register.

More Details.
System DNS Name: Neptuno
Table: Customber

Thanks for all of your HEEEEELP!

P/D: Sorry for my English Gramar - couse I'm Spanish

Reply With Quote
  #4 (permalink)  
Old 12-08-06, 03:29
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
pachif,
I don't have MS-Access installed on my PC, but you can use Excel to try out if ODBC data source is working. After that you need to make some changes to my notes bellow to make Access ODBC connection to work to DW.
Hope this helps,
Grofaty


Excel:
1. Open program Excel.
2. Into data field A1 write: ID
3. Into data field B1 write: VALUE
4. Into data field A2 write: 1
5. Into data field B2 write: 100
6. Use mouse to mark all the fields from A1 to B2 (select data cell range).
7. Define name for cells range with: Insert | Name | Define. This name is important because it will become table name in ODBC.
8. Into the field "Names and workbook" type a name: EXCEL and press OK button.
9. Save document into path c:\ and name it EXCEL.XLS.
10. Close program Excel.

ODBC:
11. Open Windows ODBC (Start | Programs | Control Panel | Administrative tools | ODBC).
12. Click on tab "System DNS".
13. Button Add.
14. Select "Microsoft Excel driver (xls)"
15. In input field "Data Source Name" write: EXCEL
16. Click on button Select Workbook
17. Search for c:\ and select file EXCEL.XLS and press OK button.
18. Click OK button to move yourself up one window.
19. Click OK button to close ODBC program.

DW:
20. Open program DWC.
21. Right click on "Warehouse Source" and select Define | ODBC | Generic ODBC.
22. On "Warehouse Source" tab write into field Name: EXCEL.
23. On "Data Source" tab write into field "Data source name": "EXCEL" and press OK button.
24. Right button on Warehouse Sources | EXCEL | Tables and select Define.
25. On tab "Source Table" delete contents of field "Table schema" and leave the field empty!
26. Into field "Table Name" write: EXCEL.
27. Tab Columns, right button inside field and select Add
28. Into field Column name write: ID. All other data leave as default.
29. Right click on empty row (on bottom of ID column) and select Add.
30. Into field Column name write: VALUE. All other data leave as default.
31. Press OK button to close window.
32. Right click on Warehouse Sources | Excel | Tables | Exce and select Sample Contents. If you get the result from table, then the Excel file is correctly defined.
Reply With Quote
  #5 (permalink)  
Old 12-13-06, 21:37
pachif pachif is offline
Registered User
 
Join Date: Dec 2006
Location: Argentina
Posts: 5
I fully appreciate your Help Buddy, I will probe de Exel Source with the directions that you give me.

The investigate my particular problem, and it was simply to resolve after all.

I've the DB2 ESE 8.7 (fix pack 7), and I had to update it to fix pack 10

Then guess it.... It works great!!
Reply With Quote
  #6 (permalink)  
Old 12-13-06, 22:01
pachif pachif is offline
Registered User
 
Join Date: Dec 2006
Location: Argentina
Posts: 5
I've Just finish Proving What you requested, and the following error ocurrs when I promote the process to PROVE MODE

Is in spanish
DWC07356E El proceso de un agente de un mandato de tipo
"createBusinessView" ha fallado para la edición "0" del paso
"Insertar Tabla Exel - SQL Select e Insert".
[IBM][CLI Driver][DB2/NT] SQL1216N Esta base de datos no da
soporte a los datos de gráficos ni a las funciones de gráficos.
SQLSTATE=56031


RC = 7356 RC2 = 8525
Reply With Quote
  #7 (permalink)  
Old 12-14-06, 08:53
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
the error looks like this in English:
SQL1216N Graphic data and graphic functions are not supported
for this database.

Explanation:

The code page of the database does not support graphic data. The
data types GRAPHIC, VARGRAPHIC, and LONG VARGRAPHIC are not valid
for this database. The GRAPHIC literal and the VARGRAPHIC scalar
functions are not valid for this database.

The statement cannot be processed.

Federated system users: this situation can also be detected by
the data source.

User Response:

Resubmit the command with valid data types.

sqlcode : -1216

sqlstate : 56031


It looks like you are using GRAPHIC data type in DB2. What is your code page: db2 get db cfg for database_name

It looks like you are using Spanish code page. GRAPHIC data type is only supported in UTF-8 code page and some Eastern Asia code pages.

Hope this helps,
Grofaty
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On