Search found 28 matches

by appbuilder
Thu May 08, 2025 1:21 am
Forum: Questions & Answers
Topic: SQL View Removed after File Import
Replies: 1
Views: 30877

SQL View Removed after File Import

Does anyone else utilize SQL Views and experience the Views are removed when the file is imported or checked in. We had not been saving the source code as it can be regenerated as needed, but it seems that saving the source code doesn't help.

Any suggestions, advice and guidance would be ...
by appbuilder
Tue Jul 30, 2024 3:22 am
Forum: Questions & Answers
Topic: Import data from xls xlsx
Replies: 3
Views: 23225

Re: Import data from xls xlsx

Transform file works with .xls files not .xlsx.
by appbuilder
Tue Jul 23, 2024 3:09 am
Forum: Questions & Answers
Topic: Export & Import LANSA Defined Tables with SQL Views
Replies: 0
Views: 151498

Export & Import LANSA Defined Tables with SQL Views

Has anyone had success exporting and importing tables with SQL Views in a library different than the Default file library? We have encountered errors and had to remove the SQL View from the table before exporting. Then manually recreating the SQL View(s) in both the exporting system and the ...
by appbuilder
Wed Jun 26, 2024 7:12 am
Forum: Questions & Answers
Topic: Prevent delete of Table views on Import of tables
Replies: 0
Views: 110186

Prevent delete of Table views on Import of tables

Is there a way to prevent the delete of DB2 table views when you import a file into a new partition? It seems to be a bit random, but typically all the table views have been removed when I file is imported.

OR is there something we are doing wrong on export/import?

Don
by appbuilder
Tue May 14, 2024 1:05 am
Forum: Questions & Answers
Topic: Table with "Identity column" as PK returns Duplicate key after adding a column.
Replies: 4
Views: 14110

Re: Table with "Identity column" as PK returns Duplicate key after adding a column.

You may need to reset the identity column value after adding a column.

Find the last identity column value and use
ALTER TABLE TEST ALTER TEST_ID RESTART WITH X;
where X is the next value.
by appbuilder
Thu May 09, 2024 3:20 am
Forum: Questions & Answers
Topic: Can't debug on new slave install
Replies: 18
Views: 129704

Re: Can't debug on new slave install

Resolved.

I'm guessing some of the services were not restarted properly.

Thanks all.
by appbuilder
Tue May 07, 2024 1:40 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 15158

Re: LII0928W Error displaying language map.

Thanks Christophe.

Wasn't critical, but was annoying.

Don Nelson
by appbuilder
Fri May 03, 2024 4:03 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 15158

Re: LII0928W Error displaying language map.

Hi Christophe,

The file LangMap.txt does not exist in the partition execute directory.

Regards,

Don
by appbuilder
Thu May 02, 2024 12:11 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 15158

Re: LII0928W Error displaying language map.

Where's Hamad when I need him. lol
by appbuilder
Wed May 01, 2024 12:04 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 15158

LII0928W Error displaying language map.

Getting this error during login to LANSA V14 No EPC. I've encountered it before and I'm sure it's probably in the old incident system, but can't find anything related to it any where open to the public.

After logging in you get the Language CCSID Mappings like you would when you system init, but it ...
by appbuilder
Tue Mar 12, 2024 1:50 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 32154

Re: LII0928W Error displaying language map.

The debug issue was unrelated to this message the solution Art gave was the issue with debug. The message still appears at login though it doesn't seem to to cause any issue with the IDE. It is not a VM just a normal slave install to an IBM i.
by appbuilder
Wed Mar 06, 2024 2:08 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 32154

Re: LII0928W Error displaying language map.

Additional Information:
Debug is not working in the IDE. When you run in DEBUG in the IDE the job executes, but debug is not engaged.
by appbuilder
Tue Mar 05, 2024 3:35 am
Forum: Questions & Answers
Topic: LII0928W Error displaying language map.
Replies: 5
Views: 32154

LII0928W Error displaying language map.

I've seen this error before, but can recall how to eliminate it. It seems to be prevent me from running the IDE in DEBUG.

Any help would be appreciated.

Thanks,

Don
by appbuilder
Wed Jan 24, 2024 6:06 am
Forum: Questions & Answers
Topic: GUID as number
Replies: 5
Views: 15080

Re: GUID as number

by appbuilder
Tue Nov 21, 2023 2:33 am
Forum: Questions & Answers
Topic: Getting this Error - LII057E CM_PRODUCT_SPECIFIC_ERROR
Replies: 3
Views: 35491

Re: Getting this Error - LII057E CM_PRODUCT_SPECIFIC_ERROR

If your host monitor isn't shut down properly, this will occur. Go to subsystem LANLISTEN and end all TP jobs with your user name. It may also require you end and restart the LANLISTEN subsystem.
by appbuilder
Thu Nov 16, 2023 7:05 am
Forum: Questions & Answers
Topic: Fetch data on multiple files
Replies: 6
Views: 40251

Re: Fetch data on multiple files

Check out the Predetermined Join logic to link fields from other files and use the LANSA Fetch to retrieve all the data.
by appbuilder
Tue Oct 31, 2023 8:06 am
Forum: Questions & Answers
Topic: Issues with Debugging on VL via remote desktop
Replies: 2
Views: 34754

Re: Issues with Debugging on VL via remote desktop

An update just to close out this issue. We are still on V14 with no EPCs or SPs so the issue was we had to have LANSA V10 on the remote PC. Once we had this machine setup, DEBUG worked fine. So, it would seem running via Remote Desktop was not related to our issue.

Thanks Art for your help,

Don ...
by appbuilder
Sat Oct 28, 2023 5:49 am
Forum: Questions & Answers
Topic: M@SYSVAR
Replies: 1
Views: 11396

M@SYSVAR

Does anyone know where the *AUTONUM value are stored. They are processed through the M@SYSVAR 3GL program, but I can't determine where the data is actually stored. I'd like to get at it from a stored procedure.
by appbuilder
Sat Oct 14, 2023 1:35 am
Forum: Questions & Answers
Topic: Issues with Debugging on VL via remote desktop
Replies: 2
Views: 34754

Issues with Debugging on VL via remote desktop

Does anyone have tips or tricks on how to get debug to work in VL IDE when running via remote desktop(not sure that really matters)? I have it running on my PC, but I am setting up a system on a remote PC which we use for consultants to access the system. Debug in the LANSA Settings says the Debug ...
by appbuilder
Wed Mar 23, 2022 1:38 am
Forum: Questions & Answers
Topic: Deciphering Information in X_ERR.LOG
Replies: 2
Views: 6754

Deciphering Information in X_ERR.LOG

We are getting this error repeatedly in our x_err.log which is eventually filling up and crashing. Any suggestions on where to start our investigation or have you experienced us before.

Fri Mar 18 01:12:05 2022
Release 14.0.0 Build 4120 iSeries
Message : (0586) - Component Manager request of type ...