Quantcast
Channel: IIUG Forum: IDS Forum
Viewing all 9843 articles
Browse latest View live

Storage Optimization

0
0
Aix 7.1 IDS 12.10.fc1 I have been tasked with doing some testing with compression to determine the benefits we would receive on our data. I have a test system where we have moved one of our production databases and I am working to compress some of are larger tables. In doing so I am also repacking and shrinking in the same command. My question is, I'm seeing very long times for some of these tables on the repack part of the command: onstat -g sdk I've seen times as high as 30 hrs. My question is ... Are there any suggestions as to ways to increase the performance of this ... I am the only thing on the box, and really don't want to have to process this for days to see the end results. Thanks for any help.... Peter Peter Logan Senior Database Administrator Phone: 616/878-8309 ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31018] *******************************************************************************

RE: Storage Optimization

0
0
Hello, Peter. If you just want to estimate your compression, you could use a windows tool named "Informix compression estimator". It should not impact your box performance, since it´s running externally, in a good average basis. But I don´t think it will predict your index compression, unless it has support for it (new feature in your 12.10 version). The only way to speed up repack tasks, it is using the OFFLINE method. Always have in mind that this is a separated licensed option, so make sure you can use it. Regards. Alexandre Marini IBM Informix Certified Professional v10 / v11.50 / v11.70 / v12.10 IBM Information Management Informix Technical Professional IBM Infosphere DataStage Technical Professional Informix Senior DBA - Orizon Brasil BRIUG website administrator Informix independent consultant > To: ids@iiug.org > From: Peter_Logan@spartanstores.com > Subject: Storage Optimization [31018] > Date: Mon, 29 Jul 2013 11:30:02 -0400 > > Aix 7.1 > IDS 12.10.fc1 > > I have been tasked with doing some testing with compression to determine > the benefits we would receive on our data. I have a test system where we > have moved one of our production databases and I am working to compress > some of are larger tables. In doing so I am also repacking and shrinking > in the same command. > > My question is, I'm seeing very long times for some of these tables on the > repack part of the command: > > onstat -g sdk > > I've seen times as high as 30 hrs. My question is ... Are there any > suggestions as to ways to increase the performance of this ... I am the > only thing on the box, and really don't want to have to process this for > days to see the end results. > > Thanks for any help.... > > Peter > > Peter Logan > Senior Database Administrator > Phone: 616/878-8309 > > > > > ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31019] *******************************************************************************

Re: iiug download of 12.10.FC1DE.win has a virus!

0
0
IBM has reviewed this posting. IBM has done the following: - re-scanned and verified our build infrastructure Windows server is still virus-free. - downloaded from our internal staging file server and verified the Windows 32 and 64 Developer Edition binaries are virus-free. - downloaded the binaries from the IIUG member area and verified they are also virus-free. - downloaded Developer Edition images for Windows 32 and 64 from the IBM Trial and Downloads site https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=ifxids. Again, these files were found to be virus-free. IBM finds no evidence of the Conficker, or any other, virus in the reported files. Sincerely, Anita McKeithen and Ronald Trueblood IBM Corporation ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31020] *******************************************************************************

Re: iiug download of 12.10.FC1DE.win has a virus!

0
0
Thanks Anita! Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my own opinions and do not reflect on my employer, Advanced DataTools, the IIUG, nor any other organization with which I am associated either explicitly, implicitly, or by inference. Neither do those opinions reflect those of other individuals affiliated with any entity with which I am affiliated nor those of the entities themselves. On Mon, Jul 29, 2013 at 4:17 PM, ANITA MCKEITHEN <mckeithe@us.ibm.com>wrote: > IBM has reviewed this posting. IBM has done the following: > - re-scanned and verified our build infrastructure Windows server is still > virus-free. > - downloaded from our internal staging file server and verified the > Windows 32 > and 64 Developer Edition binaries are virus-free. > - downloaded the binaries from the IIUG member area and verified they are > also > virus-free. > - downloaded Developer Edition images for Windows 32 and 64 from the IBM > Trial > and Downloads site > https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=ifxids. > Again, these files were found to be virus-free. > > IBM finds no evidence of the Conficker, or any other, virus in the reported > files. > > Sincerely, > > Anita McKeithen and Ronald Trueblood > IBM Corporation > > > > > > > --001a11c3ca14e907db04e2ac612a ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31021] *******************************************************************************

