Unix Technical Forum

Which informix client to use

This is a discussion on Which informix client to use within the Informix forums, part of the Database Server Software category; --> I am new to informix. I have installed IDS (version---IIF_et.10.00---)on my windows machine.I have some informix scripts which i ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 05:31 PM
ssameer via DBMonster.com
 
Posts: n/a
Default Which informix client to use

I am new to informix.
I have installed IDS (version---IIF_et.10.00---)on my windows machine.I have
some informix scripts which i want to run,can anyone please guide me which
client tool to download and install in order to run informix statements..
It will be helpful for me if u can provide the link to download the client
tool.

Regards,
SS

--
Message posted via DBMonster.com
http://www.dbmonster.com/Uwe/Forums....ormix/200712/1

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 05:31 PM
ssameer via DBMonster.com
 
Posts: n/a
Default Re: Which informix client to use

which version i should download and from where

ssameer wrote:
>I am new to informix.
>I have installed IDS (version---IIF_et.10.00---)on my windows machine.I have
>some informix scripts which i want to run,can anyone please guide me which
>client tool to download and install in order to run informix statements..
>It will be helpful for me if u can provide the link to download the client
>tool.
>
>Regards,
>SS


--
Message posted via http://www.dbmonster.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-20-2008, 05:31 PM
scottishpoet
 
Posts: n/a
Default Re: Which informix client to use

On Dec 27, 12:39*pm, "ssameer via DBMonster.com" <u40142@uwe> wrote:
> I am new to informix.
> I have installed IDS (version---IIF_et.10.00---)on my windows machine.I have
> some informix scripts which i want to run,can anyone please guide me which
> client tool to download and install in order to run informix statements..
> It will be helpful for me if u can provide the link to download the client
> tool.
>
> Regards,
> SS
>
> --
> Message posted via DBMonster.comhttp://www.dbmonster.com/Uwe/Forums.aspx/informix/200712/1

What type of scripts are these?

Are these scripts .sql files?

If so then "dbaccess" - which would be installed with the server - can
be used to run them
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-20-2008, 05:31 PM
ssameer via DBMonster.com
 
Posts: n/a
Default Re: Which informix client to use

Yes these are .sql files and i also need to run some independent informix
commands.
can u please give me the link for download.

scottishpoet wrote:
>> I am new to informix.
>> I have installed IDS (version---IIF_et.10.00---)on my windows machine.I have

>[quoted text clipped - 8 lines]
>> --
>> Message posted via DBMonster.comhttp://www.dbmonster.com/Uwe/Forums.aspx/informix/200712/1

>What type of scripts are these?
>
>Are these scripts .sql files?
>
>If so then "dbaccess" - which would be installed with the server - can
>be used to run them


--
Message posted via http://www.dbmonster.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-20-2008, 05:31 PM
tilleul17@web.de
 
Posts: n/a
Default Re: Which informix client to use

ssameer via DBMonster.com wrote:
> Yes these are .sql files and i also need to run some independent informix
> commands.
> can u please give me the link for download.

There is nothing to downlaod . dbaccess is installed along with Informix
Dynamic Server.
Just set your environment to include $INFORMIXDIR/bin in the path - this
is where 'dbaccess' resides on the disk.

Then on a command prompt type dbaccess . dbaccess has a menu that allows
you to load existing SQL files and run them.

A users guide to the DB-Access tool can be found at
http://www-306.ibm.com/software/data...y/ids_100.html

What type of other Informix commands to you need to run?

