2007 Feb 01 10:57 PM
Hi folks,
I have an IAC application (HTML template) that I have modified and I need to activate it. This is the template that goes through the ITS and display as a web page.
How can I activate it? Is there a Tcode for it?
Thanks,
skmysore
2007 Feb 02 8:29 AM
2007 Feb 02 8:35 AM
Hi,
Go to se80 and choose the program type as ITS application.
Give your program name and there is a button for something called Publishing(Not activating in this context). If you publish it, it is available for the end user.
Regards,
Ravi
2007 Feb 05 3:37 PM
Hi,
Thanks guys for the info. I figured that out on the screen, but an message popped up on the screen below, that 'No ITS Server was selected for publication'. This made me to research further to find out that I need the 'ITS Login' to be installed on my system. what other tools do I need to work on ITS? Or if it installed how can i find out?
I also learnt that I need a 'ITS Debugg' to debug the process. Any thoughts or leads would be really helpful.
Thanks for the info.
- sk
2007 Feb 05 7:22 PM
which version of SAP system are you using? are you using Standloe ITS or Integrated ITS
for publishing , in se80 to to utilities->setting->ITS->publish set the ITS server details here.
Raja
2007 Feb 05 9:39 PM
Hi,
Thanks for the reply,
I got the ITS Debugger installed on my system. The SAP version I am using is 4.6C and when I ran the 'Publish' to activate the HTML templates. I got this error.
RFC error: program IACOR_sapdevits_ADM_ITS not registered / CPI-C error
CM_ALLOCATE_FAILURE_RETRY.
Any thoughts?
Thanks,
sk
2007 Feb 05 9:58 PM
Hi,
I am using the Standalone ITS. Am I missing some step to process that is leading to the runtime error?
Thanks,
Sk
2007 Feb 06 7:30 PM
check sm59, you should have two RFC destinations starting with IACOR* if not some issue with installation.
2007 Feb 20 6:24 AM
Hi,
I want to know that how to register the program ID in SAP R/3 and what is its significance while TCP/IP connection?
I am getting the same error " program Test not registered. CPI-C error CM_ALLOCATE_FAILURE_RETRY".
Can u help me in this??
Regards
Sumit
2007 Mar 23 7:56 AM
<i><b>Hi Sumit,</b></i>
Please do the following steps.
1) In your SAP EP Server go to the following path and double click the IacorAdmin.exe file
<Drive where you install ITS>:/Program Files\SAP\ITS\6.20\programs\IacorAdmin.exe
2) Click on "New" button and fill the following details
3) ITS Instance = Select your Instance name from Drop down list
4) Host = Fully qualified domain name of your SAP R3 Server (Ex:- sapdev.sysadmin.com.my)
5) Service = sapgw00 (00 is your instance number)
6) Click "OK" button. Then it will open another window fill the following details in this screen
7) Application Server = (your R3 Server IP Ex:- 10.10.3.65)
😎 System Number = 00
9) Client = 200 (R3 Client Number)
10) User = J2EE (Create this user in SAP R3 before you fill this screen and assign SAP_ALL roles)
11) Password = (Type your J2EE User password)
12) Language = EN
13) Then click "OK" button Twice
It will create the IACOR Connection with SAP R3
Now goto SAP R3. Logged in with J2EE User
Goto T-Code = SM59
Expand the "TCP/IP Connections"
you can see the IACOR_* Connections.
If you want to test Double click the IACOR_* Service and it will open another screen. In this screen you can click the "Test Connection" button to test whether the connection is ok or not.
Then you can see the connection with no errors.
<i><b>
Note:- Don't forget to assign the points.</b></i>
<i><b>Thanks,
Mohammed Abdul Hadi.</b></i>