Search found 9 matches

by IQHGWC
Sat Nov 18, 2023 8:05 am
Forum: Questions & Answers
Topic: Getting this Error - LII057E CM_PRODUCT_SPECIFIC_ERROR
Replies: 3
Views: 35494

Getting this Error - LII057E CM_PRODUCT_SPECIFIC_ERROR

Hi All,

I am getting this error:
Capture_06.PNG
CM_PRODUCT_SPECIFIC_ERROR

I get this upon starting the Host Monitor Connection or when I do a check-out of objects/components from the LANSA Editor.
Sometimes restarting the VL IDE or my computer multiple times fixes the issue. But it's very time ...
by IQHGWC
Sat Nov 04, 2023 3:04 am
Forum: Questions & Answers
Topic: How to allocate Object to task
Replies: 9
Views: 89902

Re: How to allocate Object to task

Here's what I did:
For object BB11:
1. Create BB11, copy code from AB11.
2. Save, Build, Compile
3. Check-in. Error encountered.
Error Message: Object BB11 type FIELD/COMPONENT could not be processed. Task ID TSYS not allocated to object BB11. Task Tracking has restricted work that can be performed ...
by IQHGWC
Fri Nov 03, 2023 6:30 am
Forum: Questions & Answers
Topic: How to allocate Object to task
Replies: 9
Views: 89902

Re: How to allocate Object to task

I also get this error when I try to check-out:
Capture_05.PNG
Capture_05.PNG (51.9 KiB) Viewed 89776 times
by IQHGWC
Fri Nov 03, 2023 6:17 am
Forum: Questions & Answers
Topic: How to allocate Object to task
Replies: 9
Views: 89902

Re: How to allocate Object to task

Hi Rene,
Thanks for replying.

I checked on windows. Value of Task Column for my object BB11 is blanks/empty:
Capture_02.PNG
Capture_02.PNG (162.05 KiB) Viewed 89778 times
I don't see option for Check-In too.
Capture_04.PNG
Capture_04.PNG (147.01 KiB) Viewed 89778 times
Also, when I checked in IBMi, I don't see any objects in the Task:
Capture_02.PNG
Capture_02.PNG (162.05 KiB) Viewed 89778 times
by IQHGWC
Thu Nov 02, 2023 7:51 am
Forum: Questions & Answers
Topic: How to allocate Object to task
Replies: 9
Views: 89902

How to allocate Object to task

I created a new reusable part (i.e. BB11) which is basically a copy of our vendor's source (AB11).
In BB11, I have modified the required changes.
When I try to check-in to Master (iSeries), I am getting an error that the object is not allocated to Task Identifier TSYS. I thought a Quick Export ...
by IQHGWC
Fri Oct 20, 2023 1:25 am
Forum: Questions & Answers
Topic: DCM9898 Feature name is not a member of component type
Replies: 9
Views: 45592

Re: DCM9898 Feature name is not a member of component type

I was able to get a clean compile now.

It looks like the my RBPSO001 (which contains SetZero) is not updated in my repository.

I did a environment refresh to have it updated.
Capture RBPS.PNG
Capture RBPS.PNG (3.46 KiB) Viewed 45341 times
Thanks all for the help!
by IQHGWC
Sat Oct 14, 2023 1:42 am
Forum: Questions & Answers
Topic: DCM9898 Feature name is not a member of component type
Replies: 9
Views: 45592

Re: DCM9898 Feature name is not a member of component type


Hi IQHGWC,

Can you share the complete source (or is it to big).

It searches probably for a method routine (mthroutine) which is defined in an ancestor component. If so, and you don't have the source of that ancester component in your environment loaded, you can get a message like this.

Do you ...
by IQHGWC
Sat Oct 14, 2023 1:40 am
Forum: Questions & Answers
Topic: DCM9898 Feature name is not a member of component type
Replies: 9
Views: 45592

Re: DCM9898 Feature name is not a member of component type


Hi Srini,

I don't think that there is a need for a Partition init, because component RBPNM (and method SetZero) is not a LANSA Component.

I think what happened is this:
Component RBPNM was checked out (from iSeries to Windows) and this has related components, which has not been checked out yet ...
by IQHGWC
Fri Oct 13, 2023 6:12 am
Forum: Questions & Answers
Topic: DCM9898 Feature name is not a member of component type
Replies: 9
Views: 45592

DCM9898 Feature name is not a member of component type

My background is IBM Iseries (RPG) programming. I am new to Visual Lansa.
I just checked out read-only and trying to get a clean compile before I add my changes. However, I am getting an error.

I am getting this error:
DCM9898/Feature name SetZero is not a member of component type RBPNM.

Below is ...