‎2009 Jul 22 6:20 PM
Hi,
I'm facing some problems with SAP Connect I'll apreciate if someone that have already had the same problem knows the reason.
I have a program that sends a mail with an attached PDF document by mail. The program is in development system and quality system. In both systems the mail is send, but in one system the attached PDF is OK, and in the other system the attached PDF cannot be opened. I've checked that when seeing the mail in SOST in the system where we cannot see the attached PDF, it is already with a corrupted format.
So, as the program is the same, I believe the reason of the attached is corrupted in only one system is caused by any administration task.
Does anyone have any idea of what may be causing this problem ?
Please note in SCOT the configuration is equal in both systems.
Thanks in advance,
Paulo Sousa
‎2009 Jul 22 6:25 PM
Hi,
Please note in the system where I have problems the mail appears as created and changed by my user. In the system where
everithing is OK it appears only as created ( not modified )
Kind regards,
Paulo Sousa
‎2009 Jul 22 6:57 PM
For checking this is because of some config.go to transaction code SBWP (sap office) and create new mail with PDF attachment and send to external id and check wihether you are receiving the mail properly.
If this also not getting properly then it will be something in the SCOT config issue
a®
‎2009 Jul 23 3:33 PM
Hi,
I've created an document with a PDF attach in workplace ( in the system where I have the problem ) and for that document the attach is OK.
So as you0ve said it should not be a problem of SCOT. Do you have any other idea of what may be happening ?
Thanks,
Paulo Sousa
‎2009 Jul 23 3:42 PM
As you said it may issue with code.
We have several testing programs to check this.
I think your version is ECC
Check & try these
BCS_TEST05
BCS_EXAMPLE_5
BCS_EXAMPLE_6
a®
‎2009 Jul 23 4:04 PM
Hi,
Yes, I have ECC 6.00
I've tried with BCS_EXAMPLE_6 and it worked fine.
what I don't understand is why the same program works in quality system and does not work in development system.
thanks,
Paulo Sousa
‎2009 Jul 23 4:10 PM
As this is custom program you need to debug very closely or change the logic from BCS_EXAMPLE_6 to your custom program
a®