TM1PY and IBM Cloud Rich Tier #754
harveyca307
started this conversation in
General
Replies: 2 comments 4 replies
-
Does it hang if you call the |
Beta Was this translation helpful? Give feedback.
4 replies
-
On a side note, there are alternative ways to deploy TM1py scripts for TM1 in the IBM cloud. Disclaimer: I haven't used pythonanywhere personally for production deployments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Working on a client deliverable and running into an odd issue. I am creating a programmatic interface between PA and an outside project management tool using RESTful APIs. I've written and tested the Python and compiled to an EXE using PYInstaller, as I know of no other way to run Python on the cloud server.
The programs runs exactly like it is supposed to from Command Line or Powershell; however, when I issue an ExecuteCommand from TI it just hangs. I've waited an appropriate amount of time for the TI to finish before cancelling the thread. Anyone else seeing an issue like this?
My code uses TM1Py to write values to the PA server using cube.cells.write_values, and uses the external API to push PA projects to them...
Beta Was this translation helpful? Give feedback.
All reactions