Re: Continuous Informix to Postgres data replicati

0
0
Art, Thanks for the licensing info, I'll keep that in mind. However, my product is already past 1.0 stage and changing the core database is going to be challenging. Definitely a long term issue. Running against the existing Informix database is one of supported deployment scenarios, but unfortunately it does not scale. The legacy application is built around Informix and is tightly integrated with it, so basically the only option to make it support more users is to get a bigger iron, and there are limits at how big you can go with just one box. I thought that if I could replicate that data to the database on my side, that would solve the problem - my app scales much better and it's possible to have a separate box/cluster for DB and parallelize the middleware. Not much help with that if the queries are still going to hit the original Informix DB. Another problem with the legacy app's poor scalability is the fragmentation it causes. If you can't have more than X simultaneous users per server, you will get Y legacy servers. The data is completely independent, and that causes a lot of headache. Replicating that data to my side, combined with index mapping, would solve this problem as well. Finally, the legacy app has hardcoded limits for data retention, which was very reasonable 20+ years ago when it was developed but is totally ridiculous now. The only way I see to make the data available longer is to replicate it to my DB. I'm not trying to say that none of the above can be implemented in Informix, quite to the contrary, some things are done a lot easier and more robust in Informix than in Postgres. But it comes with a price tag, and quite hefty one. From my understanding, it will be very hard to find standard tooling solution to the above problems with Informix IE, it's either more advanced (and expensive) editions, or custom code. And if I have to write custom code, I may as well go with the free Postgres and keep my software more affordable. Regards, Alex. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31022] *******************************************************************************

Passing LIST to SPL stored procedure or function

0
0
I have the need to pass an array to a stored procedure and have been slightly successful but have run into an issue that I do not understand. Here is my test stored procedure: create procedure testlist(mylist LIST(ROW (invid VARCHAR(30), category CHAR(8),qty DECIMAL(14,6)) NOT NULL)); define myrow ROW (invid VARCHAR(30), category CHAR(8), qty DECIMAL(14,6)); define p_invid VARCHAR(30); SET DEBUG FILE TO "test.trace.log"; TRACE ON; FOREACH SELECT * INTO myrow FROM TABLE(mylist) END FOREACH end procedure I call it with this call: call testlist(LIST{ROW('9000','R',1.0),ROW('9001','A',2.0)}); If you look at the trace log, you see that 2 rows are accessed. Now, I changed the call slightly where 9000 is now 9000A as in this: call testlist(LIST{ROW('9000A','R',1.0),ROW('9001','A',2.0)}); When I try to run this call (in dbaccess), I get this: 674: Routine (testlist) can not be resolved. Error in line 1 Near character position 6 I'm at a loss as to why this second call doesn't work. It looks like it is expecting the data passed to be the same number of characters. I am testing with IDS 11.70.UC6E. Any feedback is appreciated! Thanks, Candy -- Candy McCall ONLINE Computing, Inc. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31023] *******************************************************************************

Re: Passing LIST to SPL stored procedure or fu....

0
0
Original post: I have the need to pass an array to a stored procedure and have been slightly successful but have run into an issue that I do not understand. Here is my test stored procedure: create procedure testlist(mylist LIST(ROW (invid VARCHAR(30), category CHAR(8),qty DECIMAL(14,6)) NOT NULL)); define myrow ROW (invid VARCHAR(30), category CHAR(8), qty DECIMAL(14,6)); define p_invid VARCHAR(30); SET DEBUG FILE TO "test.trace.log"; TRACE ON; FOREACH SELECT * INTO myrow FROM TABLE(mylist) END FOREACH end procedure I call it with this call: call testlist(LIST{ROW('9000','R',1.0),ROW('9001','A',2.0)}); If you look at the trace log, you see that 2 rows are accessed. Now, I changed the call slightly where 9000 is now 9000A as in this: call testlist(LIST{ROW('9000A','R',1.0),ROW('9001','A',2.0)}); When I try to run this call (in dbaccess), I get this: 674: Routine (testlist) can not be resolved. Error in line 1 Near character position 6 I'm at a loss as to why this second call doesn't work. It looks like it is expecting the data passed to be the same number of characters. I am testing with IDS 11.70.UC6E. Any feedback is appreciated! Thanks, Candy -- Candy McCall ONLINE Computing, Inc. Response: I'll admit I haven't done a ton with LIST's, but what you are describing seem like it could be a bug. However, I wonder if you could work around the problem, by making the following changes. First use a named row type rather then un-named: create row type test_type (invid VARCHAR(30),category CHAR(8), qty DECIMAL(14,6)); then change your spl to this: create procedure testlist(mylist LIST(test_type not null) ); define myrow test_type; define p_invid VARCHAR(30); SET DEBUG FILE TO "test.trace.log"; TRACE ON; FOREACH SELECT * INTO myrow FROM TABLE(mylist) END FOREACH end procedure; Then last, change how you call the SPL to the following: call testlist(LIST{ROW('9000','R',1.0)::test_type, ROW('9001','A',2.0)::test_type}); call testlist(LIST{ROW('9000A','R',1.0)::test_type, ROW('9001','A',2.0)::test_type}); I tested that on 11.70.FC7 and both calls worked. Again, not sure you should have to do it that way, but if you can, it could be a work around to the issue. I would think you could open a PMR with support and submit your small test case and probably get defect entered as I don't have a very good explanation as to why on the 2nd call to testlist it seems as though it's unable to resolve the routine. Jacques Renaut IBM Informix Advanced Support APD Team ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31024] *******************************************************************************

