Page 2 of 2 < 1 2
Topic Options
Rate This Topic
#138215 - 06/29/07 07:06 AM Re: pushing values from another application to rem [Re: Shark_7-11]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
I think they refer to this COM object in the ARS C-API-Ref documents. They use to in version 5
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top
#138216 - 06/29/07 08:35 AM Re: pushing values from another application to rem [Re: Shark_7-11]
Pat2007 Offline
Stealth Member

Registered: 04/26/07
Posts: 15
Its opening a new session for ARQuery and ARSubmit with the following error after opening the session -

'Run-time Error 438'
'Object Does not support this property or method'

but its not working for ARModify at all
when i use the following
objARSession.OpenFormresult = objARSession.OpenForm(sessionID, "server", "testForm", ARModify, 1)

please help.

Top
#138218 - 06/29/07 09:32 AM Re: pushing values from another application to rem [Re: Pat2007]
Pat2007 Offline
Stealth Member

Registered: 04/26/07
Posts: 15
hi
i got some information from the C-API guide. but stuck in this point -

Set App = GetObject("C:\Program Files\AR System\User\Remedy User-ServName", "Remedy.User")

i using this syntax,
it's giving me 'File or class can not find' error.

can you please help with the syntax?
ServerName => ServName

Top
#138224 - 07/01/07 07:36 AM Re: pushing values from another application to rem [Re: Pat2007]
Pat2007 Offline
Stealth Member

Registered: 04/26/07
Posts: 15

thanks for your help.everything is working fine when i launch a new aruser.
All i want is to connect to an already running instance..
i've tried with the following combination but nothing worked out. Everytime i'm getting -

Run Time Error '432'

'File or class name not found during automation'


1) Set App = GetObject("C:\Program Files\AR System\User\aruserServName","Remedy.User")

2) Set App = GetObject("C:\Program Files\AR System\User\aruser-ServName","Remedy.User")

3) Set App = GetObject("C:\Program Files\AR System\User\aruser.exe-ServName","Remedy.User")

4) Set App = GetObject("C:\Program Files\AR System\User\aruser.exeServName","Remedy.User")

5) Set App = GetObject("C:\Program Files\AR System\User\Remedy UserServName","Remedy.User")

6) Set App = GetObject("C:\Program Files\AR System\User\Remedy User-ServName","Remedy.User")

7) Set App = GetObject("C:\Program Files\AR System\User\Remedy User - testForm (New)ServName","Remedy.User") [when testForm was open in new mode in the already running aruser instance]

8) Set App = GetObject("C:\Program Files\AR System\User\Remedy User - testForm (New)-ServName","Remedy.User")


please help. thanks in advance

Top
#138232 - 07/02/07 09:58 AM Re: pushing values from another application to rem [Re: Pat2007]
Pat2007 Offline
Stealth Member

Registered: 04/26/07
Posts: 15
Can anybody help me on this?

Top
Page 2 of 2 < 1 2