magmi Image processor remote import issue - magmi

magmi image processor imports remote images, even if they don't exist!
In the following example, image-03.jpg does not exist on the remote server. But the image processor, creates a blank record under Product Information > Images. It imports image.jpg, image-01.jpg, image-02.jpg and creates (assigns) a 4th blank record.
I don't think it makes any difference, but I am using Bundle Item processor v1.1 as well.
csv file record sample:
image,small_image,thumbnail,media_gallery
+http://domainDOTcom/images/image.jpg,http://domainDOTcom/images/image.jpg,http://domainDOTcom/images/image.jpg,http://domainDOTcom/images/image-01.jpg;http://domainDOTcom/images/image-02.jpg;http://domainDOTcom/images/image-03.jpg

Related

Service Now master-detail extract

My users have dashboards in SNOW that shows specific types of RITM.
They need to extract the RITM data alongside with their tasks.
A master-detail view export where the master gets repeated for each detail.
Currently, they manually open one RITM, create a word file, copy RITM content and the content of each task to the file and format it.
Is there a way to export all RITMs, matching criterias, extract its contents and its tasks to an Excel or CSV file or web service calls or a PowerApps connector ? We do have a Mid Server that we could use.
Any advice on how I could automate this extraction of data and building of the word file ?

Meteor , read an image stored on server outside public folder

i can't resolve image file's path on my server from my meteor app to use it as a source of my image tag , also i don't want to put it in public folder as it refreshes due to meteor watching with every image upload.
For this you can use Meteor-files. This packages allow you to insert file in your database. also you can work another thing with this packages

Using dynamically generated pages in Rainmeter Webparser

I am trying to make a Rainmeter plugin to download the daily image from http://miniature-calendar.com/
When I give the daily site statically, it downloads and displays the image, however if I try to get the daily site by using variables, it fails and does not download anymore.
The code I am using now:
[Rainmeter]
Update=1000
[MyMeter1]
Measure=Time
Format=%y%m%d
[MeasureImage]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=120000
MeasureName=MyMeter1
DynamicVariables=1
Url=http://miniature-calendar.com/%1/
RegExp=(?siU)<div class="post-body">\s*<p><img src="(.*)" alt="" title="(.*)"
StringIndex=1
Download=1
DownloadFile=daily.jpg
This way the About tab says that WebParser has an empty Url and does not download the image. However if I say Url=http://miniature-calendar.com/160113/ then it downloads the appropriate image.
What should I change to make it working?

Using PDI transformation in Pentaho BI server as data source for report parameters

Any advice on how to use PDI transformation as data source for report parameters in BI server's console?
I've uploaded the prpt reports to BI server but the I get a message "Error parsing parameter information". The .prpt and .ktr files are both in the same directory.
Actually, just realized that the issue could be solved by adding Transformation (KTR) as a resource. In this case, one can use the File-Resources menu selection. In the dialog select the transformation you wish to import and pick text/xml format. Give the resource a name and save it. You must save your PRPT file again (File-Save).
The caveat here is that transformation should be in the same folder as PRPT file. Then in the data sources, don't select transformation via folder path, but use the name of the resource that was assigned during the previous step (there is no drop down menu for looking thorough the files). You have to know exact name of the resource in order to do so.
Check the logs carefully. I suspect it's not finding the KTR. When you select the KTR in the prpt it usually (annoyingly) saves the whole path, so it's probably the full path to the ktr as defined on your dev box.
This does work, so do persevere!

Embed external image links in node fields, without downloading them to own site?

In Drupal 7;
I want to show external images in my nodes by giving its link as "http://www.example.com/aa.jpg"
I don't want them to download to my site
I will make it by the fields
Is there a module for Drupal 7 doing this?
Thank you.
In short...yes!
You can install the Media module along with Remote Stream Wrapper module.
When you add your new image field, choose the 'Media file selector' widget. This:
Provides the ability to use external files with file fields without saving the files to your local files directory. Also provides a 'Remote URL' browser plugin.
A further look at the module page for Remote Stream Wrapper says it does this:
By default the module adds support for any URL using http://, https://, or feed://
Which i think is exactly what you're after.
I'd also recommend installing the Media Browser Plus module which provides a better browser for when your users are picking images.
In Drupal 7 you already have Imagecache as a core module. All you have to do is to install Imagecache External. This is an utility module to allow you to use imagecache(D6)/image derivatives (D7) with external images.
After enabling the module, set the following permissions:
View external images
Fetch external images
Configuration
The module's default configuration is very restrictive.
Excluding admin user or users with the 'Bypass black/white list' permission - the default configuration of the module is to deny all requests to fetch external images.
So to get the module to work, you need to visit admin/settings/imagecache_external and either:
Add some domains to the whitelist -or-
Switch the mode of operation from whitelist to blacklist
I hope this helps.
When I follow this procedure I get this error on Remote URL locally
Warning: Invalid argument supplied for foreach() in element_children() (line 6517 of C:\Drupal Sites\BajaInsider\includes\common.inc).
Warning: Illegal string offset '#children' in drupal_render() (line 5982 of C:\Drupal Sites\BajaInsider\includes\common.inc).
and a dozen other illegal calls for the same variable... Using a NEX theme template as a core. Drupal 7.36, all up to date, no mods to core, testing locally.

Resources