Quantcast
Channel: SCN : All Content - SAP IQ
Viewing all 716 articles
Browse latest View live

[SAP IQ] Failed to login to Cockpit Console.

$
0
0

Hi,

 

I have a customer who has a problem to log in to cockpit console.

When ct installed IQ16 SP08 on window 2008 R2 (Korean package version), ct failed to log in to cockpit console.

Because there are no system information on it.

Cockpit console failed to bring the system information, It's a blank.

 

Ct found out that the issue is related to OS System.

If ct installed IQ16 SP08 on window 2008 R2 (English version) or added a package of english language.

And then ct changed express language from korean to english.

Ct succeeded to log in to cockpit console.

 

So Ct is wandering what is the differences between korean package version and English version.

Is it a language problem?

 

 

Thanks

 

Gi-Sung Jang


Not able login to DBA cockpit. Dropdown to select system is empty

$
0
0

Not able login to DBA cockpit. Dropdown to  select system  is empty.

 

Version :->

SAP IQ/16.0.0.807/140804/P/sp08.03/Enterprise Linux64 - x86_64 - 2.6.18-194.el5/64bit/2014-08-04 18:42:22

 

 

$ sh cockpit.sh --version

Cockpit Server 4 SP08 PL01

Build Type         : release

Build Timestamp    : 201405191326

Build Number       : 5558

 

Additional  information :->There is nothing to select in the drop-down menu under "System"


Please let me know whether there is any solution/workaround to resolve this issue.

sybase iq dropping versioning connection problem

$
0
0

Hi,

 

I am not able drop the connection which is causing versioning in sybase iq 15.3.

 

when i fire the command sp_iqtransaction the user is visible but when i fire sp_iqconnection the user is not visible.

 

In sp_iqtransaction the user state is committed.

 

I tired "drop connection connhandle" but it is showing invalid

 

How to drop this connection......Please help

 

Thanks in advance

Santosh Negalur

Sybase control center throws error while Configuring mailserver

$
0
0

Sybase control center  throws the following  error while Configuring mailserver.

I am  using default port 25 .

I was able to  send email via  unix mailx command from the  unix server on which this  sybase server runs .

sybase control centre is running perfectly without any errors.

 

Error

=========

There was an error updating the e-mail target in the repository.

javax.management.RuntimeOperationsException : Exception invoking method validateSMTPServer

mail.genmills.com Connection attempt with mail.apt.com SMTP Server failed. Please ensure that the SMTP server is up and running. javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client.

=========

 

 

Could you  please let me know  whether there is any workaround/fix for this issue.

 

Regards,

AK

Multiple user for Sybase control centre

$
0
0

Hello ,

 

 

As of now  if  one SCCADMIN user  logs in sybase  control centre  other  SCCADMIN user  is forcefully  thrown out.

 

How can multiple user/sccadmin  access    sybase  control centre . Is there way that could allow to create multiple logins to access SCC.

 

 

Regards,

Arun

IQ Internal error. Please report this to Sybase IQ support

$
0
0

Good day

 

I am new on Sybase IQ and working on a stored procedures that run on the Sybase IQ environment and have come across an error that keeps cropping up every time I test one of my stored procedures.  I get an Internal error. idx_b_surname_hg ???? with a SQLCODE=-1006003, ODBC 3 State="HY000".  I have tried dropping the table and its indexes and re-create everything but on the second test the error shows up.  This only happens for one index and the rest go through.

 

Can someone please assist and explain why this error keeps coming back even though the table and indexes are being recreated.

 

Your response will be greatly appreciated, thanks.

 

Regards

 

Phelisa

Sybase IQ Client for Windows 8

$
0
0

Is Sybase IQ Client certified with Windows 8 .

if so which version .

com.sybase.scc.jmx.ManagedObjectGateway.err_invoke_op SCC agent db2v105:9999 does not know Sybase IQ version string. Something is wrong with the IQ Agent plug-in.

$
0
0

Hello All,

 

I am a student and just want to try my hands on SAP IQ. So i downloaded SAP for linux. I set up a Virtual machine on my windows and loaded the linux image onto the virtual machine. So far i have been successfully able to install SAP IQ, create database and so on. But I have only got as far as authenticating the agent after registering it. When i authenticate the agent it gives me the below error and obviously the authentication fails

 

"com.sybase.scc.jmx.ManagedObjectGateway.err_invoke_op SCC agent db2v105:9999 does not know Sybase IQ version string. Something is wrong with the IQ Agent plug-in."

 

So i searched on internet and followed the process mentioned in SAP info center under change request number 723112 however I am still unable to get it working. I would be really grateful if someone could help me ASAP. Thanks in advance


SAP IQ Server is missing in SAP Cockpit login window

$
0
0

Hello,

 

Our SAP IQ 16.0 SP08 Single Server is missing in SAP Cockpit 4 login window System field.

 

