Quantcast
Channel: Enterprise Developer Team Edition Support - Recent Threads
Viewing all 75 articles
Browse latest View live

Unable to load DLL 'CCITCP.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

$
0
0

We have a webservice that we are creating in order to access our Legacy Cobol files.  When we run the webservice locally on the dev PC we can read our files successfully thru our fileshareService.  However when we publish the webservice on the server we get the error "Unable to load DLL 'CCITCP.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)". 

 

We are on ED 2.3 update 2

 

thanks


sort message

$
0
0

hi,

i have found this message after sort:

SORT238I: SORTTEMPSPACE setting rejected    

Can you please tell me what it means and where do I find the meaning of SORTnnnX messages?

thank

bye

Enterprise Server and applications developed in IBM C/C++?

$
0
0

Can Enterprise Server run applications developed in IBM C/C++? Saw a similar question in this forum, but it is also not answered.  Any help appreciated.

Is there a trial version?

$
0
0

I have Visual Cobol but this doesn't give me CICS and JCL.

I entered all the info and requested a trial version about 3 months ago and still haven't heard anything? Do MF no longer do trial versions?

Join Keys in micro focus?

$
0
0

Hi Chris,

I am doing JOINKEYS operation usinf sort in microfocus environment.
But on executing the job I am getting the error message "JOINKEYS OPERATOR NOT FOUND".
Is it because micro focus environment might be using different program for sort. 
Does anybody have any idea of executing Sort in Micro Focus.

Getting compilation issue-COBDB0100S SQL30082N

$
0
0

Getting issue while doing compilation.

1 IDENTIFICATION DIVISION.

[cobol] COBDB0100S SQL30082N Security processing failed with reason "3" ("PASSWORD MISSING"). SQLSTATE=08001

 

Checked everywhere and password looks ok to me. Please suggest how to solve this issue?

Getting issue while compilation-db2Initialize call failed with = -0000004997

$
0
0

I am getting this error:     [cobol] db2Initialize call failed with = -0000004997

    [cobol]      1 IDENTIFICATION DIVISION.

    [cobol] COBDB0100S SQL4997N  The authorization ID is not valid.    

 

Can someone suggest what we need to do in this case?

The DirSync Monitor Service has terminated with errors, Result = 54

$
0
0

Event monitor don't sent events to SMadmin.

smevent.log:

01 2017-11-01 10:57:34 3600 4 8003 2376 8076 GetForestDeletedObjectLifetime() - Called GetAttributeValue(..., L"LDAP://CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=**,DC=**,DC=**", L"msDS-DeletedObjectLifetime", ...), Result = 16. Using fallback method and calling GetForestTombstoneLifetime().
01 2017-11-01 10:57:34 3600 5 8013 2376 8076 DSM [KA]: The DirSync Host is "**". All DSM & CNEP related access to AD will be performed through this host.
01 2017-11-01 10:57:34 3600 3 8013 2376 8076 DSM [KA]: Called piDirSearch->GetNextRow(...), hr = 0x80070005, Result = 54. {1st Row of Results}
01 2017-11-01 10:57:34 3600 4 8013 2376 8076 DSM [KA]: Did not complete processing DirSync search results for polling interval #1. Only 0 rows were processed..
01 2017-11-01 10:57:34 3600 4 8013 2376 8076 DSM [KA]: 1st Run mode processing did not complete.
01 2017-11-01 10:57:34 3600 4 8013 2376 8076 DSM [KA]: 1st Run mode will be performed again the next time that the DirSync Monitor Service is started.
01 2017-11-01 10:57:34 3600 5 8013 2376 8076 DSM [KA]: The DirSync Monitor Service is terminating...
01 2017-11-01 10:57:34 3600 3 8013 2376 8076 DSM [KA]: The DirSync Monitor Service has terminated with errors, Result = 54.


Eclipse IDE/Enterprise developer 2.3 Update 1 generated .gnt .int files not compatible on linux platform

$
0
0