If you need to combine commands like onstat , onspaces, onmode etc with
some SQL skripts you may run these from a shell script.
See http://www.ibm.com/developerworks/bl...n?tag=dbaccess
for a quick overview how you may use dbaccess
(G Bowerman's BLOG )
HTH
Tilman



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-20-2008, 05:31 PM
scottishpoet
 
Posts: n/a
Default Re: Which informix client to use

On Dec 28, 2:57*am, "ssameer via DBMonster.com" <u40142@uwe> wrote:
> Yes these are .sql files and i also need to run some independent informix
> commands.
> can u please give me the link for download.


dbaccess should have been installed when you installed IDS

I think you said you are running on Windows. In that case

Start -> All Programs -> Informix Dynamic Server -> (the name of the
instaance you are running

This will opena command prompt with the Informix environemnt set


cd into the directory that yoru .sql file resides

You then have 2 choices

1/ dbaccess <dbname> <script name.

or 2/ type "dbaccess" to open the menu interface

then its "query language", select the database and "choose" you will
then be given a list of the .sql scripts
alternatively "new" to run "ad hoc" sql commands

alternatively
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-20-2008, 05:31 PM
ssameer via DBMonster.com
 
Posts: n/a
Default Re: Which informix client to use

I want to run select sql queries like viewing tablespaces and their size etc
etc...
Will I be able to do that with dbaccess.

I more query
I am trying to install informix connect on my solaris OS ...Is this informix
connect same as Informix dynamic server.Installation of informix connect is
giving some brand error ...log file says:
(Dec 19, 2007 9:50:26 PM), Install, BrandFiles, err, CUSTOM_BEAN_ERROR_BEGIN
/opt/IBM/informix/etc/install: etc/brand: cannot execute
CUSTOM_BEAN_ERROR_END

Can anyone help me on this.my ultimate aim is to install IDS on Solaris
system()
sun OS 5.10 generic 120012 -14 i86 pc i386 i86 pc(64 bit).


scottishpoet wrote:
>> Yes these are .sql files and i also need to run some independent informix
>> commands.
>> can u please give me the link for download.

>
>dbaccess should have been installed when you installed IDS
>
>I think you said you are running on Windows. In that case
>
>Start -> All Programs -> Informix Dynamic Server -> (the name of the
>instaance you are running
>
>This will opena command prompt with the Informix environemnt set
>
>cd into the directory that yoru .sql file resides
>
>You then have 2 choices
>
>1/ dbaccess <dbname> <script name.
>
>or 2/ type "dbaccess" to open the menu interface
>
>then its "query language", select the database and "choose" you will
>then be given a list of the .sql scripts
>alternatively "new" to run "ad hoc" sql commands
>
>alternatively


--
Message posted via http://www.dbmonster.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-20-2008, 05:31 PM
Art S. Kagel (Oninit LLC)
 
Posts: n/a
Default Re: Which informix client to use

ssameer via DBMonster.com wrote:
> I want to run select sql queries like viewing tablespaces and their size etc
> etc...
> Will I be able to do that with dbaccess.
>


YES! Dbaccess it the query tool that's delivered as part of Informix
Dynamic Server. As for 'tablespaces', assuming you are using the term
in the Oracle sense the Informix equivalent is dbspaces, you can use the
server status tool, onstat, to view dbspaces and the disk chunks that
make them up as well as just about everything else about the operation
of the server itself.

> I more query
> I am trying to install informix connect on my solaris OS ...Is this informix
> connect same as Informix dynamic server.Installation of informix connect is
>


NO! Informix Connect is the runtime library installation that needs to
be on client boxes that have no server installed. The server is the IDS
package.

> giving some brand error ...log file says:
> (Dec 19, 2007 9:50:26 PM), Install, BrandFiles, err, CUSTOM_BEAN_ERROR_BEGIN
> /opt/IBM/informix/etc/install: etc/brand: cannot execute
> CUSTOM_BEAN_ERROR_END
>
> Can anyone help me on this.my ultimate aim is to install IDS on Solaris
> system()
> sun OS 5.10 generic 120012 -14 i86 pc i386 i86 pc(64 bit).
>


You've now posted this question about 10 times in different forums. The
answer is the same: If you are getting a branding error then you are
most likely trying to install the WRONG version of the Informix
product. Probably you have a version for Solaris on Sparc processors
NOT the version for i86. Jonathan and I BOTH posted instructions for
testing that theory to your other posting yesterday.
Art S. Kagel
Oninit

>
> scottishpoet wrote:
>
>>> Yes these are .sql files and i also need to run some independent informix
>>> commands.
>>> can u please give me the link for download.
>>>

>> dbaccess should have been installed when you installed IDS
>>
>> I think you said you are running on Windows. In that case
>>
>> Start -> All Programs -> Informix Dynamic Server -> (the name of the
>> instaance you are running
>>
>> This will opena command prompt with the Informix environemnt set
>>
>> cd into the directory that yoru .sql file resides
>>
>> You then have 2 choices
>>
>> 1/ dbaccess <dbname> <script name.
>>
>> or 2/ type "dbaccess" to open the menu interface
>>
>> then its "query language", select the database and "choose" you will
>> then be given a list of the .sql scripts
>> alternatively "new" to run "ad hoc" sql commands
>>
>> alternatively
>>

>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-20-2008, 05:31 PM
Neil Truby
 
Posts: n/a
Default Re: Which informix client to use

> You've now posted this question about 10 times in different forums. The
> answer is the same: If you are getting a branding error then you are most
> likely trying to install the WRONG version of the Informix product.
> Probably you have a version for Solaris on Sparc processors NOT the
> version for i86. Jonathan and I BOTH posted instructions for testing that
> theory to your other posting yesterday.


I also asked you over a week ago to tell us the name of the download/install
file you have and offered to check with OS this is for.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:32 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com