Re: Passing LIST to SPL stored procedure or fu....

0
0
The behavior you are seeing is confirmed in v12.10 as well. Both of the first two columns of the ROW type have to have the same length throughout the LIST that is passed into the function or the engine returns a -674 error. There is a solution: Cast each argument to the correct type: > execute procedure testlist( list{row('Freddy'::varchar(30),'abc'::char(8), 8),row('Claire'::varchar(30),'x'::char(8),9),row('defghijk'::varchar(30),'def'::char(8),0)}); Routine executed. You should be able to do it also by casting the ROW literal to the correct row type, but I'm having trouble getting the syntax right and can't spend any more time on this. Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my own opinions and do not reflect on my employer, Advanced DataTools, the IIUG, nor any other organization with which I am associated either explicitly, implicitly, or by inference. Neither do those opinions reflect those of other individuals affiliated with any entity with which I am affiliated nor those of the entities themselves. On Mon, Jul 29, 2013 at 5:33 PM, CANDY MCCALL <candym@olcinc.com> wrote: > I have the need to pass an array to a stored procedure and have been > slightly > successful but have run into an issue that I do not understand. Here is my > test stored procedure: > > create procedure testlist(mylist LIST(ROW (invid VARCHAR(30), > > category CHAR(8),qty DECIMAL(14,6)) NOT NULL)); > > define myrow ROW (invid VARCHAR(30), > > category CHAR(8), > > qty DECIMAL(14,6)); > > define p_invid VARCHAR(30); > > SET DEBUG FILE TO "test.trace.log"; > > TRACE ON; > > FOREACH > > SELECT * INTO myrow FROM TABLE(mylist) > > END FOREACH > > end procedure > > I call it with this call: > > call testlist(LIST{ROW('9000','R',1.0),ROW('9001','A',2.0)}); > > If you look at the trace log, you see that 2 rows are accessed. > > Now, I changed the call slightly where 9000 is now 9000A as in this: > > call testlist(LIST{ROW('9000A','R',1.0),ROW('9001','A',2.0)}); > > When I try to run this call (in dbaccess), I get this: > > 674: Routine (testlist) can not be resolved. > Error in line 1 > Near character position 6 > > I'm at a loss as to why this second call doesn't work. It looks > like it is expecting the data passed to be the same number of characters. > > I am testing with IDS 11.70.UC6E. > > Any feedback is appreciated! > > Thanks, > > Candy > -- > Candy McCall > ONLINE Computing, Inc. > > > > > > > --001a11c356e2591bd104e2aea775 ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31025] *******************************************************************************

Re: SLA Not Working with Kerberos Enabled Service

0
0
Thanks for the excellent response. It works and resolved my problem. Keep it up!!! ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31026] *******************************************************************************

Re: .rhosts and PAM authentication

0
0
Most platforms have a vendor supplied PAM library that does .rhosts authentication. e.g. on Solaris, it is named pam_rhosts_auth.so. Adding this library to your pam service definition (probably before your custom pam library) and marking it "sufficient" should solve your problem. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31027] *******************************************************************************

RE: RE: HPL unload on secondary HDR

