User Forum
Discuss with your peers and find product solutions and insights here
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Execute workflow transition from api and trigger actions

Hi,I am looking for a way to execute workflow transition from external script based on some rules , the workflow transition should be accepted or rejected based on some conditions, looking at something to run in batch .Can we do this in api to execut...

List drawing occurences of diagram

Dear Community, I am trying to figure out how to list the different occurrences of a objects displayed in a given diagram.More precisely, I have some diagrams where the same object is displayed twice. Is it possible to list with a VBS Macro the disti...

haddad_i by Super Contributor
  • 675 Views
  • 0 replies
  • 0 kudos

List hidden objects in a diagram

Dear Community, I am trying to figure out how to retrieve objects hidden in a digram through the command "hide" with the help of a VBS Macro ? Regards

haddad_i by Super Contributor
  • 590 Views
  • 0 replies
  • 0 kudos

Metawizard / Database / Unable to set the Target DBMS

Hello, I've created a MetaWizard on the object Database.I've added 1 metaproperty with 7 database-types we use in our organisation.Depending on the value of this database-type we auto-fill some of the options (mostly TaggedValues) for a Database, lik...

jpots by Super Contributor
  • 1045 Views
  • 2 replies
  • 0 kudos

Resolved! Content Direction

Hello,I would like to know if there is a way, through API, to access to the Content direction information:  Thanks in advance for your help,Valery

MEGA_ContentDirection.JPG
vrault by MEGA Partner
  • 1687 Views
  • 4 replies
  • 0 kudos

Unexpected increase in size of the database after migration

Hi,I have experienced that the SQL database backup (.bak) size increases after the migrations from HOPEX V2 to V2R1 and also from HOPEX V2R1 to V3 which might be expected due to the introduction of new features and GUI etc., in the latest versions.Ho...

AHassan by MEGA Partner
  • 1964 Views
  • 4 replies
  • 3 kudos

Resolved! Making a Report Template available in Instant Report

In the user guide of Report Studio, it is specified that you have to set the field "Add to Instant Report" to Always or Multiple, according to needs. This field, however is not visible on either the report template object or the report chapter object...

hsoegaard_0-1594900715229.png
hsoegaard by MEGA Partner
  • 1527 Views
  • 2 replies
  • 0 kudos

Merge two Repositories

We have the intention to merge two repositories.How is this done best? Especially if some objects should be excluded from the merge.In the SUP guide is a hint, that a logical backup could be used for this task. Are there any other possibilities? Comp...

sremund by Contributor
  • 2278 Views
  • 2 replies
  • 1 kudos

Resolved! No Application Server available Hopex Web Fron End Error

Hello  ,We have an Issue in Web Front .Initially Hopex SSP was unable to recongise the License file and it was throiwng error stating that License is not installed.Later , I found that the issue is because the Hopex SSP is running with Local System u...

Mounika by MEGA Partner
  • 7498 Views
  • 10 replies
  • 0 kudos

Popup dialog by changing MetaAttribute

Hello,  I have the requirement that a popup should be displayed if a user changes an attribute value (for example: Status from "active" to "inactive"). If the user changes the status to inactive a popup should be displayed.  The Popup should have a "...

RandyB by MEGA Partner
  • 819 Views
  • 1 replies
  • 0 kudos

Intranet web site

 hi,how to prevent an object(business process or organizational process) from being displayed on the intranet web site?

vitalis by MEGA Partner
  • 826 Views
  • 1 replies
  • 0 kudos

Call a java method from Mega macro

Hi , I am able to create java class under com.mega.test.I want to create mega macro which calls a method in test class passing mega  root and object as parameter. I created mega macro defining package name and class name. My method in class is testja...

Error When Executing Java Plugin in Mega using Macro

