2014 Jul 28 9:49 AM
Hi,
In my code I'm getting the url of an image by using the function:
CALL FUNCTION 'CVAPI_DOC_VIEW'
EXPORTING
PF_DOKAR = it_objectlinks-documenttype
PF_DOKNR = it_objectlinks-documentnumber
PF_DOKVR = it_objectlinks-documentversion
PF_DOKTL = it_objectlinks-documentpart
PF_HOSTNAME = 'DEFAULT'
PF_APPL_START = ' '
PF_GET_URL = 'X'
IMPORTING
PFX_URL = lv_url
EXCEPTIONS
ERROR = 1
NOT_FOUND = 2
NO_AUTH = 3
NO_ORIGINAL = 4
OTHERS = 5.
On Development side I'm getting the correct url.
http://sapdcs.brussel.be.x.com:1090/ContentServer/ContentServer.dll?get&pVersion=0046&contRep=ZD&;docId=53655548314D14C0E10080000A0A0748&compId=productx.jpg
On Quality side I'm getting the wrong url.
http://sapdcs.brussel.be.x.com:1090/ContentServer/ContentServer.dll?get&pVersion=0046&contRep=ZQ&doc...
The contRep and compId are correct. I'm not able to check the docId.
Is this a possible problem or do I call the wrong content server or is this server wrong configured, no idea!
Any help?
Regards
2014 Jul 28 9:57 AM
Hi,
do you have found the document in the TOA01 table ?
did you check the content server is UP and running ?
regards
Fred
2014 Jul 28 10:18 AM
* I didn't found the documents in the TOA01 but neither on Development, where the link is working
* The server is running
2014 Jul 28 10:22 AM
2014 Jul 28 10:34 AM
2014 Jul 28 10:43 AM
2014 Jul 28 10:46 AM
What is this program doing because I'm not the owner of the server
2014 Jul 28 11:07 AM
This program only test if the server is OK
test creation, modificaiton, suppression
this program is a basic test to check if you content server repository is OK or not
2014 Jul 28 11:31 AM