iT Synergy Blogs

Growing Innovation - Soluciones a problemas reales

  • Facebook
  • Instagram
  • LinkedIn
  • Phone
  • Twitter
  • YouTube

Copyright © 2025 · iT Synergy·

Error: The BAM deployment failed. Another Element with ID xxxx has already been deployed. Change the ID and retry.
Error: The BAM deployment failed. Another Element with ID xxxx has already been deployed. Change the ID and retry. avatar

November 27, 2012 By Ana María Orozco Zuluaga Leave a Comment

In this post I am talking about an error which comes up when you try to deploy the activity you have defined previously.

When you create an activity using Add-Ins: BAM Activity and BAM View and you have created progress, time and data dimensions each item declared has a unique identifier (Id) that you can see when you export your activity definition to XML format as show below:

<Activity Name=”RNGDConsultaDaños” ID=”ID1E27DF7963924CBC829A5311B1F17CBD”>

<Checkpoint Name=”FechaInicio” ID=”ID043C75F6897244398EFB230C17DF9DCA” DataType=”DATETIME”/>

<Checkpoint Name=”FechaInconsistencia” ID=”ID9E5423FBE42249FFB335BBB5B3BAB752″ DataType=”DATETIME”/>

 

In my case I have two similar activities, the difference between the two was a progress dimension, so I decided to copy de first activity I have created before and chance only the dimension which I could do without any problem.

I deployed the first activity successfully as show the next print.

 

 When I tried to deploy the second activity using the console I got the following error:

 

So, to fix this problem we’ve got two ways:

 

The first one is modify the XML file which has the activity definition, we have to change every single Id. Be careful because if you define something like this, with this Id you have to change this Id for each one FechaInicio you find into the file (See the green highlight):

Example:

 

 

In the first Chechkpoint with name: FechaInicio that is below that Activity tag has the Id finished in “2E1C”. The tag call “Alias” down the text, below the activityView tag has another Id, but has the ChechpointRef that is the same which is in the beginning. So this context is to explain that if you decide to change the Ids in the activity has to be very careful changing those Ids because some of them appears in different part of the text.

The other way is to define a new activity in a new excel, like this we’ve got the unique ids and after that we can deploy without any problem. 🙂

 

 

Filed Under: BAM Tagged With: BAM, Deploy Failed

Windows 8 + VMware Workstation + Hyper-V = Juntos pero no Revueltos
Windows 8 + VMware Workstation + Hyper-V = Juntos pero no Revueltos avatar

November 1, 2012 By Luis Carlos Bernal Ávila Leave a Comment

Es un hecho no hay manera en Windows 8 de hacer que Hyper-V y Workstation funcionen, se debe elegir entre uno u otro, si usted necesita usar ambas tecnologías de virtualización no podrá hacerlo de manera de transparente, la única manera que he encontrado de hacerlos funcionar es la siguiente.

1. Instalar VMware Workstation 9.

2. Activar la característica de Hyper-V, en mi caso se activo y configuro al instalar el SDK de WinPhone 8 cuyo emulador usa la tecnología de virtualización Hyper-V, por eso el SDK solo se puede instalar en equipos de 64bits.

SNAGHTML10431ce

Después de activar el rol Hyper-V al intentar correr una maquina virtual con VMware este mensajito avisa de la incompatibilidad.

“VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.”

SNAGHTMLfd0996

3. Se deben ejecutar los siguientes comandos en la consola de comandos con privilegios de administrador, para crear una nueva entrada en el registro de inicio y desactivar la ejecución de Hyper-V en el nuevo volumen.

  • C:\Windows\system32>bcdedit /copy {default} /d “No Hypervisor”

La ejecución de dicho comando arroja un {guid}, que es identificador de la nueva entrada en la secuencia de inicio del sistema, cópielo ya que lo necesitara para la ejecución de los demás comandos lo llamaremos {guidoff}.

  • bcdedit /set {guidoff} hypervisorlaunchtype off

Donde {guidoff} es el que le arrojo el primer comando. Finalmente si va trabajar con VMware deje activo el inicio de sesión “No Hypervisor”  para iniciar por defecto el nuevo volumen creado en el primer paso

  • bcdedit /default {guidoff}

SNAGHTML323295

Reinicie el equipo.

4. Pare dejar activo por defecto el inicio de sesión con Hyper-V, realice lo siguiente.

En la consola de comandos ejecute

  • bcdedit /enum

Se listaran las entradas del registro de inicio ubique la que tiene la propiedad hypervisorlaunchtype en Auto y copie el identificador al que llamaremos {guidon}.

image

 

Finalmente deje activo  para iniciar por defecto dicho volumen.

  • bcdedit /default {guidon}

 

Reinicie el equipo.

 

Si va a usar solo el Workstation lo mejor que puede hacer para no enredarse con las entradas del registro de inicio es quitar el rol de Hyper-V para ello

image

Desmarque Hyper-V

SNAGHTML507282

A continuación listo las posibles soluciones, que no solucionan nada, para que no pierda su tiempo intentándolas.

En algunos blogs se afirma que no es necesario remover el rol de hyper-v simplemente se puede parar el servicio y dejarlo corriendo manualmente.

 

SNAGHTML10674a7

SNAGHTML1074b85

SNAGHTML107cce4

image

 

SNAGHTML109d1b5 

Realizar esto ultimo definitivamente no funciona. Espero les sea de utilidad.

Filed Under: .NET, SDK, Windows 8 Tagged With: BizTalk, VMware Workstation, Windows 8

File Sharing lock count exceeded (Error 3052). Enterprise Architect error Synchronizing replicas.
File Sharing lock count exceeded (Error 3052). Enterprise Architect error Synchronizing replicas. avatar