We have installed SAP IQ 16.0, then updated it to SP08 and by doing that we have installed a new SAP Cockpit 4 server. Cockpit service is starting successfully, we can successfully open Cockpit web portal and see the Cockpit login window. But no SAP IQ server is displayed in the System field so far. Then we have executed Cockpit Monitor script, restarted database and then restarted Cockpit. But our SAP IQ database is still missing in the Cockpit login window.

 

So:

  1. SAP IQ Server 16.0 SP08 is installed and operating.
  2. SAP Cockpit is installed and running.
  3. SAP IQ database is running.
  4. Cockpit Monitor scripts are applied to the database.
  5. SAP SCC was not installed and is not running.

 

And still no IQ database in the Cockpit login window.

 

Any step missing, something not implemented or applied?

 

Any ideas why SAP IQ database is missing in the Cockpit login window?

 

Thank you in advance.

 

Best regards,

Donatas

ASIQ load problem, help needed

$
0
0

I have the following table into which an imaghe file will be loaded on daily basis: 

CREATE TABLE Image_tbl

(

  ci_image_ind   char(30) NULL,  

    ci_image              image    NOT NULL,

  ci_load_date   date     NULL

   

)

 

When I run the following load command, it fails giving the below message:

load table MYUSER.Image_tble

(

ci_image

 

)

using client file 'd:/xxx/yyy//IMAGE.TIF'

ESCAPES OFF

QUOTES OFF

FORMAT BINARY

 

 

Could not execute statement.

   The datatype of column 'BLOB' is not valid.

   -- (db_sqlins.cxx 13703)

   SQLCODE=-1013037, ODBC 3 State="HY000"

   File: "ld_4864" on line 1, column 1

   load table MYUSER.Image_tble

   (

   ci_image

   ...

 

Have tried to find out teh reason of failure with no success, at least not on the SAP-Sybase documents. Please help me undestand what is wrong in my load statement.

How to set password for SCC agent on IQ16 SP8

$
0
0

Hi,

 

Just installed a fresh SAP IQ16 SP08 and wasn't asked for setting sccagent on setup. How to configure sccagent account, to authorize it on SCC?

How are SCC, Cockpit Server and SCC-Agent related

$
0
0

This is more like a Meta-question I wasn't able to solve for my self by clicking through the documents. So I'm trying to ask here and I'm going to make it short: What is the connection between those three?

IQ Cockpit and multiple user

$
0
0

In IQ Cockpit it is no problem to login with the existing DBA-User and after the registration and authentication of the agent it is no problem to work with IQ Cockpit. The documentation says: "Registration and authentication must be done once on each managed simplex. In a multiplex environment, it must be performed once on each node.". If now another User accesses IQ Cockpit the login into Cockpit works but the screens are not displaying information:

 

Accessing the Coordinator via Explore, IQ Servers, Security, Role-Based, Users you can find only on line with:

Name:

Server unauthenticated

 

Accessing the Multiplex via Explore, IQ Servers, Security, Role-Based, Users you can find only on line with (see attachment):

Name:

Multiplex

 

Registration and Authentication of the agent one a node appears to be working for the non-DBA-User without an error message but "authenticated" shows always "failed". What must be done that a non-DBA-User can work with Cockpit? No LDAP Server or Kerberos system is available.

 

Thanks

 

Robert

Disaster Recovery Options for SAP IQ

$
0
0

Hi everyone,

 

I'm looking at rolling out a SAP IQ environment as part of a broader Information Lifecycle Management (ILM) engagement for Business Suite.  SAP IQ will act as the ILM store for the archived data.

 

Anyway, can anyone please provide me the available options around DR for SAP IQ?

I'm aware of disk based replication solutions but my client does not currently have disk based mirroring available between their primary and DR site. I've read in a couple of places that SAP Replication Server doesn't support IQ?

 

Are there any alternatives to Replication Server if I want to achieve something equivalent to Oracle DataGuard or DB2 HADR (eg a software based replication/mirroring type technology / log shipping ..etc..)?

 

Appreciate your help on this.

 

Regards

Shaun

Unable to attach storage while creating a DB

$
0
0


Hello Experts

 

We are installing Sybase IQ 16 SP4 on RHEL. Installation is complete and we are getting the following errors while creating the database.

 

Sourcing SYBASE.sh

[sybase@racdb2 scripts]$ ./02crdb001.sh

Error! The connection to the
database was closed by the server.

  Communication error

  SQLCODE=-85, ODBC 3 State="08S01"

  File:"02crdb001.sql" on line 1, column 1

  CREATE DATABASE '/opt/sybiq_db/elitecoredb.db'

  TRANSACTION LOG ON '/opt/sybiq_db/elitecoredb.log'

  CASE RESPECT

  PAGE SIZE 4096

  COLLATION 'ISO_BINENG'

  ...

  You can continue executing or stop.

  1. 1. Stop
  2. 2. Continue

Select an option:

 

We don’t get this error when creating the DB as a file system. We are getting this error when we are attaching the external storage (XIO).

 

 

Any idea why is this happening.

 

Regards

 

Neeraj


slow insert into IQ 15.4 from ASE 15.5

$
0
0

In IQ we have a table with 3 columns (searched_column char(7),id int, rr varchar(5)), let call the tabel IQ_tbl.

In our ASE database we have a proxy table to the IQ table with the same definition called prx_IQ_tbl.

The following insert statment takes 1 minute to acheive:

set rowcount 5000

insert into prx_IQ_tbl select adp_num, 111, 'dev'from adp_info

Indeed after 1 minute 5000 records are inserted into the IQ table

Is there a way to increase the speed?

 

CIS info of our ase server is as follows:

    Parameter Name                 Default Memory  Used Config Value Run Value  Unit     Type   

----------------------------------------     ------------ ------------ -------------------------- --------------   ----------- -------------

1 cis bulk insert array size          50           0          500                           500    rows dynamic   

2 cis bulk insert batch size           0           0            0                                0 rows dynamic   

3 cis connect timeout                   0           0            0                               0 seconds dynamic   

4 cis cursor rows                         50          0           50                             50 number dynamic   

5 cis idle connection timeout          0          0            0                                0 seconds dynamic   

6 cis packet size                       512          0         2048                         2048 bytes dynamic   

7 cis rpc handling                         0           0            0                                0 switch dynamic   

8 enable cis                                 1           0            1                                1 switch static   

9 max cis remote connections       0      5346            0                                0 number dynamic  

[SAP IQ] How to enable and disable users to connect in multiplex.

$
0
0

Hi,


You can enable and disable users to connect to a specific multiplex server.

It's a different way to control the connection by version. (IQ15.2 and below versus IQ15.4 and above)

 

Login policies control the capabilities of users and connections to a database.


1. In case of IQ15.2 and below.

    The following statement creates a login policy called Reader1OnlyPolicy.

    By default, this policy prohibits access to servers:


     1) This statement allows holders of Reader1OnlyPolicy to access only server Reader1:

          - CREATE LOGIN POLICY Reader1OnlyPolicy

             LOCKED=ON;

      2) UserA is allowed to log in only on Reader1 and not on any other server in the multiplex:

         - ALTER LOGIN POLICY Reader1OnlyPolicy

           LOCKED=OFF MULTIPLEX SERVER Reader1;

          

           ALTER USER UserA LOGIN POLICY

           Reader1OnlyPolicy ;