0
0
I haven't tried it yet. I'll be using 12.1. If the HPL unloads don't work, then I'll just stick with standard unloads only. -Justin -----Original Message----- From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of JACQUES RENAUT Sent: Friday, July 26, 2013 10:03 AM To: ids@iiug.org Subject: Re: RE: HPL unload on secondary HDR [30971] Original post: So, if I understand this correctly, when an HPL job is created, it is tied to the server that created it? If this is the case, then if I modify the job creation script to use a name that makes it unique (e.g. append the server name), then it should work okay, assuming that the server that I create the job on is the same as the one I run it on? -Justin Response: Hmm, what version are you running? I just tried to run a onpload job on my secondary and got the following message: onpload -p jr -j cust_unl -fu The onpload utility is not supported on a secondary server in a cluster. So I'm not sure if you have a version earlier then me that didn't have that restriction in yet, or a newer version where we've possibly relaxed the restriction. Jacques Renaut IBM Informix Advanced Support APD Team ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31028] *******************************************************************************

Re: Trusted Facility Audit with User Mask on 10.00

0
0
The audit masks are stored in the database as you create them. When a user makes a connection to the database and audit is enabled, the server combines the audit masks in the table to create the mask for the session. The calculated audit mask is: (user OR _default) PLUS _require MINUS _exclude depending on whether the 'user' mask is defined. onaudit -o shows what you have created - not the result of the calculation. Note that you can say: onaudit -a -u user -e +ACTB,ADCK,ADLG,ALIX,ALOP,ALTB,CLDB,CRAM,CRBS,CRDB,... i.e. you dont have to specify one at a time. Also: using onaudit -f <file> where contents of <file> is: <user1> -e +ACTB,ADCK,ADLG <user2> -e +ACTB,ADCK,ADLG,ALIX .... ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31029] *******************************************************************************

Re: unexpected null pointer encountered

0
0
I must say, after restarting it is happening again... help! ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31041] *******************************************************************************

Re: unexpected null pointer encountered

0
0
I think that under all that chaff, the problem may have been caused by an internal Java error. See this message: at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: System error - unexpected null pointer encountered. Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my own opinions and do not reflect on my employer, Advanced DataTools, the IIUG, nor any other organization with which I am associated either explicitly, implicitly, or by inference. Neither do those opinions reflect those of other individuals affiliated with any entity with which I am affiliated nor those of the entities themselves. On Fri, Aug 2, 2013 at 4:13 AM, RAFAEL SEGOVIA <rafael.segovia@fi2net.es>wrote: > Hi there, > > In our production environment, one of our applications raised this morning > the > following error when trying to insert a record into a table: > > ERROR 02 ago 2013 09:33:18,664 > .....jsf.beans.AnotacionSalidaFace ( 407 ): > .....xdac.jdbc.JdbcDacException: Error SQL > > at ....framework.JdbcDacStatement.execute(JdbcDacStatement.java:230) > > at ....framework.JdbcDacBean.executeUpdate(JdbcDacBean.java:285) at > sun.reflect.GeneratedMethodAccessor2323.invoke(Unknown Source) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at > org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132) > > at > > org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61) > > at javax.faces.component.UICommand.broadcast(UICommand.java:109) > > at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) > > at > org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) > > at > > org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) > > at > > org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32) > .... > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > at es.muface.iefilter.IEFilter.doFilter(IEFilter.java:20) > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199) > > at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282) > > at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754) > > at > > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684) > > at > > org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876) > > at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > > at java.lang.Thread.run(Thread.java:595) > Caused by: java.sql.SQLException: System error - unexpected null pointer > encountered. > > at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:373) > > at com.informix.jdbc.IfxSqli.a(IfxSqli.java:3208) > > at com.informix.jdbc.IfxSqli.E(IfxSqli.java:3518) > > at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java:2353) > > at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.java:2269) > > at com.informix.jdbc.IfxSqli.executePrepare(IfxSqli.java:1153) > > at com.informix.jdbc.IfxPreparedStatement.e(IfxPreparedStatement.java:318) > > at com.informix.jdbc.IfxPreparedStatement.a(IfxPreparedStatement.java:298) > > at > > com.informix.jdbc.IfxPreparedStatement.<init>(IfxPreparedStatement.java:168) > > at com.informix.jdbc.IfxSqliConnect.h(IfxSqliConnect.java:5909) > > at > com.informix.jdbc.IfxSqliConnect.prepareStatement(IfxSqliConnect.java:1991) > > at > > org.apache.tomcat.dbcp.dbcp.DelegatingConnection.prepareStatement(DelegatingConnection.java:185) > > at > > org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.prepareStatement(PoolingDataSource.java:278) > > at ....jdbc.framework.JdbcDacStatement.execute(JdbcDacStatement.java:224) > > We had to shut it down and restart it. It seems now it is running ok. > > Any idea about the cause of the problem? The web application is running > under > tomcat5 / linux / java5 > > Thanks > > Rafael > > > > > > > --089e013d1cf85e92a204e2f59098 ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31042] *******************************************************************************

