Skip to main content

Questions tagged [iseries]

IBM mid-range computers, previously called AS/400

0 votes
0 answers
21 views

I am trying to recover a client's data hosted on an iSeries server. It is very probably a DB2. There are 2000+ tables to transfer. I have access with jdbc and tried with DBeaver (which gives the best ...
JC Boggio's user avatar
  • 197
2 votes
0 answers
1k views

I have a pretty straightforward sql query that I'm running on DB2 I-series 4 which is just performing some simple joins. The issue is that my materials table has it so that multiple material/color ...
Geoff_S's user avatar
  • 121
0 votes
1 answer
88 views

I am working with Hammer DB to connect to remote DB2 AS400. However, I am running into issue in build schema. [IBM][CLI Driver][AS] SQL0204N "QSYS.ANAND" is an undefined name. SQLSTATE=...
Anand's user avatar
  • 3
0 votes
0 answers
120 views

Every time I restart SQL Server, my linked server which is linked with AS400 gets disconnected. Every time it gets disconnected, I simply refresh the provider and I'm good to go. But, sometimes if I'm ...
user avatar
0 votes
1 answer
962 views

I am working with AS400 system. I need to create tables with different encoding for validation task. I tested with CREATE TABLE TESTSCH.EBCDIC_TBL ( COLUMN1 VARCHAR(100), COLUMN2 INTEGER ) CCSID ...
Anand's user avatar
  • 3
0 votes
0 answers
927 views

We have a linked server to pull data from an AS400 that worked every day for years, but randomly stopped working last night. When we do test connection / run a test open query against the linked ...
David Squires's user avatar
0 votes
1 answer
43 views

I have two queries that return the same data, only the calculating field with the case is moved. I am using the Access Client Solutions "run query" to execute the query. If I run this one ...
Paul's user avatar
  • 1
0 votes
1 answer
193 views

I am responsible for a legacy application deployed on an iSeries V7R3. The application is fairly high volume, 2 million or so transactions per month. The database for this app spans multiple libraries ...
John Kuhns's user avatar
0 votes
2 answers
2k views

I have a table named INVOICE_ET which has column of below definition INVDATE CHARACTER 10 result of select INVDATE from INVOICE_ET is as below INVDATE 2021-07-31 In another table INVOICE_DY, I have ...
mrsorrted's user avatar
3 votes
1 answer
180 views

Previous question: Return row with values if nothing fits the conditions I almost got this working. The problem that I have is that this variant of query does not merge the line from the SELECT with ...
Oliviu Vais's user avatar
0 votes
2 answers
92 views

I have his query that works fine, but I need it to return a line when nothing is found to suit the conditions: SELECT D.CODPRO, D.VALPRO, COALESCE(SUM(d.UVCLIV), 0) AS SUM FROM FGE50LM0TV.GESUPE E ...
Oliviu Vais's user avatar
0 votes
2 answers
805 views

I'm getting the following error: Uncommitted changes pending for file MYTABLE in library MYLIB. CPF325E Cause . . . . . : Uncommitted changes are pending for file MYTABLE in library MYLIB for ...
Sarov's user avatar
  • 281
0 votes
1 answer
506 views

If relevant, I'm using IBM i V7R1M0. I have some code in C#: var generateSqlSql = $@" CALL QSYS2.GENERATE_SQL( '{obj.Name}', '{obj.Library}', 'VIEW', CREATE_OR_REPLACE_OPTION => '...
Sarov's user avatar
  • 281
1 vote
0 answers
1k views

I've been trying to Query an item with its sublist all in one go and one way is to use for xml and subquery. I've been using this strategy with sql server and works fine. The relationship is Order ...
Carl's user avatar
  • 43
2 votes
2 answers
9k views

I am trying to resolve a race condition in my application. I have a table that is used as a work queue and many threads and read/update it. The following query is executed from application. First it ...
Ruslan's user avatar
  • 141

15 30 50 per page