Writing data into Knime server

Hi,

I am getting following error when I tried to write a table into server:

Table Writer 2:32:0:31 Execute failed: Server returned error 403: Forbidden

Workflow is a very simple one: I read a file -> filter first 1000 rows -> Wrapped metanode
Wrapped metanode contains two nodes: one table view (JavaScript) node and one table writer node

Path in the table writer node: knime://knime.mountpoint/Examples/sample.table

Any help would be highly appreciated!!

regards,
Nithin

Hi Nithin,

Sounds like a permissions issue. You need to make sure that your user has permissions to write into the knime://knime.mountpoint/Examples workflow group.

See here for full details: https://docs.knime.com/2019-06/explorer_user_guide/index.html#user-access-permissions

Best,

Jon

Hi Jon,

Thank you for the reply. I have the admin rights, but still I am getting the same error. I also have the write permission to the workflowgroup

Regards,
Nithin

Hi @nithinth7,

Have you been able to solve this issue in the meantime, or do you still need assistance?

Cheers,
Roland

@RolandBurger
Yes, the issue is fixed , it was some proxy problem. Sorry for not closing the ticket sooner.

Regards,
Nithin

3 Likes

Great, happy to hear that it’s working now :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.