Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Connections #126

Open
CCS-StevenPretlove opened this issue Apr 24, 2023 · 3 comments
Open

Multiple Connections #126

CCS-StevenPretlove opened this issue Apr 24, 2023 · 3 comments

Comments

@CCS-StevenPretlove
Copy link

I seem to be running into an issue when I'm trying to connect to multiple Autotask instances as an azure function

Use Case we have 5 different autotask databases (for various reasons) when i address each of these via Azure Function is works fine, however if i run the function using a connection for the "second" instance after the first it falls over as already being connected.

i see you have an function for profiles but this only seems to work outside an azure function

any thoughts ?

@bjowol
Copy link
Collaborator

bjowol commented Apr 24, 2023

for the second connection import the module with a different prefix, then connect again. tried that?

@CCS-StevenPretlove
Copy link
Author

for the second connection import the module with a different prefix, then connect again. tried that?

i didn't as it said it was being depreciated and wasn't being used but i'll give it a go

@CCS-StevenPretlove
Copy link
Author

for the second connection import the module with a different prefix, then connect again. tried that?

Doesn't appear to work, i'm not sure if prefixes are supported in the latest release or its just not functioning correctly in azure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants