Forum Post: RE: MDS2000E Admin ID "mfuser" failed to start server.
I have fixed my problem.Thanks :)
View ArticleWiki Page: How to check if a user has access to the JES Resources drop-down menu
PROBLEM How can I determine whether a specific user has the required resource permissions to be able to access the 'JES Resources' drop-down option in ESMAC? RESOLUTION For a user to access the 'JES...
View ArticleForum Post: JFCB in SEP - how do I get a filename(DSN=) from the JCL to a...
I have a need to obtain the physical name of a dataset (DSN=my.flat.file), for processing by a Cobol program. Â In zOS, assembler code could be used to access the JFCB control block. Â Is there some...
View ArticleForum Post: RE: JFCB in SEP - how do I get a filename(DSN=) from the JCL to a...
ES supports the IEFJFCBN, according to the docs: documentation.microfocus.com/.../HCOMCMCBLKS001.html Does that meet your needs? (This isn't something I've used myself.) If not, I can dig into this...
View ArticleForum Post: RE: JFCB in SEP - how do I get a filename(DSN=) from the JCL to a...
Thanks Michael. Â I assume that the TIOT points to the JFCB. Â This would be a great way to solve an existing issue for us. Â Do you have an example program that access data from the IEFJFCBN?
View ArticleForum Post: RE: JFCB in SEP - how do I get a filename(DSN=) from the JCL to a...
in W-S copy MFJCTLBC.CPY ---------------------------------------------------------------- Â Â OBTAIN JobName ---------------------------------------------------------------- OBTAIN-JOB-NAME....
View ArticleForum Post: RE: JFCB in SEP - how do I get a filename(DSN=) from the JCL to a...
A0100-GET-DD-INFO SECTION. Â Â SET WS-JCL-DD-VERS-CUR Â Â Â TO TRUE. Â Â IF Â WS-LK-SUB = 1 Â Â Â Â SET WS-JCL-FUNC-GET-DD-FIRST Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â TO TRUE Â Â ELSE Â Â Â Â SET...
View ArticleWiki Page: Unable to get Performance Monitoring to work
PROBLEM No performance Monitoring 'counters' appear for Micro Focus servers, even though the region has been enabled for Performance Monitoring and is running. RESOLUTION 1. Check the Console log for...
View ArticleForum Post: RE: Building ESODBCXA.dll
One of the requirements to build the ODBC XA switch module is to have Windows Software Development Kit (SDK) installed. Below is from our documentation ( link ) Build Requirements To build the ODBC RM...
View ArticleForum Post: XA problems with 3.0
I have the new ESMSSQL.dll built and running the only problem is when I go to do a request from SQL (Microsoft 2016) I get the data but I also get an error at the bottom. CASSP0015S Syncpoint PREPARE...
View ArticleWiki Page: Enterprise Server security fixes, July 2017
CVE-2017-5187: A Cross-Site Request Forgery (CSRF) vulnerabilty, leading to Remote Code Execution (RCE), was found in MFDS. Additional anti-CSRF security measures have been added to the Enterprise...
View ArticleForum Post: Trail License for Enterprise Server 3.0
Hi, I need trail license for Enterprise Server 3.0. Could you please help me with the steps for authorizing. Thanks, Ravi
View ArticleForum Post: Transaction abend
Hello community, Can someone help me with the error below? Thanks for your time. Lucas Oliveira
View ArticleForum Post: RE: Transaction abend
Lucas, can you post the console log from this ABEND ? Generally speaking, ASRA can be caused by a variety of conditions... from your screen shot, the transaction map displays, but the function you...
View ArticleForum Post: RE: Transaction abend
Thanks dpswind for your attention. I followed your tips about console.log and I belive to found the problem. Accord the console message, the application can't found the file called 'SQLADR':...
View ArticleForum Post: RE: Transaction abend
Hi Lucas, This might help you out... microfocus.com/.../NECOBSQLProCOBOLonWindows_tcm21-9577.pdf Kind regards, Torkel
View ArticleForum Post: RE: z/VSE Jcl with SORT
It's important to create file in CATALOG and in directory of File .dat file. .Dat file can be created with Data Tools application.
View ArticleWiki Page: How to set up secure access to MFDS and the ES Administration web...
Problem: MFDS acts as a web server and displays the Enterprise Server Administration web page. By default it is not set up for SSL secure access (i.e. a URL beginning with "https:"). How can a person...
View Article