472,982 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,982 software developers and data experts.

IBM.Data.DB2.iSeries 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.iSeries 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 5302
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.com" <scase[at]rdcdrug.comwrote:
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.iSeries 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.com 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.iSeries 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
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...
4
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...
1
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...
17
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...
0
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...
3
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...
2
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...
0
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...
3
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...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.