Re: Question: How to check in content with WebService

Hi,
I am trying to check-in using 'SOAP with Attachments', and am getting this error message
"Content item 'SoapUpload4' was not successfully checked in. The content item must have a primary file"...
In the soap request i am using
<idc:file name="primaryFile" href="c:/temp/test.txt"></idc:file>
if i send content through 'filecontent', i am able to check-in successfully.
But my requirement is to send a file as an attachment toCHECKIN_UNIVERSAL as the file i have to send is huge.
did any one came across this problem?

This is exactly the same issue I am seeing when I try to use SOAP with attachments(CHECKIN_UNIVERSAL) to check-in an item to the content server.
Did you find any solution for this? Please share.

Similar Messages

  • Can I insert pretest questions as knowledge checks between content slides and before a graded quiz without affecting the scoring of the graded quiz? Help documentation states that they should be used before a course begins.

    Can I insert pretest questions as knowledge checks between content slides and before a graded quiz without affecting the scoring of the graded quiz? Help documentation states that they should be used before a course begins.
    If I use both pretest questions and graded questions, can I also include remedial with return to quiz for both?

    Sorry, but I gave two workarounds: my preference is custom question slides, but you can also have questions slides where you do not add the score to the Total score. They will not be reported to the LMS and can act as Knowledge slides. Only some quizzing system variables can count all question slides, including the Knowledge slides, but the core variables (score, maximum score, percentage) will be correct. Here some links to my blog, that could help you:
    System variables in Captivate 8 - Captivate blog
    Intermediate Score Slides - Captivate blog
    That each SCORM module can have only one quiz is a SCORM requirement, not a a Captivate specific feature. Camtasia is bit difficult to compare, it is not a fully blown authoring tool although the best video screen capture tool around (video is non interactive by definition). I don't use Storyline, but cannot imagine that they shouldn't create SCORM-compliant files.

  • How do i share content with my family without becoming responsible for payment of everybody's purchases? with familysharing i mean, not home sharing

    how do i share content with my family without becoming responsible for payment of everybody's purchases?
    with familysharing i mean, not home sharing
    i have set up a familyshare for my parents and 3 siblings, all mid twenties. everybody is used to paying their own way. how do i make that continue to be the case and still keep the sharing facility open?
    e.g I don't want to pay for my sisters' music purchases - half of it i don't like - but would like access to it now and then.

    -> Home Sharing is different than logging into the iTunes store.
    You enable Home Sharing using one AppleID. Doesn't matter which you use but all devices must use the same AppleID for Home Sharing.

  • How to Check ADI Version With Patch Number?

    how to Check ADI Version With Patch Number?

    Hi,
    To find-out the version of 'Web ADI' , there are two methods
    Method : 1
    +. Login to Oracle E-business Suite and using 'Web ADI' , create a Document.
    +. When Excel is launched with the created Document, a Menu is created on the Toolbar in Excel called Oracle (in between Data and Window).
    +. From the Oracle menu select "About". A pop up window is displayed with the version of 'Web ADI' (something like 8.x.x.x)
    Method : 2
    +. Login into E-business Suite as System Administrator
    +. Once the Home Page is up, paste the URL below into the same Browser window (replace hostname,domain and portnumber as applicable)
    BNE ADMIN Servlet for 11i
    http://hostname:portnumber/oa_servlets/oracle.apps.bne.framework.BneAdminServlet
    BNE ADMIN Servlet for 12
    http://hostname:portnumber/OA_HTML/BneAdminServlet
    Cheers
    Ajikumar G
    http://oracleajidba.blogspot.com/
    Edited by: Ajikumar G on May 11, 2010 2:19 PM

  • How to connect excelsius dashboard with webservice

    Hello Experts,
    how to connect excelsius dashboard with webservice for query. Can any one tell me step by step?
    Thanks

    please check this
    unable to use web services
    good luck

  • How to check the contents of MCVBAK table?

    Hi all of you,
    I am using MCVBAK table for extraction using LIS.  The problem I am facing is when I am running the init load in BW for my IS S511, it is successfully running but in the monitor screens it says only 1 from 1 record. I thought that there are no records in the table MCVBAK so I wanted to make sure if there are really no records in MCVBAK table.  
    So I went to R/3 gave the T.C SE11 and entered the table MCVBAK to check its contents.  But in the MCVBAK table what I find is the graphics button and contents button are invisible.  My question is
         How to find the contents of the table MCVBAK?
    Please help. 
    Thank you,
    Tristan.

    Hi TR,
    Yah, you need to check VBAK Table at SE11, Things that start with "MC...." are usually structures. Anther point, I want to mention is, When you schedule as Init load at the BW side, the system will get the data from S511 table(which is Information Structure table). So, you have do statistical setup first (at eg for sales Tcode is oli7) which will copy the records from VBAK table to your Information Structure (i.e S511).Only then, you can perform Init Load. Hope this Info help!
    Regards,
    Vj

  • How to check the contents of Control file, Log file & Parameter file

    Can anybody help me how i can check the contents of Control file, Log file & Parameter file.
    Arif

    OK ...
    Parameter file:
    It will normally be in the $ORACLE_HOME/dbs directopry. It could be aan init{sid}.ora or a spfile{sid}.ora ... do not edit an SPFILE as yu could corrupt it.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#sthref434
    If it's an init{sid}.ora, use any editor to see the actual content.
    If it's a spfile{sid}.ora, use one of V$PARAMETER, V$PARAMETER2, V$SYSTEM_PARAMETER, V$SYSTEM_PARAMETER2 as aappropriate (read the Reference manual to get an idea about when each is appropriate)
    Control File:
    You should not edit a control file. It consists of many areas, as described here http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/physical.htm#i10135 and each are is interrogated by V$views as given in the reference manual. The following V$views all deal with some aspect of the control file or provide info about the control files or the contents of control files:
    V$ARCHIVE_DEST
    V$ARCHIVED_LOG
    V$BACKUP_ARCHIVELOG_DETAILS
    V$BACKUP_CONTROLFILE_DETAILS
    V$BACKUP_CONTROLFILE_SUMMARY
    V$BACKUP_COPY_DETAILS
    V$BACKUP_COPY_SUMMARY
    V$BACKUP_CORRUPTION
    V$BACKUP_DATAFILE
    V$BACKUP_DATAFILE_DETAILS
    V$BACKUP_FILES
    V$BACKUP_PIECE
    V$BACKUP_REDOLOG
    V$BACKUP_SET
    V$BACKUP_SET_DETAILS
    V$BACKUP_SPFILE
    V$CONTROLFILE
    V$CONTROLFILE_RECORD_SECTION
    V$COPY_CORRUPTION
    V$DATABASE
    V$DATABASE_INCARNATION
    V$DATAFILE
    V$DATAFILE_COPY
    V$DATAFILE_HEADER
    V$DELETED_OBJECT
    V$LOCK
    V$LOG
    V$LOG_HISTORY
    V$LOGHIST
    V$OBSOLETE_BACKUP_FILES
    V$OFFLINE_RANGE
    V$PROXY_COPY_DETAILS
    V$PROXY_COPY_SUMMARY
    V$PROXY_DATAFILE
    V$RMAN_BACKUP_JOB_DETAILS
    V$RMAN_BACKUP_SUBJOB_DETAILS
    V$RMAN_CONFIGURATION
    V$SESSION
    V$TABLESPACE
    V$THREAD
    V$UNUSABLE_BACKUPFILE_DETAILS
    3) Log Files
    The contents of the log files are viewed using LogMiner - read Chapter 11 of the Oracle Utilities manual

  • How to check the content of cluster table smw3_bdoc1(00)

    Hi!
    I want to check the business partner changes sending via bdoc from crm to sap.
    For this i want to look into the bdocs.
    I think it's the cluster-table smw3_bdoc1.
    'Cause i don't know which is the name of the structure in the clustd-field i use:
    data: dirtab type table of cdir,
          wa_dirtab like line of dirtab.
    import directory into dirtab from database
                                      smw3_bdoc1(00)
                                      id '49600667F6980046E1008002AC18C6E5'.
    if sy-subrc = 0.
      write  / 'Directory:'.
      loop at dirtab into wa_dirtab.
        write: / wa_dirtab-name,  wa_dirtab-otype, wa_dirtab-ftype,
                 wa_dirtab-tfill, wa_dirtab-fleng.
      endloop.
    else.
      write 'Not found'.
    endif.
    So i've found the directory object "BDOC_BODY".
    Now i want to read the content with:
    data:   iclust type string.
    loop at itbdocid.
         IMPORT BDOC_BODY = iclust FROM DATABASE smw3_bdoc1(00)
                                        ID itbdocid-bdoc_id.
    endloop.
    An error message raises with...
    "error importing the object BDOC_BODY"
    The dump tells me that object types of BDOC_BODY and iclust doesn't match.
    I've changed the field iclust to type xstring... but it's the same error.
    If somebody here can help... Thanks a lot!
    Cheers, Ingo

    Hi,
    Thanks, I can see the data now.I am expecting that data should display in the 2LIS_VDKON extractor.There are two records for particular condition type.Item 10 and Item 20, but in RSA3, it is showing only one record for Item 20 and not showing for Item 10.
    I have cleaned and filled the setup tables, but still no luck.
    Can you please guide me, where else to look?
    Thanks
    Priya

  • How to display html content with image in Adobe Flash and Flex mobile project?

    Hi,
      I have a html content with image in it. How to display it in Adobe Flash Builder and Flex mobile project? Which control needs to be used for this?

    Hello,
    The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.
    Here this is the iFrame approach:
    http://code.google.com/p/flex-iframe/
    If the swc do not work in Flex4 just use its ource code which works...
    ...it is basically based on this:
    http://www.deitte.com/archives/2008/07/dont_use_iframe.htm
    see also and vote, please:
    http://bugs.adobe.com/jira/browse/SDK-12291
    http://bugs.adobe.com/jira/browse/SDK-13740
    Regards
    Marc

  • How do I share content with InCopy and InDesign?

    Hi, I have InDesign CC2014 and a trial of InCopy on my machine.
    I have added an .indd file to the Creative Cloud Files folder and it now shows in the Assets > Files folder.
    I want to share the content with another user at a different location.
    In my InDesign, I have selected a text box, and gone to Edit > InCopy > Add selection to assignment > New now there is a new file in the Creative Cloud Files folder.
    A separate user has their own Creative Cloud account.
    I would now expect to somehow search for this separate user by email /username etc and 'assign' them access to this shared content.
    I was hoping it would be something simple, similar to how a google doc spreadsheet is shared. If it is...I don't get it!
    How do I do this please?

    Hello again,
    I think I spoke too soon - I still can't get consistent results - after somehow getting it to work, I re-traced my steps to repeat the process several times but without success. My scenario is two separate users, User A and User B, both in separate locations with separate CC accounts. User A has both InDesign and InCopy, User B InCopy only. Is there a tutorial anywhere - video, web page - I don't care - which explains in foolproof terms the respective steps necessary to collaborate on a single piece of content...Thanks in advance
    PS I have trawled Adobe's youtube channel and the web in general and if such a tutorial exists, I can't find.

  • How to check existing patches with a query

    Hi,
    I need to check the existing patches in oracle appls 11i with a sql query.
    I assume I can reference the table ad_applied_patches . But, I am not sure if the column PATCH_NAME is actually the number : 5903765 in ATG Rollup Patchset 6 (11i.ATG_PF.H.delta.6, Patch 5903765) . if not, how can i check that.
    Also, I couldn't find the proper TRM. so any help with that too would be appreciated.
    Thank you..

    Hi,
    You cannot query by name, but you can query AD_BUGS by the patch number -- See (Note: 390864.1 - How to check which Techstack patchsets have been applied on 11i or R12 ?) for details.
    If you want to check the latest Family Packs applied, see this thread.
    How to find Applied/Present Patches, Mini Packsand Family Packs in 11i
    Re: How to find Applied/Present Patches, Mini Packsand Family Packs in 11i
    Thanks,
    Hussein

  • How to check JNDI contents after 9iAs startup?

    Dear all:
    How to check JNDI contens after 9iAs server startup ?
    Does the 9iAs have JNDI tree can show all JNDI contents.

    Hi,
    define ValueChange listeners on the component and when the user hits the command link or button to navigate off t he page, check if it has been changed (the listeners would set a bloolean variable). For this to work, the navigation action needs to be handled by the bean too.
    Frank

  • How to check for duplicates - with a twist?

    As I'm importing music from my CD collection, is there a way to automatically check for duplicates - with an unusual twist?
    I already imported about 70 CDs using AAC format.
    I just bought a huge external drive specifically for storing my entire collection of CDs and LPs. Now that I have lots of space, I want to import everything in Apple Lossless format.
    Is there an automatic (or at least painless) way to check for duplicates as I'm importing CDs, and to have the old AAC music files over written by the new Apple Lossless files?

    Hi Clinto,
    Do you see the column headers above in itunes? They say Title, Album, Artist, etc. I don't know if it's the same for MAC but in Windows, Right Click on the column headers and click "Kind". This will display the format each song is in. If your column headers already take up all of your screen, you're gonna have to uncheck one to make room for "kind".
    Oh! and to overwrite existing files, make sure the ID3 tags are filled exactly to the old ones prior to ripping, though you don't need to fill all of them. I think you just fill the Artist, Album Artist, Album, and Title. A window will appear as you start to rip. It will ask if you want to overwrite the existing files, click "Yes". Again, don't know about Mac but it works this way in Windows.
    Message was edited by: fullcream

  • Ask your question.How to sync ical 3 with icloud calendar

    How to sync ical 3 with icloud calendar?

    And the additional problem is that once you give in and go iCloud, no rep will tell you there are iCloud limits on iCal's size, so that if you're calendar is say 10 years old, with 10 events per day, and there's a 25K event limit, it won't work, even if you buy all the storage in the world. Which means that's syncing is OVER.
    So far I've tried three calendar alts: Fantastical (rated one of the top iCal alts); Pocket Informant (allegedly capable of superpowers); and Calendars. Not a single one is able to do the one simple task of
    1) integrating an ical ics file,
    2) placing a calendar program on the desktop and the iPhone
    3) keeping them both in sync.
    And Google's cloud has even more restrictions than iCloud, and for frack's sake why can't I keep a calendar off the net?
    This is really getting to annoy me. Chelsea, a tech support supervisor, offered that if I pay $99/year I can become a developer and get the next beta iTunes which will allegedly offer local syncing. Great.

  • Basic question, how to create rtf template with a given xml file

    Hello guys
    I am new to BI publisher and I am learning how to create rtf templates using given xml fiel definitions by following the bi publisher guide
    The steps I am following is:
    1, create template using template builders, which is downloaded into MS words.
    2, In the empty template, map the xml columns with template field using BI publisher tag
    3, upload the template to BI Publisher as a layout.
    That's all I can understand.
    My question is:
    1,in which above step do I import XML file into template builder (if not bi publisher), how to do so?
    2,After template is created, how to associate this template layout with existing reports in BI Publisher, or is it necessary at all?
    3,In the template content in MS Word template builder, what should I enter other than BI publisher tags for mapping XML field to desired template field
    Or, if my understand of this process is entirely wrong, what's the right process of creating rtf template with a given XML file definition
    Thanks

    If you have a BI Publisher desktop installed, have a look a the demos,.. should answer most of your basic questions.
    (Windows) Start->Programs->Oracle BI Publisher Desktop->Demos
    Invoice Demo - good one for those with E-Business Suite
    Report Demo - Sample using BI Publisher

Maybe you are looking for

  • Error while opening the B2C Web Shop

    Hi All, Our Basis team has installed the JAVA Stack for CRM 7.0 EHP1. We can successfully open the XCM page for the web shop using the following URL: http://host:port/b2c/admin/xcm/init.do. We get a SAP E-Commerce Error page when we try to launch the

  • How to delete requests from OIM 11g R1?

    Hello, We have some requests that were created in production environment while the SOA environment were not configured correctly, so some are with failed state, some were tests that were completed successfully. So now the client will soon be audited,

  • What happened with The Daily Show with Jon Stewart?

    Anyone notice that the The Daily Show with Jon Stewart has not been updated this week?. And I have just purchased a Multi-Pass.

  • Access to account "Primary Email" is not permuted.  ???

    Can someone help me do whatever needs to be done to stop getting the following iCal error message that I have recently started to get frequently.  Step-by-step help (as if I was a moron) is what works best for me. The server responded with an error.

  • How to create UI for detail table in BP-form

    Hi! It is necessary to store some data in the detail table for OCRD. How I can create the UI for such table (like Contact Person in BPMD form)? I can create matrix, but how to force SBO to process my table just as OCPR. SBO2004 Sry for english Thanks