cancel
Showing results for 
Search instead for 
Did you mean: 

Push operation in Agentry

Former Member
0 Kudos

Hi ,

I am trying to implement push functionality in Agentry . I included queries to execute on polling interval and these queries are updating corresponding exchange tables with respective action flag. However I am not able to see any pop up telling new workorder is added in ATE. In order to make this work is there any configurations I need to change in agentry/server/maximo. Please guide me through.

Technical details: SMP Server version SP05 having Maximo as backend(SQL server)

Regards,

Ashish

Message was edited by: Michael Appleby

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Guys,

Please post any link which refers push operation with Maximo as backend. I made configurations as described in document "Introduction to agentry development".

Regards,

Ashish

Former Member
0 Kudos

I know the maximo application didn't have push out of the box, so the whole thing would have to build from scratch.

I would recommend going to MOB300 corse as it is builds an Agentry Application with SQL backend, and has a part on push.

Former Member
0 Kudos

Hi Stephen,

Thanks for your fast reply but I think this is a paid course. Any link which can I access in internet?

Former Member
0 Kudos

The scripts you are running, are you using "Once time" or "Once Per User"?  If you user "once time" then each row needs to return the "UserID" field so the server knows what user to push it to.

Former Member
0 Kudos

Hi Stephen,

I gave it as "run once per user" for push retrieval steps. Still iam not getting the popup.Any other reason?

Former Member
0 Kudos

1) You need to make sure the user is connected to the server.

- The client doesn't connect after an initial transmit

- The transmit configuration that is selected needs to have "Stay Connected to Server" Enabled

2) Look at the Backend-SQL.n.log file to pull the script out of the file.  Then run this file onto the database server to see any row is returned.

Former Member
0 Kudos
Former Member
0 Kudos

Hi stephen,

when I execute the query in sql server it is returning data and user is connected to server showing "server may push data" in ATE logs.