cancel
Showing results for 
Search instead for 
Did you mean: 

ARIBA ITK job scheduler

Former Member
0 Kudos

Hi,

We installed ARIBA ITK in our SAP PI  system.( 7.31 dual stack). and we scheduled the job in  nwa -->Operations -->Jobs-->Java Scheduler ,using java scheuler we scheduled the jobs.

here once the job runs ITK creating files  ,but these are  read only files,so ECC unable to move these files to archive folder, we tried giving complete access to ECC but no use,also we  changed all permisson in unix level but stil lTK creating files in read only mode.

1.in general when we use PI adapter PI will use SIDadm to genrate files,so we gave complete access SIDadm folder level but still files are creating read only mode.

- let me know is there way we can create files in normal mode using ITK in PI.

-- when we run java scheduler wil it use SIDadm user to create files or different user

Thanks

Surya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Surya,

What ever the permissions provided for the "Default Umask" values those permission would get the created files in UNIX. If you need all permissions then setup all permissions for the default Umask. This is done by the Basis team.

Or

Ask basis team to schedule a shell script to change the permissions for created files for a particular folder in the UNIX system.

Former Member
0 Kudos

Thanks Krupa for your reply.

Our PI "Default Umask" settings are fine,we don't see this issue for any other interfaces .

running script to change permission,we kept this as our last option.

Terry_KPMG
Explorer
0 Kudos

We are using Ariba's ITK and SAP PI as well.  As long as everything ran in the context of "sidADM" we were fine.  SAP PI could write the files out and the ITK could pick the files up and archive them as necessary.