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 ...
Search found 9 matches
- Sat Nov 18, 2023 8:05 am
- Forum: Questions & Answers
- Topic: Getting this Error - LII057E CM_PRODUCT_SPECIFIC_ERROR
- Replies: 3
- Views: 35494
- 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 ...
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 ...
- 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:
- 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: I don't see option for Check-In too. Also, when I checked in IBMi, I don't see any objects in the Task:
Thanks for replying.
I checked on windows. Value of Task Column for my object BB11 is blanks/empty: I don't see option for Check-In too. Also, when I checked in IBMi, I don't see any objects in the Task:
- 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 ...
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 ...
- 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.
Thanks all for the help!
It looks like the my RBPSO001 (which contains SetZero) is not updated in my repository.
I did a environment refresh to have it updated.
Thanks all for the help!
- 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 ...
- 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 ...
- 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 ...
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 ...