I am using "COBOL for Eclipse IDE/Enterprise developer 2.3 Update 1" to create a cobol project on windows to generate .gnt and .int files. Once these files are generated I deploy these on my Linux machine where Enterprise developer 23u1 is installed. But when I try to run programs compiled through eclipse gives load error. However programs compiled on Linux machine will run successfully.

Could anyone advise whether .gnt and .int files generated through eclipse are compatible in linux platform ?

How to configure MQ in IMS Environment?

$
0
0

Hi Everyone,

How to configure MQ in IMS Environment? What are all the steps involved?

Thanks,

Sunil

 

sql server configuration - ESODBCXA.dll

$
0
0

Hi,

 

I have windows -10 machine. 

Configured SQL server.

When I start the server, I am getting following error messages:-

CASKC0025I MSMS: Connect failed [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'MSMS_Offshore_User'. 11:12:29

CASXO0001S XA Resource Manager initialization error. Resource MSMS open failed, reason -00003 11:12:29

CASXO0023S Severe error detected in MSMS XA interface, RM interface disabled 11:12:29

Actually I have copied somebody's ESODBCXA.dll and thought of generating my own.

When I did "BUILD ODBC", in command prompt, I am getting the following:-

ESODBCXA.obj
cbllds000032C0.obj
LINK : fatal error LNK1181: cannot open input file 'odbc32.lib'

I tried to look at ODBC32.LIB in the SDK libraries, I couldn't find it. Am I going in a right way? I tried all the possibilities, no luck so far.

Can any of you please assist me in this regard?

 

Thanks,

Sunil

COBCH0002S Undefined ECM error. Inform Technical Support. Error code 12. And COBCH0008S Unknown copybook DCLGEN specified

$
0
0

Hi,

 

I am Getting the following error in Enterprise Developer 3.0 for eclipse. 

 COBCH0002S Undefined ECM error. Inform Technical Support. Error code 12. And COBCH0008S Unknown copybook DCLGEN specified

 

Thanks for your input. 

HOW TO WRITE FILE DESCRIPTOR IN COBOL FOR VARIABLE LENGTH FILE?

$
0
0

I have a file with with a record format VB, the Record length is 225, Block size 27998 . How do I declare this file in my Program. I am getting file status code 39. Please tell me a correct FD definition for this.

Data element mapping report

$
0
0

One of our customers has asked if there is a way to produce a report that contains position and displacement of each field as in the below example. 

 

  LEVEL AND DATA NAME                               START   END  BYTES   DESC

  01  PRIMARY-REC                                         1         4000   4000

    05  P-CLIENT-NUMBER                                1          4           4    X(4)

    05  P-LOAN-NUM                                         5         11          7    X(7)

    05  P-LOAN-NUM-RED REDEFINES                5         11          7    9(13) COMP-3

    05  P-REC-TYPE                                          12        15         4

      10  P-REC-TYPE1                                      12        12         1     X

      10  P-REC-NUM2                                       13        15         3    999

    05  P-NAME-ADDRESS                                 16        281       266

      10  P-NAME                                              16        45         30    X(30)

      10  P-ADR1                                              46        75         30    X(30)

      10  P-ADR2                                              76        105        30    X(30)

      10  P-ADR3                                              106      135        30    X(30)

      10  P-ADR4                                              136      165        30    X(30)

      10  P-ADR5                                              166      198        33

        15  P-CITY                                             166      186        21    X(21)

        15  P-STATE                                          187       188        2    XX

        15  P-ZIP                                              189       198        10

          20  P-ZIP5                                          189       193         5    X(5)

          20  P-ZIP-DASH                                  194       194         1    X

          20  P-ZIP4                                          195       198         4    X(4)

In DELETE WHERE CURRENT OF I receive a SQLCODE = -100 and delete more than 1 rows.

$
0
0

I have a cursor for update in microfocus, with connection to a database of db2.

 

In the readings of the fetch, always read a single row, but when I'm going to do the delete / update of this with a where current of the value of the SQLCODE is a -100 and N rows are deleted or modified, respectively, instead of the corresponding current . Any solution? Thanks.


xdb DSNUTILB LOAD ascii dataset

$
0
0

Hi,

I have a xdb database with location created "ascii sensitive", after load with DSNUTILB I view the char column with EBCDC value,

while decimal column is ok.

the input dataset is ascii with decimal data in COMP-3 format, and load is made without syspunch.

Is normal?  How can I solve?

ES:

load step:

//LOAD0001 EXEC PGM=DSNUTILB,REGION=8M
//STEPLIB DD DISP=SHR,DSN=SYEX.DB2T.SDSNEXIT
// DD DISP=SHR,DSN=SYEX.DB2T.SDSNLOAD
//SYSPRINT DD SYSOUT=*
//UTPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSUT1 DD DSN=&SYSUT1,
// DISP=(NEW,DELETE,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(242,300))
//SORTOUT DD DSN=&SORTOUT,
// DISP=(NEW,DELETE,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(242,300))
//SYSMAP DD DSN=&SYSMAP,
// DISP=(NEW,DELETE,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(5,50))
//SYSDISC DD DSN=TEMP3.SYSDISC.D3PM001A.SPM2010,
// DISP=(MOD,DELETE,CATLG),UNIT=SYSDA,
// SPACE=(CYL,(15,90))
//SYSERR DD DSN=&SYSERR,
// DISP=(NEW,DELETE,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(5,50))
//ERROR DD SYSOUT=*
//SYSREC DD DISP=SHR,DSN=M4.FMT.LVOXEN30.LXXBR90T.ROPI
//SYSIN DD *
LOAD DATA REPLACE INDDN SYSREC
LOG NO RESUME YES
INTO TABLE M400.TBIOBIX

thank 

bye

AWM Application Workflow Manger

$
0
0

Hello,

I'm searching for a small AWM-Sample .model which shows the execution of an operating system command The command is to be offered as a context for a selected member.

Current Environment:

Enterprise Developer 3.0 on Windows 7 Enterprise

 

 

many thanks in advance

EZY1295E 08/23/18 07:51:44 BIND CALL FAILURE TRANSACTION= CSKL

$
0
0

While 

 while  doing  enterprise server setup and accessing Online application getting following error  in console log.

 

CASOP0000I 01 of 02 From (,,CSKL) EZY1303I 08/23/18 07:51:40 EZACIC02 GIVESOCKET(0001) TIMEOUT TRANS 07:51:40
CASOP0000I 02 of 02 From (,,CSKL) CSKL PARTNER INET ADDR=20.99.96.47 PORT= 65205 07:51:40
CASOP0000I 01 of 02 From (,,CSKL) EZY1295E 08/23/18 07:51:44 BIND CALL FAILURE TRANSACTION= CSKL 07:51:44
CASOP0000I 01 of 02 From (,,CSKL) EZY1325I 08/23/18 07:51:44 START SUCCESSFUL TRANID=CSKL PARTNER INET 07:51:44
CASOP0000I 02 of 02 From (,,CSKL) TASKID= 0083 ERRNO= 48 07:51:44
CASOP0000I 02 of 02 From (,,CSKL) ADDR=20.99.96.47 PORT= 65209 07:51:44
CASOP0000I 01 of 02 From (,,CSKL) EZY1289E 08/23/18 07:51:44 CICS LISTENER TRANSACTION CSKL TERMINATING 07:51:44
CASOP0000I 02 of 02 From (,,CSKL) 07:51:44

 

Please provide necessary solution to resolve the issue 

Is there any way to access the EA .rwp file to ED? or Can we do integrate the EA with ED

$
0
0

Hello Everyone, I'm looking for an option to connect workspace/project from Enterprise Analyzer - Enterprise Developer vice versa?Can we use the workspace file(.rwp) from EA  to ED,appreciate the quick reply

Can we access the EA-Repository file(.rwp) in ED for development activities like code changes and compilation ?

$
0
0

Can we access the EA-Repository file(.rwp) source code in ED for development activities like code changes and compilation? 

Viewing all 75 articles
Browse latest View live