How to transport the contents of the WPC web page ?

Hi Experts,
I've been trying to transport the WPC web pages from POC to DEV server.. The problem is that only the pages get transfered and not its contents..
Can anybody please guide me in this matter..???
Thanks,
Archana.

Dear Archana,
As per your requirement this is the whole process where you can easily export or import the XML form .
Here is the whole description.
ICE Exporting // Importing method
Exporting Method
Content Admin->KM COntent->ICE ->Syndicator->Global Offer->Folder>Link--->Click on complete package and lastly download the file.
Importing Method
Content Managemet>Content Exchange->Left Navigation panel(Package Upload)--->Browse
Maybe this will helpful to you and give me nice marks.
Regards
RS

Similar Messages

  • Web Page Composer (WPC) – Web page - Approval process

    We have requirement with our web publishing environment where we want to stage the web pages for review before they are published for public. Currently, if you develop a web page in Web Page Composer ( WPC ) and click publish to review the content/layout. The page is published for public and included in TRex and can be searchable.
    We thought KM Approval process will help resolve this issue. The approval process work very well with the u2018Site Contentu2019 where once author develop the content (article, paragraph etc.) and submit for approval in this case Editor (role). The content under site content folder is not published (not available for public) until approved by Editor.
    This same approval process does not work on the Web Page folder. We have exactly same permission/ Service permission setup on the Web Page folder. Even though the u2018Approvalu2019 is turned on the Web Page folder it does not inherit the same to new web pages created or existing web pages in that folder. If we go and turn on the u2018Approvalu2019 on a page then we see a u2018Approvalu2019 button in WPC but when you submit the page for approval it pops up another screen with below message.
    Confirm that you want to publish the page. A new version of the homepage will be created and, if appropriate, submitted for approval. Changes to pages not subject to approval are active immediately.
    When you confirm this message nothing happens (no workflow kicks off).
    I would like to hear if any one has tried the approval process on WPC web pages. If you are not using this process how you are staging the web page for review before publishing to public.
    Thanks.

    Hi Bertina,
    We encountered the same problem couple days back in our environment. There is a SAP note (# 1294833) which details the issue but affected version indicated in this note is different then what we are on so we decided to create a note for SAP.
    Below is SAP response for this issues
    13.09.2010 - 08:52:12 CET - Reply by SAP     
    Dear customer,
    I can confirm that the issue described in SAP Note 1294833 is indeed
    present in EP 7.01 SP4 and is the reason you are currently experiencing
    this problem.
    Unfortunately, as outlined in the note, there is no workaround
    available but our developers have advised me that the fix will be
    included in the next patch for KMC WEB PAGE COMPOSER 7.01 SP04.
    Hope this helps.

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • I got some books from the itunes store and put them into my library.  I created a playlist so that I could burn them to cds.  The title is there but no contents.  It won't even play the playlist.  How do I get the contents of the book?

    I got some books from the itunes store and put them into my library.  I created a playlist so that I could burn them to cds.  It won't even play the book, there are no contents.  How do I get the contents of the book?

    I'm guessing this is a problem unique to me as there have been no replies at all...  Thanks a bunch folks

  • Hi, I have a new cell phone, I wanted to give my iphone to my father, instead of deleting the content on the iphone I have deleted the entire iphone. It starts up no more. iTunes will not recognize the iphone. How do I get my old data back onto the phone?

    Hi, I have a new cell phone, I wanted to give my iphone to my father, instead of deleting the content on the iphone I have deleted the entire iphone. It starts up no more. iTunes will not recognize the iphone. How do I get my old data back onto the phone?

    Place the device in DFU mode (google it) and restore as new.

  • How to import and make the content of the original PDF document editable and preserves the pdf appearance and retains existing fields and formatting in LiveCycle

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

  • How to create a jar having the contents of the jar in a byte array?

    Hi,
    I have a server and client application. My server returns the contents of the jar in the form of byte array to the client on a particluar method call. Now at the client end, i want to reconstruct the jar to be used. How do I do this?
    The server uses the JarInputStream to read the contents of the jar to be returned. I have tried using the JarOutputStream, but looks like this works fine if we have spearate class files to be added to the jar. Now that I have the contents of the jar itself, how do i recreate the jar?
    Can anyone please help me with this?
    Thanks
    Rajani

    Have you ever gotten the raw byte copy to work? If so, how?
    I download a jar via InputStream and save into a jar file via fileoutputstream. It always gets corrupted in the process. The new Jar file has the exact same number of bytes, but doesn't get past the Manifest on a -tvf. In fact, Winzip can open it fine, but can't extract. So close...yet so far.
    Here is a snapshot of my code:
    BufferedInputStream data1=new BufferedInputStream(con.getInputStream());
    DataInputStream data=new DataInputStream(data1);
    StringBuffer buf=new StringBuffer();
    try{
    while((theChar=data.read()) != -1)
    { buf.append((char)theChar); }
    } catch (Exception z){ logger.info("UpdateThread.read Done Reading jar file");}
    data.close();
    File newFile = new File("C:/MyJar.jar");
    FileOutputStream outstream2 = new FileOutputStream(newFile);
    DataOutputStream outstream1 = new DataOutputStream(outstream2);
    BufferedOutputStream outstream = new BufferedOutputStream(outstream1);
    byte [] bytes = buf.toString().getBytes();
    logger.info("Bytes of new Jar file = " + bytes.length);
    int i;
    for(i=0;i<bytes.length;i++){
    outstream.write(bytes);
    outstream1.close();
    outstream.close();
    Any ideas where I'm going wrong?

  • How to read the contents of the Uploaded file ?

    hi @,
    I have used the File upload and Download UI elements as per the tutorial available. Now my requirement is to read the contents of the file and transfer it to the Backend system.
    How can I achieve the desired fucntionality.
    Thanks in advance,
    Regards,
    Amit

    try this code to store image file in back end system.
    IWDResource res=wdContext.currentMyDataElement().getPictureres();
              InputStream in=res.read(false);
              ByteArrayOutputStream bout=new ByteArrayOutputStream();
              int length;
              byte[] part=new byte[10*1024];
              while((length=in.read(part))!=-1)
              bout.write(part,0,length);
              in.close();
    pstmt.setBytes(8,bout.toByteArray());
    If it is other than image file like word or text then try this in action
    IWDResource resource = wdContext.currentResElement().getResorce(); // your existing handle to the upload resource type
                try {
                   InputStream stream = resource.read(true);
                   byte b[]= new byte[1000];
                   stream.read(b);
                   String str = new String(b);
                   int i=str.length();
                   wdContext.currentContextElement().setOut(str);
                   wdContext.currentContextElement().setSize(i);
                   wdContext.currentResElement().setResourceurl(
                        wdContext.currentResElement().getResorce().getUrl(WDFileDownloadBehaviour.OPEN_INPLACE.ordinal()));
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    The in back end field where u store the file should be byte array.
    Regards,
    H.V.Swathi

  • Hi,I have recently replaced by hard drive with a ssd. My old hard drive has all my iTunes stuff.i would like to install only iTunes programme on the ssd with all the content on the old hard drive. How do I do it?

    Hi,I have recently replaced by hard drive with a ssd. My old hard drive has all my iTunes stuff.i would like to install only iTunes programme on the ssd with all the content on the old hard drive. How do I do it?

    Install iTunes.
    Once install, hold SHIFT and launch iTunes.
    When prompted, point iTunes to the correct location for the iTunesLibrary.itl file which should be in the iTunes folder under <user>/Music on the old drive.

  • When I plug in my ipad it automatically tries to back up and download all the contents to the C drive - the PC is too full and I have iTunes on an external hard drive, how do I tell the system to do the backup to the hard drive please?

    When I plug in my ipad it automatically tires to back up and download all the contents to the C drive - the PC is too full and I have iTunes on an external hard drive, how do I tell the system to do the backup to the hard drive please?

    You can open a command prompt by hitting the start button and typing CMD<Enter> in the search box that opens up.
    To move the current backup folder from C: to D: type in this command and press <Enter>
    Move "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    Where <User> is your Windows user name.
    To make iTunes look for the data in the new location type in this command and press <Enter>
    MkLink /J "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    If your external drive has a different letter or you already have a folder called "Backup" then edit "D:\Backup" accordingly in both commands.
    tt2

  • HT1386 How do I back up the content of the iPad on the new computer or the cloud?

    The computer I have been using for backing up my iPad died! 
    My iPad is fine. 
    All the music on the iPad came from CD's. 
    How do I back up the content of the iPad on the new computer or the cloud?

    Do this:
    - iTunes: Back up your iTunes library by copying to an external hard drive
    and restore/copy the iTunes library to you new computer.
    - Connect the iPod to the computer and make a backup by right clicking on the iPod under Devices in iTunes and select Back Up
    - Restore the iPod from that backup.
    Note that the iPod backup that iTunes makes does not included synced media like apps and music.

  • How do I install the Content DVD in CS4 Web Premium?

    I can't find anything about this on the forum. Sorry if it has been asked before (I know it's a very basic question), but can anyone tell me how I install the Content DVD in CS4 Web Premium, please? This is the DVD that contains the PDF manuals, Fonts and samples / tutorials for Fireworks and Photoshop.
    The first two DVDs (Application 1 and 2) installed automatically, and then went straight to the Registration page without prompting me to insert any further DVDs. All of the software from the first two DVDs seems to have installed correctly.
    However, when I insert the third DVD (Content), it will not auto-run. I see ut contains an "autorun.inf" file that references a program called "autoplay.exe", but the latter isn't present on the DVD. Could this be the problem?
    I would be grateful for any suggestions.

    Cutomer support on this issue is attrocious.
    Here is what I asked them:
    "Can you please tell me how to install the Content DVD in CS4 Web Premium? This is the DVD that contains the PDF manuals, Fonts and s
    amples / tutorials for Fireworks and Photoshop.
    The first two DVDs (Application 1 and 2) installed automatically, and then went straight to the Registration page without prompting
    me to insert any further DVDs. All of the software from the Application 1 and 2 DVDs seems to have installed correctly.
    However, when I insert the third DVD (Content), it will not auto-run. Browsing the DVD, I see that it contains an "autorun.inf" file
    that references a program called "autoplay.exe", but the latter isn't present on the DVD. Could this be the problem?
    I would be grateful for any suggestions."
    This is their reply:
    "Hello ????????
    Thanks for contacting Adobe's Support, My name is ??????? and I am
    responding to you in reference to your Web Request posted on 09/03/2009,
    regarding you want to know install the Creative Suite Premium and its
    related softwares . I am really thankful to you for showing interests in
    our products.
    I wants to inform you that you need to install the first disk then you
    can install the second disk as per issue i wants to indorm you that if
    you dont have the adobe reader then you cannot view the pdf file from
    this .For that first af all you need to install the Creative Suite
    Premium.If you have any confusions regarding this i would request you
    please call to the techical support for this as it is supported by us on
    phone as well.
    Warm Regards
    Adobe Support"
    All very polite, but totally useless. They clearly haven't understood a word I said.

  • How to transfer the content of the video to Adobe Premiere Pro CS3 for editing ?

    Hi there,
    I have an old video camera that is still working. That video camera uses a Hi 8 tape. The tape is bigger that the current DV tape. The size of the tape is something like a tape cassette.
    How to transfer the content of the video to Adobe Premiere Pro CS3 for editing ? Being an old video camera, the output doesn't have any firewire or USB connector. In fact the only output is has is the Yellow, Red & while connector (is this referred to as composite).
    So, how do I input this Yellow, Red & White cable into the PC (or rather into Adobe Pro CS3) ?
    Any established hardware/convertor to recommend ?
    Thanks

    Ryan,
    For "composite out," only you will need an A-D "bridge" to Capture from that camera. Grass Valley/Canopus offers two really good ones, the ADVC-110 and the ADVC-300. There are others and also PCI A-D capture cards, but the Canopus units get very good reviews.
    One other workflow would be to hook your older camera to a digital video camera with passthrough (not all have this and it is being discontinued fairly rapidly in consumer cameras) and then doing the Capture through that digital video camera via FireWire. You will not have Device Control, but can easily start/stop via the mouse and one hand on the switches, or on a remote.
    Good luck,
    Hunt

  • How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles pannel because it's locked.  I would also like to know how I shold tag my cove content.  I dont' want rea

    How should I tag content created in a master page when addressing accessibility before exporting to Acrobat?  I can't add the content to the articles panel because it's locked.  I would also like to know how I should tag my cove content.  I don't want the reader to get lost in content other than the body of the report, but I also don't want to ignore some content completely by tagging it as artifacts.  What should I do y'all?
    Thanks,
    Josh

    Hi Rob,
    From the screen shots it looks like your script is not formatted properly (you may refer to 'Paladin Script' in 'Sample Project' to get an idea of how the script should be formatted.).
    Further please follow the steps mentioned below to use Story to PP workflow.
    Create a new Film script in Adobe Story
    Create  scene heading – INT. LOCATION – Day (these will show up in the outline view panel on left hand side)
    Hit enter, hit TAB
    Enter the name of the speaker, hit TAB or ENTER
    Copy over the transcribed text
    Build your script this way
    Number scenes from the production menu
    Export ASTX file for your script : File->Export->.astx
    Open Premiere Pro
    Create a new project, bring in media
    In the project pane, find the "Scene" column
    For the clip that contains the spoken text, assign the same scene number to the clip as you have in the story script (lets say both are scene 1)
    Click out of the scene box in the project panel in Ppro
    Right click on the scene that you just assigned a scene number to and select – attach Story script
    Select the .astx fle you exported in step 8
    Click ok
    You should now see the script data in the metadata panel for the clip in the metadata panel.
    You can now run speech to text based on "Embedded Script metadata" to time align spoken word to the script.
    Let us know if this is helpful.
    Thanks
    Rashi - Story Team

  • How do i split content from the text file using tab and spaces...?

    Hi.. Just want to ask help to all the experts. Im new in java and i have this problem on how to split the contents of the text file. ill show you the contents in order to let you see what i mean.
    FileName: COL.txt
    AcctNo AcctName Primary Secondary Status Opendate
    121244 IPI Company Noel Jose Active 12/05/2007
    As you can see the content i want to split it per column.. Please help me

    Jose_Noel wrote:
    Hi prometheuzz,
    What do you mean by one thread...?You created two threads* with the same question in it. That way, people might end up giving you an answer that has already been posted in your other thread: thus wasting that person's time.
    Just don't create multiple threads with the same question please.
    * a thread is a post here at the forum

Maybe you are looking for

  • BI content of GRC 5.3 can be only partial actived

    I'm trying to active the GRC BI content in my BW system but same of the components are missing. For example: Process chain: GRC CC (Risk Analysis and Remediation) Chain: GCC_INITIAL_MASTERDATA If I'm trying to active this chain (of course has a part

  • Howto use user defined object in where clausel

    i create a user defined object adm_t SQL> desc adm_t Name Null? Type USER_ID NUMBER(38) STATUS NUMBER(38) DATUM DATE then i create a table test create table test admin adm_t; There is no problem to insert or select the data, but i don't know howto us

  • Email a form using PHP works intermittently

    Hello all, I'm using DW CS6/ Win 7. I have created a simple subscription form where the user enters their email and the form is emailed to an administrator. Sometimes it works and sometimes it doesn't and I have no idea why. Occasionally I  receive t

  • How can i raise events from a class?

    Hi all, i've a problem with events.. how can in java to raise an event and to catch him? For example i have ha class Counter like this: public class Counter int[] vettore = new int [10]; int vetCnt = 0; void addNumber(int number) if (vetCnt < 10) vet

  • Nikon 10-24 Lens Correction

    I just discovered Lightroom's lens correction presets for specific lenses. While many of my Nikon lenses are listed, my latest lens (the Nikon 10-24mm f/3.5-4.5G ED) is not listed. It's one of Nikon's newest lenses. I'd like to be able to quickly cor