October 26, 2012 By Ana María Orozco Zuluaga Leave a Comment

I have been working with Enterprise Architect modeling different artifacts of an Integrations project. We are working about 10 people on it, so we are working under the schema: master and replicas.

To give a bit more information about this, we create a master (.EAP) as show the image below.

Each of us has a replica, this replica was created taking as a base the master created before.

So, it works like this: each person can make changes in different parts of the .EAP, then, at the end of the day every one synchronize the replica with the master, and the master gets all the change made by each person. Thus, we make a collaborative and parallel work.

Sometimes when you synchronize the replica using the master, an error comes up on a window showing as follow, and it doesn’t allow you get the changes which were made by other people on the master

To resolve this problem you have to increase the value of the field MaxLocksPerFile (as many time as it appears) in the Registry Editor. By default it comes with the value: 9500 (Decimal), I have put 300000 and now it works fine.

Filed Under: Enterprise Architect Tagged With: EAP, Enterprise Architect, Error 3052, File Sharing Lock

  • « Previous Page
  • 1
  • …
  • 23
  • 24
  • 25
  • 26
  • 27
  • …
  • 72
  • Next Page »

Team


Marco
Antonio Hernández

Jaime
Alonso Páez

Luis
Carlos Bernal

Ana
María Orozco

Juan
Camilo Zapata

Diana
Díaz Grijalba

Carlos
Alberto Rueda

Sonia
Elizabeth Soriano

Alexandra
Bravo Restrepo

Bernardo
Enrique Cardales

Juan
Alberto Vélez

Diana
Paola Padilla

Jhon
Jairo Rodriguez

Jesús
Javier Hernández

Alejandro
Garcia Forero

Gustavo
Adolfo Echeverry

Yully
Arias Castillo

Carlos
Andrés Vélez

Brayan
Ruiz

Jimmy
Quejada Meneses

Natalia
Zartha Suárez

Josué
Leonardo Bohórquez

Oscar
Alberto Urrea

Odahir
Rolando Salcedo

Carolina
Torres Rodríguez

Juan
Mauricio García

Mario
Andrés Cortés

Eric
Yovanny Martinez

Tag Cloud

.NET (9) 940px (1) Analysis Services mdx (1) An attempt was made to load a program with an incorrect format. (1) ASP.NET MVC (1) Azure (3) Backup (1) BAM (7) BAM API (1) BAMTraceException (2) BI (3) BizTalk (24) Business Intelligence (6) C# (2) caracteristicas de publicacion (2) Content Editor (3) ESB (15) ESB Toolkit (3) General (4) habilitar caracteristicas (3) indexes (2) Integration Services (2) Master Page (3) MDX (2) MSE (11) net.tcp (2) Office 365 (2) Oracle (2) Performance Point (2) Public Website (2) Receive Location (2) SDK (2) Servicio Web (2) Sharepoint 2010 (2) SharePoint 2013 (4) SharePoint Online (2) SOA (8) Soap Fault (2) Sort Months MDX (2) SQL Server (2) Visual (2) Visual Studio 2010 (2) WCF (19) Windows (3) Windows 8 (17)

Categories

  • .NET (33)
  • Analysis Services (1)
  • ASP.NET MVC (2)
  • Azure (7)
  • BAM (9)
  • BAM PrimaryImport (3)
  • BigData (1)
  • BizTalk (77)
  • BizTalk 2010 configurations (57)
  • BizTalk Application (60)
  • BizTalk Services (13)
  • Business Intelligence (4)
  • Cloud (3)
  • CMD (1)
  • CodeSmith – NetTiers (2)
  • CommandPrompt (1)
  • CRM OptionSet mapping component (1)
  • Desarrollo de software (6)
  • develop (6)
  • developers (3)
  • DropBox (1)
  • Dynamics (1)
  • Enterprise Architect (1)
  • Entity Framework (1)
  • Errores BizTalk (2)
  • ESB (27)
  • ETL (1)
  • Event Viewer (1)
  • Excel Services (1)
  • Foreach loop container (1)
  • General (4)
  • Gerencia de Proyectos (2)
  • Google (1)
  • Grouped Slices (1)
  • Human Talent (1)
  • IIS (4)
  • Integración (6)
  • Integration Services (3)
  • KingswaySoft (1)
  • Lync (1)
  • MSE (13)
  • Office 365 (2)
  • Oracle Data Adapter (2)
  • Performance Point (4)
  • Picklist (1)
  • Pivot Table (1)
  • Procesos (1)
  • Pruebas (1)
  • Public Website (2)
  • Reports (1)
  • SCRUM (1)
  • SDK (2)
  • SEO (1)
  • Servicios (2)
  • Sharepoint (9)
  • SharePoint 2010 (10)
  • SharePoint 2013 (4)
  • SharePoint Online (2)
  • SharpBox (1)
  • Shortcuts (1)
  • Sin categoría (1)
  • SOA (50)
  • SQL (5)
  • SQL Server (3)
  • SQL Server Management Studio (1)
  • SSIS (3)
  • SSL (1)
  • SSO (1)
  • Tracking Profile Editor (2)
  • Twitter (1)
  • Uncategorized (1)
  • Virtual Network (2)
  • Visual Studio 11 (1)
  • Visual Studio 2010 (2)
  • Visual Studio Online (1)
  • VMware (2)
  • WCF (24)
  • Web (1)
  • Web Api (1)
  • Windows (5)
  • Windows 8 (11)
  • Windows Azure (2)
  • Windows Live Write (1)
  • Windows Phone (7)
  • Windows Phone 8 (1)
  • Windows Scheduler (1)
  • windows8 (2)
  • WindowsRT (3)
  • WP7 SDK (1)

Manage

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org