Viewing 12 posts - 1 through 12 (of 12 total)
OK...I applied the hotfix successfully...is there something else I need to do...cause it's still prompting?
July 8, 2005 at 2:27 pm
Carl,
I can't say thanks enough I have been loosing my mind over this extremely iritating thing. I checked kb articles, guess I wasn't phrasing it correctly to find the error.
July 8, 2005 at 2:10 pm
Any idea where the breaking point is? How many rows are in the db2 table?
What is the query you are using to retrive the data?
I can potentially try to reproduce it...
August 16, 2004 at 6:14 am
What does mainframe db2 log indicate?...probably times out and can be modified for the id running the linked server.
August 13, 2004 at 9:22 am
One last thought be sure password is less than 8 Characters long..
August 11, 2004 at 9:26 am
Best practice says not to run as local system account and should have nothing to do with it.
If you have the db2 connect client on the sql server you...
August 5, 2004 at 6:15 am
1) Verify the user name and password in the provider string
2) Verify the user name and password on the security context tab..for testing set it to "be made using this...
August 4, 2004 at 6:30 am
I got it!
Using Microsoft's OLE for DB2 driver...I created my ole provider connection string and tested it before proceeding. The string I created...
June 24, 2004 at 1:52 pm
After ten minutes I had to cancel the insert. There is only one row in the source table. Here is where I am at...
insert into DSNYTCP..MSQL.TEST_TABLE SELECT * FROM tempdb.dbo.TEST_TABLE
This...
June 24, 2004 at 11:16 am
I set up the linked server using the IBM driver as suggested and am able to do selects no problem...
Can you give an example of the insert to the linked...
June 24, 2004 at 7:12 am
BOL says you can do an insert with openquery but doesn't go into how to..and haven't been able to dig up an example.
Running the following says incorrect syntax and...
June 23, 2004 at 7:48 am
Thought I'd add some info before it was asked. TESTING is the linked server using Microsoft OLE DB ODBC Driver
Here is the insert statement
INSERT INTO TESTING.DB2DSNY.MSQL.TEST_TABLE Values ('ABCDEFGH')
Table MSQL.TEST_TABLE is...
June 22, 2004 at 1:12 pm
Viewing 12 posts - 1 through 12 (of 12 total)