Cannot build feeway sample in Sun Studio12

I'm new to Sun Studio. My background is 22 years c/c++ non-unix development (embedded systems & Windows application development).
I'm trying to write a GUI based c++ app for Solaris. I know this is a complete newbie question. Any help will be GREATLY appreciated.
Here's my question/issue: I cannot seem to include <gtk.h>. I've installed every GTK/ GTKMM package I can find. Building/deploying any project that does not use GTK is fine. I cannot for the life of me figure out how to build a GTK app. Even the GtkFreeway example app for Sun Studio fails to compile at #include <gtk.h>.
Thanks in advance,
Mike
MORE INFO:
In Sun Studio 12, I load then select the sample C++ project Freeway_1.
Then I select Tools->Options. Then the Code Assistance Tab. Then I click the C++ tab. Under Include Directories, I add /usr/include/gtk-2.0
Now, in the project header named FreewayWindow.h, on line #46, it reads:
#include <gtk/gtk.h>
I shut down and restart Sun Studio just in case... ;-)
I execute a clean build and immediately get the following error message:
"FreewayWindow.h", line 46: Error: Could not open include file<gtk/gtk.h>.
As a sanity check, I open a terminal window, switch to root, and issue a "find / -name gtk.h".
find replies with "usr/include/gtk-2.0/gtk/gtk.h"
Anyway, at this point I'm completely frigging frustrated. Did Microsoft have a hand in creating this dev tool? It sure seems so...
I'd appreciate any suggestions.
Thanks again,
Mike

Are you running on OpenSolaris? I ran into the same problem recently on OpenSolaris, and eventually determined that
the problem is that there are Gnome and x11 packages that you need to make this run, and they're not
installed in OpenSolaris by default. I was able to make the Freeway app build and run after I installed
the following packages from the OpenSolaris package repository:
SUNWgnome-common-devel
SUNWxinc
SUNWxorg-headers
The first clue was a message about pkg-config not being found, which occurred before the error
"FreewayWindow.h", line 46: Error: Could not open include file<gtk/gtk.h>.
I looked for pkg-config in the repository and found it was in SUNWgnome-common-devel and installed that.
With each package install, the build got a little further until it tripped on something else that
was missing, and I searched for the missing filename in the repository to figure out what package
it was in, and installed the pkg. Thankfully, only three iterations of this were required.
Hope this helps. Perhaps with the next release of Sun Studio, the README for this sample app
can tell you to make sure these packages are installed.

