Production Tables - where and what are they?
Hello, I'm new to Ensemble, and my first task is to become familiar with the Production and create a basic outline of it for the users to view (which servers, where are the input files, where are the output files, how many records...). What are the Production tables? I'd like to start there.
Thanks,
Laura
Production configuration is not stored in tables. Rather in an XML block of the Production class.
I'm not sure whether this is what you want, but if you want to view a user friendly documentation of a specific Production, I'd suggest to go to the Production Configuration (Management Portal > Ensemble > Configure > Production). On the Actions tab on the right the uppermost button is 'Document'. There you can generate a user friendly HTML or PDF documentation of your own Production, in the style of our documentation (see more complete instructions here).
Ah, I was wondering about that XML view in the Production class. I did see the Documentation -- thanks -- but the end users would like something ... less spread out. Also, I'm trying to get my head around it as well, so that makes it hard to define this task. Thanks.
Hi Attila, OK, how about the Services, Processes, and Operations items. Are they in tables? Thanks.
Hi Laura. it's quite hard to properly explain this without repeating a significant part of our documentation. But if I'd like to keep it short, here we have to talk about three things:
Conclusion: if you want to know more about your Production, the XML block in your Production class can tell you the actual configuration of your business hosts. The various business host classes can tell you how they work (I guess, this latter is not what your users want to know).
I'll start in the XML block - thank you. I have to start somewhere.
Hi Laura
Do you have a production already created that you are now trying to document? Or is this a case where your are getting ready to develop your first production in Ensemble?
Hi Kenneth, Yes, we have a large looking Production that I'm trying to untangle. I'm tasked with a simple view of the input folders, output folders, and number of records processed, on which servers.; more simple than the production monitor view. Thanks.
Ensemble provides a tool for generating HTML or PDF documentation for a production. This documentation includes all interfaces and any directories they read from or ports they listen on or ip addresses/ports they connect to, all together in a convenient list.
To get to this documentation, on the production configuration page, click the "Production Settings" link which should be just above the Operations column, and then select the actions tab on the right side and there should be a "Document" button.
You mentioned you're also looking for the information seen on the production monitor, such as message counts, but in a simpler view. There isn't really a more simple view of this, but if you want to try to use SQL to get the data, I would start with the Ens.MessageHeader table. There is a single Ens.MessageHeader row generated for every message sent from one component to another within a production.
Comment entered in error - moved to Answers.
As for "what are the production tables" you'll find most of the info you'd be looking for in the Ens_Config.Item table.