OCM Mappings

AS400Guru

AS400Guru

Well Known Member
Hello List,
Is it possible to map a set of tables to a entirely different library =
other than the default library while keeping the default library =
active?.
If yes will both the data sources work concurrent.
For Eg: The Data source in the Dev envrn points to DTA....Lets say we =
want a entirely new set of tables in a different library say for eg in =
DTATMP.
How would this work if we run the job on the server?.Will it still =
update the tables in DTATMP?.
Please help.

AS/400 V4R5 XE-SP15 Co-existence.
 
Yes. If I understand your question.

The default mapping is always active. If you specify anything specific, it will override the default. ie. if your default is specified for DTA and your table X is specified for DTATMP, than when you update for table X, it will always update for DTATMP while table Y updates for DTA.

Also, there are two OCM Data Sources you need to update: system and Server Map (system would be your ES machine name). If you don't have these two data sources matching than you could have Interactive/LOCAL jobs using files in a different library than the server submitted UBEs.

Does this answer your question?


Doug
[email protected]

Xe SP13.1, AS400 V4R3, CO-Oracle806, Co-A73c10, Citrix, NT JAS
 
Back
Top