Posts

How to Create an Advanced Proof Using Workfront Fusion

 In this video, we walk through how to create an Advanced Proof in Adobe Workfront using Workfront Fusion. An advanced proof is simply a proof that has an automated approval workflow attached to it (also known as a workflow template). 🔍 What You'll Learn in This Video https://www.youtube.com/watch?v=5UfBUotJONk 1️⃣ Create the Advanced Proof Manually Open the document Choose Create Proof → Advanced Select Automated Workflow Pick your workflow template Review the stages Trigger the proof creation 2️⃣ Capture the Network Traffic Open DevTools (F12) Switch to the Network tab Trigger the proof creation manually Find the API call behind the scenes Locate the advancedProofOptions JSON Copy the exact JSON payload into a Notepad 3️⃣ Configure Workfront Fusion Add a Workfront (MISC action) module Select the correct connection Choose Record Type: Document Select Action: Create Proof Retrieve: Document ID (first GUID in URL) Document Version ID (second GUID in URL) Paste the advancedProofOpti...

Error: selected a node which is not valid for property or distinguished field retrieval, or it selected no node at all. Only text-only elements or attributes may be selected.

 Error:  selected a node which is not valid for property or distinguished field retrieval, or it selected no node at all. Only text-only elements or attributes may be selected. Root Cause: I was trying to assign a value to a node which was not present in the input XML Solution First create the node in a map and then try to assign a value to the node,

Visual studio 2019 crashing when trying to open a solution

Issue: I encountered a strange problem today. When I attempted to open a solution I had developed a few days ago in Visual Studio 2019, it kept crashing. Resolution: Repair Visual Studio. Restart the server or your development box.

How to drop a database gracefully

 1. Check Active connections Check Active connections by running the below command. If there are any active connections then you need to terminate those connections USE master; SELECT * FROM sys.sysprocesses WHERE dbid = DB_ID('TestDB'); 2. Disconnect users You need to disconnect users. If you run the below statement, it will set the database to single-user mode USE master; ALTER DATABASE TestDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE; 3. After doing this, try to drop the database by running the below command. DROP DATABASE TestDB;

Changes not refecting when deployed using CI CD pipeline in BizTalk

Issue In some cases when you deploy the changes using CI CD pipeline in BizTalk the changes might not be visible. Root cause CI CD might have skipped the undeploy. Hence you need to manually uninstall by going to the control panel and uninstalling it. Please go ahead and delete the .msi from the back up and the main folder as well

Environment Extensions appearing even after removing the extended connector and redeploying the process

Image
Steps  Let's remove the connection and redeploy the process But you can see that the connection is available under the environment extensions. This is working as expected. If you need to roll back to a previous version, the process will work properly if the extension is in place. In some cases, you might want to use the connection at a later point in time. It helps in such scenarios. Let us now see how we can remove it from the environment extensions in case this is causing confusion for you. Re-add the connection that we have removed. There is no need to hook up the connection. Just place it on the canvas. Now click on Extensions Uncheck the extended properties and click OK and save the process Now remove the connection, save it, create a new packaged component, and deploy the process.

Undeploying a Boomi Application

Image
 Undeploying a Boomi Application Deploy --> Deployments Add Filter --> Component You will find the process. Now click on Undeploy . Click on Undeploy