How to make new QINTER subsystem?
135 pts.
0
Q:
How to make new QINTER subsystem?
can anyone tell how make new subsystem Qinter
ASKED: Mar 15 2009  2:28 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23625 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button

Hi,

If you've accidentally deleted your QINTER subsystem then your best option is to restore it from a backup.

Regards,

Martin Gilbert.
Last Answered: Mar 15 2009  4:13 PM GMT by Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Kiong   135 pts.  |   Mar 16 2009  8:05AM GMT

Hi,

If you’ve accidentally deleted your QINTER subsystem then your best option is to restore it from a backup.

Regards,

Martin Gilbert.

 

Kiong   135 pts.  |   Mar 16 2009  8:07AM GMT

HI,

No i don’t deleted mya QINTER but i want to separated interactive for my Apliction and user?

 

Gilly400   23625 pts.  |   Mar 16 2009  10:32AM GMT

Hi,

Then you need to create a new subsystem :-

CRTSBSD SBSD(Yourlib/YourSBSD) POOLS((1 *BASE))

To allocate specific workstsations to your subsystem you can use the ADDWSE command.
To allocate specific job queues to your subsystem you can use the ADDJOBQE command.
You should also add the routing entries that you currently have in your QINTER using the ADDRTGE command.

Regards,

Martin Gilbert.

 

5459   105 pts.  |   Mar 19 2009  11:17AM GMT

Hi,

U can create a new subsystem

First u want to create a new subsystem description command CRTSBSD
create a class command CRTCLS &
create a rouging entry command ADDRTGE

Regards
KC…

 

Gilly400   23625 pts.  |   Mar 19 2009  11:32AM GMT

Hi,

I don’t think you need to create a class.

Regards,

Martin Gilbert.

 

WoodEngineer   2280 pts.  |   Mar 20 2009  4:08PM GMT

We needed a separate subsystem, just as you describe in your question.
We just used CRTDUPOBJ of QINTER with new object name of MISINTER. Then we gave all the MIS work stations a unique prefix in Client Access to cause those sessions to run in MISINTER. It works pretty good and involved very little work.

Sometimes one of our IT folks will land in QINTER. In that case we do a TRFJOB from the green screen to move the session to MISINTER. After that the session stays there for a while (weeks, months) but occassionally flips back to QINTER. This could probably be solved if we took more time to configure all the non-IT work station names into QINTER’s subsystem description.

 

Pdraebel   885 pts.  |   Mar 23 2009  10:36AM GMT

You Should exclude your MIS displays in QINTER: ADDWSE SBSD(QINTER)
WRKSTN(MIS*) AT(*ENTER) . The AT’*ENTER entry will allow your station to switch to QINTER, but it also tells the subsystem to not automatically “grab” the wirkstation.

 
0