Similar Messages

  • Weblogic 12c on Mac OS X: Cannot build SAMLSSO sample

    I'm trying to build the SAML sample which comes with WLS 12c (/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso). I'd like to create both a SAML 2.0 IdP and SP and test them before I attempt to integrate a 3rd party IdP with WLS as SP. I'm following the instructions found at /Oracle/Middleware/wlserver_12.1/samples/server/index.html which indicate I should do the following:
    Create and configure the IdP domain: ant prepareIdentityProviderServer
    Create and configure the SP domain: ant prepareServiceProviderServer
    In both cases the domains are creates, the server starts and I see the configIDPServer (and configSPServer) being called. In the case of the IdP I see the following, correct, output:
    configIDPServer:
    [wlst]
    [wlst] +++++ Properties passed to script +++++
    [wlst]
    [wlst] adminUser: weblogic
    [wlst] adminPwd: welcome1
    [wlst] adminURL: t3://localhost:7003
    [wlst] preferredBinding: HTTP/POST
    [wlst] ssoServerName: examplesServer
    [wlst] entityID: http://localhost:7003/idpentityid
    [wlst] publishedSiteURL: http://localhost:7003/saml2
    [wlst] loginURL: http://localhost:7003/loginapp/loginapp.jsp
    [wlst] ssoSigningKeyAlias: idpSSOSigningKeyAlias
    [wlst] ssoSigningKeyPassPhrase: idpSSOSigningKeyPassPhrase
    [wlst] sport: 7004
    [wlst] customTrustKeyStoreFileName: /Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/samlattr-cert/idpTrust.jks
    [wlst] customTrustKeyStorePassPhrase: idpTrustKeyStorePassPhrase
    [wlst] customIdentityKeyStoreFileName: /Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/samlattr-cert/idpIdentity.jks
    [wlst] customIdentityKeyStorePassPhrase: idpIdentityKeyStorePassPhrase
    [wlst] serverPrivateKeyAlias: idpServerKeyAlias
    [wlst] serverPrivateKeyPassPhrase: idpServerKeyPassPhrase
    [wlst] replicatedCacheEnabled: false
    [wlst] credentialMapperName: saml2cm
    [wlst] KeyStoresName: CustomIdentityAndCustomTrust
    [wlst]
    [wlst] +++++ Properties passed to script +++++
    [wlst]
    [wlst] Connecting to t3://localhost:7003 with userid weblogic ...
    At this point I should be able to connect to http://localhost:7003/console but cannot (I do see an active listening port open on 7003). After 4 minutes the WLST times out with the following error:
    [wlst] WLST lost connection to the WebLogic Server that you were
    [wlst] connected to, this may happen if the server was shutdown or
    [wlst] partitioned. You will have to re-connect to the server once the
    [wlst] server is available.
    [wlst]
    [wlst] WLST detected that the RuntimeMBeanServer is not enabled. This
    [wlst] might happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    [wlst] Please ensure that this MBeanServer is enabled. Online WLST cannot
    [wlst] function without this MBeanServer.
    [wlst] Disconnected from weblogic server: examplesServer
    [wlst] Traceback (innermost last):
    [wlst] File "/Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/scripts/saml20cfg/IdP_configSite.py", line 50, in ?
    [wlst] Exception in thread "main" java.lang.IllegalStateException: Traceback (innermost last):
    [wlst] File "<iostream>", line 22, in connect
    [wlst] File "/Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/scripts/saml20cfg/IdP_configSite.py", line 50, in ?
    [wlst] File "<iostream>", line 648, in raiseWLSTException
    [wlst] File "<iostream>", line 22, in connect
    [wlst] WLSTException: Error occured while performing connect : "Cannot connect to WLST." : No message was received for: '240' seconds
    [wlst] Use dumpStack() to view the full stacktrace
    [wlst]
    [wlst] File "<iostream>", line 648, in raiseWLSTException
    [wlst] WLSTException: Error occured while performing connect : "Cannot connect to WLST." : No message was received for: '240' seconds
    [wlst] Use dumpStack() to view the full stacktrace
    [wlst]
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.printError(WLSTInterpreterInvoker.java:146)
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.executePyScript(WLSTInterpreterInvoker.java:111)
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.main(WLSTInterpreterInvoker.java:30)
    BUILD FAILED
    Is this sample broken? Any ideas on what the problem could be? I should note that I can manually start the server from a new command shell, connect to the console, etc. so the domain seems fine except when started from WLST.

    I was able to work around this by modifying the prepareServers.xml ant import. Specifically I did the following:
    1. Setup the environment
    2. ant prepareIdentityProviderServer
    3. Server started, killed the script
    4. Repeated 2-4 for the SP
    5. Modified the prepareServerController target in prepareServers.xml by commenting out the ant-call target="stopServer" and target="createServer"
    6. ant prepareIdentityProviderServer (which remarkably worked despite needing to stop and restart the server with the same startServer target)
    7. ant prepareServiceProviderServer
    Could this be a bug in the wlserver task? startServer looks like this (hangs when it has to create a domain, works fine when a domain already exists)
    <target name="startServer">
    <echo message="*****************************************" />
    <echo message="Starting WLS......" />
    <echo message="*****************************************" />
    <property name="generateConfig" value="true" />
    <property name="customNameMapperLib" value="" />
    <property name="extra-server-verbose" value="" />
    <property name="sleepHours" value="${spServerSleep}" />
    <property name="wls-min-stack" value="512m" />
    <property name="wls-max-stack" value="512m" />
    <wlserver dir="${domainDir}" servername="${serverName}" host="${host}" port="${port}" generateConfig="${generateConfig}" username="${username}" password="${password}" action="start">
    <jvmarg line="-ms${wls-min-stack} -mx${wls-max-stack} -XX:MaxPermSize=128m -DCommonSecurityEnabled=true ${extra-server-verbose}" />
    <classpath>
    <pathelement location="${wl.home}/server/lib/weblogic.jar"/>
    <pathelement location="${customNameMapperLib}"/>
    </classpath>
    </wlserver>
    <sleep hours="${sleepHours}" />
    </target>

  • Build error :package com.sun.javadoc does not exist

    Question from a Turing machine expert who is new to Java.
    Trying to run a sample program from Richardson's book "Java JDK 5 Edition" Chapter 1.
    In Netbeans 5.5 receive build error :package com.sun.javadoc does not exist
    for "import com.sun.javadoc.*;"
    Believe missing classes are in tools.jar in C:\Sun\SDKee5SDK\jdk\lib
    How do I define this to Netbeans and/or JDK?
    Using java_ee_sdk-5_01
    and netbeans-5_5-windows downloads.
    Platform is XP.
    Netbeans has been updated to date.
    Appreciate.

    sony_tj wrote:
    D:\Xyz.java:22: package com.sun.javadoc does not exist
    import com.sun.javadoc.*;After getting this error, I have set my classpath to C:\Program Files\Java\jdk1.5.0_03\lib\tools.jar. But still the error persists. Could anyone please tell me how do I solve this problem.You have failed in setting your classpath in that case.

  • Cannot build a flow graph with the customized options

    Dear JMF-Gurus,
    we implemented a DataSource for video capturing that is based on the lti-civil API, so that video capturing on Mac OS X should be possible.
    When we try to build the flow graph, we get an jmf-error as described in the following log:
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, ppc, 10.4.9
    ## Java VM: Apple Computer, Inc., 1.5.0_06
    ## DataSource created: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: instantiation: 30 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@21ec03
    ## using DataSource: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: parsing: 377 ms
    ## Getting the supported output formats for:
    ## RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## # of nodes visited: 50
    ## # of formats supported: 38
    $$ Profile: getSupportedOutputFormats: 340 ms
    ## Building flow graph for: civil:?
    ## Building Track: 0
    ## Input: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## Custom options specified.
    ## An output format is specified: YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
    ## An output content type is specified: RAW
    ## Here's the completed flow graph:
          com.sun.media.parser.RawBufferParser@a075e6
             connects to: com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             format: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
          com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             connects to: com.sun.media.multiplexer.RawBufferMux@da7565
             format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    $$ Profile: graph building: 113 ms
    $$ Profile: realize, post graph building: 9 ms
    $$ Profile: instantiation: 0 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@654dec
    ##   using DataSource: VIC.MonitorCDS@e0c0b6
    $$ Profile: parsing: 1 ms
    ## Getting the supported output formats for:
    ##   YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ##   # of nodes visited: 48
    ##   # of formats supported: 37
    $$ Profile: getSupportedOutputFormats: 97 ms
    ## Building flow graph for: null
    ## Building Track: 0
    ## Input: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ## Custom options specified.
    ## An output format is specified: H263P/RTP, 176x144, FrameRate=10.0
    ## An output content type is specified: RAW/RTP
    XX Failed to realize: com.sun.media.ProcessEngine@8393ef
    XX   Cannot build a flow graph with the customized options:
    XX     Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    XX       to: H263P/RTP, 176x144, FrameRate=10.0
    XX       outputting to: RAW/RTP
    XX Error: Unable to realize com.sun.media.ProcessEngine@8393ef
    ## com.sun.media.BasicFilterModule@31477b: input format changed: RGB, 640x480, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920
    We guess that the problem was first the wrong input format (wrong video-size or wrong framerate) but this has been changed to the correct format.
    The flow graph looks like correct, but it doesn't work anyway. 
    What does the last line in the log means, and are there any information were the problem good be located?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How were you even able to accomplish that? In my classpath I have fmj-nojmf.jar, jmf.jar and lti-civil.jar but I keep on getting this in my log.
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, i386, 10.5.4
    ## Java VM: Apple Inc., 1.5.0_13
    ## DataSource created: com.sun.media.protocol.javasound.DataSource@f98d58
    I can't get it to find the civil datasource in fmj-nojmf.jar.

  • Check for used DCs failed:Cannot build because used component is broken

    Hi All,
    when i Build the DC after creation public part getting the below error,
    Jun 30, 2008 4:06:41 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: eprtest: Build failed for chdp.com/eprtest(MyComponents) in variant "default": Cannot build because used component is broken: chdp.com/labourmanagement( MyComponents)
    please help me.
    Thanks,
    RameshBabu.V

    Hi rameshbabu,
                             Check for the dc chdp.com/labourmanagement , which u r using as dependency for ur dc . That dc is not built properly. Rectify the problem in chdp.com/labourmanagement & then rebuild ur dc, which is using that dc as used dc.It will work properly.
    regards
    Sumit

  • JAX RI:javax.activation.DataHandler cannot be cast to com.sun.xml.ws.....

    I'm newbie in web services, and I would like to create web service for upload files.
    Axis2 is installed, and I tried to implement some solutions I found on the web, but i got an error:
    javax.activation.DataHandler cannot be cast to com.sun.xml.ws.developer.StreaminDataHandler
    on server side code looks like:
    @WebMethod(operationName = "getHeight")
    public int getHeight(String name, @XmlMimeType("application/octet-stream") DataHandler data) {
    StreamingDataHandler dh = (StreamingDataHandler) data; //this is where error occurs..
    on client side:
    tt=new javax.activation.FileDataSource("c:\\myImage.jpg");
    dhh=new javax.activation.DataHandler(tt);
    int r=port.getHeight("name", dhh);
    tnx :)

    Hi dKohlert,
    I have now changed my code completely and got it working this way !
    import javax.jws.WebMethod;
    import javax.jws.WebParam;
    import javax.jws.WebService;
    import javax.xml.soap.SOAPMessage;
    import javax.xml.ws.Provider;
    import javax.xml.ws.Service;
    import javax.xml.ws.ServiceMode;
    import javax.xml.ws.WebServiceProvider;
    * @author Footman
    @ServiceMode(value=Service.Mode.MESSAGE)
    @WebServiceProvider( targetNamespace="http://spblue.liberty:8084/wsdl/globalLogout")
    //@WebService(name="GlobalLogoutService", targetNamespace="http://spblue.liberty:8084/wsdl/globalLogout")
    public class GlobalLogoutServiceImpl implements Provider<SOAPMessage> {
    @WebMethod(operationName ="globalLogout", action="urn:liberty:soap-action")
        public SOAPMessage invoke(@WebParam(name = "logoutRequest") SOAPMessage logoutRequest ){
            return logoutRequest;
        }Thanks anyway for your reply. If I find some time I will try to use the apt-tool.

  • Getting error as error spawning cmd.exe  while building a sample plugin by Dollyxs (Windows)

    Hi,
    I am still new to indesign plugin development. I am not able to build a
    sample project created using Dollyxs on windows for Indesign CS4.
    I am getting error as Error spawning cmd.exe .
    Am I missing some settings to be made for the project. Can anybody help me
    about this problem.B'z I am not able to build plugin and I am new to
    Indesign plugin development.
    Thanks and Regards,
    Ravi Sharma

    Path of ant lib is incorrect. Ant resides in - $mw_home\modules\org.apache.ant_1.7.1\lib
    Make sure you have set the ant home correctly.
    Regards,
    Anuj

  • SAPConnect, Message no. XS 818, Cannot build CVL document.

    We are facing one issue in SAPConnect transaction SCOT/SOST. Checking
    the List in SOST, there are various fail transmission for FAX. The
    error message is
    Cannot process message in node (for reason, see long text)
    Message no. XS 818
    Diagnosis
    The message could not be processed due to a technical error in the
    node.
    System Response
    Processing was terminated.
    Procedure
    The reason is given in the details below.
    Cannot build CVL document.
    We have checked the SAPNet and search for OSS Note and we did not
    find any SAP notes on this particular error message.
    Can anyone tell me what is this error "Cannot build CVL document"
    We are using RightFax to send the faxes. All RFC destination and ping to RightFax server working fine.
    Any help on this will be highly appreciated.
    Thanks in advance
    Best Regards
    CK

    Hi
    We had this same problem and found that the SQL Database on the RightFax Server was full and could
    not extend any further, deleted records from database and problem was solved.
    Regards
    Prevan

  • Exception - Cannot Build Schema (Question)

    Friends,
    I have a quick question which is driving me crazy. New to SOA, please help.
    I defined a variable of type "element" by refering it to an pre-existing xsd. I know the xsd is valid. When I try to use the variable in an assign activiity it does not show the child element and gives error "Exception - Cannot build Schema". While creating variable I refer to element "FetchCustomerInfoResponse".
    Following is the xsd for your reference :-
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:element name="FetchCustomerInfoResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYX_ONT_ACCOUNT_ORDERS">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYZ_ONT_ACCOUNT_ORDER" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:attribute name="ordered_date" type="xsd:string"/>
    <xsd:attribute name="cust_po_number" type="xsd:string"/>
    <xsd:attribute name="order_number" type="xsd:integer"/>
    <xsd:attribute name="header_id" type="xsd:integer"/>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>

    Hi,
    using the schema you gave, i was able to create a variable inside the BPEL by referring to the FetchCustomerInfoResponse element, and also i was able to do the copy operation inside the assign activity.
    Please try the same again, may be create the variable again...it should work...
    Thanks
    N

  • Cannot build multifile project

    Hello All,
    I am new to Java, and a bit lost. I've done a couple of single file programs on JBuilder, and those worked OK. Now I have a larger school project with numerous classes in numerous files. I have all the files in the same folder (the project folder). When I try to build the project, the references to classes in other files are not recognized. I am running on Windows XP, and have added the paths to the bin folders in jdk1.5 and jre1.5 in the "Path" variable of environment variables. I have also added ".;" on someone's recommendation. However, I still cannot build this project, even though I know it is a working one (tested on another system.) Any help would be appreciated. Thank you.

    Java files can be structured in packages.
    If you find as first occurrence:
    package org.mywork.gui;then you should place the file in a subdirectory org/mywork/gui (3 directories) of your sources.
    Compile from the top (the directory in which org is placed.
    The package statement is optional, but it is good style and very convenient to use packages.
    I am a bit late with this answer, so you'll probably found out already.

  • Cannot build form off from view?

    Is this true because when I try to Add a Page to a new application I dont seem to be able to see any of my views on the list of values but my tables. Opened up a TAR and here was the response
    To implement the solution, please execute the following steps:
    Use workaround listed in Bug 4719289 - CANNOT BUILD FORM OFF FROM VIEW
    1. Create Application
    2. Give Application a name, the "From Scratch" option is selected, our
    desired
    schema is selected.
    3. Add Blank Page, select theme, etc, application is created.
    4. From Blank page, Add Form Region based on existing table, followed the
    resulting steps in the Wizard, etc.

    Please share your first name and put it into your profile to help us.
    You can create a form based on ("off from") a view after an application is created using the create page or create region wizards.
    Scott

  • Cannot build the query or generate the report. WIS 30351

    I am trying to create a docuemtn using SDK. I have created a document and when I try to add dataprovider and update the document, I am facing the below error
    Cannot build the query or generate the report. WIS 30351
    http://help.sap.com/saphelpiis_sbo41sp5wi-sdk/frameset.htm?ec5645bc6fdb101497906a7cb0e91070.html
    Any help would be appreciated...

    Hi Pirabu,
    here's the required steps for what you described:
    1. Create a new report in folder with ID 12345:
         POST ../raylight/v1/documents
         request body:
            <document>
            <name>My New Doc</name>
            <folderId>12345</folderId>
            </document>
          response:
            <success>
            <message>The resource of type "Document" with identifier "54321" has been successfully created.</message>
            <id>54321</id>
            </success>
    2. use the new document ID when adding a data provider (ie universe ID is 5543)
          POST ../raylight/v1/documents/54321/dataproviders
          request body:
            <dataprovider>
            <name>Query 1</name>
            <dataSourceId>5543</dataSourceId>
            </dataprovider>
          response:
            <success>
            <message>The resource of type "Data provider" with identifier "DP0" has been successfully created.</message>
            <id>DP0</id>
            </success>
    If you are doing something different, please provide the steps you are using and the type of datasource you are adding (unv, unx, Bex query etc).
    Is the error when adding the data provider, or do you have an additional step updating the document?
    Also, what version of BI4 are you working with?
    Dan

  • Cannot build in VSO VC 2015 preview projects

    Hello.
    We've switched to the VS 2015 preview (for better C++ 14 support) but it seems that we cannot build using VSO anymore:
    builds fail with an error that "the toolset needs to be updated".
    Is there a way to do it or it's just not enabled yet? If not, what is the ETA?
    Thank you
    Nicolas

    Hi Nicolas,
    For your situation, you might check this
    page for the software on the hosted build server. If the version of toolset you're using is newer than than the tools that deployed on the build server, then you might not able to build your project.
    You can check the assemblies that used in your project, and then add them into source control and check in. Another option is configure an on-premise build controller. Check this
    thread for more information about how to configure an on-premise build controller. However, you can submit a user voice
    here if you want to build with hosted build contorller with your current project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot build the query or generate the report - BI4.0 Dashboard on WebService Error

    Hello All,
         I am trying to create a Dashboard with WebService connections in SAP BI4.0 SP04. While running the dashboard I am receiving the error, Cannot build the query or generate the report. I have already set the refresh parameter to TRUE (bound to an excel cell and I have tried with 1 also). Back end WebI Reports of the BIWS connections are created from BEx queries through BICS connection. I have two prompts to run the Web Service and the report. Please share your thoughts regarding this.
    Thanks and Regards,
      Debajyoti Dan

    Hi All,
        I have found the issue. The problem is coming only when I am receiving prompts from BEx query and trying to use them through dashboard. I replaced these BEx prompts with the same in WebI report. Then the entire functionality started working correctly from dashboard.
    But, this is only a work around and can not be applied at all times. So I have raised a message for the same to SAP. I will update the thread based on what I receive from SAP Support.

  • Cannot build ov51x-jpeg webcam driver on x86_64

    Hi,
    since I installed kernel 2.6.29 I cannot build the ov51x-jpeg webcam driver anymore.
    I only modified the PKGBUILD on row 3: _kernver=${uname -r} -> _kernver=`uname -r` (first one did not work for me).
    This is the build log:
    make -C /lib/modules/2.6.29-ARCH/build M=/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9 modules
    make[1]: Entering directory `/usr/src/linux-2.6.29-ARCH'
    CC [M] /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.o
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:543: error: 'v4l_compat_ioctl32' undeclared here (not in a function)
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'create_proc_ov511_cam':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:677: error: implicit declaration of function 'info'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'ov51x_clear_snapshot':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:1691: error: implicit declaration of function 'warn'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'ov51x_v4l1_ioctl':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 1 of 'video_usercopy' from incompatible pointer type
    include/media/v4l2-ioctl.h:296: note: expected 'struct file *' but argument is of type 'struct inode *'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 2 of 'video_usercopy' makes integer from pointer without a cast
    include/media/v4l2-ioctl.h:296: note: expected 'unsigned int' but argument is of type 'struct file *'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 4 of 'video_usercopy' makes pointer from integer without a cast
    include/media/v4l2-ioctl.h:296: note: expected 'v4l2_kioctl' but argument is of type 'long unsigned int'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: error: too many arguments to function 'video_usercopy'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: At top level:
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6651: warning: initialization from incompatible pointer type
    make[2]: *** [/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.o] Error 1
    make[1]: *** [_module_/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.29-ARCH'
    make: *** [all] Error 2
    I checked the v4l_compat_ioctl32 driver, but I only have the v4l2_compat_ioctl32 and v4l1_compact. I am using a stock kernel 2.6.29.3-1 for x86_64.
    Any hints?
    Thanks,
    gm

    Hi
    I have the same problem within i686.
    The new 2.6.29 kernel is not compatible with this version of the driver.
    I suppose we have to wait ....
    Serge
    Last edited by cserge (2009-05-18 13:05:28)

Maybe you are looking for

  • Getting the domain name of the Client PC using WebUtil

    Hi Guys, Is there a way I can find the domain name of the computer running the forms using webutil. I use WEBUTIL_CLIENTINFO.GET_HOST_NAME to get the client computer name. I would also need the domain name. Thanks! Anand

  • Dynamic creation of column in database table

    Can I create columns in a database table dynamically? Let's say I have two columns in a table. Users requested to have dynamic columns in the table. They wanted to create any no. of fields in the table dynamically. We can't alter the table every now

  • How do you mark mail as "not junk'?

    The "not junk mail" icon is not working---I highlight the mis-identified message, and the icon should change to a "thumbs-up" so I can say "not junk mail" but it doesn't change.  I have not been able to figure out how to mark things as "not junk."  A

  • I want to replace a MS-7646M1 with another MSI motherboard

    Hello, I want to replace my MS-7646M1 (Medion) motherboard with another MSI motherboard, does someone knows the best replacement with te same connectors (front panel)? Manual of the motherboard: http://www.medionowners.be/downloads/0MB_MS7646%5B1%5D.

  • Installing Windows Server and Linux on a hyper-v

    Scott Alan Miller wrote:  But we have lots of Windows too. That allow the sunlight into your office?! :)