network.informatica.com Open in urlscan Pro
35.158.127.53  Public Scan

Submitted URL: http://cloudextend.com/
Effective URL: https://network.informatica.com/s/topic/0TO6S000000JAAfWAO/activevos
Submission: On September 09 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Loading
×Sorry to interrupt
CSS Error

Refresh
Clear

SearchLoading


 * Success
   
   Manage your Success Plans and Engagements, gain key insights into your
   implementation journey, and collaborate with your CSMs
   
   Success Accelerators
   Accelerate your Purchase to Value engaging with Informatica Architects for
   Customer Success
   My Engagements
   All your Engagements at one place

 * Communities
   
   A collaborative platform to connect and grow with like-minded Informaticans
   across the globe
   
   Product Communities
   Connect and collaborate with Informatica experts and champions
   User Groups
   Customer-organized groups that meet online and in-person. Join today to
   network, share ideas, and get tips on how to get the most out of Informatica
   Discussions
   Have a question? Start a Discussion and get immediate answers you are looking
   for
   Get Started
   Community Guidelines

 * Knowledge Center
   
   Troubleshooting documents, product guides, how to videos, best practices, and
   more
   
   Knowledge Base
   One-stop self-service portal for solutions, FAQs, Whitepapers, How Tos,
   Videos, and more
   Documentation
   Information library of the latest product documents
   Support TV
   Video channel for step-by-step instructions to use our products, best
   practices, troubleshooting tips, and much more
   Velocity (Best Practices)
   Best practices and use cases from the Implementation team

 * Learn
   
   Rich resources to help you leverage full capabilities of our products
   
   Trainings
   Role-based training programs for the best ROI
   Product Learning Paths
   Free and unlimited modules based on your expertise level and journey
   Certifications
   Get certified on Informatica products. Free, Foundation, or Professional
   Experience Lounge
   Self-guided, intuitive experience platform for outcome-focused product
   capabilities and use cases

 * Resources
   
   Library of content to help you leverage the best of Informatica products
   
   Tech Tuesdays Webinars
   Most popular webinars on product architecture, best practices, and more
   Support Documents
   Informatica Support Guide and Statements, Quick Start Guides, and Cloud
   Product Description Schedule
   Product Availability Matrix
   Product Availability Matrix statements of Informatica products
   Product Lifecycle
   End of Life statements of Informatica products
   SupportFlash
   Monthly support newsletter
   Ideas
   Events
   Change Request Tracking
   Marketplace

 * Successchevronright

 * Communitieschevronright

 * Knowledge Centerchevronright

 * Learnchevronright

 * Resourceschevronright

 * Login →
 * Sign Up →

 * BackSuccess
 * Success Accelerators
 * My Engagements

 * BackCommunities
 * Product Communities
 * User Groups
 * Discussions
 * Get Started
 * Community Guidelines

 * BackKnowledge Center
 * Knowledge Base
 * Documentation
 * Support TV
 * Velocity (Best Practices)

 * BackLearn
 * Trainings
 * Product Learning Paths
 * Certifications
 * Experience Lounge

 * BackResources
 * Tech Tuesdays Webinars
 * Support Documents
 * Product Availability Matrix
 * Product Lifecycle
 * SupportFlash
 * Ideas
 * Events
 * Change Request Tracking
 * Marketplace

 * BackUser Name
 * Feedback
 * View Profile
 * Manage Preferences
 * Logout

 * Login
   
 * Sign Up



ActiveVOS




Log in to access personalized support tools and more. Not a member? Sign Up


DISCUSSIONS

Sort by:
Top Posts


Search this feed...

Filter FeedRefresh this feed
Skip Feed

Maciej Kosinski asked a question.

Edited February 27, 2024 at 2:37 PM
Is is possible to remove item from workflow task with activeVos?

Hello,

We are trying to build a workflow that will add items to a task in P360 and
remove them from that task if the data is changed.

Currently we have a stepworkflow that can add items to the task for the specific
user. But we are not sure on how can we remove items from the task
automatically, using workflow.

 

Is it possible to remove items from workflow task using a avos? Or terminate
workflow for that item via workflow?

 

Kind Regards,

Maciej

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 1 answer
 * 166 views




anand1706901233499 asked a question.

May 20, 2024 at 8:48 AM
send our email notification on job status from p360

I have requirement to send out email notification from Activevos on p360 job
status .



 

I am using below rest API to get the JOB status from P360.



 

