Running secound API Manager

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
2 posts • Page 1 of 1
Siewier
Posts:1
Joined: Tue Mar 26, 2019 3:08 pm

Running secound API Manager

Post by Siewier »

When i try to run second c# API Manager (different project and name) i get an error " The Manager CSIEP005 is already running at host $2., MAN: (SYS: 1 Data -num 0 CONN: 1)". First manager name is WCCOATransports and second WCCOALoadAuto. So why hostname as manager name?

AssemblyInfo.cs contains:
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;


[assembly: AssemblyTitle("WCCOALoadAuto")]
[assembly: AssemblyDescription("WCCOALoadAuto C# API Manager")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WCCOALoadAuto")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("834a7a81-951a-4d84-819c-22150a8bf4c1")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0.0")]

And second:
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WCCOATransports")]
[assembly: AssemblyDescription("WCCOATransports C# API Manager")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WCCOATransports")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("342c5216-7d21-4c6e-be4f-83a09669e3a2")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Running secound API Manager

Post by leoknipp »

Which process is writing the log message you have posted?
Maybe you have to start the API manager with a unique manager number to be able to start two at the same time.

Best Regards
Leopold Knipp
Senior Support Specialist

2 posts • Page 1 of 1