PDA

View Full Version : ECS über ISDN



NorBo
30-04-03, 10:04
Hallo AS/400-Gemeinde,

habe in meiner 820 ein IDSN-Netzwerkinterface, über das ich auch ECS machen möchte. Habe hier bereits funktionierende *IDLC-Verbindungen eingerichtet, aber die ECS-Verbindung bekomme ich nicht zum laufen.
Wer kann mir helfen ?

Viele Grüße

Norbert

TARASIK
30-04-03, 10:17
Hallo Norbert,
vielleicht hilft dies :

According to the creation or recreation the Electronic Customer Support (ECS) configuration (lines, controllers and devices), which are necessary to run services such as Service Director and PTF downloading. Here's a step-by-guide to perform this operation without IBM's engineer assistance.

1. Delete the following configuration objects (if exist):
a) Line descriptions
QESLINE
QTILINE
b) Controller descriptions
QESCTL
QTICTL
c) Device descriptions
QESPAP
QIADSP
QIAPRT
QQAHOST
QTIDA
QTIDA2
2. Call a program QTIINSTL, which creates necessary configuration objects.
call qtiinstl
3. In a QESLINE line description enter a proper communication resource in RSRCNAME parameter (you can one find by using DSPHDWRSC *CMN command string, then look for resource name the ECS modem is connected to). It is also recommended to change LINESPEED default value 2400 to 9600 (it will increase communication speed).
CMN42 value in RSRCNAME is an example in this case.
CHGLINSDLC LIND(QESLINE)RSRCNAME(CMN42)LINESPEED(9600)
4. Call QESPHONE program to enter the ECS's Center telephone numbers -- you can obtain ones from your local IBM service provider. Those numbers are stored in QUSRSYSQESTELE *DTAARA, so you can simply view or modify them using *DTAARA commands.
call qesphone
5. To verify that ECS service runs correctly, you can send a test request.
SNDSRVRQS ACTION(*TEST)
The following message listing means a correct ECS configuration.
Vary on completed for line QESLINE.
Vary on completed for controller QESCTL.
Vary on completed for device QESPAP.
Test request complete.
Vary off completed for device QESPAP.
Vary off completed for controller QESCTL.
Vary off completed for line QESLINE.

Gruss TARASIK

Fuerchau
30-04-03, 10:32
Nun, wie diese Beschreibung schon zeigt:
ECS über ISDN ist nicht möglich.

Das ECS-Modem kann nur an einem V24-Port angeschlossen werden. Das Modem kann natürlich über eine ISDN-Telefonanlage als Nebenstelle betrieben werden.

NorBo
30-04-03, 10:44
@ tarasik,

danke für die schnelle Antwort,
das hatte ich schon versucht. Mein Problem ist, daß ich kein Modem habe, sondern nur das ISDN-NWI, daher brauche ich einen passenden Konfig für eine *IDLC-Leitung mit passendem CTL und DEV. Das QTIINSTL erzeugt *SDLC-Leitungen und die dazu passenden CTL und DEV.

Viele Grüße

Norbert

Fuerchau
30-04-03, 12:16
Dann tut es mir Leid für dich, aber ECS über ISDN ist nicht möglich.

Man kann ausschließlich SNA-Verbindungen AS/400 zu AS/400 über ISDN erstellen, wenn auf BEIDEN Seiten ISDN verwendet wird.
Z.B.für STRPASTHR.

ECS baut nun mal auf dem SDLC-ECS-Modem auf.