Search found 130 matches

by bondicoffee
Sun Jun 27, 2021 10:12 pm
Forum: General discussion and questions about Aware IM
Topic: Playing with the new "SET PROGRESS action"
Replies: 8
Views: 3747

Re: Playing with the new "SET PROGRESS action"

Hi,


I attempted to add a string message on the set progress keyword. It's giving an error while executing stating it needs a percentage.

Is there a way how to fix this?

Thanks!
by bondicoffee
Mon Jun 21, 2021 1:43 am
Forum: General discussion and questions about Aware IM
Topic: Server update removing custom themes
Replies: 8
Views: 5863

Re: Server update removing custom themes

Thank you support and AwareIM devs for your replies. If AwareIm updates build files automatically that would be great! Currently, we are placing custom themes at AwareIM\Tomcat\webapps\AwareIM\KendoUI\styles directory. I will try moving them to AwareIM/Tomcat/webapps/AwareIM/aware_kendo/Custom direc...
by bondicoffee
Sat Jun 19, 2021 7:45 pm
Forum: General discussion and questions about Aware IM
Topic: Server update removing custom themes
Replies: 8
Views: 5863

Server update removing custom themes

Hi,

Can you let me know how to avoid custom themes being deleted after Awareim server updates ?

Thanks!
by bondicoffee
Sun Jun 13, 2021 7:41 pm
Forum: General discussion and questions about Aware IM
Topic: Can I update jakarta-poi-1.5.1 at AwareIm/lib directory?
Replies: 1
Views: 1173

Can I update jakarta-poi-1.5.1 at AwareIm/lib directory?

Hi, I am in process of writing a plugin to process an Xlsx file. Current Jakarta-poi.jar placed at AwareIm/lib directory is an older version. Can I replace this with the latest version of poi.jar? Will it affect jasper reports? If Yes, Can this be updated at AwareIm setup as this will help in managi...
by bondicoffee
Wed Apr 28, 2021 7:38 pm
Forum: General discussion and questions about Aware IM
Topic: Help needed with testing of SOAP web services in 8.6
Replies: 2
Views: 2278

Re: Help needed with testing of SOAP web services in 8.6

Hi, Could you elaborate on which version of axis2 will be added ? I believe on each request, the client generates the temp files to set a context and thus leading to the disk space problem on the server. Following is the link for reference as this seems to be a common problem. https://stackoverflow....
by bondicoffee
Thu Aug 20, 2020 11:25 pm
Forum: General discussion and questions about Aware IM
Topic: timestamp - How to calculate based on user's timezone?
Replies: 12
Views: 11682

Re: timestamp - How to calculate based on user's timezone?

Thank you for confirming. I could not find this function in documentation.

Is the time format field case insensitive ? For example, forNZST,GMT,Zulu could you describe what should be the format ? Does it also consider day light saving changes ?

Thanks.
by bondicoffee
Thu Aug 20, 2020 10:07 pm
Forum: General discussion and questions about Aware IM
Topic: timestamp - How to calculate based on user's timezone?
Replies: 12
Views: 11682

Re: timestamp - How to calculate based on user's timezone?

Hi,

Is TO_TIMEZONE() function implemented in awareIM?


Thanks!
by bondicoffee
Wed Mar 11, 2020 11:17 pm
Forum: General discussion and questions about Aware IM
Topic: How to disable Configurator exceptions?
Replies: 0
Views: 7072

How to disable Configurator exceptions?

On discovering soap web service, AwareIM is creating BO successfully. However, On pushing BSV to Test mode, I am getting an exception on the configurator . Following is the error : server encountered an exception Error creating data base tables (conn=152) Identifier name '_PNR_REPLY_DATAELEMENTSMAST...
by bondicoffee
Wed Feb 19, 2020 1:23 am
Forum: General discussion and questions about Aware IM
Topic: Function Export Document UserDefDoc does not process tags
Replies: 0
Views: 6427

Function Export Document UserDefDoc does not process tags

Hi, I have a UserDefDoc that holds tags for a BO. When I use command 'Display Document UserDefDoc.UDD_Template' document is generated on browser and tags are processed. On changing the command to Export Document UserDefDoc.UDD_Template to Folder 'xyz' , the template is exported to folder location wi...
by bondicoffee
Wed Dec 11, 2019 7:02 pm
Forum: General discussion and questions about Aware IM
Topic: How to handle array of values for a field in REST API resp?
Replies: 6
Views: 8280

Re: How to handle array of values for a field in REST API re

Thank you Bob for looking into the response sample closely and pointing to missed '}'. With regard to your question on the AwareIm version, I am using v8.4 Build 2709. I will try updating Awareim and verify if this works. Thanks :) Is there a way in Awareim to collect whole JSON data in one attribut...
by bondicoffee
Wed Dec 11, 2019 2:05 am
Forum: General discussion and questions about Aware IM
Topic: How to handle array of values for a field in REST API resp?
Replies: 6
Views: 8280

How to handle array of values for a field in REST API resp?

Following is the response recieved from a REST service in JSON Format. { "data": [ { "fieldname" : ["value1","value2"] } ] } Following is my implementation for the above response : 1) Created BO_child with an attribute called "fieldname" of type Plain text. 2) Created BO_parent with "data" as its at...
by bondicoffee
Tue Nov 19, 2019 11:22 pm
Forum: Problem reports
Topic: Sending Content- Type: application/x-www-form-urlencoded
Replies: 2
Views: 5943

Sending Content- Type: application/x-www-form-urlencoded

I am making a REST api Post call using an intelligent Business object. The receiving side can only accept Content- Type: application/x-www-form-urlencoded AwareIM 8.3 does not have this content type in its drop down list. https://puu.sh/EGwaD/1fbbb5e85e.png Previously this was not a problem as I cou...
by bondicoffee
Thu Oct 03, 2019 1:58 am
Forum: General discussion and questions about Aware IM
Topic: Default Icons missing after upgrading Aware Im version 8.3
Replies: 4
Views: 5463

Default Icons missing after upgrading Aware Im version 8.3

Thank you Mark for sharing the workarounds to fix image issue.

On exporting bsv to xml and then reimporting xml to bsv fixed all the icons for me.I had to fix some comilations errors before importing to business space which fixed the issue.
by bondicoffee
Thu Oct 03, 2019 12:26 am
Forum: General discussion and questions about Aware IM
Topic: Default Icons missing after upgrading Aware Im version 8.3
Replies: 4
Views: 5463

Re: Default Icons missing after upgrading Aware Im version 8

Thank you, Mark, for informing me of the amendments required. I have a question though, Is it possible to simply copy the CSS file from the old version to the new version as our objective is to make application look operable for the end-user? If yes, is this the same aware.css file that can be repla...