cancel
Showing results for 
Search instead for 
Did you mean: 

Remove all msg in IS,Green flag, *.tpz Transport problem.

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

How to remove all message in Integration server. So that i could not see any message integration server(sxmb_moni, message monitoring(rwb).

Unfortunately i changed system date, After that one, If i send any idoc from sap-r/3 to xi then all messages are showing the status as scheduled( green flag). How can see this message status as processed successfully(black).

In Configuration time(ID), I have exported one configuration scenario(xyz). after this i have removed this configuration scenario. Now I moved the configuration scenario (.tpz file) from export directory to import directory. After this, i created one new configuration scenario and saved it. Now i would like to import the (xyz) configuration scenario in it. while importing that scenario. i have faced this problem.

Import XI3.0 Design Objects

Business system XXX is not assigned to business system group with the ID(xiSystemGroup).

Please help me, how to import *.tpz files in IR and ID

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI,

<i>Please help me, how to import *.tpz files in IR and ID</i>

See this blog..

/people/sap.user72/blog/2005/12/09/xi-code-sample-understanding-the-tpz-file

Regards

Chilla..

Former Member
0 Kudos

Use CMS for Transporting objects of IR and ID.

How to remove all message in Integration server. So that i could not see any message integration server(sxmb_moni, message monitoring(rwb).

Former Member
0 Kudos

use this prog to delete message in XI

RSXMB_DELETE_MESSAGES

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi ,

I think you have to assign the business system to your configuration scenario before importing tpz.

Check this one also...

Regards,

Former Member
0 Kudos

Hi,

Please help me, how to import *.tpz files in IR and ID

Exporting IR Objects - Select the SWCV and Right Click Export

here you can select individula namespace or whole swcv or individual objects also.

after exported objects you can find the .tpz file in below path.

usr\sap\<SID>\SYS\global\xi\repository_server\export (Physical XI server path)

Importing IR objects - before importing IR objects you need to Import SLD part then import the relevant SWCV. (Copy the .tpz from export location and import the import location)

Please find the below path Importing IR objects.

usr\sap\<SID>\SYS\global\xi\repository_server\import (Physical XI server path)

Exporting ID objects :

Select the configuration scenario export . Please find the path for ID.

\usr\sap\<sid>\SYS\global\xi\directory_server\export (Physical XI Server path)

Importing ID objects :

Before importing Configuration scenario you need to create with Same name Business system or Busienss service or Integration Process.

then import the .tpx into ID.

Please find the path for ID.

\usr\sap\<SID>\SYS\global\xi\directory_server\import (Physical XI server path )

Regards,

Venu.