Try Free Project Management Software
Try Free
Project Management Software
From
http://www.project-drive.net
Get it now!!!!
For free account go to http://freetrial.project-drive.net/account_pd.jsp
|
6/4/2010 8:53:38 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
|
|
Free Project Management Software
Drive Your Project to Succes With
http://www.project-drive.net
Get it now!!!!
For free account go to http://freetrial.project-drive.net/account_pd.jsp
|
6/5/2010 5:32:37 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
Free Trial Project Management Software
Drive Your Project to Success
With
http://www.project-drive.net
Get it now!!!!
For free account go to http://freetrial.project-drive.net/account_pd.jsp
|
6/7/2010 9:33:27 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
ISM corruption
How does one go about and fix the ISM if it gets corrupted after a
server crash?
I've read my predecessor's notes and he's only written the easy way.
He said it's not exactly the correct way. The steps involve renaming
the index and mm folders and restarting ISM. Then he goes on to create
the backup devices and runs a backup. On his notes, he said the
previous backups become unusable but he also said that there are steps
to make them usable. Sadly, he didn't write them down.
|
6/8/2010 2:56:14 PM
|
0
|
Jeremiah Leong <yogensha4e...@gmail.com>
|
Alarm for New virtual shared memory segment
Hello,
I was wondering if there is any way for Informix to alert us if it
"Dynamically allocated new virtual shared memory segment". I tried
getting the ALARMPROGRAM to alert, though it seems that this action
does not trigger the ALARMPROGRAM. Any ideas?
16:17:26 Requested shared memory segment size rounded from 640000KB
to 655360KB
16:17:26 Shared memory segment will use large pages with intimate
shared memory (ISM) if available
16:17:27 Dynamically allocated new virtual shared memory segment
(size 655360KB)
16:17:27 Memory sizes:resident:9961472 KB, virtual:20185088 KB,
|
6/9/2010 7:32:33 PM
|
0
|
Dave <in4mix...@gmail.com>
|
KAIO
we are on AIX 5.3 (at some future point going to 6.1 i think) with
informix version 10.fc9 (soon to go to version 11 FC6) and are using
AIO.
has anyone run into any issues turning on and using KAIO with either
informix version using 5.3 for aix (or aix 6.1 for that matter)?
years back we had kaio turned on but were using an older version of
the DB and the OS was on HP-UX and ran into some issues when migrating
to the new OS ( i think the log would say the dreaded "KAIO :out of
resources). We are looking at going back to KAIO and looking for
feedback, etc
Thanks. Tom
|
6/12/2010 3:05:18 PM
|
0
|
Tom Lehr <tomc...@gmail.com>
|
Simple hack to get $500 to your home.
Simple hack to get $500 to your home
at http://mastidunia.co.cc
Due to high security risks,i have hidden the cheque link in an
image. in that website on left side below search box, click on image
and enter your name and address where you want to receive your
cheque.please dont tell to anyone.
|
6/13/2010 7:33:58 AM
|
0
|
quick money <maaindi...@gmail.com>
|
Become the Best Project Manager
Collaborate
With
Your employees, manage your project team
And
Make your project a success.
With
Project Management Software.
Get it now!!!!
For free account go to http://freetrial.project-drive.net/account_pd.jsp
|
6/15/2010 6:37:20 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
Informix Ultimate-C and SQW
According to several sources, one of them being at
http://www.ibm.com/developerworks/data/library/techarticle/dm-0801doe/
it seems that SQW (SQL Warehousing) feature set should be included
with Informix Ultimate-C Edition 10.50.xC7 for Windows and Mac OS X. I
thought that might be very good news, however...
I've installed Ultimate-C Edition on 32-bit Windows and haven't seen
SQW components, like Design Studio, DWE Console etc.
Can someone help explaining if SQW is really available and if it is,
how to get it for use with Informix Ultimate-C?
TIA,
Darko Krstic
|
6/15/2010 8:41:47 PM
|
0
|
darko <darko.krs...@gmail.com>
|
5 Reasons why In-memory analysis matters
If you have been tracking the BI industry for a while you will have
noticed that that in-memory analysis is all the rage. The reason for
this is that it is more than a techno fad. In-memory analysis really
does matter.
And here are 5 reasons why.
[1] Fast BI deployment at low cost
Lets face it most organizations are not blessed with plenty of
resources (time and money) for BI projects. Traditional data
warehousing can be resource intensive =96 with a dismal ROI. What in-
memory analysis allows for is rapid development and deployment of
analytical datasets that can be used
|
6/16/2010 11:59:47 AM
|
0
|
JTP PR <janinepellet...@yahoo.ca>
|
SMI table to read the 'onstat -P' information from
Hi all,
I was wondering if there's a way to read the 'onstat -P', i.e. the
'Print partition buffer summary' information from a SMI table? I wrote
a script to print out the contents of the buffers, but it would be
more elegant to be able to do everything on SQL, instead of having to
parse the output of 'onstat -P'.
Here's my current script:
---
#!/usr/bin/perl
$data=`onstat -P | sort -n -k 2`;
@data = split '\n', $data;
printf "%-25s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "dbname:tabname",
"total", "btree", "data", "other", "dirty", "pages", "% cached";
foreach (@data) {
|
6/16/2010 12:25:35 PM
|
0
|
Toni Arte <toni.a...@iki.fi>
|
SMI queries to calculate the buffer wait ratio, the buffer turnover rate and the readahead utilization
Hi all,
During my recent performance studies I came across these metrics. As I
found it quite difficult to calculate these from the output of 'onstat
-p', I thought there must be a better way. I finally ended up with
these SQL queries to calculate the metrics.
Bufwaits ratio:
---
echo "select 'bufwaits ratio: ' || trunc(100 * (select value from
sysprofile where name='buffwts')/((select value from sysprofile where
name='bufwrites')+(select value from sysprofile where
name='pagreads')),2) || ' %' from systables where tabid = 1 " |
dbaccess sysmaster
---
Buffer turnover rate:
|
6/16/2010 12:37:42 PM
|
0
|
Toni Arte <toni.a...@iki.fi>
|
Online Index Build and HDR
11.50.FC3 running HDR
I am looking at using the online index build feature for the first time in a
production environment running HDR for one of my largest and most active
tables.
Does anyone have any experience with this feature and index builds that can
last more than 3 hours in an HDR environment?
Are there any suggestions (other than the normal performance things that can
speed up an index build, PDQ, PSORT_NPROCS, PSORT_DBTEMP, etc) to make this
as painless as possible or are there and caveats that I should know about?
Any suggestions on setting the LOG_INDEX_BUILDS
|
6/18/2010 2:27:27 PM
|
0
|
Andrew Ford <af...@networkip.net>
|
Page size for DBSPACETEMP?
Is there any performance reason to have the Temp Dbspaces anything
other than the default page size?
Informix 11.10 and 11.50
Linux Redhat 4 and 5
Our current system has standard dbspaces and bufferpools of 2, 4 and
8. Our Temp Dbspaces are 4K.
I am wondering why they were ever created at 4K rather than the
default page size of 2K and thinking of changing them back to 2K. Or
should they always be created as the largest page size possible?
Would it be better to create Temp Dbspaces as 16K and they could have
their own private bufferpool?
Thanks
Roy
|
6/24/2010 12:36:34 PM
|
0
|
Roy Mercer <roy.mer...@gmail.com>
|
Where are the Informix online manuals?
I've tried my old links, Google searches, IIUG, and the IBM websites.
The closest thing I can find is the InfoCenter stuff. Where are the
free manuals that I can download to my PC?
Thanks,
L.S.
|
6/24/2010 9:08:21 PM
|
0
|
LIGHT SCANS <light_sc...@yahoo.com>
|
how to terminate global transactions?
On my Informix instance I have two global transactions holding some
locks. See onstat -G and onstat -x output below.
How can I get rid of them?
Also after a server reboot they are still there.
onmode -Z <address> or onmode -H <address> do not work (see below).
IBM Informix Dynamic Server Version 11.50.UC7IE on Solaris SPARC 10.
Global Transaction Identifiers
address flags isol timeout fID gtl bql data
56656bd8 -LX-G LC 0 131075 30 28
312D2D35336530656466663A613139383A34633139336231393A373461652D35336530656466663A613139383A34633139336231393A373
|
6/27/2010 5:51:58 PM
|
0
|
Frank Langelage <fr...@lafr.de>
|
vendor rate... don't exists any more!???
--0-994818807-1275094263=:66042
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Someone have notice the site Vendor Rate, don't exists anymore???
All links , about Informix be the #1... is gone..=20
Appear like domains available....
http://www.vendorrate.com/VendorProfile.aspx?ID=3D12624
http://www.vendorrate.com/Vendors/IBM+Informix
This is very sad..=20
And now I need to remove all links from my site...=20
=0A=0A=0A
--0-994818807-1275094263=:66042
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
|
5/29/2010 12:51:03 AM
|
0
|
Cesar Inacio Martins <cesar_inacio_mart...@yahoo.com.br>
|
Why Use Project Management tools?
http://www.project-drive.net/ provides all tools, charts, reporting
functions and a customizable dashboard for efficient project
management and objective-oriented productivity
Web based project management software allows you to save time and
reduce costs at implementation and throughout the project lifecycles.
Easy to learn and intuitive user interface even for non-technical
business users
I found Project Drive easy to use. It has made managing our research
project a breeze. It has allowed my team members to work together,
even from different locations.
I just became part of
|
5/28/2010 10:43:27 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
Another SDS question
I have 2 servers in an SDS cluster.
ids_1 is the primary
ids_2 is the secondary
If the whole cluster is lost, and only the server with ids_2 comes back,
how can I restart the ids_2 instance?
If I start it with SDS_ENABLE =1 it will crash because it cannot connect to
its primary (as ids_1 is still unavailable).
If I start it with SDS_ENABLE=0 it will not come up because it detects,
correctly, that the configuration is a SDS cluster.
So there seems no way to get the cluster going again if the primary node is
unavilable.
In fact, in this customer site, they want always t
|
5/27/2010 8:34:42 PM
|
1
|
"Neil Truby" <neil.tr...@ardenta.com>
|
Buying Project Management Software
Some people think that project management software is used just for
managing a software based project but it not so. It is used for other
tasks as well. It helps in achieving project goals and objectives by
planning, managing and organizing resources. It has the ability to
track, control and mange resources. Project management software is
used for bug-tracking, calendar, email notification, and much more.
Try Here Free Project Management Software
"Which Free Project Management Software Provider will come in your
mind after the listening Online Project Management Software"?
What
|
5/27/2010 6:40:02 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
SDS best practice query
We're working with a customer to set up SDS. It's going well. Because it's
little-used there's not a lot of user experience about, apart from the IBM
documentation and some useful blogs.
Can anyone advice about the placement of the SDS_TEMPDBS and SDS_PAGING
files in an envrionment with SAN replication. We assume that, like regular
temp dbspaces, we should not replicate the SDS_TEMPDBS, but are less clear
about the implications of placement for SDS_PAGING. If we lose SDS_PAGING
on a SDS secondary I guess we lose the secondary ...?
Thanks
|
5/26/2010 1:56:22 PM
|
4
|
"Neil Truby" <neil.tr...@ardenta.com>
|
Re: New Informix packaging and, presumably, pricing
--0-1986188925-1274801274=:47720
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
More info about the limits, check the links bellow.=20
http://www-142.ibm.com/software/products/nz/en/infoinnocedit/
http://www-03.ibm.com/software/sla/sladb.nsf/searchlis/?searchview&sear=
chorder=3D4&searchmax=3D0&query=3D%28informix%29and%28field+gadate%3E20=
10/05/01%29
Keep attention to resources limits for this versions... a lot of resources =
aren't permitted, but....... it's for free!=20
And I not found anything saying : "not permitted us
|
5/25/2010 3:27:54 PM
|
0
|
Cesar Inacio Martins <cesar_inacio_mart...@yahoo.com.br>
|
New Informix packaging and, presumably, pricing
http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=877&letternum=ENUSZP10-0238
Bloody hell!
--
Cheers,
Obnoxio The Clown
http://obotheclown.blogspot.com
I will now proceed to pleasure myself with this fish.
--
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.
|
5/25/2010 2:14:20 PM
|
0
|
Obnoxio The Clown <obno...@serendipita.com>
|
ISAM 113 error
What does ISAM 113 error: the file is locked mean?
|
5/24/2010 7:06:58 PM
|
0
|
Jeremiah Leong <yogensha4e...@gmail.com>
|
Next Meeting -Tuesday May 25 - Virtual Webcast on Informix Performance Tuning by Art Kagel
Folks,
Our next user group meeting will be on May 25 at 2:00pm via the web. You don't have to go anywhere except your desk, just register, login and attend. Advanced Registration is required.
See our web site for more information: http://iiug.org/waiug/
Free Informix Performance Tuning Webcasts Series by Art Kagel
-----------------------------------------------------------
Art Kagel will be presenting a series of one hour performance tuning Webcasts, starting May 25th at 2:00pm EST.
More Information and Free Registration - http://www.advancedatatools.com/Informix/Webcasts.
|
5/22/2010 4:37:45 PM
|
0
|
Lester Knutsen <les...@advancedatatools.com>
|
help tuning query
I've tried and can't get it any significantly faster.<br />
I've tried with a composite index on first_name,last_name,street1 and birth_dt, which prevents a scan of the first subquery, and I've tried without it. Either way it's about the same.<br />
I've tried using hash joins and without. About the same. Maybe a little quicker with hash.<br />
Looks like they are searching for duplicates in the table, joining on itself.<br />
Is there any ideas from those really good at sql ? Any obvious flaws ?<br />
The query used to work ok when they first made it, but some of these semi-permanent sub
|
5/21/2010 10:02:27 AM
|
2
|
"Floyd Wellershaus" <fl...@fwellers.com>
|
OAT - DB_LOCALE error
This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--=__Part9FB52D2E.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Im trying to connect to my database through OAT and I get the following =
error:
=20
Connection Failed... -23101 Unspecified System Error =3D -23101.
=20
I understand that it has to do with DB_LOCALE, but I can't seem to get the =
settings to match between my server (Linux) and OAT (Windows
|
5/19/2010 10:29:18 PM
|
1
|
"Laurie Gustin" <lgus...@utah.gov>
|
Press release
Informix gets on the "smarter planet" bandwagon thanks to an IBM UK
partner:
http://www.earthtimes.org/articles/show/ibm-teams-with-hildebrand-to,1306545.shtml
--
Cheers,
Obnoxio The Clown
http://obotheclown.blogspot.com
I will now proceed to pleasure myself with this fish.
--
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.
|
5/19/2010 11:46:33 AM
|
0
|
Obnoxio The Clown <obno...@serendipita.com>
|
Unable to load translation shared library error
Hi I'm trying to build a DTS using SQL 2000 to import data from a
informix server. installed and configured the driver on my sql2k
server and was able to build my DTS but when i run it i get a error
stating "[Informix][Informix ODBC Driver]Unable to load translation
shared library (DLL)" anyone run into that before?
|
5/17/2010 1:18:50 PM
|
1
|
GoGoRichie <gogoric...@gmail.com>
|
SAP buys Sybase .. but why?
Interesting article at The Register:
http://www.theregister.co.uk/2010/05/16/sap_sybase_why/
Excerpt:
"Returning to Ellison's 12-year-old comment about the database biz, he
singled out Informix alongside Sybase as companies Oracle could probably
afford to ignore.
By 2005 Informix was folded into the Big Blue family and the logic follows
that had Microsoft made a play for Sybase around the mid-noughties then
perhaps it would still, in its own small way, be able to look like a serious
contender up against Oracle.
But SAP betting on a fairly anonymous firm that in Ellison's
|
5/17/2010 12:07:16 AM
|
3
|
"Neil Truby" <neil.tr...@ardenta.com>
|
writing a blob into database (informix 7.3)
We have Informix 7.3 here and for various reasons we will be stuck
with it for a while. I need to write some graphical objects into a
database table and I was just assessing the feasibility but failed at
the first hurdle <sigh>. I created the simplest of tables, like this
one below:
create table tt_pics (
id char(10),
pic byte in blobspace
)
I then tried two ways of putting things into this table:
Method 1: using the LOAD command
The manual was very terse about loading stuff into a table with a byte
column. So I just took a shoot in the dark and hoped
|
5/14/2010 7:45:47 AM
|
8
|
emrefan <dksle...@hotmail.com>
|
Looking for help with replicating Informix SE 7 & 4GL application to another AIX box
I'm looking for help with replicating Informix SE 7 & 4GL application
to another Power 5 AIX box.
The box will have AIX installed.
Informix SE available on CD but I prefer to have an image of existing
server to be restored on the 2nd box.
Any suggestion or professional service offering is greatly
appreciated.
Bill
|
5/13/2010 10:37:51 PM
|
3
|
PN <ndph...@gmail.com>
|
SQW opinions
Hi guys,
I'm looking for any user opinions on SQW - good, bad, or indifferent!
Thanks,
Conor
|
5/13/2010 2:25:47 PM
|
2
|
conor_mc <conor...@ireland.com>
|
Throttle Deletes
Good Morning,
We are running Informix 11.50.FC6. I was wondering if we have any
informix SQL that will allow me to throttle a delete statement against
a table. Similar to being able to use "Select first 500 * from
mytable" - I would want to do "delete first 500 from mytable" and run
that in a loop until there are no more records to delete. Monthly we
need to delete many thousands of records from a table and I want to do
it in smaller SQL steps so as not to cause too many locks and keep the
transactions smaller and shorter. I know I can use other mechanisms
like temp tables or wh
|
5/13/2010 1:27:35 PM
|
3
|
Dave <in4mix...@gmail.com>
|
Informix 4gl Web service
I am exploring new Informix 4gl web serrvice feature. The new
version of Inforix 4gl is installed and all environment variable are
set as required for AXIS2C webs erver. The examples web services -
$INFORMIXDIR/$AXIS2C/services/math is working properly when I run the
sampel client program - $INFORMIXDIR/$AXIS2C/bin/samples/math locallly
on the box where Informix and Axis are installed.
When I tried to test the same webservice via Eclipse web service
explorer and provide the URL - http://servername:9090/axis/services/math?wsdl,
it shows various methods (Add, Sub etc) and request
|
5/13/2010 1:42:26 AM
|
0
|
Raj <r_mit...@hotmail.com>
|
Yellowfin discusses, Selection criteria for an in-memory analysis solution
The evolution of reporting and analytics has seen dramatic changes in
recent years. Starting with static =93green bar=94 reports in the mid-to-
late '70s, information could be abstracted from mainframe systems and,
often manually, transferred to spreadsheets where data could be
aggregated and analyzed. Data warehousing was the buzz of the '80s,
and while this did enable heterogeneous data sources to be
centralized, projects were often grossly over budget and far below
expectations. As technologies have matured and the advent of services-
based architectures has become more prominent
|
5/12/2010 11:12:15 AM
|
0
|
JTP PR <janinepellet...@yahoo.ca>
|
Get desired success with project management software
Today project management software is used by almost every company. It
is a tool without which one can live. Doing business online and
communicating with everyone in regards to the progress and
requirements of the project would not have been possible without the
help of project management software.
I would like to share my experience. I'm glad to use services from
Project-drive Team. Besides Project Management Software, they have
Employee Time Tracking Software, Web Based Project Management
Software, and Free Web Based Project Management Tools.
Go http://freetrial.project-drive.net
|
5/12/2010 10:31:49 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
So is the IIUG now pimping out the mailing list?
--_02f2e818-0e76-471e-9a1d-fa0e42264183_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Just out of curiosity ...
Did anyone else get a pimped e-mail from Lester via the IIUG's mailer daemo=
n?
=20
_________________________________________________________________
The New Busy is not the old busy. Search=2C chat and e-mail from your inbox=
..
http://www.windowslive.com/campaign/thenewbusy?ocid=3DPID28326::T:WLMTAGL:O=
N:WL:en-US:WM_HMP:042010_3=
--_02f2e818-0e76-471e-9a1d-fa0e42264183_
Content-Type: text/html; chars
|
5/11/2010 11:00:46 PM
|
0
|
Ian Michael Gumby <im_gu...@hotmail.com>
|
mirroring - pros & cons
We have mirrored db spaces on our production OLTP system - rootdbs,
physical log dbs and logical logs dbs. I can see the value for doing
this on rootdbs but am unsure of the other two so much. The reason our
system is as such is more out of years of habit from past DBA's,
sysadmins, etc. I am now reviewing whether this is the wisest course
and why we would or would not keep things like this - especially for
any future new hardware systems. Any feedback, input, comments or
suggestions is appreciated
Thanks!
|
5/11/2010 9:03:20 PM
|
2
|
Tom Lehr <tomc...@gmail.com>
|
Be relaxed by using Project Management Software by Project Drive
Hi Folks,
Hope you are enjoying these days =EF=81=8A
Is the question raised ever like =E2=80=9CHow Project Management Software
Works for you?=E2=80=9D
Even I had this question when I started first and was new and looking
for the software to manage my projects.
What I think is =E2=80=9CIt's hard to focus on one task when you know that =
one
task is detrimental to the success of your project. It's a great task
because here you have to handle number of different tasks. When
handling a project, big or small, the propensity of the project leader
is to use simple Excel spreadshee
|
5/11/2010 12:58:42 PM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
BBC T-shirt made in china (http://www.brandtrade10.com )
BBC T-shirt made in china (http://www.brandtrade10.com )
LRG jeans made in china (http://www.brandtrade10.com )
LRG hoody made in china (http://www.brandtrade10.com )
LRG T-shirt made in china (http://www.brandtrade10.com )
Bape jeans made in china (http://www.brandtrade10.com )
Bape hoody made in china (http://www.brandtrade10.com )
Bape t-shirt made in china (http://www.brandtrade10.com )
Evisu long t-shit made in china (http://www.brandtrade10.com )
Evisu original jeans made in china (http://www.brandtrade10.com )
Evisu jeans wear made in china (http://www.brandtrade10.com )
Evisu
|
5/10/2010 4:11:52 AM
|
0
|
"www.brandtrade10.com" <nyhffdf6...@yahoo.cn>
|
onmode -P: Unknown option
Hi,
I start a drdaexec thread on IDS 11.5 FC6WE with the command 'onmode -P
start $DRDA_SERVER'.
The $DRDA_SERVER is an Alias in etc/sqlhosts:
---------------------------------------
ids_hdw_dr drsoctcp host drdaexec
---------------------------------------
The problem:
How do I have to start the drdaexec thread on IDS 11.5 UC3WE?
Here the command returns an error "onmode -P: Unknown option".
The command "execute function task('start listen', 'ids_hdw_dr')" is not
known on 11.5 UC3WE.
Anyone have a good solution?
Regards,
Holger de Wall
|
5/6/2010 8:15:34 PM
|
1
|
Holger de Wall <hol...@dewall-net.de>
|
sql trace question - message log
in the message log, i will see this at certain points but i do not
know what exactly why or what there is to do as a fix?
14:30:00 SCHAPI: [Save SQL Trace 21-3239] Error -206 The specified
table (mon_syssqltrace) is not in the database.
14:30:00 SCHAPI: [Save SQL Trace 21-3239] Error -111 ISAM error: no
record found.
14:30:00 SCHAPI: [Save SQL Trace 21-3239] Error -310 Table
(informix.mon_syssqltrace_info) already exists in database.
14:30:00 SCHAPI: [Save SQL Trace 21-3239] Error -111 ISAM error: no
record found.
Any help is appreciated
Thanks
|
5/6/2010 7:41:24 PM
|
0
|
Tom Lehr <tomc...@gmail.com>
|
Create Table with Fragmentation - Syntax Error
This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--=__PartE2C84732.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
IDS 11.50 FC6X3
Suse 10.2
=20
=20
Can anyone tell me what is wrong with the following create table statement?=
I keep getting a syntax error. If I take the fragment by clause out, it =
will pass a syntax check. Is there something in this table definition =
that would prevent fragmentat
|
5/6/2010 6:53:22 PM
|
0
|
"Laurie Gustin" <lgus...@utah.gov>
|
dbaccess authentication?
I shared the database installation directory on db1 (IDS 11.50) server
through Samba (first time with a password and now opened to everyone -
which I am going to change back as soon as I figure out the problem
but I did just to avoid an extra step.)
I tried to access dbaccess from app1 server through a shell script.
(both servers are Red Hat 5).
However, I am getting an error:
951: Incorrect password or user dbauser@app1.domain.com is not known on
he database server.
the dbauser is basically the DBA of the database but for some reason
the database is recognizing it as d
|
5/6/2010 1:54:53 PM
|
0
|
Gentian Hila <genti.t...@gmail.com>
|
Foreign keys referring table in other database
Hi !
IDS 11.50.FC6
I need to set up constraints between tables in different databases.
According to the documentation the tables used in a foreign key
definition must be in the same database.
I have also tried to use synonyms and views thar refers the table in
the other databas but no success.
One idea is to use ER to replicate the tables in question, another
would be to write triggers that does a check against synonyms.
Any other ideas anybody ?
TIA
Ulf
|
5/6/2010 10:54:00 AM
|
1
|
Ulf <ulf.akerb...@gmail.com>
|
Informix Survey - win an Apple iPad
IBM Informix Survey for Continuous Availability White Paper
Complete the Survey to win an Apple iPad!
Every response matters. - Start Survey here! http://www.advancedatatools.=
com/Informix/Survey.html
IBM=AE Informix=AE is the database software voted #1 in customer satisfac=
tion. Clients choose Informix because it is reliable, low cost, and hassl=
e free. Solution providers choose Informix for its best-of-breed embeddab=
ility.
Yet, there are some people that still don't 'get' Informix, or realize th=
e many benefits of deploying it. Help us gather data to support this clai=
|
5/6/2010 3:15:34 AM
|
0
|
Lester Knutsen <les...@advancedatatools.com>
|
The sysadmin database: version 11
Do most people move this new system db that is created in the rootdbs
by default in version 11?
For those folks that do not move it, what are you seeing as far as
sizing goes for the rootdbs?
I am used to not placing anything else within the rootdbs so I am
exploring the pro's and cons of just adding more space to our existing
rootdbs (and how much to add to accomodate the sysadm db)
versus moving it to a new space after initial creation
Thanks
Tom
|
5/5/2010 7:56:42 PM
|
0
|
Tom Lehr <tomc...@gmail.com>
|
Discover the Best Project Management Software
Discover the Best Project Management Software
After origin of word Project Management Software, we can realize that
most of the corporate businesses are being handled by this software to
reduce manual work load.
Launched in 2007, Project Drive within a very short span of time
became one of the biggest service providers on the planet. I=92ve been
using their services since last 1.5 years; they are serving in
Managing Projects Online with Project Management Software, Web Based
Project Management Software, Employee Time Tracking Software, Project
Tracking Software and many more.
S
|
5/5/2010 9:24:29 AM
|
0
|
Projectdrive <contactprojectmanagem...@gmail.com>
|
Failing to configure cdr replicas between 10.00FC9W2 and 11.50FC6
Hi,
first of all, have to say I'm pretty new to Informix...was coming from
Oracle world, at my new position we only have Informix so I'm having a
little bit of funny time getting use to it. But overall, I'm pretty
amazed with Informix.
Now, to my problem. We're in the process to migrate our current 10.00
installation with some replicas to 11.50. As first step we're trying
to upgrade the non-root nodes to 11.50 but we're facing some problems.
Let's name the nodes to try to keep things clear enough, please excuse
my terminology I'm sure I'm telling names that you might find wrong
|
5/4/2010 4:38:28 PM
|
2
|
TripleDES <triple...@gmail.com>
|