Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RSTXLDMC Having Problems

Former Member
0 Likes
1,844

Hi All,

I am trying to Upload a TIFF image using RSTXLDMC Program. I am successfully able to do that but the final report says that "No Baseline TIFF 6.0 File"

Please see the below report:

Upload TIFF files to SAPscript texts 1

Load file

c:\33431_Signatur_3200_new_akt.TIF

The file contains 588.284 bytes

This is a TIFF file with INTEL byte order

First IFD offset: 587.906

Reading IFD from offset 587.906 Number of tags 31

ImageWidth: 1.669

ImageLength: 1.029

BitsPerSample levels: 3

BitsPerSample - level 1: 8

BitsPerSample - level 2: 8

BitsPerSample - level 3: 8

Compression: 5

Photometric interpretation: 2

Number of StripOffsets: 515

SamplesPerPixel: 3

RowsPerStrip: 2

Number of StripByteCounts: 515

XResolution: 96 / 1

YResolution: 96 / 1

ResolutionUnit: 2

TIFF format error: No baseline TIFF 6.0 file

Could you please tell me where the problem and how to proceed further.

Thanks in Advance,

Joseph.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,547

Pls check if there are any declarations u had missed out for images

13 REPLIES 13
Read only

Former Member
0 Likes
1,548

Pls check if there are any declarations u had missed out for images

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,547

I've had the same problem in the past. There is a trick to it. I'll get back to you.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,547

while using RSTXLDMC u have to pass filename. Along with this u also need to pass Type, Textname, textid, textlang, linewidth etc...

may be ur missing some data in the selection screen. Might be in the TIFF section of selection screen u need to specify the X & Y positions due to which the tif image can load into system.

Pl. award points if it is useful.

Read only

Former Member
0 Likes
1,547

Hi Joseph,

which version you are using.You can go to se78 and upload the file using bmp format.

Regards

Sirish

Read only

Former Member
0 Likes
1,547

I think you are changing the image size and converting to tiff. with out doing that directly convert and upload ..and check ..

you can change the resolution while using,...

check it..

it works...

vijay

Read only

Former Member
0 Likes
1,547

Definitely you are tampering the original size, don't do that, directly upload it. it will work for you...

vijay

Read only

0 Likes
1,547

Here ya go.

Right click your .bmp file and choose open with, choose program, select Microsoft Photo Editor. Now Click FILE, save as, now save it as a TIF file. Now upload this TIF file using the program. That's it.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,547

please try that and let me know...

regards

vijay

Read only

Former Member
0 Likes
1,547

Hi Joseph,

is it working....or still some problem..

Regards

vijay

Message was edited by: Vijay Babu Dudla

Read only

Former Member
0 Likes
1,547

Hi,

You need to have Photo editor installed in your system.If you save the bmp as tiff and try uploading it doesnot get uploaded.So Photoeditor or any equivalent software is needed to be saved as tiff.

Cheers,

Saraswathi.

Read only

0 Likes
1,547

Joe, is your problem solved? Please remember to award points for helpful answers and mark you post as solved when solved completely. Thanks.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,547

Hi ,

Open your .bmp file in Micarosoft Imazing(photo editor).

View and set the Zoom to 100%.

Then save as .tiff file and upload with RXTXLDMC

Read only

Former Member
0 Likes
1,547

The keyword here is Baseline 6.0 TIFF file.

In the past we had this problem and I did use Microsoft photo editor (I guess MPE has baseline 6.0 encoding).

In Office 2003, it is called Microsoft Office Picture Manager. In this, use the Export feature to convert to TIFF. "File->Save As" does not work in this version.

There are other image editing softwares out there that do have multiple TIFF encoding options (I did see it before).

Check if your company has a graphics division and see if they can get you the file in baseline 6.0 encoding. IF they create the file directly in TIFF with the encoding you want, then that would be the best resolution image to use.