cancel
Showing results for 
Search instead for 
Did you mean: 

CAN NOT TRANPORT INFOSPOKE FLAT FILE DESTINATION PATH

Former Member
0 Kudos

Hi,

I am writing from infospoke to a flat file in application server. When I transported this to QA, Application server Check box is unchecked and path is changed to path in QA.

Do I need to have Logical File name in order to transport. If I have 5 infospokes do I need to have 5 logical file names or is there any way to pass a parameter ... .

Is there any other way to transport with out having File Name option instead of Logical File name?

Thanks

Krishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krishna,

You would need an ABAP program to change the entry in the table RSBFILE.

First try this. Goto se11 -> RSBFILE -> give your Infohub name and check if you have authorization to change the path.

ELSE..

Write an ABAP program and update the field.

REPORT test.
tables: RSBFILE.

update RSBFILE set PATH = '<your path>' where OHDEST = <your Infobub>.

Bye

Dinesh

Former Member
0 Kudos

Hi,

I transported infospoke by having Logical File name option. I transported Logical Filn name and Logical Path before this. Infospoke tranport gave following errors....

Can any one help on this. thanks a lot!!

after-import method for object type R3TR DEST (Activation Mode)

Activation of Objects with Type Open Hub Destination

Checking Objects with Type Open Hub Destination

Checking Open Hub Destination ZOBJ2_A

****Path name must not be empty

****Unpermitted name for a file

Saving Objects with Type Open Hub Destination

Saving Open Hub Destination ZOBJ2_A

Open Hub Destination ZOBJ2_A saved successfully

Answers (4)

Answers (4)

Former Member
0 Kudos

Krishna,

How did you resolve this transport error? I am getting the same problem.

Thanks!

Former Member
0 Kudos

Hi Krishna,

You also need to transport the logical file name along with the Info-spoke.

Bye

Dinesh

Former Member
0 Kudos

Dinesh,

I transported Logical file before this tranport and it was successful.

Thanks a lot

Krishna

Former Member
0 Kudos

HI krishnas did u automate the infosokes using process chains, if so can u let me kaow how to do that.

thanks,

Kris

Former Member
0 Kudos

Hi,

you must use logical filenames, look also at HowTo paper: How to Extract Data with OPEN HUB to a Logical Filename

/manfred

Former Member
0 Kudos

Can you please give me link to doc How to Extract Data with OPEN HUB to a Logical Filename.

Former Member
0 Kudos

Thanks Ashish,

I actually created logical file and path before and was able to extract data. My issues are while transporting.

1) Can we transport path by using file option instead of logical file name.

2) Do we need to create 5 logical files if I need to have 5 infospokes.

Thanks

Krishna

Former Member
0 Kudos

I think you will have the issue if you you transport without logical filename.

-Ashish