Enterprise Search using Sharepoint Server 2007 + SAP R/3

Hi experts,
I want to achieve an enterprise search using SharePoint Server 2007 (MOSS).
SharePoint includes the BDC (business data catalog) which allows you to communicate with the SAP System.
I read in the Microsoft whitepapers that thereu2019s a need for a web application server 6.40.
So here is the problem:
We have SAP R/3 Enterprise 4.7 with WAS 6.20. We donu2019t want to change or upgrade the SAP system.
There are ways to connect the WAS to the R/3 system e.g. RFC.
But does this still work for search in SharePoint?
Did anybody already deal with this problem?
Any other ideas connecting SharePoint to SAP in this scenario?
Best regards
Philipp Detemple

> and having requirement to upgrade OS version from B.11 to B.23. Currently server is hosting SAP R/3 Enterprise version.
So you upgrade HP-UX 11.11 to HP-UX 11.23?
> I have tried to serach SAP service market place for PAM, but could not find specific information on version upgrade from B.11 to B.23
Yes - because there is no HP-UX 23.x, only 11.23 and 11.31. For the version overview check
Note 939891 - HP-UX: End of Support Dates
Note 1075118 - SAP on HP-UX: FAQ
> My Questioin is: If we copy system as it is to new host and if we keep the same Kernel Patch 196, will it work fine or give issue?
It will work.
> So even if I got for latest patch 304 which is released on 16.11.2009, still the OS version for which it built is B.11, so if we have B.23, will it work? I would not see the possibilities of kernel upgrade at this stage.
Why no possibility for a kernel upgrade if you install a new server?
> so with same kernel will it work? What else I need to check for the migration and make sure that everything works fine on new server.
Check
Note 831006 - Oracle 9i installation on HP-UX 11.23 and 11.31
Markus