Hello ,I am trying to call Java Method from Mega using Java Macro .I have created the Macro as per the steps given in the Documentation "All About starting the API's" Macro Code used Dim oRootoRoot = MegaRootoRoot.CurrentEnviroment.GetMacro("TestClas...

Mounika by MEGA Partner
  • 630 Views
  • 0 replies
  • 0 kudos

Resolved! An error occurs when I'm executing a java plugin

Hello, I try to execute a java plugin but I have an error. I create a macro with this settings :Name : TestJava_ObjectFactory : java:fr/adp/TestJavaSystemComponent : DispatchI create a java project (see below) and export (JavaTest.jar)  When I execut...

javaproject.JPG error.JPG
ngibanel by Super Contributor
  • 7052 Views
  • 6 replies
  • 0 kudos

Resolved! List diagrams with specific VISIBLE object on it

Hi,Is there a way to retrieve via ERQL a list of diagrams where a specific object (Element in Diagram) is present and it is not hidden (object is visible on a diagram).  Select [Diagram] where [Element in Diagram] &Name and ... Background: Sometimes ...

RomanT by Super Contributor
  • 2397 Views
  • 4 replies
  • 0 kudos

How to put or replicate a RACI Matrix in a RTF Report

Hello Everybody ! I'm trying to replicate a RACI Matrix built in a Operative Process Report. Using the leg in easy to reach every class and attribute, ma very difficult to paginate them in the sheet. Using the Matrix Built Off its easy to paginate bu...

imapm by MEGA Partner
  • 1222 Views
  • 0 replies
  • 0 kudos

DataBase Error

Hi,We are facing this database error After deleting some Metaattributes which we created and thought they no longer needed. Can you please advise how to fix this issue. Regards,Javed Zahid

WhatsApp Image 2020-04-27 at 12.19.10 AM.jpeg

Hidden objects

Hello,To check the results of the migration from mega 2009 to hopex v3, I tried to search all the repository diagrams, but I had hidden objects, how can I view them? N.B: I accessed with a user (Functional process administrator) assigned to all produ...

yemnahe by MEGA Partner
  • 1526 Views
  • 3 replies
  • 0 kudos

Select the data language with the REST API

query user { personSystem(filter:{name:"Thomas"}) { id name dataLanguage { ...on Language { language:languageCode languageId:id languageName:name } } } } In HOPEX the data can be inputt...

language.png

Basic Auth vs. Bearer Token (HOPEX V3 or V4)

This post concern version V3 or V4. For V5 go to this link Basic Auth vs API Key (HOPEX V5 and forward)   The HOPEX REST API based on GraphQL allows to be called in two way : With a Basic AuthWith Bearer Token Depending on the use case you want to us...

basicAuth.png bearertoken.png
oguimard by Retired
  • 30849 Views
  • 0 replies
  • 1 kudos

Resolved! Diagram SaveAsPicture Error

Hi community, We are facing the error below when we try to save diagrams in image format using the java API   : Exception in thread "main" MEGA Error 0x80040a00at com.mega.modeling.api.jni.MegaDrawingJNI.SaveAsPicture(Native Method)at com.mega.modeli...

abaidas_0-1591866639859.png
abaidas by Super Contributor
  • 1542 Views
  • 3 replies
  • 1 kudos

Resolved! How to enable Customer Journey

HOPEX V3I have enabled license for Customer Journey in Licensing module to a user. I log in to web client, but Customer Journey is not there, nor does it show in Licensing module that HCJ license is used. What else do I have to do to get Customer jou...

jangm by Trusted Contributor
  • 2260 Views
  • 5 replies
  • 0 kudos

access problem HOPEX V3

Hello,i try to give a new profile(Entroprise architect) to user in an environment migrated from mega 2009 to HOPEX V3,but he can not access because the new profile does not appear in the list of profiles available to access.Any suggestions?

vitalis by MEGA Partner
  • 1647 Views
  • 3 replies
  • 1 kudos

Server (Deployed) generation with Java

Hi all! We are developing CMDB integration between our CMDB (not service Now) and HOPEX (V2R1) using a custom Java API middleware. What are the mandatory and suggested attributes/objetcs to insert/update "Server (Deployed)" objects?We would like to l...

ilvetz by Super Contributor
  • 1013 Views
  • 1 replies
  • 0 kudos

Link between Application System and Infrastructure

Hello. Im trying to have a "Link" between an Applicattion System and his corresponding infrastructure. For example if i have an "Application System Structure Diagram" i want to jump to the "Infrastructure Assembly Structure Diagram". Thanks in advanc...

jaozunac by Contributor
  • 1126 Views
  • 1 replies
  • 0 kudos

Query with tag

Hy, By passing from HOPEX V2 to HOPEX V3 the keyword object became tag.Since then, I tried to change one of my query without success (internal error during the execution of the query)Old query (V2)Select [mot-clé] Where [Dossier parent]='Ordonnancer'...

EBelouet by Super Contributor
  • 715 Views
  • 1 replies
  • 0 kudos

CPMN Licence

Hello, I would like to know what is the quivalent of the [ CPMN=PMN ; DMO] 2009 licence on hopex V3, does it correspond to the lite, standard or the entreprise edition of the BPA licence?

vitalis by MEGA Partner
  • 1307 Views
  • 0 replies
  • 0 kudos

Pagination in REST API with GraphQL

When querying elements through the REST API a lot of items can be returned. To limit the size of items returned it can be relevant to paginate the data.   Pagination allows you to request a certain chunk of objects. You can seek forwards or backwards...

blank.png first.png firstandskip.png firstafter.png