2. In case of IQ15.4 and above.

   

    In a multiplex, login policies control access to logical servers.

    All users of a login policy can only access those multiplex servers that are effective members of the assigned logical servers.

    When you connect to a multiplex server, logical server context of the connection is determined based on the effective logical server assignment of the

    user's login policy and the current node.

   

    1) creates a user-defined logical server TEST_LS with multiplex nodes as its members:

        In case of coordinator, ... MEMBERSHIP (FOR LOGICAL COORDINATOR)

         - CREATE LOGICAL SERVER TEST_LS MEMBERSHIP (MPX154_W1);

   

    2) creates the login policy with locked is "off".

         - create login policy test_login_policy

            locked=off;

   

    3) This statement allows access of logical servers TEST_LS from login policy test_login_policy.

         - alter login policy test_login_policy set logical server TEST_LS;


    4) UserA is allowed to log in only on Reader1 and not on any other server in the multiplex:

   

         4-1)  If UserA is not created,

  - sp_iqaddlogin 'UserA', 'sybase','OFF', 'test_login_policy';

 

         4-2)  If UserA is created,

  - sp_iqmodifylogin 'UserA','test_login_policy';


See Also


1. Logical Server Configuration
  - http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01771.1603/doc/html/san1283555365297.html

 

2. Multiplex extensions to login policy DDL
  - http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00802.1520/html/iqmpx/iqmpx44.htm

 

3. Creating a Login Policy for a Multiplex
  - http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01267.0327/doc/html/jcu1281720659819.html

 

4. Related System Tables
    - SYSIQLOGICALSERVER
    - SYSIQLSMEMBERS
    - SYSLOGINPOLICY
    - SYSLOGINPOLICYOPTION
    - SYSIQLSLOGINPOLICIES

 

Thanks,

Gi-Sung Jang

how to disable IQ listen at 0.0.0.0

$
0
0

Because the safety needPort listener need to ban on 0.0.0.0

Uninstall and re-install sybase iq 16

Sybase Central for IQ

$
0
0

Hi Team,

 

 

Where can i find sybase central plugin for Sybase IQ, We are using Sybase IQ 16 SPS08

 

Thanks,

Razal

Viewing all 716 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>