cancel
Showing results for 
Search instead for 
Did you mean: 

Can't build design time XSA artifacts in Sap Webide for HANA (on premise)

former_member233511
Participant
0 Kudos

Hello scn!

I'm trying to play with XSA on premise but struggling with building design time artifacts, that use runtime artifacts from HDI Container.

I imported data table from HANA to my HDI Container

The table has data:

Now i trying to create .hdbflowgraph artifact and provide my table as data source.

If i click data preview on DataSource node, it shows the data correctly.

But when i try to build flowgraph artifact i got following Error:

Error: The file requires "db://BIKE_STATIONS" which is not provided by any file [8212001]      at "src/MyFlow.hdbflowgraph" (0:0)

How i can provide existing runtime artifacts as dependency for design time artifacts?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate

>How i can provide existing runtime artifacts as dependency for design time artifacts?

Synonyms. You must have a synonym to access anything that isn't defined within the container. Also you really shouldn't import a table like that into a container. Import it into a normal schema or define it directly via design time artifact within the container.

former_member233511
Participant
0 Kudos

Thank you! I'll try!

Answers (0)