How to POST to wiki server through atompub?

Hi all,
I'm trying to use curl to post a new entry to the leopard wiki server
through the Atom Publishing Protocol, but I'm not sure if I POSt to
the correct address.
My server runs Mac OS 10.5 Server.
Here's the POST command:
curl "http://server.applelab.org/groups/testcourse/atompub" -X POST -H
"Content-type: applicaiton/atom+xml" -v -L -k -u user:passwd --data
@/Users/vestige/work/testpost -o post_response
the server response HTTP /1.1 200 OK, but nothing happened on the web.
if I use:
curl "http://server.applelab.org/groups/testcourse/weblog/index.atom"
-X POST -H "Content-type: applicaiton/atom+xml" -v -L -k -u
user:passwd --data @/Users/vestige/work/testpost -o post_response
the server response: HTTP /1.1 400 Bad Request.
So I'm wondering where should I post my entry to?
Thanks in advance!

Hi Linc,
sorry, I haven't saved the System-Logfile before restoring my parallels VM.
But it looks like issues of linking data.
For testing the Server services I have done a reset for a user password and I have deleted the profiles and configuration from Client-Side. One with Mac OS X 10.9.1, one iPad with iOS 6.1.3. But it was not possible to reconfigure/reinstall the Server Profile. Also a manually configuration was odd, because for some services the new password was necessary and for other services the old password. Very strange.
To bring back the services I have rolled back the last snapshot of my parallels VM. Afterwards there was no probleme to reconfigure/reinstall the Profile on Client-Side (OS X 10.9.1 and iOS 6.1.3). Also the manually configuration shows the password for all services are matching with the current configuration.
I'm going to install a further parallels VM with Mac OS X 10.9.1 and Server App 3 from scratch to move the services.
Greetings

