Recent IT Questions

1 - 20 of 174
<<PREVIOUS 1|2|3|4|5|6|7|8|9 NEXT>>

What are the possible situations where DB2 server FORCES to close the applications connected to it?

Possibile situations where DB server forces to close the applications connected to it? Some of the situations can be : DB2 restart, DB2 stop, DB2 suspend. What else situations in DB2 server forces to close the applications connected to it? Your help is greatly appreciated !

View Answer   |  Dec 8 2008  11:00 AM GMT
DB2, DB2 Universal Database, DB2 Update Query
asked by Saimadhu

  365 pts.

How to limit the number of application connections in DB2?

I want to limit the number of application connections to 1 in DB2 server. And try connecting with 2 applications to check the behavior?

View Answer   |  Dec 8 2008  10:54 AM GMT
DB2, DB2 administration, DB2 Universal Database
asked by Saimadhu

  365 pts.

DB2 update query giving error STRING REPRESENTATION OF DATETIME VALUE HAS INVALID SYNTAX.

The following sql query in DB2 is giving the exception. What can be the correct query for this in DB2? SQLQuery=update EMP set validityenddate='01-JAN-07' WHERE username='XYZ' Exception: msg=java.sql.SQLException: [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and...

View Answer   |  Nov 13 2008  1:24 PM GMT
DB2, DB2 Universal Database, DB2 Update Query
asked by Saimadhu

  365 pts.

DB2 and talend

I do get the error below when i try to load table in DB2 iseries through ETL tool Talend [IBM][iSeries Access ODBC Driver]Column 6: CWB0111 - A buffer passed to a system call is too small to hold return data can anyone guide me what could be the error

View Answer   |  Jul 15 2008  11:30 AM GMT
iSeries, DB2, DB2 Universal Database
asked by Jacky

  160 pts.

OLE DB using Library List

Hi, Do any one use OLE DB to connect to iSeries? Is OLE DB capable of using Library List provided by Job Description? Because when I used it, I have to specify the library name / schema and object name. Please advice... Thank you

View Answer   |  Feb 20 2008  11:49 PM GMT
AS/400, DB2, DB2 Universal Database
asked by TG

  50 pts.

Cannot end RGZPFM on V5R4 (Journaled file)

Batch job RGZPFM on V5R4 not complete after 3 days. I issued an ENDJOB, and job is not completely ended 1.5 days later. The file is journaled and is very large. SBMJOB CMD(RGZPFM FILE(MYLIB/MYFILE) KEYFILE(*NONE) ALWCANCEL(*YES) LOCK(*SHRUPD)) How can I end this job? If MYFILE is damaged, I...

View Answer   |  Jan 12 2008  8:22 PM GMT
AS/400, RPG, DB2 Universal Database
asked by AS400DBA

  15 pts.

bi-directional data synchronization on System i for db2 databases

I would like to know what would be the best ways to have bi-directional data synchronization on System i between db2 databases . What are the best ways to synchronize data between DDS and SQL-defined files that belong to different applications?

View Answer   |  Dec 24 2007  5:46 PM GMT
DB2 Universal Database, System i, DataPropagator
asked by Aroyzen

  15 pts.

Backward compatibility on OS level V4R4 to V4R3

Have a question on backward compatability. Currently we moved some historical JD Edwards data that was on an AS/400 running OS400 V4R5 to a machine running V4R4. Now, we want to move this to another AS/400 that is running V4R3. Now, from V4R5 to V4R4 we havd no problems. I'm not sure if we can take...

View Answer   |  Jul 3 2007  4:11 PM GMT
RPG, DataCenter, DB2 Universal Database
asked by sysop

  0 pts.

Source Modified User

Hi All, If 4 users works on in same library in one source file, How could we know which user has modified a source? Thanks Reddy

View Answer   |  Jul 2 2007  5:25 AM GMT
AS/400, Security, PC/Windows Connectivity
asked by NarasimhaReddy

  155 pts.

AS400

hi, i want to know about the answers of these questions.. 1.) If any data has been deleted from the PF then how can we recover that and what are the limitiations for that. 2.) If in run time user want to choose the Access Path of a PF then how can it be possible.

