Activity for pyARS

  • Ergorion Ergorion modified ticket #11

    Could not load ARS shared libraries

  • Ergorion Ergorion modified ticket #10

    Could not load ARS libs in Apache

  • Ergorion Ergorion modified ticket #12

    conv2QualifierStruct: LoadQualifier failed!

  • Anonymous created ticket #7

    python3 compatible pyars

  • Ergorion Ergorion posted a comment on ticket #12

    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...

  • Anonymous posted a comment on ticket #12

    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

  • elubrtowone elubrtowone modified a comment on ticket #12

    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...

  • elubrtowone elubrtowone posted a comment on ticket #12

    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...

  • Ergorion Ergorion posted a comment on ticket #12

    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

  • Ergorion Ergorion posted a comment on ticket #12

    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....

  • elubrtowone elubrtowone created ticket #12

    conv2QualifierStruct: LoadQualifier failed!

  • Ergorion Ergorion posted a comment on ticket #24

    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

  • Ergorion Ergorion modified ticket #24

    ars.GetEntry('BMC.CORE:BMC_ComputerSystem..) does not work

  • Anonymous created ticket #24

    ars.GetEntry('BMC.CORE:BMC_ComputerSystem..) does not work

  • Ergorion Ergorion modified ticket #21

    the diff of getListFields and output fid in GetListEntryWithFields

  • Ergorion Ergorion posted a comment on ticket #20

    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

  • Ergorion Ergorion modified ticket #20

    GetListEntryWithMultiSchemaFields Example.

  • Ergorion Ergorion modified ticket #23

    Error connecting to server

  • Ergorion Ergorion posted a comment on ticket #23

    glad I could help :-)

  • Ergorion Ergorion modified ticket #22

    unable to create a change in remedy ver 7.6.04 sp5

  • Ergorion Ergorion posted a comment on ticket #22

    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

  • Paulo Estrela Paulo Estrela posted a comment on ticket #23

    I saw that Linux x64 is not supported right now. I'll go with Windows or Linux x86. Thanks you!

  • Paulo Estrela Paulo Estrela posted a comment on ticket #23

    I tried on Windows, and now I can connect. I'll try with a newer python on CentOS 5.

  • Anonymous created ticket #23

    Error connecting to server

  • kamal kamal created ticket #22

    unable to create a change in remedy ver 7.6.04 sp5

  • Ergorion Ergorion posted a comment on ticket #21

    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

  • Ergorion Ergorion modified ticket #21

    the diff of getListFields and output fid in GetListEntryWithFields

  • Anonymous posted a comment on ticket #11

    But I can find these dll like 'arapi7604_build002,arrpc7604_build002,arutl7604_build002. Maybe the 64bit pyars cannot find 32bit remedy dll.

  • Anonymous created ticket #21

    the diff of getListFields and output fid in GetListEntryWithFields

  • Ergorion Ergorion modified ticket #9

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion modified ticket #10

    Could not load ARS libs in Apache

  • Ergorion Ergorion posted a comment on ticket #10

    Typically when you are running e.g. a cgi program from a webserver, it gets a completely...

  • Ergorion Ergorion modified ticket #11

    Could not load ARS shared libraries

  • Ergorion Ergorion posted a comment on ticket #11

    Hi! You are right, the naming has slightly changed (IFIRC). Under Windows, pyARS...

  • Anonymous created ticket #11

    Could not load ARS shared libraries

  • Anonymous created ticket #10

    Could not load ARS libs in Apache

  • Diorgenes Mello Diorgenes Mello created ticket #20

    GetListEntryWithMultiSchemaFields Example.

  • Ergorion Ergorion posted a comment on ticket #9

    Ah, I had forgotten about this... 64bit is currently not supported under Linux. If...

  • Ergorion Ergorion posted a comment on ticket #5

    Dear pyars users! I haven't been working on pyars for the past couple of months,...

  • Ergorion Ergorion modified ticket #9

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion posted a comment on ticket #9

    Hi! From the output, we can see that you are running a 64bit python on a 64bit Linux....

  • Anonymous posted a comment on ticket #9

    Full error description : FATAL ERROR: Could not load ARS shared libraries The current...

  • Anonymous created ticket #9

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion modified ticket #18

    Problem in quering form

  • Ergorion Ergorion posted a comment on ticket #18

    Since I haven't heard back from you, I'm assuming that this issue could get resolved......

  • Ergorion Ergorion modified ticket #19

    How to correctly create ARWorkflowConnectStruct

  • Ergorion Ergorion posted a comment on ticket #19

    I'm glad you could solve this yourself... Have fun! Axel

  • No Name No Name posted a comment on ticket #19

    You can close the topic. I've find the right solution: :::python def createARWorkflowConnectStruct(name):...

  • No Name No Name created ticket #19

    How to correctly create ARWorkflowConnectStruct

  • Ergorion Ergorion modified ticket #18

    Problem in quering form

  • Ergorion Ergorion posted a comment on ticket #18

    Re-hi! If you want GetListEntry to return some fields, you have to provide the call...

  • Anonymous created ticket #18

    Problem in quering form

  • Ergorion Ergorion modified ticket #8

    Error importing cars - assert errors

  • Ergorion Ergorion posted a comment on ticket #8

    Ticket moved from /p/pyars/feature-requests/6/

  • Ergorion Ergorion modified a comment on ticket #5

    This bug should be fixed with pyARS 1.8.2. - status: accepted --> closed

  • Ergorion Ergorion modified ticket #5

    SetActiveLink fails without "order" parameter (e.g. rename active link)

  • Ergorion Ergorion modified ticket #6

    2.7.7 with patch applied results in assert alignment error.

  • Ergorion Ergorion modified a comment on ticket #6

    This was a bug in pyARS 1.8.1 for the 8.0 and 8.1 versions of the ARAPI. It will...

  • pyARS pyARS released /pyars/1.8.2/ReadMe.rst

  • pyARS pyARS released /pyars/1.8.2/pyars-1.8.2.win32.exe

  • pyARS pyARS released /pyars/1.8.2/pyars-1.8.2.zip

  • Ergorion Ergorion posted a comment on ticket #6

    This is a duplicate of another bug Report. Should be fixed in pyARS 1.8.2.

  • Ergorion Ergorion posted a comment on ticket #6

    THis was a bug in pyARS 1.8.1 for the 8.0 and 8.1 Versions of the ARAPI. It will...

  • Anonymous created ticket #6

    Error importing cars - assert errors

  • Ergorion Ergorion posted a comment on ticket #5

    Hi, Oliver! Finally I could double check the 64bit under Windows. a) I also have...

  • Ergorion Ergorion modified ticket #5

    64bit linux support

  • Ergorion Ergorion posted a comment on ticket #5

    Hi, Oscar! Thanx a lot for offering your help. I will gladly take you up on your...

  • Ergorion Ergorion modified ticket #6

    2.7.7 with patch applied results in assert alignment error.

  • Ergorion Ergorion posted a comment on ticket #6

    I'll look into it after my vacation...

  • ojblass ojblass posted a comment on ticket #5

    Hello, I am in need of this and I have profound C knowledge. Please let me know what...

  • Anonymous created ticket #6

    2.7.7 with patch applied results in assert alignment error.

  • Ergorion Ergorion posted a comment on ticket #5

    Why do you think that this is an error? Only if order is not of type c_uint, I would...

  • Ergorion Ergorion modified ticket #5

    SetActiveLink fails without "order" parameter (e.g. rename active link)

  • Anonymous created ticket #5

    SetActiveLink fails without "order" parameter (e.g. rename active link)

  • Ergorion Ergorion modified ticket #4

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion posted a comment on ticket #4

    I haven't heard any complaints about the new release, so I will close this ticke...

  • Bruno Piaui Bruno Piaui posted a comment on ticket #14

    Olá, [pyars:support-reque. Gostaria que você fizesse parte da minha rede do LinkedIn...

  • Ergorion Ergorion modified a comment on ticket #4

    Also, could you please point me to some sample code? Could you be more specific?...

  • Ergorion Ergorion posted a comment on ticket #4

    The new release 1.8.1 can now properly load the new libs.

  • Ergorion Ergorion modified ticket #4

    FATAL ERROR: Could not load ARS shared libraries

  • pyARS pyARS released /pyars/1.8.1/pyars-1.8.1.tar.gz

  • pyARS pyARS released /pyars/1.8.1/pyars-1.8.1.win32.exe

  • pyARS pyARS released /pyars/1.8.1/ReadMe.rst

  • Ergorion Ergorion modified ticket #4

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion posted a comment on ticket #4

    pyARS does not know about API version 8.0 and 8.1 yet, therefore it does not find...

  • Ergorion Ergorion posted a comment on ticket #4

    I'm looking into it...

  • Ergorion Ergorion modified ticket #4

    FATAL ERROR: Could not load ARS shared libraries

  • Anonymous created ticket #4

    FATAL ERROR: Could not load ARS shared libraries

  • Ergorion Ergorion posted a comment on ticket #5

    Hi! I haven't had any request to support this, that's why no progress has been made...

  • Anonymous created ticket #5

    64bit linux support

1
MongoDB Logo MongoDB