Similar Messages

  • How can i upload a video file to wiki server through iPad?

    how can i upload a video file to wiki server through iPad?

    You might want to post this in the iPad Forum

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

  • How to reset the wiki server (MAC OS X 10.9 with OS X Server App Version 3) with all wiki datas only

    Hi,
    I need to reset my Wiki on MAC OS X 10.9 with OS X Server App Version 3, but without reinstalling the whole server app to configure all services.
    Does anybody knows how to reset the wiki server (MAC OS X 10.9 with OS X Server App Version 3) with all wiki datas only.
    Thanks a lot for your hints

    Hi Linc,
    sorry, I haven't saved the System-Logfile before restoring my parallels VM.
    But it looks like issues of linking data.
    For testing the Server services I have done a reset for a user password and I have deleted the profiles and configuration from Client-Side. One with Mac OS X 10.9.1, one iPad with iOS 6.1.3. But it was not possible to reconfigure/reinstall the Server Profile. Also a manually configuration was odd, because for some services the new password was necessary and for other services the old password. Very strange.
    To bring back the services I have rolled back the last snapshot of my parallels VM. Afterwards there was no probleme to reconfigure/reinstall the Profile on Client-Side (OS X 10.9.1 and iOS 6.1.3). Also the manually configuration shows the password for all services are matching with the current configuration.
    I'm going to install a further parallels VM with Mac OS X 10.9.1 and Server App 3 from scratch to move the services.
    Greetings

  • HOW TO POST J1IEX FOR SERV ENTRY SHEET.?

    Dear All ,
                                          User had done a serv entry sheet ,
    against serv P.O in invoice the service is exciseable , pl help me how to post the J1IEX for this serv entry sheet.?
    item catogary in P.O is d & acctt assignnis P( Project )regards,
    sap11
    Edited by: sap11 on Feb 12, 2008 2:03 PM

    sir here the doc type is ZIN i.e for indivisible material & service
    i mean to say that the service provider had given us material & services both .the tax used here is for ED as Applicable + 4% VAT Raw Material , & condition maintained are as below , user had already done serv entry.
    BASB     Base Amount
         Calculated Call
         Sub total
         Service TAx Cenvat S
    JMOP     A/P BED Cenvatable %
    JMX1     A/P BED Setoff %
         Copy of Service TAX
         Total Excise Duty
         Copy Net Price
         Price +ED
         Subtotal for ECess S
         Subtotal for ECess I
    JEC1     A/P ECess Cenvat %
    JSEP     A/P SECess setoff %
    JEX1     A/P ECess Setoff%
    JHX1     A/P SECess SOTot%
         Basic Price + ED
         Basic Price + ED+ECe
         Total Value for VAT
    JVRD     A/P VAT RM Deductibl
    pl help me that in this situation what can be done OR either the P.O is made wrong .
    thanks in adv
    sap11

  • How to place file on server through client vie web-forms

    We are on 9i application server, which is being used all over the nation through URL. Now is there any way/option to place file on the server through form-web page.
    Thanks.

    Here's an example:
    http://e-ammar.net/Oracle_TIPS/using__webutil_file_transfer.htm

  • How to connect to SQL Server through Script Task?

    Experts,
    I want to do bulk copy from one database to another database (which is on another different box).
    I was trying to follow below link,
    https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.bulkcopytimeout(v=vs.110).aspx
    but cannot connect to the source neither to target database.
    Can somebody help me with the sample connection string example and also via using existing connection manager?
    Thank You
    Regards,
    gk1393
    Please do let us know your feedback. Thank You - KG, MCTS

    I even tried with your VB code but still package is failing, here is the error message:-
    Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to class type 'System.Data.SqlClient.SqlConnection'.
    Instances of types that represent COM components cannot be cast to types that do not represent COM components; however they can be cast to interfaces as long as the underlying COM component supports QueryInterface calls for the IID of the interface.
       at ST_635f3bd1504c4d4c89a902eff277e13c.vbproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Please do let us know your feedback. Thank You - KG, MCTS

  • How to post an Idoc (INVOICE02) for non-po Invoice (MIRO transaction)

    Hi,
    I want to Post an Idoc for non-po vendor Invoice through MIRO transaction. I want to use INVOICE02 basic type. In the line item we need to enter G/L account , Cost center and line item amount. But I am not able to enter the same in the INVOICE02 Idoc. It will be nice if you please let me know how to post non-po Idoc through MIRO transaction.
    Thanks
    Rama
    Edited by: Rama Sengupta on Nov 25, 2009 3:57 PM

    Hi Raja,
    Check this out.
    Inbound IDocs are triggered by either external systems (edi, wms etc) or can be triggered by inhouse applications in SAP to post a application document.
    1. EDI_DATA_INCOMING can create a IDoc from a file on the OS layer. It just needs a IDoc flat file containing control and data records, it will create an Idoc from it if the control record successfully matches a inbound partner profile parameters.
    2. IDOC_INBOUND_ASYNCHRONOUS can be triggered by external/internal programs to creae IDoc withing SAP, whereas IDOC_INBOUND_SYNCHRONOUS can be used by inhouse SAP programs to create inbound Idoc.
    3. WE19 can create and post an existing inbound Idoc to application
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Wiki Server content with spaces in URL broken after 10.6.5 update

    Any content posted to Wiki Server prior to the upgrade that included a space in the title (escaped in the URL as %20) will not play. It gives the "broken Quicktime movie" icon. New video uploaded via the exact same workflow will work. However, the new URL no longer escapes with "%20" but rather with a "+". I recommend not upgrading to 10.6.5 at the moment.

    It looks like you can restore function by changing %20 to a space, per:
    http://discussions.apple.com/thread.jspa?messageID=12572029
    This will not be fun. There needs to be a fix for this!
    Charles

  • Wiki Server: themes for download

    Do there exist any websites for downloading/sharing themes for Wiki Server?

    It would be great if there was some website dedicated to sharing themes and Wiki Server resources. I just don't have the time to learn how to customise our Wiki Server.

  • How to schedule multiple backup job through windows server backup in windows server 2008 R2

    hi expert,
    need your help, In my small  environment I am using windows 2008 R2 as a domain controller. and installed windows server feature for backup.
    Now i want to create backup at a different time.
    1. System state backup at 5.00 PM on saturday only
    2.  finance and hr data backup on daily basis at 5.00 PM.
    so how i create different job schedule through windows server backup.
    Regards,
    Triyambak
    Regards, Triyambak

    Scenario #1
    The following command will create a Task Scheduler task named
    DailyFolder1Backup with the start time of 23:00.
    This task will run DAILY with the HIGHESTprivileges. It will run the Windows Server Backup CLI to backup
    g:\folder1 to target volume
    F:.
    SCHTASKS /Create /SC DAILY /TN
    DailyFolder1Backup /RL HIGHEST /ST 23:00/TR
    "wbadmin start backup –backupTarget:F: -include:g\folder1
    -vsscopy -quiet"
    Scenario #2
    The following command will create a Task Scheduler task named
    DailyFolder2Backup with the start time of 24:00.
    This task will run DAILY with the HIGHESTprivileges. It will run the Windows Server Backup CLI to backup
    h:\folder2 to target volume
    F:.
    SCHTASKS /Create /SC DAILY /TN
    DailyFolder2Backup/RL HIGHEST /ST 24:00/TR
    "wbadmin start backup –backupTarget:F: -include:h:\folder2
    -vsscopy -quiet"
    Please feel free to let us know if you have any question or concern.
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • How do I changing the default WIKI Server name on OS x Lion Server?

    How do I changing the default WIKI Server name on OS x Lion Server? Enterprise solutions suggested I post this question here to get a direct answer. I have searched everywhere... This would be the META TAG On the top of browsers...

    I went looking for this answer, to no avail.
    Solution I used:
    step 1 - Navigate to the folder /usr/share/collabd/coreclient/locales/en.lproj/ and open the only file there called default.strings.
    step 2 - somewhere around lines 74 & 164 you will see the default title "OS X Lion Server". I'm sure only one of the is required to be changed to adjust the title on the window, but I changed both to my desired title. Save and close. If asked for authentication, enter you administrator details.
    step 3 - restart the server (or wiki service may work too)
    step 4 - done and your Wiki welcome page should show the new title
    Finally I have a bookmark that means something by default.
    Hope this helps

  • How to delete old unused blog tags from Wiki Server 3 in Lion Server

    My Tags index in my Wiki Server 3 wiki (Lion Server) still shows old tags that are no longer in use.
    But, how in the world does one remove them?
    Any help?   Thanks.

    I figured it out, but had one hoop to jump through.   I hadn't noticed a tiny little edit button in the far upper right corner of the tags window.   Clicking it reveals red minus signs next to each tag.  That's how to delete a tag.
    BUT, since my tags were no longer in use (I'd deleted the original blog(s) they were attached to, when I tried deleting them I got an error message.   So, I created a dummy blog entry, tagged it with the same tags that I want to delete, saved the blog, then went back to the all-tags view and deleted them (they existed this time).  After done, I deleted the temporary blog.   All done.
    It seems clear that the WIki 3 Server is very primative in many ways.  I hope Mountain Lion reveals a host of improvements.

  • How do i customize the "tile" on the first page of Wiki Server 4 on OS X Server?

    How do i customize the "tile" on the first page of Wiki Server 4 on OS X Server?
    The title says "OS X Server" and i want it to say something else... How can i do that?

    Ok... i did some digging around... and struck gold.
    The digging part is not for the "faint of heart" since the Terminal is your best friend and some coding knowledge is involved. Suffice to say my trip in Wiki Server 4 land led me through Ruby on Rails code. I was surprised to find that i'm able to read ruby code, and i don't know Ruby at all. After looking through Model Views and Controllers i figured out the solution was simpler than i anticipated.
    To modify the title on the first page you need to edit a .strings file. You need to use the download version (not the mac app store app) of TextWrangler or some other editor that allows Authenticated Saves (save files as other users). Make sure the Wiki service is off... the slider in the server app is off.
    The location of the file depends on your language locale that you use:
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/locale s/en.lproj
    where "en" can be either de, es, fr, it, ja, ko, nl, zh_CN, zh_TW depending on your wiki language.
    First()you need to right click on the file and "Get Info" and adjust the permissions temporarily for "Everyone" to "Read and Write".
    Open the file in TextWrangler and find the key general.os_x_server and under it you can modify the string "OS X Server" to anything you want "My own company Wiki".
    Save()the file.
    Second()you need to right click on the file and "Get Info" and adjust the permissions temporarily for "Everyone" back to just "Read".
    Move()the slider in the Server App to On again for the wiki.
    Enjoy!!!

  • How can I restore the wiki server homepage to default?

    I mananged to jurl up the homepage for my wiki server.  You know, the one that shows the 4 square icons?  How can I restore this page to default?  I tried the reset to factory default command for the web server, but that doesn't affect the wiki server.
    Using OS X Server (Mountain Lion) on an 2012 iMac.

    Hi justinwork, this thread will be locked automatically after six months, or a moderator can lock it if it goes off topic.
    To turn off email notifications for new posts, come back to your question and look for the QUESTION TOOLS section in the right column where you'll find STOP EMAIL UPDATES.

Maybe you are looking for