Similar Messages

  • What do I need to install Integration Kit for SharePoint Server 2007

    What do I need to install the Integration Kit for Microsoft Office SharePoint Server 2007? It gives me an SP3 needed error but does not tell me what SP3. Has any one sucessfully installed this kit? Please help.

    Hi,
    The sharepoint PIK is available for BO enterprise only. SP3 is refering to BO enterprise XIR2 SP3. This Service Pack is not available for CR 2008. In order to integrate CR 2008 in BO enterprise XIR3 you need to install SP0 on top of CR 2008. But as I said above without BO enterprise you won't be able to use the PIK.
    I copied the following system requirements from our Install Guide for BOE XiR3 PIK:
    System requirements
    For a list of system requirements, consult the Platforms.txt file included
    with your product distribution. For additional important information that may
    pertain to your deployment, it is also strongly recommended that you consult
    the Release Notes included with your product distribution.
    In general, the following components must be installed and configured
    correctly before you install the BusinessObjects Enterprise XI 3.0 Portal
    Integration Kit:
    u2022 Microsoft Windows SharePoint Services or Office SharePoint Portal
    Server 2003.
    u2022 BusinessObjects Enterprise XI .NET SDK (on your SharePoint machine
    or machines).
    u2022 Microsoft Windows Server 2003 (any edition).
    u2022 BusinessObjects Enterprise and Crystal Reports (on either the same
    machine and/or on a different machine).
    Kind regards,
    Tim

  • Install and configuration on the SharePoint server 2007 issue

    Hi All,
               I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
              I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
    Please check the Edited install.bat file and error log.
    Install.bat
    set _my_datetime=%date% %time%
    @echo on
    echo Begin Installation at %_my_datetime%
    echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    @echo off
    @SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"
    @SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
    @SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
    @SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
    @SET SITEURL="http://sharepoint7:80/sites/DCADC"
    @SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
    REM      cd $(ProjectDir)
    %GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
    pushd %TEMPLATEDIR%\features
          Echo Deactivating LiveCycle Connector feature with WSS
          %STSADM% -o deactivatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Deactivating LiveCycle Workflow feature with WSS
          %STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
          Echo Uninstalling LiveCycle Connector with WSS
          %STSADM% -o uninstallfeature -filename  LiveCycle\feature.xml -force
          Echo Uninstalling LiveCycle Workflow with WSS
          %STSADM% -o uninstallfeature -name  LiveCycle/Workflow -force
    popd
          Echo Copying source files to WSS \TEMPLATE directory
          xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
          Echo Copying Feature Resource files to WSS 12\Resources directory
          xcopy Resources %RESOURCESDIR% /e /y /i
          Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
          xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
    pushd %TEMPLATEDIR%\features
          Echo Installing LiveCycle Connector  with WSS
          %STSADM% -o installfeature -filename  LiveCycle\feature.xml -force
          Echo Installing LiveCycle Workflow with WSS
          %STSADM% -o installfeature -name  LiveCycle/Workflow -force
          Echo Activating LiveCycle Connector  with WSS
          %STSADM% -o activatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Activating LiveCycle Workflow with WSS
          %STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
    popd
          Echo Restarting IIS worker process
          IISRESET
    set _my_datetime=%date% %time%
    @echo on
    echo End Installation at %_my_datetime%
    @echo off
    Error Log
    E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27 
    Begin Installation at Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Deactivating LiveCycle Connector feature with WSS
    Operation completed successfully.
    Deactivating LiveCycle Workflow feature with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Connector with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Workflow with WSS
    Operation completed successfully.
    Copying source files to WSS \TEMPLATE directory
    TEMPLATE\FEATURES\LiveCycle\Elements.xml
    TEMPLATE\FEATURES\LiveCycle\Feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml
    TEMPLATE\IMAGES\LiveCycle\applyPolicy.png
    TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png
    TEMPLATE\IMAGES\LiveCycle\createPdf.png
    TEMPLATE\IMAGES\LiveCycle\liveCycle.gif
    TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif
    TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx
    TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx
    TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx
    TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
    16 File(s) copied
    Copying Feature Resource files to WSS 12\Resources directory
    Resources\AdobeLiveCycleConnectorCore.de-DE.resx
    Resources\AdobeLiveCycleConnectorCore.de.resx
    Resources\AdobeLiveCycleConnectorCore.en-US.resx
    Resources\AdobeLiveCycleConnectorCore.en.resx
    Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
    Resources\AdobeLiveCycleConnectorCore.fr.resx
    Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
    Resources\AdobeLiveCycleConnectorCore.ja.resx
    Resources\AdobeLiveCycleConnectorCore.resx
    9 File(s) copied
    Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
    App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
    App_GlobalResources\AdobeLiveCycleConnector.de.resx
    App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
    App_GlobalResources\AdobeLiveCycleConnector.en.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja.resx
    App_GlobalResources\AdobeLiveCycleConnector.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.resx
    18 File(s) copied
    Installing LiveCycle Connector  with WSS
    Operation completed successfully.
    Installing LiveCycle Workflow with WSS
    Operation completed successfully.
    Activating LiveCycle Connector  with WSS
    Operation completed successfully.
    Activating LiveCycle Workflow with WSS
    Operation completed successfully.
    Restarting IIS worker process
    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted
    E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29 
    End Installation at Wed 08/22/2012 14:41:00.29
    Waiting...
    Regards,
    Amol Sahare

    This might be an issue with the gacutil that you are using. I have used the gacutil that comes with Microsoft SDK.
    You can install Microsoft SDK from http://www.microsoft.com/en-us/download/details.aspx?id=3138

  • Why to use SharePoint Server over SharePoint Foundation within Team Foundation Server?

    What are the  advantages to use SharePoint Server 2013 over SharePoint Foundation 2013 within Team Foundation Server? I can't find any features comparison: in other words, what features are I'll be missing in TFS without SharePoint.

    Look this links
    Compare SharePoint
    Foundation 2013 vs. Server 2013
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/7539e14e-a2a4-4f79-b3d4-e41b7abfda66/sharepoint-server-vs-sharepoint-foundation?forum=sharepointgeneralprevious

  • How to set Mandatory Choice field while Creating Custom Task using Sharepoint Designer 2007

    Hi,
    I am new to Sharepoint development.I dont know whether i am posting  the question in Correct place.Kindly redirect me to the correct place if i am posting it in wrong place.
    I  created a custom task in Sharepoint Designer 2007 using
    Collect Data from User
    Action.
    I created a field in the task form which is of choice type and
    unchecked allow blank values
    because i  wanted that field to be a mandatory field.When i handled that task ,i was able to complete that task
    without selecting that mandatory field.But, I was expecting not to allow me to complete the task without selecting that field. Kindly  tell me how to set the choice field as mandatory.

    Hi,
    You are using SharePoint Designer 2007, so I moved the thread to the appropriate forum for MOSS 2007.
    This is by design that
    Workflow-generated form (for action Collect data from User) does not perform validation properly on drop-down choices, the workaround is to use JavaScript to perform the field validation.
    This thread has the JavaScript code can help you:
    http://social.msdn.microsoft.com/forums/en-US/sharepointworkflow/thread/0ad7fc3c-97a1-464e-ae89-c3133462dda8/
    Xue-Mei Chang

  • Sync CROD with Sharepoint Server 2007

    Is it possible to somehow sync automatically contacts between CROD and Sharepoint Server 2007? What I would like to do is that contacts are exported and sync auytomatically each time there is a new contact from CROD to SS2007.

    I would recommend posting this question on the CRM On Demand Integration Development forum.

  • Using Crystal Report in SharePoint server 2007

    Hello,
    I need some help.
    My client have a Crystal Report 8 enterprise edition. and want to use sharepoint to put the reports on-line. i had made some search's on internet and i found that now there are one tool that made this very easy that is BusinessObjects XI 3.1 SharePoint 2007 Portal Integration Kit.
    The problem is that my client at max only want to update the crystal report to the most recent release, not all the Business Object suite. and one the prerequisites is to have install Business Object XI SP3.
    My question is can i install the integration kit only with the latest release of Crystal report or a have to install all the suite?
    I can't find this information anywhere in internet, hope someone could help me.
    Best regards,
    José Robalo

    The integration kits are add-ons to enterprise and they need a CMS as well as reporting server(s) to display the reports. There is no stand alone version as far as I know.
    Regards,
    Tim

  • SAP B1 error while using citrix server as SAP client

    Hi All,
             We are using Citrix server as client for all our users working in our branches. We have installed sap client in Citrix server and has been accessed by my branch users. We are getting the following error in Microsoft windows
      Microsoft Visual C++ Runtime Library
        Runtime Error
        Program: c:\Program Files\SAP\SAP Business One\SAP Business One.exe
       abnormal program termination ]
    Please help me out solve the above issue
    regards
    M,Viswanathan

    When you got this kind of Run Time Error message, you have no other choice but reinstall. Make sure you do a clean install by delete all temporary files and registration keys.  There quite a few threads discussed this topic in the forum. Do a deep search to find those info.
    Thanks,
    Gordon

  • Recommended books for Sharepoint Server 2007?

    I'm looking into Sharepoint for Intranet access and possibly other projects (like Case Management). Can someone recommend some books that cover setup, webparts, interaction with other Applications, etc...?
    thanks,
    Carlton. 

    I'm still getting into this myself ... I started with the Administrator's Companion, and honestly I would not not recommend it for a beginner.  And this coming from a person who actually PREFERS to read big bulky tech manuals over stuff like novels.  But for that particular book, Oh my goodness . . . someone needed to edit it back down just a tad.   Do not need entire chapters on why microsoft designed the product the way they did.  And how can you publish an 1100 page tech-heavy book and NOT included a stinkin' glossary?!? 
    OK, rant over.
    A few others I'm starting to look at -
    Step by Step Windows Sharepoint Services 3.0 - mostly for end-users with how-to's once the beast is magically set up and ready for them to start using.  Also missing a glossary. 
    Sharepoint 2007 Unleashed (SAMS publishing) - Also missing a glossary.  But it looks to me like it's got a good approach with heavy technical side.  Practical stuff like implementation, design, firewall administration, etc.
    Sharepoint 2007 Definitive Guide (O'Reilly) - Also missing a consolidated glossary, but does have some mini-glossaries throughout.  
    What I ended up doing was going to Microsoft's site, and doing a search for "Sharepoint Webcast."  There are a lot of on-demand ones out there, some very good, some not so good. But if you download them for playing later, you can run them at about 1.4 speed and zip through a 60 minute presentation in about 40 minutes.  As well as fast-forward when they're talking about stuff you don't want to see.  I would highly recommend this approach if you're just hoping to see some good demos of the product in action with some technical discussion included.
     

  • Installing Windows Server 2012 in Order to Use SharePoint Server and Develop in VS2012

    Hi.
    I need to install SharePoint Server so that I can work with SP Designer and have full options for development using VS2012.  Apparently, I also need to Install Windows Server 2012.  I would like to install and configure WS2012 in a virtual environment
    using the Hyper-V tools that come with Windows 8 Pro.  I'm a newbie when it comes to WS2012, and want to make sure I don't end up reformatting my Windows 8 hard drive or causing a similar event that would put me in a rubber room. 
    I downloaded the WS2012 image file, but am unsure how to proceed.  Can anyone give me some help as to how to get started?
    Thanks.
    Bugless

    Hi,
    If you have enabled the Hyper-V role on Windows 8 then you can create Windows Server 2012 VM's.  As Server 2012 has the Hyper-V tools build in by default there is no need to install them.
    So enable the Hyper-V role on Windows, Create a new VM in Hyper-V management console and connect the cd/dvd drive in the VM properties to the Windows Server 2012 setup ISO file. Start the VM and the Server 2012 setup. (during creating a VM you can also
    connect the cd/dvd drive to an ISO file)
    You might want to give to the Server 2012 VM 2 vCPU's and 2GB+ memory for performance. Also have a look the memory specs for VS2012 to see how much memory you should give to the VM.
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
    MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Blog: http://www.citrix-guru.com and http://www.rds-support.eu Twitter: @dnyvandam

  • Using Exchange Server 2007 with 755p ???

    After three phone calls to Palm customer service, I still cannot get my 755p to connection to Microsoft Exchange Server 2007 via Versamail. I have tried enumerous combinations without success. One customer service person told me I had to have a "certificate" with Server 2007 (unlike) but she could never tell me how to use it. (I have a line in my regular Outlook account set-up that reads "Only connect to proxy servers that have this principal name in their certificate:" I have that name in Outlook , but see no way of using it in Versamail. Without that certificate, it seems to reject my username and password.)
    Any help here from someone who has actually been able to connect using the basic Versamail wizard and Exchange 2007? (I'm using Windows XP, but setting this up in the 755p -- not the computer. My service is Sprint.)
    Post relates to: Treo 755p (Sprint)

    Click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/treo/treo755psprint/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Click on the link for "email setup (Versamail)"
    There are instructions there for setting up an exchange account.
    If you need to install a certificate on the device, click on the following link for instructions on installing a certificate on a Palm OS device.
    http://www.palm.com/us/support/downloads/versamail/certmodtool.html
    Post relates to: Palm i705

  • After the in place upgrade from SharePoint server 2007 to 2010, the out of the box approval workflow does not prompt for additional information after check in of a major version.

    I think it has to do with the interaction between Word, InfoPath, IIS, and /or SharePoint, but I cannot put my finger on it.  Maybe client integration or authentication settings?  I have looked at it in wireshark
    and have not seen anything glaring.
    Steps to reproduce the (working) behavior:
    Set up a document library in SharePoint 2010.
    Under versioning settings, make the following changes:
    Set Require Content Approval for submitted Items to Yes
    Select Create Major and Minor (draft) versions
    Set require checkout to Yes
    Create an out of the box “approval” workflow with the following settings:
    Start this workflow to approve publishing a major version of an item.
    I then create a new document. Save it.  check it in.  it is now version 0.1.
    I then open it again. check it out.  Make a change. Close and save it.
    Check it in.
    Publish major version:
    At this point a screen is presented to me to enter workflow parameters.  This screen comes up in Enterprise 2013 and MOSS 2007, but not the migrated version of 2010:
    This is what I need help with.  It should come up in 2010.  To fix it in 2013, I had to change the IIS bindings to only have 1 entry for a port.  I did this for 2010 and it did not work.
    Any help or ideas is very appreciated.  Thanks very much in advance.

    Hi Chris,
    According to your description, my understanding is that the approval workflow cannot work when the workflow was set to start to approve publishing a major version of an item after upgrading to SharePoint 2010.
    I recommend to check the approval workflow in Workflow settings of the corresponding library to see if the Start this workflow to approve publishing a major version of an item is checked.
    For test, I recommend to create a new OOB approval workflow and set it to start to approve publishing a major version of an item in the same library to see if the workflow can work.
    Thanks
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Using WebService served by SAP

    Greetings,
    I have been stuck trying to get CF 8 to talk to SAP serviced Web
    Service. Here is code I am using:
    <cfscript>
       ws = CreateObject("webservice", "http://xxx.xxxxx.com:8002/sap/bc/
    srt/rfc/sap/Z_ZRFC_TEST?sap-client=235&wsdl=1.1");
       xlatstring = ws.ZZrfcTest(Rfcin = "Hello");
    </cfscript>
    Here is WSDL file
    <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions targetNamespace="urn:sap-
    com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://
    schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/
    XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://
    schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:sap-
    com:document:sap:soap:functions:mc-style" xmlns:n1="urn:sap-
    com:document:sap:rfc:functions">
    - <wsdl:documentation>
    <sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl" />
    </wsdl:documentation>
    - <wsdl:types>
    - <xsd:schema attributeFormDefault="qualified"
    targetNamespace="urn:sap-com:document:sap:rfc:functions">
    - <xsd:simpleType name="char10">
    - <xsd:restriction base="xsd:string">
    <xsd:maxLength value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:schema>
    - <xsd:schema attributeFormDefault="qualified"
    targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style"
    xmlns:n0="urn:sap-com:document:sap:rfc:functions">
    <xsd:import namespace="urn:sap-com:document:sap:rfc:functions" />
    - <xsd:element name="ZZrfcTest">
    - <xsd:complexType>
    - <xsd:sequence>
    <xsd:element name="Rfcin" type="n0:char10" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    - <xsd:element name="ZZrfcTestResponse">
    - <xsd:complexType>
    - <xsd:sequence>
    <xsd:element name="Rfcout" type="n0:char10" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    - <wsdl:message name="ZZrfcTest">
    <wsdl:part name="parameters" element="tns:ZZrfcTest" />
    </wsdl:message>
    - <wsdl:message name="ZZrfcTestResponse">
    <wsdl:part name="parameter" element="tns:ZZrfcTestResponse" />
    </wsdl:message>
    - <wsdl:portType name="Z_ZRFC_TEST">
    - <wsdl:operation name="ZZrfcTest">
    <wsdl:input message="tns:ZZrfcTest" />
    <wsdl:output message="tns:ZZrfcTestResponse" />
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>
    here is error message I am getting
    The web site you are accessing has experienced an unexpected error.
    Please contact the website administrator.
    Unable to read WSDL from URL:
    http://xxxx.xxxxxxx.com:8002/sap/bc/srt/rfc/sap/Z_ZRFC_TEST?sap-client=235&wsdl=1.1
    Please advice what to check...
    Regards,
    Egils

    I am still strugling even with parsed XML attribute however I am not ready investigating WSDL2Java yet...
    Here is how parameters are described in WSDL
    - <xsd:element name="BAPI_PO_GETDETAIL1">
         <xsd:complexType>
    -           <xsd:sequence>
               <xsd:element name="ACCOUNT_ASSIGNMENT" minOccurs="0" type="tns:char1" />
               <xsd:element name="DELIVERY_ADDRESS" minOccurs="0" type="tns:char1" />
               <xsd:element name="HEADER_TEXT" minOccurs="0" type="tns:char1" />
               <xsd:element name="ITEM_TEXT" minOccurs="0" type="tns:char1" />
               <xsd:element name="PURCHASEORDER" type="tns:char10" />
               <xsd:element name="SERVICES" minOccurs="0" type="tns:char1" />
                    <xsd:element name="VERSION" minOccurs="0" type="tns:char1" />
              </xsd:sequence>
         </xsd:complexType>
    </xsd:element>
    Here is how char1 is described
    - <xsd:simpleType name="char1">
        -<xsd:restriction base="xsd:string">
               <xsd:maxLength value="1" />
         </xsd:restriction>
    </xsd:simpleType>
    Here is how Char10 is defined
    <xsd:simpleType name="char10">
        -<xsd:restriction base="xsd:string">
               <xsd:maxLength value="10" />
         </xsd:restriction>
    </xsd:simpleType>
    This is one of the versions of the code I tried
    <cfsavecontent variable="sXML">
        <BAPI_PO_GETDETAIL1>
          <ACCOUNT_ASSIGNMENT/>
          <DELIVERY_ADDRESS/>
          <HEADER_TEXT/>
          <ITEM_TEXT/>
          <PURCHASEORDER>4500000059</PURCHASEORDER>
          <SERVICES/>
          <VERSION/>
        </BAPI_PO_GETDETAIL1>
    /cfsavecontent>
    <cfset xmlObj = XMLParse(sXML)>
    <cfdump var="#sXML#">
    <cfinvoke
          webservice="http://xxxx.xxxxxxxx.com:8006/sap/bc/srt/rfc/sap/Z_PO_GETDETAIL1?sap-client=330&wsdl=1.1"
          method="BAPI_PO_GETDETAIL1"
          refreshWSDL="yes"
          username="web_service"
          password="Seneca09"
         <!--- argumentcollection="#xmlObj#" --->
          returnvariable="aReturn"
    >
          <cfinvokeargument name="BAPI_PO_GETDETAIL1" value="#xmlObj#">
    </cfinvoke>
    Any ideas what I am doing wrong? Any suggestiong or tips?

  • SharePoint Server 2007 - Quick Way to Create Lists

    Hello, we are running an 'Issue Log' SP list site where we have issues mainly resolved over email and phone, which means the issue log is more of a 'Resolution Log'. I'm trying to come up with a more inventive way to add issues to this list in realtime through
    outlook so my group does not need to duplicate information and 'Assign' to the next person who would track our issues for a more holistic view to improve upon.
    What ends up happening is we forward the email chain to that assigned person and the log becomes an afterthought.
    Is there a way to add a button to Outlook or forward to a general SP email that would quickly add to our listing with at least the header so my group can have a running log without going into SP, creating an item, adding the info, and assigning to
    users?
    Thanks!
    - Sal

    Hi Chris,
    According to your description, my understanding is that the approval workflow cannot work when the workflow was set to start to approve publishing a major version of an item after upgrading to SharePoint 2010.
    I recommend to check the approval workflow in Workflow settings of the corresponding library to see if the Start this workflow to approve publishing a major version of an item is checked.
    For test, I recommend to create a new OOB approval workflow and set it to start to approve publishing a major version of an item in the same library to see if the workflow can work.
    Thanks
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Does the BO Sharepoint 2007 Integration kit work with Sharepoint Serv 3.0?

    Hello,
    I have seen several posts about this topic but I still have not come to a correct conclusion. I have Windows Sharepoint Services 3.0 and BO Crystal Reports Server XI R2 SP3. The getting started documentation for SP3 specifically says the portal integration kit can be used with "MS Windows Sharepoint Services or Sharepoint Server 2007". However when I try to install the the integration kit I receive an error "Microsoft Sharepoint Server 2007 is required to install the Microsoft Sharepoint Integration Kit".
    Is this true? Do I have something setup wrong or is the documentation incorrect and only Sharepoint server 2007 is supported?
    It shows WSS as compatible in this document http://www.businessobjects.com/pdf/solutions/microsoft/bo_microsoft_interoperability_final.pdf
    Any clarification would be helpful as I have wasted 1+ days trying to figure this out. I just need to know if Sharepoint services and the Sharepoint integration kit will work together with Crystal Server XI R2 SP3.
    Thanks,
    Ryan

    Hello Ryan,
    I recommend to post this query to the [Integration Kits - Other|BusinessObjects Integration Kits; forum.
    This forum is dedicated to topics related to the other BusinessObjects Integration Kit.
    This forum is dedicated to topics related to other BusinessObjects Integration Kits, including Siebel, Baan, PeopleSoft, and JD Edwards. 
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all SAP Kit queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

Maybe you are looking for

  • How can I share the work iTunes with my home iTunes so I can work from home? Need to be able to share playlists and files for editing tracks.

    I've just started working for a media company that provides the music for sporting events. They use iTunes to create playlists that I have to load into an IR machine with hot keys. I also have to edit tracks to create new stings and intros. As there

  • Connecting Nintendo Wii To Laptop

    hi there i am at university and have just recently got a Nintendo wii, due to lack of space i just wanted to know is there any way i can connect my games console to the laptop and play on there?

  • Imac/Keyboard Problem

    Im having a problem with my keyboard, but i didnt put this a nother forums becuase i tested a couple of diffrent keyboards and they all have the same problem. The problem is that the enter key doesnt work, the one on the num-pad works but the regular

  • Can't set search results to open in new tab

    I have tried to set google search to open results in a new tab but it continues to open in the same window as the search. I am using windows vista ultimate x64 and Firefox 4.01.

  • AEBS/relay/remote flashes WDS Errors

    I am trying to set up a remote connection from the office to the gym using 3 Airport Extreme Base Stations. I currently have all 3 in a room the main connected to the DSL modem, and the remote connected to the main via ethernet. The problem is that t