delete 1st line of text file in an automated job
Hello,I have created a procedure to extract and update a table. I added the Procedure into a job , and the next step is to extract the data from that table into a text file with pipe delimited fields....
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
Was this issue resolved? I pretty much have a similar issue.I am able to connect to the zOS db2 via command line and not through the toad app.
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
Don't know why but IBM DB2 in recent years not responding as expected. A data base is suppose to be easy to configure and maintained and not no rocket science. Something smelling fishy around...
View ArticleI was not able to connect to the db2 databases using Toad for DB2 6.0
Hi Team, I have installed Toad for DB2 Freeware 6.0 in one of our VM windows box and installed db2client and catalogued the databases.I could see those catalogued databases in Toad for DB2 window but...
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
I know I am coming late to the game here, but which version of the db2 driver are you using?I know that TOAD will only work with the "IBM Data Server Runtime Client" driver. I know this cause I spent...
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
I am using 11.1 etcetera running some test and comparing Oracle with variable Windows version on the fly. Hate to build a working database only to come and find it gone.
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
I tried installing the latest runtime client and that shows licensing errors. It was working good until I installed a local express C and had to remove it because I was having issues (license errors).
View ArticleRE: I was not able to connect to the db2 databases using Toad for DB2 6.0
We are in the same boat; a Java and windows 10 clash
View ArticleRE: delete 1st line of text file in an automated job
I do not understand your issue.Can you post the DDL for the table along with insert statements to populate the values in the first several rows of that table.Then we can investigate extracting from...
View ArticleNeed to get all Currency codes for a given Merchant ID from a DB2 table ...
I have a DB2 table TBL1. It has Merchant ID(MRCHNT_ID) and Currency_Code and few other columns. My requirement is for every Merchant Id, I need its list of Currency codes. Ex: MRCHNT...
View ArticleRE: Need to get all Currency codes for a given Merchant ID from a DB2 table ...
Hi Mohan;Please try the following -Table entries:MRCHNT_IDCURRENCY_CODEABCD001ABCD002ABCD003ABCE002ABCE003ABCE004select MRCHNT_ID, MAX(DECODE(CURRENCY_CODE, '001', 'USD')) AS C1,...
View ArticleRE: Toad Automation Scripts
Hi Mimi,I use automation scripts in a similar way to you. We have several queries that run every day and get saved as excels to a a public share. You can add the date as a suffix to the file that is...
View ArticleRE: Need to get all Currency codes for a given Merchant ID from a DB2 table ...
Dear yahya.nattagh,Bulls Eye !!! It worked :) Thank you so much !!!Regards,Mohan Prasath
View ArticleTOAD for DB2 - Getting Stack Trace Error in V3.3.0.1526
I am receiving the following error when I log into TOAD for DB2:System.BadImageFormatExceptionCould not load file or assembly 'Quest.Data.DB2.Admin.dll' or one of its dependencies. Invalid access to...
View ArticleRE: Reducing the HWM in DMS Table Spaces in db2 9.5 version
Hello Deepshikha,Shrinking of tablespaces is different in v9.5 from later versions of Db2. In this case, it is necessary to use DB2DART. It is necessary to find and ID of the tables pace (if you don't...
View ArticleRE: "Processing was cancelled due to an interrupt" with SQL0952N
Parameter QUERYTIMEOUTINTERVAL=0 is not applicable in all cases... If is the error is thrown by e.g. .Net application, there can be no impact of this parameter.Please see the following 2 links for...
View ArticleRE: "Processing was cancelled due to an interrupt" with SQL0952N
"FUNCTION: DB2 UDB, sort/list services, sqlsOptimizeNumMergeRuns, probe:10MESSAGE : ADM9000W Prefetching was disabled during sort merge; performance may be suboptimal. If this message persists,...
View Article"Processing was cancelled due to an interrupt" with SQL0952N
Hi all,"Processing was cancelled due to an interrupt"with SQL0952NI have already googled and tried resolving the issueone was asking me to update the QUERYTIMEOUTINTERVAL=0 in the db2cli.ini file.which...
View ArticleToad for DB2 Freeware edition - 32 bits version
Hello,Is there any 32 bits version available for Toad for DB2 Freeware edition 6.3?Best regards.
View ArticleRE: Toad for DB2 Freeware edition - 32 bits version
You can download the Toad DB2 32-bit installer at:http://community-downloads.quest.com/toadsoft/DB2/ToadforDB2_6.3.0.269.x86.msi
View Article