Working on Anywhere (7.5.2.0) Work execution app. After adding an item in Actual Materials, it is displaying in the Anywhere list but data not showing in Maximo Asset Management - Actual Materials tab. what is the issue ? How to resolve ?
Please install our latest fixpack 7.5.2.2, there are a few fixes in this area included. It also includes has a transaction logger (under the main Logging screen in the app) where you can watch the transactions that are being sent to and downloaded from the server and help diagnose these issues.
Related
We have several Universal Analytics properties (not GA4) which have been set up over the last few years.
Some older properties were set up as 'Mobile' which is no longer an option, the newer properties were set up as 'Web'.
These are node.js apps where we are tracking custom events server side. We do not send page views for any of these properties, only custom events using the 'https://www.google-analytics.com/collect' measurement protocol endpoint.
This has always worked fine but as of June 16/17 2021, all our 'Web' properties are showing no data in the Behaviour / Audience reports. I can still see the events appearing in the 'Realtime' section, so I know they are still being received by GA.
Here you can see the data for one of the properties feeding through to the realtime dashboard. This data now no longer syncs to the Behaviour/Audience section etc.
Here is the total events for the same app. Displays nothing after June 16/17.
Here is another property which has stable traffic. Exact same thing. This has happened to many properties, all on the same day.
Does anyone have any ideas what is wrong here? Feels like Google have changed something but not informed us. I have already 'sent feedback' on GA and posted on the GA community forum with no replies as of yet.
I was experiencing the same issue with my GA properties. I reached out to GA support & they recommended creating a new view without the spider / bot exclusion filter and now these events are reporting as expected. They also recommended adding user agent strings to existing MP.
Using this video https://www.youtube.com/watch?v=j2Y_GC4Zm54 we are trying to print out the shipments as indicated in the video. This would be a great approximation as it would take us closer to printing documents from a new page we created called "Work Orders" which is the fnal requirement.
I have 2 questions:
In the video there is a customization package called "Devicehubinstalled" that adds the Print Queues and Scale pages. Is this customization available for the community? if so, where could I find it?
In this Help article from Acumatica (https://help.acumatica.com/Main?ScreenId=ShowWiki&pageid=de3b7e31-58f7-4e36-a6ec-d40ac9755037) is described how to configure a USB printer in ther server or workstation. I am currently trying it locally and the request is being sent to the printer and it's being placed in queue but without any results. Has anyone face a similar scenario?
Thanks.
1) There is a section to enable scale integration on the partner portal: https://portal.acumatica.com/downloads/advanced-fulfillment-download/
You have to scroll down to the Configuration area. On this page, you can find customizations for different versions of Acumatica. Starting from 2018R1 the DeviceHub for Printers is included in the core product as a feature and there is a separate customization to activate scales and packaging there.
2) The issue can be that the labels printer is not shared. Please check this and change the shared name on the batch file, if needed. You can also have a look at the article about labels printing configuration here: https://www.acumatica.com/blog/technical-tuesday-printing-shipping-labels-using-acumatica/
I just finished installing, building and deploying Maximo Anywhere 7.6 apps in a guest VM (Win2012).
When I did the preview of work execution app (from the operations console), it lets me login and lists the work orders. But when I click/tap a work order, the work order detail screen is shown but the entire workorder detail screen is disabled/frozen.
In Maximo 7.6: The user (miller) does have a labor record, it also has read/write access to the WOTRACK app and is part of ANYWHERE_TECHNICAN security group. It also has the access to the SITE of the workorder (via another security gorup).
Have a look at the screen shot : work order detail screen - frozen/disabled
Any answers/pointers is appreciated.
Thank you
I tried with Firefox and it works !!
When reviewing issue further, I have found out below solution:
Log in to CRM as an administrator.
Go to Settings > Administration.
Click System Settings.
On the “Customizations” tab, uncheck Load pages in the most recent version of Internet Explorer.
Even this one is not working for me.
I am getting below error in page load event in IE not the chrome or Firefox
SCRIPT5: Access is denied.
PageLoader.js, line 1 character 1226
I am stuck with as my production release on Monday. Any help is highly appreciated.
After Long two days investigation I have found out the reason for the issue. We had previous rollup activity feed solution. After importing the new version of Activity feeds this hectic issue was sorted out.
Activity feed new solution is available with rollup up package.it can be found by exacting the rollup package. Previously this was available in Microsoft Dynamic market place.
Do you use any script that have fixed url?
Seems similar issue with:
Grey ribbon on Account form in IE "SCRIPT5: Access is denied." in PageLoader.js
And try IIS Reset might help clearing cached content.
I have deployed an SSRS 2008 R2 project into our SharePoint Integration. This worked no problem. I then wanted to add report parts. I converted the DataSource and DataSets to Shared Components and re-deployed. No problem. I then selected the parts that I wanted to publish. Now when I deploy the project I get the error message:
Warning : Referenced item ReportsTo doesn't exist at http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Datasets/ReportsTo.rsds.
The item ReportsTo is a part that is trying to get published. This has me a little confused. I was under the impression that the rsds file type is soley for DataSources. Given that the path that is in the error is Datasets should it not be looking for a DataSet file?
Any help in resolving this to get the parts published would be greatly appreciated.
I am working in BIDS 2008 R2 not Report Builder
UPDATE:.. After Reviewing the Logs on the Reporting Server I noticed this.
GetPropertiesAction(http://dev-sp01/sites/ThriveReporting/http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Report Parts/TeamUtilizationOverWeeks_Chart.rsc, PathBased).
It looks like it is trying to merge the Site name with the Fully Qualified Path to the Reports Parts. In BIDS I've tried to change the Report Parts path in the deployment properties to the relative path to the Site Name provided, but it errors out and requests the Fully Qualified path. It would seem that this might be a bug.
So to Recap
When trying to Publish Report Parts
1) Bids Gives me the Warning:
Warning : Referenced item ReportsTo doesn't exist at 'http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Datasets/ReportsTo.rsds.'
Where ReportsTo is a Shared Dataset, so I beleive this should be looking for an rsd extention. In the Log there is a corresponding action for this but not error
Warning : Referenced item ReportsTo doesn't exist at 'http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Datasets/ReportsTo.rsds.'
GetItemTypeAction(http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Datasets/ReportsTo.rsds).
2) Reporting Services does not appear to be creating a path correctly to access a Report Part during deployment.
GetPropertiesAction(http://dev-sp01/sites/CompanyName/http://dev-sp01/sites/CompanyName/Shared Documents/Reporting/Report Parts/TeamUtilizationOverWeeks_Chart.rsc, PathBased).
From Microsoft, I am submitting Feedback now.
Hi Matt,
I can reproduce the issue. It seems to be a known issue.
I would suggest you submitting a feedback at https://connect.microsoft.com/sqlserver.
Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
Thanks,
Jin Chen
Jin Chen - MSFT
UPDATE:
Please go to this link and vote this issue as important so that it will get looked at sooner.