Hello,
I’m looking for a way to find out which category of portal a connector belongs to.
I looked at the class ‘Ens.Config.Production’ and ‘Ens.Config.Item’ but without success.
An idea about the ‘ObjectScript’ code to design?
Best Regards.
Hello,
I’m looking for a way to find out which category of portal a connector belongs to.
I looked at the class ‘Ens.Config.Production’ and ‘Ens.Config.Item’ but without success.
An idea about the ‘ObjectScript’ code to design?
Best Regards.
In one of my class, I use Stream.Read() method of the %Stream.Object class.
The Trace value gives 32,000. But the Read() method of the %Stream.Object class specifies 32,656 by default.
Why ?
Best Regards.
Hello,
I make some changes in our ObjectScript code between our prod environment and dev environment in the process 'Hl7AdtFileIsoslBp'.
The operation is a class with "EnsLib.TCP.TextLineOutboundAdapter".
In prod:
In dev:
Like you can see, I don't have the contents of the text file.
I checked a lot of parameters but it seems identical.
The content of file is correctly received through TCP. So the only glitch is I don't see it in the 'View Full Contents'.
Best Regards.
Hi All,
I need to transfer the sub-directories and their contents from a SFTP server to a shared directory while maintaining the structure.
I can do it without maintaining the structure.
Best Regards.
Michel.
P.-S. : files are HL7 messages.
Is it possible to know the names of the sub-directories in the case of an FTP type service adapters?
I know how to do it for the file type.
Or can you transfer files from an FTP directory and sub-directories to a server by keeping the structure?
Hello,
I am using a French version of Ensemble, so the terminologies will not be properly translated.
What does "_BusinessDuplex:????.?????????" mean in the connector names for the queue?
I created a connector of type "Services" having for name of class "EnsLib.File.PassthroughService". In the parameters, the value "FileSpec " was "*" and the "FilePath " pointed to my directory " .... Documents "; whereas "TargetConfigNames" was empty.
Much to my surprise, as soon as I activated this connector, all the files were deleted.
These are not in the dushbin of Windows. -
Do you know a way to get back them? Are they in the system of the ESB?
I know that programs can undelete files. I have already used this type of programs.
Thank you in advance.
Sorry for my poor English.
By using the screen "Message Viewer", which parameters have to be specified to know if a segment HL7 exists ; for example, OBX?
Best Regards.