ITK configuration on PI
Setup JAVA_HOME in options file setup the JAVA_HOME environment variable to your Java directory
Encrypt customer key Run <ITK install dir>\encryptcustomerkey <options file path> to encrypt the customer key Enter 24 character alphanumeric string Save the output as plain text file in <customer key path>
Setup encryptionKeyPath in options file setup the encryptionKeyPath environment variable to your <customer key path> which you have generated in previous step
Encrypt shared secret Run <ITK install dir>\encryptstring <options file path> to encrypt the shared secret Enter the shared secret Mark the output as it will passed as sharedSecret parameter to the job definition
Determine site parameter Site is the name of your company defined with the Ariba On- Demand Product. You also use this when accessing Ariba products online. If you use http://mycompany.procurement.ariba.com to access SAP Ariba on-demand products, use "mycompany" as the site.
Configure ITK in PI – step 1 Login to the NetWeaver PI and choose NetWeaver Administrator
Configure ITK in PI – step 2 Select “Operation Management” tab
Configure ITK in PI – step 3 Select “Jobs” tab
Configure ITK in PI – step 4 Select “Java Scheduler” link
Configure ITK in PI – step 5 Select “Tasks” tab
Configure ITK in PI – step 6 Press [Add] and choose the Job Definition you need for your specific case e.g. AribaIntegrationEventIncrementalUpload for doing the incremental data upload to Ariba.
Configure ITK in PI – step 7 Press [Next] and enter the Task Name and Retention Period.
Configure ITK in PI – step 8.1 Press [Next] and define your parameters. event – to be called on Ariba side urlPrefix – Buyer upload: https://s1.ariba.com/Buyer Sourcing upload: https://s1.ariba.com/Sourcing site – customer unique Ariba identifier serviceMode 0 – for OnD application 1- for OnP application All the directories referenced must exist
Configure ITK in PI – step 8.2 encryptionKeyPath - <customer key path> containing the encrypted customer key sharedSecret – encrypted shared secret
Configure ITK in PI – step 8.3
Configure ITK in PI – step 9 Press [Next] add Start Date, End Date and Period and press [Add]
Configure ITK in PI – step 10 Press [Finish]
Check the job status Select Jobs tab and select the entry of your job execution Check Job Status is COMPLETED Select the Parameter tab to see the parameter configured for the job run Select the Logs tab to see the job logs
Thank you