How to generate monitoring file with date suffix.
Hi Here is a way to generate a monitoring file with date format suffix. The Below Example is monitoring and generating the monitoring file for 10 hours at the 5 seconds interval with current date...
View Article[SHARE] MERGE or UPSERT statement is throwing below error in IQ.
1. Problem - MERGE or UPSERT statement is throwing below error in IQ. [SQL] merge into gjang(id, name) using gjang1 on gjang1.id = gjang.id when not matched then insert(id, name)...
View Article"CreateProcess error=2, The system cannot find the file specified" error is...
When Installing IQ on Windows, the following Error is returned. [IQ_Suite.log] Installing Java Runtime Environment 6... Status: ERRORadditional Notes: ERROR - ExecProcess: CreateProcess error=2, The...
View ArticleThe count column is always 0 for Base Tables in SYSTAB system view.
1. Symptom - In the SYSTAB system view, the 'count' column only has a row count for system tables. According to IQ manual, count column means the number of rows in the table or materialized view....
View ArticleHow to use a role in IQ16 like a synonym.
1. Synonym in IQ? Are there any way to access to an object without knowing the owner of object in IQ16 like a synonym in Oracle? A synonym is an alternative name for objects such as tables, views,...
View ArticleIQ became unresponsive when using cognos reporting tool.
1. Problem IQ became unresponsive due to cognos connection. We can see many cognos client connections which are holding the cursor. 2. Cause It may be caused by the queryReuse functionality in...
View ArticleHow to get the univarchar data from ASE.
Hi, As you know SAP Sybase IQ does not support the Adaptive Server data types UNIVARCHAR.But You can get the univarchar data from ASE using insert location statement.Here are steps to get the...
View Article