Jump to content

Image from URL error


Recommended Posts

Hi,

 

I have a very simple application I am trying to use on our server calling an image from a URL. It works without issue on desktop but when I move it to the server I am getting the following error:

 

Composing record #1, input record 1

Graphic is not found or is not processed properly: C:\WINDOWS\TEMP\Fus938.tmp

Check for file existence and that it is of the proper format.

Graphic is not found or is not processed properly: C:\WINDOWS\TEMP\Fus938.tmp.

Check for file existence and that it is of the proper format.

 

To test I shortned the path, changed to another image and still no luck. The image does exist and I was able to confirm that the image path is being passed correctly during composition.

 

This is the rule I have setup:

 

var website = "http://www.mydomain.com/Merchant5/s01/attr_uploads/";

 

return CreateResource(website + Field("attribute2"));

 

 

This is the data I was able to get working in desktop but not on server:

attribute1|attribute2

Test Text|tesimage.jpg

 

Thanks in advance,

Mike

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...