cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling an info package in a process chain

Former Member
0 Kudos

Hi,

I'm facing a problem while scheduling an info package in a process chain. My info package uses a file on my local desktop to extract data. I would like to know if it is possible to use a local file as the source for an info package and then schedule it in a process chain. When i run the infopackage independently, it works fine.

Thanks,

Siddarth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siddharth,

If your App server is Unix based then you would need to FTP the file using any of the FTP tools. You can also seek your BASIS help on this. But make sure you have authorization on the server to do this.

Bye

Dinesh

Former Member
0 Kudos

Hi,

I've uploaded the data file to the App server. When i execute the info package, it works fine. I've verified that the info package has the server file as the source. However, when i use the infopackage in a process chain,

i get this error:

'Problem occured during the access of AppServ file.'

Does anyone know what could be wrong?

Thanks,

Siddarth

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Siddarth,

Since the last number is 0 hence the problem for you o access the file. The significance of chmod 660 is that the creator/user can edit, but the file is not visible to the world.

Bye

Dinesh

Former Member
0 Kudos

Hi Siddarth,

Yes..That might be the cause. Change the permission to 666 or 777 and then reload. Hopefully things would be fine.

Bye

Dinesh

Former Member
0 Kudos

Hi Siddarth,

If your app server is UNIX based you need to set permissions on the file. Only then the file would be accessed. If you are using any FTP tools then use something called chmod 666 or chmod 777.

Else ask your BASIS to give permissions on the file.

Bye

Dinesh

Former Member
0 Kudos

Hi Dinesh,

The data load works fine if i execute the info package. Is it that then the access to the file is made by my user? And when the process chain is run, the user will be different? The file mode is 660.

Regards,

Siddarth

Former Member
0 Kudos

Hi,

Sorry if my question sounds too dumb.. Could you please tell me how i can upload my file to the server?

Thanks,

Siddarth

Former Member
0 Kudos

Hi Siddharth,

Welcome to SDN!!

No..You would not be able to run an infopackage in a Process chain if the file resides on a local PC. You would need to copy the file to a Application server and then use the process chain to load. The reason is that the process chain schedules background job to load the file and the job would not recognise the file in this case.

Bye

Dinesh

(Assigning points is the way to say "Thanks" in SDN)

Former Member
0 Kudos

Hi,

U have to place the file in the application server other wise it will not work for the process chain. for that select the radio button application server in the external data tab after placing the file.

Regards-

Siddhu