473,796 Members | 2,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IBM.Data.DB2.iS eries for .NET

I need some trying to figure out what is happening on our AS/400.

I am not an AS/400 programmer, but I am using ASP.NET (VB) and the
IBM.Data.DB2.iS eries control for .NET to access our DB2 databases.

The problem we seem to be having is after I am all done with my queries
and I close out of everything there are still jobs (QZDAOSINIT?) sitting
idle for my profile.

My web application can hit our AS/400 hundreds of times at once depending
on how many people are using the web application.

At one point there were over a hundred QZDAOSINIT jobs with my user
profile just sitting there idle. Why do those not close immediately after
I disconnect from the database?

Forgive if I am not getting the terminology correct. I am not really all
that familar with the workings of the AS/400 and our AS/400 people are
not all that familar with .NET Programming. So we're kind of stuck as to
why these jobs are still running.

Does any of this make any sense?

Any feedback would be GREATLY appreciated.

Sincerely,
Shannon

Feb 27 '07 #1
2 5364
maybe you may want to execute terminate statement once you are done
with your processing

db2 "terminate" (this one is for LUW... I don't know whats the
equivalent for iseries.)

This will close the server side process which was entertaining your
requests.

I don't recall precisely, but a look on num_poolagents might be
related, i suggest you refer to the documentation for some info on
that if thats the culprit.

regards,
dotyet

On Feb 27, 2:59 pm, "s...@rdcdrug.c om" <scase[at]rdcdrug.comwrot e:
I need some trying to figure out what is happening on our AS/400.

I am not an AS/400 programmer, but I am using ASP.NET (VB) and the
IBM.Data.DB2.iS eries control for .NET to access our DB2 databases.

The problem we seem to be having is after I am all done with my queries
and I close out of everything there are still jobs (QZDAOSINIT?) sitting
idle for my profile.

My web application can hit our AS/400 hundreds of times at once depending
on how many people are using the web application.

At one point there were over a hundred QZDAOSINIT jobs with my user
profile just sitting there idle. Why do those not close immediately after
I disconnect from the database?

Forgive if I am not getting the terminology correct. I am not really all
that familar with the workings of the AS/400 and our AS/400 people are
not all that familar with .NET Programming. So we're kind of stuck as to
why these jobs are still running.

Does any of this make any sense?

Any feedback would be GREATLY appreciated.

Sincerely,
Shannon

Feb 27 '07 #2
sc***@rdcdrug.c om wrote:
I need some trying to figure out what is happening on our AS/400.

I am not an AS/400 programmer, but I am using ASP.NET (VB) and the
IBM.Data.DB2.iS eries control for .NET to access our DB2 databases.

The problem we seem to be having is after I am all done with my queries
and I close out of everything there are still jobs (QZDAOSINIT?) sitting
idle for my profile.

My web application can hit our AS/400 hundreds of times at once depending
on how many people are using the web application.

At one point there were over a hundred QZDAOSINIT jobs with my user
profile just sitting there idle. Why do those not close immediately after
I disconnect from the database?
These are a type of job called "prestart" jobs, that can be recycled to
handle multiple clent work requests:

http://publib.boulder.ibm.com/infoce...estartjobs.htm
http://publib.boulder.ibm.com/infoce...prestrtjob.htm

--
Karl Hanson
Feb 28 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3781
by: Naeem | last post by:
Using the ISeries Access Driver v9.00.04.00 when selecting a column which contains null i get erroneous data. If I keep refreshing the query the results returned with keep changing for the null values. Using tools like winsql or using an Access database and loading it from the DSN there is no problem. i.e all the null values are displayed correctly.
4
7698
by: erkki | last post by:
Hi, I have to move iSeries library to new DB2 database. Is there any easier way to do this moving operation than exporting all tables in iSeries into text files and then import them into DB2 Express? I am looking for same kind of function like db2move between two DB2 databases.
1
14949
by: Yanik Reid | last post by:
When I run the following vb.net code, I'm not able to acces the my database AMFLIB. I use to be able to access AMFLIB with the old ODBC driver from IBM iSeries Access but now I want to use the new managed IBM.Data.DB2.iSeries data provider from iSeries Access V5R3. When I remove Database=AMFLIB from the connection string, I can connect but as soon as I try to specify a known database (like my good old AMFLIB) I get the following error:
17
7181
by: Sulu's Beard | last post by:
Hey gang, I'm evaluating the CA ERWin product for an upcoming data warehousing project. I'm most excited about the reverse engineering aspect of this system. I've sucessfully tested it on a SQL Server 2000 system, however, when I run it against our iSeries DB2 system (on which our ERP exists), I encounter errors that essentially say that files are missing from our SYSCAT library. I'm not an iSeries expert, but I can say that the
0
1724
by: CompDude | last post by:
Hi All I am trying to copy data from DB2 to SQL server using SQL Data Tranformation Services. I am able to do that by supplying AS400 username/password along with the iSeries DSN Name, at the time of data retrieval from DB2 database tables to SQL Server. Problem is i have 20 different DTS packages, and if i change my AS400
3
4070
by: Laurence | last post by:
Hi there, Does somebody know the efficent way to connect DB2/400? Through iSeries Access ODBC/OLEDB driver or DB2 Connect? Which will more fast and efficent? In addition, does DB2 Connect use APPC over TCP/IP protocol? Or SNA protocol?
2
2320
by: qwerty123 | last post by:
Hi folks: We have a system requirement where a large amount of data needs to be transferred between two systems. The main system is a DB2 8.x running on a pSeries (AIX) and the archive database resides on an iSeries (AS/400). At the end of the day, we would like to transfer the daily processed data from the pSeries to the iSeries. Since the amount of data to be transferred is large (in excess of 200,00 records), we would like a
0
4561
by: mike1402 | last post by:
Hi ! I get the error below sometimes when retrieving a big amount of data using Datadapter.Fill(dataset,"table"). But when I send the command Fill again, there is no error. Is it a fault of IBM.Data.DB2.iSeries; Version: v1.0.3705 (is there an newer one for OS/400 Version ist V5R3 ?) or is it a hardware faoult (memory of as400 or pc) ? br mike Es wurde versucht, im geschützten Speicher zu lesen oder zu schreiben. Dies ist häufig ein...
3
2452
by: Ion Freeman | last post by:
Hi! My database work has been largely with SQL Server, PostgreSQL and Oracle, so when I have a DB2 question, I don't really know where to turn. I could find the documentation for the current version of DB2 on IBM's website, but I don't know if what's true for the current version is true for the version my client has. Can someone point me to older docs? The question is simply this: 1. There are a number of tables on a DB2 database
0
10465
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10242
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5453
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4127
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.