Re: unexpected null pointer encountered

0
0
If the "02" in the first line or your output is the real error, that could be errno 2 which is a file or device permissions problem. Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my own opinions and do not reflect on my employer, Advanced DataTools, the IIUG, nor any other organization with which I am associated either explicitly, implicitly, or by inference. Neither do those opinions reflect those of other individuals affiliated with any entity with which I am affiliated nor those of the entities themselves. On Fri, Aug 2, 2013 at 4:37 AM, RAFAEL SEGOVIA <rafael.segovia@fi2net.es>wrote: > I must say, after restarting it is happening again... help! > > > > > > > --089e014946f4c1539204e2f5941a ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31043] *******************************************************************************

Re: unexpected null pointer encountered

0
0
On our WebSphere Applications for the State of MS, we get errors like this. Usually caused by lack of resources - ie memory. We usually have to go in an increase the JVM memory size. On 08/02/2013 06:51 AM, Art Kagel wrote: > If the "02" in the first line or your output is the real error, that could > be errno 2 which is a file or device permissions problem. > > Art > > Art S. Kagel > Advanced DataTools (www.advancedatatools.com) > Blog: http://informix-myview.blogspot.com/ > > Disclaimer: Please keep in mind that my own opinions are my own opinions > and do not reflect on my employer, Advanced DataTools, the IIUG, nor any > other organization with which I am associated either explicitly, > implicitly, or by inference. Neither do those opinions reflect those of > other individuals affiliated with any entity with which I am affiliated nor > those of the entities themselves. > > On Fri, Aug 2, 2013 at 4:37 AM, RAFAEL SEGOVIA > <rafael.segovia@fi2net.es>wrote: > >> I must say, after restarting it is happening again... help! >> >> -- Ben Duncan - Business Network Solutions, Inc. 336 Elton Road Jackson MS, 39212 "Never attribute to malice, that which can be adequately explained by stupidity" - Hanlon's Razor ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31044] *******************************************************************************

Re: unexpected null pointer encountered

0
0
The thing is that we did not deploy any change in our application, and has been running for months without any problem. But we know that the DBAs performed some actions on the database, I ignore which where those actions. I was wondering if the system error was caused in the database machine or in our machine. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31045] *******************************************************************************

Re: unexpected null pointer encountered

0
0
The problem seems to be in your NetBeans Framework Exit Phase function "AnotacionSalidaFace". Can you provide this code, explain what it does and what happens when you run in from within the IDE? ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31046] *******************************************************************************

RE: How to connect .NET webservice with Informix

0
0
You would use Informix just like you would use any other database connection. Are you looking into developing a web service using .NET, or is there an existing web service that you are trying to configure to use Informix? -Justin -----Original Message----- From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of O KHAN Sent: Thursday, August 01, 2013 9:50 AM To: ids@iiug.org Subject: How to connect .NET webservice with Informix [31038] Hello All, I wanted to know the possible methods of connecting a .NET webservice with the IDS 11.70 running on AIX. Can someone suggest me the possible option of connecting Informix with the ...Net applications/webservice. Thanks. Regards, Khan ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31047] *******************************************************************************

Re: RE: How to connect .NET webservice with In....

0
0
I am looking to develop a new webservice using .NET, which will use Informix DB. So I wanted to know that is best to use the "IBM Data Server .Net provider" for it or there is any other better alternate to it as well. Because, to use the "IBM DATA Server .NET Provider", i will be required to configure DRDA service in informix. So i wanted to know any better way of doing it. Thanks. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include the bracketed message number in the subject line: [31048] *******************************************************************************
Viewing all 9843 articles
Browse latest View live




Latest Images