View Answer   |  Jun 20 2007  2:50 PM GMT
AS/400, Security, RPG
asked by AS400person

  0 pts.

Excel Data Transfer Add In

I tried transferring data from a physical file (AS400) using the Excel Data Transfer Add In (Client Access) and am getting cells with unreadable syntax. It appears that a space is being populated with a 4040 string etc. Is there a way to get the information transferred without having to modify the...

View Answer   |  Jun 19 2007  4:19 PM GMT
AS/400, Printing, DB2 Universal Database
asked by Joe92506

  10 pts.

Client Access Data Transfer

I am trying to export a demand report to excel using Client Access Data Transfer. The demand report has been saved in the outque (see below). From what I understand the data to and from the iSeries must be either a database table or source physical file. How do I convert the saved report to a...

View Answer   |  Jun 19 2007  11:50 AM GMT
AS/400, DB2 Universal Database
asked by Joe92506

  10 pts.

Converting from System 36 to iSeries V5R4

I've been landed with a project to convert a System 36 system to iSeries 520 with OS V5.4. I have never worked on a System 36 and do not know where to start. Have looked for some documentation in Red Books but could'nt find anything. Does anyone have something I can use - something like the...

View Answer   |  Jun 18 2007  4:25 AM GMT
AS/400, RPG, Application development
asked by JohnDavid

  0 pts.

Select last 3 transactions

Hello Can someone help me to put together an SQL statement to select the last 3 transactions from a transaction file. In TransactSQL I would do something like this: select top 3 CustID, TransDate, Amount from Trans where CustID= '12345' order by TransDate desc. I believe there must be a more...

View Answer   |  May 22 2007  6:54 AM GMT
Oracle, PC/Windows Connectivity, SQL
asked by SuhelAC

  0 pts.

URGENT!!! file field decoder generated on AS/400

REALLY URGENT!!!!!!!!!!!!!!!!!!!!! How can i view the contents of a packaged field? I send an example of the chain. I need to visualize the contents of the little squares: 5 1 91010 491997 9801011L 980101 1 1021023 102 103 100 DTO CARULLA DTO CARULLA ...

View Answer   |  May 21 2007  11:15 PM GMT
AS/400, Application development, DB2 Universal Database
asked by onasis

  0 pts.

Tracking Changes to Files

Requirement:- To track any changes to Two files A and B and write fields of A and B to an output file C. A is related to B (A.Employee = B.Employee) Could you please suggest a good approach for this? I am currently using the approach of journalling. 1. Both A and B are journalled. 2. If Any...

View Answer   |  May 11 2007  5:44 AM GMT
AS/400, Security, PC/Windows Connectivity
asked by AyeYes400

  0 pts.

Question on LoadAll Subfile.

Hi, How to load more than 9999 records in the case of loadall subfile??? And i don't want delete previously loaded records. Thanks, Rama Krishna

View Answer   |  May 7 2007  1:58 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

Error in a Group of Called Programs

Hi, I have a CL program, it calls 10 other programs i.e. pgmA, pgmB, pgmC.......so on...10 programs. While running the CL program error occurred in pgmC. I rectified that error. After rectification once again I will run the CL Program. Now my execution must start from pgmC. How do i do this??? ...

View Answer   |  Apr 26 2007  12:16 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

V5R3 to V5R4

my operating system was just upgraded from V5R3 to V5R4. All my cobol programs are compiled with *none commitment control and a target release of V5R3M0. However after upgrading the operating system while executing the programs -913 errors are being encountered. The same programs are getting...

View Answer   |  Apr 7 2007  12:52 AM GMT
AS/400, RPG, Project management
asked by priyaranjanltcp

  0 pts.

Optimizing/Indexing to find last transaction

I'm hoping someone can help me out with this. I'm trying to write a query that will return the last transaction for each item in our warehouse. To do this, I'm using 2 files, first our location detail which has a list of all the locations in our warehouse. This file only has about 60,000 records,...

View Answer   |  Apr 3 2007  12:03 AM GMT
AS/400, Oracle, SQL
asked by MODMOD

  0 pts.

1 - 20 of 174
<<PREVIOUS 1|2|3|4|5|6|7|8|9 NEXT>>