rest/V1.0/list/JobHistory/bySearch?query=JobHistory.CurrentState+%3D+finished.error&amp;fields=JobHistory.Id,JobHistory.JobGroup,JobHistory.JobType,JobHistory.User,JobHistory.ProblemLogIdentifier,JobHistory.JobOriginator,JobHistory.GroupKey1,JobHistory.GroupKey2,JobHistory.GroupKey3,JobHistory.CurrentState,JobHistory.CurrentStep,JobHistory.ProblemLogIdentifier,JobHistory.Progress,JobHistory.ScheduledAt,JobHistory.CreationTime,JobHistory.ModificationTime&amp;orderBy&amp;formatData=false&amp;metaData=false&amp;startIndex=0&amp;pageSize=-1&amp;includeLabels=true&amp;includeUnavailable=false



 

when I am hitting same API from Browser its giving me proper response but when I
am using same API via Activevos its giving me status code as 204 .

I am gettting success response but not getting output in json to make
implementation based on that value

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 1 answer
 * 99 views




Ayushi.Saha asked a question.

January 16, 2024 at 12:44 PM
How to trigger the ActiveVos workflow when the record is updated through the MDM
batch process not though UI

ActiveVos Update workflow gets triggered only through UI , not through the batch
process. How can we trigger the workflows

if there is any update on some particular fields like name or other main data
fields through the batch process . Post approving those changes ,the record
should be a part of golden copy.

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 2 answers
 * 196 views




Henning Reineke asked a question.

April 29, 2024 at 3:23 PM
Idenitity service is not working for postgres via JDBC

Hello ,



 

I am trying to connect to postgres database via JDBC.I have defined the
following in the activevos console.



 





 

I have created a 'user' table with user_name, name and role columns. The role
column has the roles(semicolon delimited string). The mapping is as follows,



 





 





 

-------------------------------------------------------------------------------





 



 

I have added the following in two
files: $CATALINA_HOME/conf/Catalina/localhost/activevos.xml
file and active-bpel.xml.

Nest the declaration inside the Context element.

Example:

<Resource name="jdbc/TestDS"

  auth="Container"

  type="javax.sql.DataSource"

  maxActive="100" 

  maxIdle="30" 

  maxWait="10000"

  username="postgres" 

  password="*******"

  driverClassName="org.postgresql.Driver"

  url="jdbc:postgresql://docker-server.dkit.karb.de:5432/isv"/>



 

and also in the config.xml.I have also placed the postgres jdbc driver library
in the lib folder. I test the settings and the test fails. There is no error in
the log.The log has only the following details,



 

127.0.0.1 - - [29/Apr/2024:16:29:51 +0200] "POST /activevos/idas_service.action
HTTP/1.1" 200 89090

127.0.0.1 - - [29/Apr/2024:16:29:58 +0200] "POST /activevos/idas_service.action
HTTP/1.1" 200 89089



 

Please advise.



 



 

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 1 answer
 * 132 views




nvarm1693262654540 asked a question.

July 17, 2024 at 3:50 PM
Activevos approvals are not showing up in IDD or other custom URLs

Once the approval task is triggered the IDD page is not showing the approval
task there . But, receiving the email . Sometimes after restarting the MDM
server the task is appearing in IDD or other pages(custom designed) .



 

Is there a way to re publish the approval from that task. or can we create the
SIF API manually.



 

Any ideas would be much appreciated.

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 6 answers
 * 93 views




SRI .MARN asked a question.

June 6, 2024 at 7:44 AM
please solve error ,I can't able to login in this portal

please solve the error

Expand Post
 * Download file informa.jpgDownload
   Show more actions
   


 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 2 answers
 * 97 views




Alvin Yap asked a question.

February 2, 2023 at 7:42 PM
What is the latest version of ActiveVOS

We would like to know what is the latest version of ActiveVOS and JQuery that
it's using.



 

Regards,



 

Alvin

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 6 answers
 * 480 views




Bhav.Pand asked a question.

March 21, 2024 at 6:55 PM
Add-On Connectors

Add-On Connectors not visible in my trail account

Add-On Connectors not visible in my trail account. can you please help me on
this where to find this option.

Expand Post

 * ActiveVOS
   

--------------------------------------------------------------------------------

 * LikedLike
 * Answer
 * Share

 * 1 answer
 * 140 views



End of Feed

8 Items

View More





ACTIONS

 * Ask a Question
 * Create an Idea
 * Follow this Community





TOP CONTRIBUTORS IN THIS COMMUNITY

 * Uma Ashok YS1d8
   
 * Mohammad Khan 5W1d8
   
 * Pave.Lipa
   
 * Shan.Jian_71
   
 * Mark.Buca
   

79 Followers
79
Followers
4 members are discussing this topic.




SUPPORT TV

ALL VIDEOS→
Live chat:Agent Offline
 * Terms of Use
 * Trademarks
 * Privacy Policy
 * Contact Support
 * Cookie Preferences
 * Do Not Sell or Share My Personal Information

 * 
 * 
 * 
 * 
 * 

©2024Informatica. All Rights Reserved


Loading