Could not load ARS shared libraries
Could not load ARS libs in Apache
conv2QualifierStruct: LoadQualifier failed!
python3 compatible pyars
I haven 't used pyARS in a while. If I remember correctly, the server sometimes -- surpsisingly -- raised this warning. Can't you catch the exception, and simply retry the call? Hope this helps...
I also hit this issue sometimes and i am sure my usage has no issue. backtrace: (entries, num) = ars.GetListEntryWithFields(schema, query, fields, None) File "c:\users\admini~1\appdata\local\temp\easy_install-x_sfek\pyars-1.8.2-py2.7-win32.egg.tmp\pyars\erars.py", line 3546, in GetListEntryWithFields File "c:\users\admini~1\appdata\local\temp\easy_install-x_sfek\pyars-1.8.2-py2.7-win32.egg.tmp\pyars\erars.py", line 470, in conv2QualifierStruct pyars.erars.ARError: An WARNING (0) occured: None
Very much appreciate your response here. I will give my code in part as below: First, the below two lines of code try to log into the server and use a method to retrieve the Issues. remedy = myRemedy.Remedy(configure['auth']['username'], configure['auth']['password'], server=configure['auth']['server'], logger=logger, constraint=configure['constraint']) found = remedy.getIssuesFromSupervisorFullName(configure['supervisor']) Then it goes to the method it calls, which has only one line, returning the...
Very much appreciate your response here. I will give my code in part as below: First, the below two lines of code try to log into the server and use a method to retrieve the Issues. remedy = myRemedy.Remedy(configure['auth']['username'], configure['auth']['password'], server=configure['auth']['server'], logger=logger, constraint=configure['constraint']) found = remedy.getIssuesFromSupervisorFullName(configure['supervisor']) Then it goes to the method it calls, which has only one line, returning the...
The last response was my answer to the question on stack overflow that you quoted. Still, I cannot help you with this little information... Axel
Unfortunately, you give little details for the call itself. e.g. It is unclear, how schema, query and fields are set. In addition, the erARS class does not contain a _db_login method. If you are using this method to just login to the database, then it is obvious that GetListEntryWithFields will fail, because it needs a connection to the Action Request System server. But you write, that sometimes it works, sometimes it does not. Please provide more details so that I can try to answer your question....
conv2QualifierStruct: LoadQualifier failed!
What are you trying to achieve? ars.GetEntry expectes to receive the name of a form and an entryid. If you want to retrieve specific entries (e.g. using a query), you need to use ars.GetListEntryWithFields. Please have a look at the tutorial (http://pyars.sourceforge.net/tutorial.html) which tries to explain the most common use cases and how to implement them. Hope this helps, Axel
ars.GetEntry('BMC.CORE:BMC_ComputerSystem..) does not work
ars.GetEntry('BMC.CORE:BMC_ComputerSystem..) does not work
the diff of getListFields and output fid in GetListEntryWithFields
It seems I accepted the ticket but never got around to writing some text. Sorry about that. The exception tells you that this method has not been implemented in pyARS yet, in other words, it is not supported. Hope that helps, Axel
GetListEntryWithMultiSchemaFields Example.
Error connecting to server
glad I could help :-)
unable to create a change in remedy ver 7.6.04 sp5
Dear Kamal! I have not seen a Remedy server for a couple of months... and as you do not get a hard error, it's a bit hard to tell from the distance. However, could it be that the Change form is a join form? I remember that there were constraints (inside Remedy) on when/how you could create an entry in a join form. Based on your description, I guess, I can rule out that you are trying to run this with 64bit under Linux? Hope that helps, Axel
I saw that Linux x64 is not supported right now. I'll go with Windows or Linux x86. Thanks you!
I tried on Windows, and now I can connect. I'll try with a newer python on CentOS 5.
Error connecting to server
unable to create a change in remedy ver 7.6.04 sp5
Hi, fumio! You are using a linux based OS in 64 bit right? That's not supported (yet). So, changing to the 32bit version (and here, just using a 32bit version of python together with the 32bit shared libs from Remedy) should help. Hope this helps, Axel
the diff of getListFields and output fid in GetListEntryWithFields
But I can find these dll like 'arapi7604_build002,arrpc7604_build002,arutl7604_build002. Maybe the 64bit pyars cannot find 32bit remedy dll.
the diff of getListFields and output fid in GetListEntryWithFields
FATAL ERROR: Could not load ARS shared libraries
Could not load ARS libs in Apache
Typically when you are running e.g. a cgi program from a webserver, it gets a completely...
Could not load ARS shared libraries
Hi! You are right, the naming has slightly changed (IFIRC). Under Windows, pyARS...
Could not load ARS shared libraries
Could not load ARS libs in Apache
GetListEntryWithMultiSchemaFields Example.
Ah, I had forgotten about this... 64bit is currently not supported under Linux. If...
Dear pyars users! I haven't been working on pyars for the past couple of months,...
FATAL ERROR: Could not load ARS shared libraries
Hi! From the output, we can see that you are running a 64bit python on a 64bit Linux....
Full error description : FATAL ERROR: Could not load ARS shared libraries The current...
FATAL ERROR: Could not load ARS shared libraries
Problem in quering form
Since I haven't heard back from you, I'm assuming that this issue could get resolved......
How to correctly create ARWorkflowConnectStruct
I'm glad you could solve this yourself... Have fun! Axel
You can close the topic. I've find the right solution: :::python def createARWorkflowConnectStruct(name):...
How to correctly create ARWorkflowConnectStruct
Problem in quering form
Re-hi! If you want GetListEntry to return some fields, you have to provide the call...
Problem in quering form
Error importing cars - assert errors
Ticket moved from /p/pyars/feature-requests/6/
This bug should be fixed with pyARS 1.8.2. - status: accepted --> closed
SetActiveLink fails without "order" parameter (e.g. rename active link)
2.7.7 with patch applied results in assert alignment error.
This was a bug in pyARS 1.8.1 for the 8.0 and 8.1 versions of the ARAPI. It will...
This is a duplicate of another bug Report. Should be fixed in pyARS 1.8.2.
THis was a bug in pyARS 1.8.1 for the 8.0 and 8.1 Versions of the ARAPI. It will...
Error importing cars - assert errors
Hi, Oliver! Finally I could double check the 64bit under Windows. a) I also have...
64bit linux support
Hi, Oscar! Thanx a lot for offering your help. I will gladly take you up on your...
2.7.7 with patch applied results in assert alignment error.
I'll look into it after my vacation...
Hello, I am in need of this and I have profound C knowledge. Please let me know what...
2.7.7 with patch applied results in assert alignment error.
Why do you think that this is an error? Only if order is not of type c_uint, I would...
SetActiveLink fails without "order" parameter (e.g. rename active link)
SetActiveLink fails without "order" parameter (e.g. rename active link)
FATAL ERROR: Could not load ARS shared libraries
I haven't heard any complaints about the new release, so I will close this ticke...
Olá, [pyars:support-reque. Gostaria que você fizesse parte da minha rede do LinkedIn...
Also, could you please point me to some sample code? Could you be more specific?...
The new release 1.8.1 can now properly load the new libs.
FATAL ERROR: Could not load ARS shared libraries
FATAL ERROR: Could not load ARS shared libraries
pyARS does not know about API version 8.0 and 8.1 yet, therefore it does not find...
I'm looking into it...
FATAL ERROR: Could not load ARS shared libraries
FATAL ERROR: Could not load ARS shared libraries
Hi! I haven't had any request to support this, that's why no progress has been made...
64bit linux support