How to Install SSIS COM Component on Client side

Hi,
I am new to BPC.
I can't install SSIS COM Component on Client side.
and i guess,  it lead BPC Excel , Data Manager is not working.
Because all the user are local user on server side, no domain
I have run OSoftSetup.exe,  but the result is
Error (Login failed for user ". The user is not associated with a trusted SQL Server connection.)
i have tried to change the OutlookSoft.config in OSoftSSIS_Client\Bin Folder
and the config doesn't take any effect.
How to How to Install SSIS COM Component on Client side?
thx
It is client side PC_MS\Logging\Log
#ERROR#CustomXMLClt##EPM-BPC-MS##e17c2022-c7d4-4a0b-8515-b719441e3dbf###XMLParser : GetTagValue#hostname
user########Plain##[LOG ID:22]System.NullReferenceException: Object reference not set to an instance of an object.
   at OSoft.Consumers.Common.CustomXML50.XMLParser.GetAttributeValue(String strKeyValue, String strAttKeyValue, String strSubKeyValue)#
thx
John

But the problem is...in client side
When opening Office 2007 Excel -> eTool -> Data Manager
There have no option showed.
and in C:\Documents and Settings\<user>\My Documents\PC_MS\Logging\Log
it has following error.
2010 08 21 17:15:35:875#+8:00#ERROR#CustomXMLClt##EPM-BPC-MS##51cea66a-13cd-49fc-afdd-7b492566bd12###XMLParser : GetTagValue#<HOSTNAME>
BPCADM########Plain##[LOG ID:346]System.NullReferenceException: Object reference not set to an instance of an object.
   at OSoft.Consumers.Common.CustomXML50.XMLParser.GetAttributeValue(String strKeyValue, String strAttKeyValue, String strSubKeyValue)#
2010 08 21 17:15:35:875#+8:00#ERROR#DMClientTools##EPM-BPC-MS##7aec1fbe-5fda-4c91-9c4a-1eec5e59911b###DMTools::ErrCheck#<HOSTNAME>
BPCADM########Plain##[LOG ID:347]System.Exception: 91: Object reference not set to an instance of an object.
   at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.ErrCheck(String strRtn)#
2010 08 21 17:15:35:875#+8:00#ERROR#DMClientTools##EPM-BPC-MS##48f5a612-a046-4ef9-a56c-db565ef489d2###DMTools::GetServerInfo#<HOSTNAME>
BPCADM########Plain##[LOG ID:348]System.Exception: 91: Object reference not set to an instance of an object.
   at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.ErrCheck(String strRtn)
   at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.GetServerInfo(String strContext, String strFilter, String strSecurity)#
2010 08 21 17:15:35:890#+8:00#ERROR#DMConsole##EPM-BPC-MS##af7f7343-1cb2-4802-a667-2adbb1b8e2fd###basClientTools::ChangeClientSiteList#<HOSTNAME>
BPCADM########Plain##[LOG ID:349]Subscript out of range#

Similar Messages

  • How to install video Integration component

    Dear Experts
    Link how to install video Integration component
    https://websmp106.sap-ag.de/~sapidb/011000358700000739542010E/index.htm
    Regards
    Carlos Farías

    It says
    To install this component, just drag the File "XviD_Codec 1.0 alpha.component" into Library/QuickTime. The Library directory can be found either at your home directory (to install just for the actual user) or at the top-level of your startup volume (this needs an administrator account). DO NOT PUT IN: /System/Library/QuickTime.
    Sounds normal to me. The "~/Library/QuickTime" folder is the standard location for user and application installed QT components which are used globally by all account users. On the other hand, the "~/System/Library/QuickTime" folder is where QT components installed by the operating system installer are placed for global use. These instructions appear to be correct.
    It is possible that the QuickTime directory does not yet exists. In that case you can create it yourself. Pay attention to capital letters if you use a case sensitive file system (i.e. UFS).
    I do not have Library/Quicktime.
    Highly unlikely if you are running Mac OS X V10.5.8 as indicated in your posting. As you can see here, when the startup drive is opened at the root level, you should find a minimum of four folders—the "Applications" folder, the "Library" folder, the "System" folder, and the "Users" folder. Without these folders, your computer would be little more than an electrified paperweight.
    I do not have Library/Quicktime.
    Either you are looking in the wrong place or someone has been playing around on your system (e.g., in the Console app) and made the folder invisible.

  • How to Install SSIS

    Can someone tell me how to install SSIS?
    I've gone through Add/Remove programs, and attempted to update SQL Server 2005 but cannot seem to find the correct components to add, and since I cannot see the SSIS name in my Services panel, i assume it hasn't been installed.

    Thanks everyone.
    Let me say I must be security challenged and I need even more help.
    I can't get it to work unless I give basically sysadmin rights and that can't be right, and I don't think MS would build the security around such a great tool so craptacular - so that leads me to believe that the existing security on our box is jacked or I am missing a very important step somewhere.
    Currently...
    I have one account, "webaccount1."
    I need this account to be able to execute "sp_start_job" to start "Job1."
    Job1 has 1 step, which is calling "Package1."
    Package1 is stored in msdb with a password and simply imports an xls file into a table. 
    I have assigned "webaccount1" to
    dts_operator
    SQLAgentOperatorRole
    SQLAgnetReaderRole
    SQLAgentUserRole
    -Still denied.
    I added the proc directly from securables with execute.
    -Still denied.
    I created my own role and assigned "webaccount1" to it.
    -Stil denied.
    I explicity gave access via "Grant execute on sp_start_job..."
    -Still denied.
    *note: I did check the job history and on one of these tests I got into the job but it failed becuase it didn't have access to execute a step???
    Can someone please walk me through this?

  • How to install and use certificates on client?

    Hello everyone, and first of all sorry for my poor, italian-accented english.
    I have some questions about SSL and certificates. I'm developing a java desktop application, which should connect to a https server, authenticate with a previously downloaded certificate and then gain access. Some specs: I work on a Windows Xp Pro machine with Netbeans 6.1 and jdk 1.6.0_07.
    Now, I'm using HttpUnit libraries to connect the first time, login with basic authentication and download the certificate, but after i get it I'm not sure how to install the certificate (using java, it has to be an automated procedure) on the client machine and then how to use it to connect to the server. I've tried to use the code I've found here and after using it I can see the certificate inside Control Panel > Java > Securiy > Certificates > System, but I'm not sure I'm installing it in the correct way and/or in the correct path.
    Everytime I try to connect to the server I get back a HTTP 403 forbidden exception. Does someone know any tutorials/howtos/example codes to suggest to me? Or could tell me what's the right installation procedure using java? Any help would be very appreciated.
    Thanks in advance
    K.

    After banging my head on my keyboard for a lot of hours, I've got it!
    I was trying to install a *.pfx certificate, and that was bad. I tried to convert it in *.p12 or *.cer but that workaround didn't work. Finally I've found a small code to use a *.pfx certificate without installing it and... it works! No more 403 errors now, I can get that damn page. :)
    Here is the class I've used (I've found it somewhere googling around but I've lost the link, sorry. Anyway, I've modified it a little)
    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import java.io.InputStreamReader;
    import java.net.*;
    import java.security.KeyStore;
    import javax.net.*;
    import javax.net.ssl.*;
    public class ConnectWithPfx {
       static final int HTTPS_PORT = 443;
       public static void main(String argv[]) throws Exception {
          // Get a Socket factory
          SocketFactory factory = SSLSocketFactory.getDefault();
          SSLSocketFactory socketFactory = null;
          try {
                KeyStore keyStoreKeys;
                KeyManagerFactory keyMgrFactory;
                SSLContext sslContext;
                keyStoreKeys = KeyStore.getInstance("PKCS12");               
                keyStoreKeys.load(new FileInputStream("mycertificate.pfx"),"certpassword".toCharArray());
                keyMgrFactory = KeyManagerFactory.getInstance("SunX509");
                keyMgrFactory.init(keyStoreKeys, "certpassword".toCharArray());
                sslContext = SSLContext.getInstance("SSL");
                sslContext.init(keyMgrFactory.getKeyManagers(), null, null);
                socketFactory = sslContext.getSocketFactory();
                Socket socket2 = factory.createSocket("www.my.host", HTTPS_PORT);
          } catch (Exception e) {
                e.printStackTrace();
            URL url = new URL("https://www.my.host/mypage");      
            // Open a HTTP connection to the URL assigning the SocketFactory we created before
            HttpsURLConnection conn = null;
            conn.setDefaultSSLSocketFactory(socketFactory);
            conn = (HttpsURLConnection) url.openConnection();              
            // Allow Inputs
            conn.setDoInput(true);
            // Allow Outputs
            conn.setDoOutput(true);
            // Don't use a cached copy.
            conn.setUseCaches(false);
            conn.setRequestProperty("Connection", "Keep-Alive");
            BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            String response = "";
            while ((line = in.readLine()) != null) {
                response += line+"\n";
            System.out.println(response);
    }Hope this could be useful for someone else. Thanks to everyone who read or replied to my thread. :)

  • How to install SSIS on SQL Server Developer

    I have SQL Server Developer.  I know I can add in SSIS.  Can you tell me the steps to install SSIS on my machine?
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Hi ryguy72,
    Based on my research, in the version of SQL Server 2014, SSDT BI is no longer included in setup. If we require Integration Services design-time features, we must also install SQL Server Data Tools (SSDT). Installs Microsoft SQL Server Data Tools Business
    Intelligence project templates for Analysis Services, Integration Services, and Reporting Services that support Visual Studio 2012.
    Please download and install Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 from there:
    http://www.microsoft.com/en-in/download/details.aspx?id=36843
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to install SBOP BI 4.0 client tools

    Hello Everyone
    We have installed BO server and need to install the client tools on local desktop. Could anyone please guide me towards installing SBOP BI 4.0 Client Tools. I have downloaded the following tools
    1.     SAP CRYSTAL REPORTS FOR ENTERPRISE 4.0 SP02 WINDOWS (32B)
    2.     SBOP BI PLATFORM 4.0 SP02 CLIENT TOOLS WINDOWS (32B)
    3.     SBOP BI PLATFORM 4.0 SP02 LIVE OFFICE WINDOWS (32B)
    4.     SBOP BI Platform 4.0 - Temporary Keys       
    Do i need any more tools to download for clients. Is there a specific procedure in installing these components.
    Kindly guide.
    Thanks and Regards
    Ahmed

    Hi,
    there was a special installation order during XI 3.1 i`m not quite sure if there is one in BI4. To be sure i would recommend the following order:
    BI4 Clients
    BI4 Live Office
    CR for Ent
    The Installation process is pretty straight forward like installing an Office Package. So just only "Next" -> "Next" -> "Finish" and so on.
    You can find the official Installation guides under help.sap.com
    Regards
    -Seb.

  • Error while installing new com+ component SAP CRM Mobile Transfer 5.0

    Hello experts,
    I've upgraded crm/msa from 50sp6 to sp11. In SP11 there msa/mas use dot.net framework
    2.0 .
    For this I have to upgrade the commstation with note 1065337, but after deleting
    the com+ component DOTNET.TransSrv I cannot reinstall the new MsgTransServer.dll,
    I get error:
    you do not have permission to perform the requested action. If security is enabled on the system
    application of the targed computer make sure you are included in the appropriate roles.
    Has anybody similar problems while upgrading this ?
    I've checked MS-note 909444 for new user rights, but didn't help.
    Thanks Gerd

    Hi Siva,
    I've registered the dll with command line execution as described in
    note 1036377. This should solve the problem.
    If you have still problems with admin rights on the server have a look on
    note 1036377.
    Best regards
    Gerd

  • How to install a java based irc client into a hand...

    I've tried to install a java-based irc-client, but all I get is a webpage thanking for downloading. Something is updated for a while, but no application nor any new files seem to have been stored into the handheld nor mem-card.
    Is there a way to installa programs straight from the web other than Ovi-service. I dod not find any links nor feature to browse outside the OVI-store selection. Ovi however loaded with the installer in my phone, XpressMusic 5310.
    B.Sc Information tech
    Phones I have or used to have: ancient Ericsson, Nokia: 6510, 2610, 5310 XpressMusic

    Hey you can create java client using Eclispe or WSAD or far that matter any other IDE. crate a project save the WSDLs in a package. Right click on WSDL goto webservice option. From there you can generate client.
    cheers,
    sapan
    Is it still open ?
    cheers,
    sapan
    Edited by: sapan on Feb 25, 2009 1:17 AM

  • How To Update A Table View From Client Side !!!!

    Hi I would like to update a table view from the Client Side. So that the user can keep updating the relevent data on the client and when they have finally finished they can press Save so the entire page is then sent to the Server.
    Does anyone know how to do this, I guess u have to use the EPCM, I have just started on it and would really appreciate some Help.
    Thanks,
    Emmanuel.

    This is what I found :-
    There are a couple of ways to approach this.
    1) load the excel spreadsheet into the database "as is". You can use interMedia
    text to convert the .xls file into a .htm file (HTML) or use iFS (see
    http://technet.oracle.com/
    for
    more info on that) to parse it as well. InterMedia text will convert your XLS
    spreadsheet into a big HTML table (easy to parse out what you need at that
    point)
    2) Using OLE automation, a program you write can interact with Excel, request
    data from a spreadsheet, and insert it. Oracle Forms is capable of doing this
    for example as is other languages environments. In this fashion, you can remove
    the "manual" and "sqlldr" parts -- your program can automatically insert the
    data.
    3) You can write a VB script that uses ODBC or Oracle Objects for OLE (OO4O) in
    Excel. This VB script would be able to put selected data from the spreadsheet
    into the database. We would recommend OO4O. It provides an In-Process COM
    Automation Server that provides a set of COM Automation interfaces/objects for
    connecting to Oracle database servers, executing queries and managing the
    results. OO4O is available from
    http://technet.oracle.com

  • How to set clock skew property at client side when invoking web services

    Hello,
    now we're using weblogic 11g, we want to set the clock skew properties.
    in server side, we "Create a Web Service security" to set the "Clock Skew" property, change it value from 60000 to 120000, then we invoke the web service from stand-alone client on another machine, the clock skew between the server machine an client machine is 80000. but it still throw exception:
    javax.xml.ws.soap.SOAPFaultException: Message Created time past the current time even accounting for set clock skew+
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory$JAXRPCTube.processResponse(TubeFactory.java:241)+
    we think we still need set the clock skew at client side. in webloigc8.1 doc(http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webserv/client.html), we find there's properties such as "weblogic.webservice.security.clock.precision" we can set in client side, but in weblogic 10.3 doc, we can't find these properties.
    now how to set the clock skew at stand-alone client in weblogic 11g?
    Thanks!
    Fred

    Hello,
    now we're using weblogic 11g, we want to set the clock skew properties.
    in server side, we "Create a Web Service security" to set the "Clock Skew" property, change it value from 60000 to 120000, then we invoke the web service from stand-alone client on another machine, the clock skew between the server machine an client machine is 80000. but it still throw exception:
    javax.xml.ws.soap.SOAPFaultException: Message Created time past the current time even accounting for set clock skew+
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory$JAXRPCTube.processResponse(TubeFactory.java:241)+
    we think we still need set the clock skew at client side. in webloigc8.1 doc(http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webserv/client.html), we find there's properties such as "weblogic.webservice.security.clock.precision" we can set in client side, but in weblogic 10.3 doc, we can't find these properties.
    now how to set the clock skew at stand-alone client in weblogic 11g?
    Thanks!
    Fred

  • How to install Oracle 11gR2 Enterprise Ed. DBCA side by side with stand ed

    I currently have an installation of Oracle11gR2 standard edition on linux red hat. I needed to have a side-by-side oracle 11gR2 install with enterprise edition on the same server. I installed the database components successfully. I tried running DBCA but it created the new database as standard edition even though the database was created in the new 11gR2 enterpsie edtion directory. I'm a newbie at this, but I'm assuming this is because the DBCA is the standard edition DBCA. So, my questions are: do I need to install the client components for 11gR2 enterprise edition? Will the DBCA created override the standard edition version even if I put it in the new 11gR2 enterprise edition home? Thanks in advance.

    I currently have an installation of Oracle11gR2 standard edition on linux red hat. I needed to have a side-by-side oracle 11gR2 install with enterprise edition on the same serverSteps:
    Copy the installer files at /tmp/database/ directory.
    Note: You already have installed SE, let say the home is /u01/app/product/11.2.0/db_home1
    Now create a new oracle home, let say /u01/app/product/11.2.0/db_home_ee
    Now $cd /tmp/database
    $./runInstaller ORACLE_HOME_NAME="Ora11gR2_EE"
    It starts the installer, pass through all the checks and Select Database Edition, EE.
    How after the database binaries are installed correctly;
    Run
    $export ORACLE_SID=<NEW SID>
    $export ORACLE_HOME=/u01/app/product/11.2.0/db_home_ee
    $export PATH=$ORACLE_HOME/bin:$PATH
    $dbca
    HTH

  • Any ideas on how to re-sort report data on client side

    Hi,
    Could anybody provide any ideas on what technologies I should
    apply to enable user to re-sort the data of a report on client
    side browser.
    Thanks
    JC

    Hi,
    if you create a frameset, this could have a javascript array
    containing your result set.
    Then when the frameset is loaded it could populate its own
    single frame with the contents of the array (the initially
    sorted rows of the report).
    Now by some trigger (e.g. clicking on the heading) you could
    tell the javascript in the frameset to resort the data array,
    ordering by the column clicked on. Then send a call to the
    function that populates the frame with the contents of the array.
    This should do what you want, but it is not really a Portal
    solution as the report would have to be a procedure in PL/SQL
    rather than a 'proper' Portal report.
    If I get time I will create an example using the SCOTT.EMP table.
    Regards Michael

  • How to install SDK com into Delphi 7

    Hello All,
    I am a freshman about SBO, now I try to install the SDK com into my Delphi7, how to do? who can provide a sample? thanks for your help in advance.

    Hi Alex,
    You shouldn't install the components, you should just click the "Create Unit" button and not the "Install" button on the Import Type Library window.
    You don't use the components as visual components, you just refer to the unit (add the newly created unit in your Uses clause in the unit).
    Please also close the question if it is solved.
    Hope it helps,
    Adele

  • How to install SSL Certificates automatically in Client machine

    Hi All
           I have installed Certificates for SSL in Planning server machine for Planning Web services.While connneting to Server through excel-addin from client machine it is not connecting
     Error is bleow:
    "The underlying connection was closed : could not establish trust relationship for the SSL/TLS secure channel" and then getting the following error
    "The PerformancePoint Server System is currently unavailable"
    I got it this is due to Certification not installed in client machine.
    So i tried to install certificate through IE web browser ..i typed webservices links ..i.e https://servername:443 in address box
    ..not admin console link.Because if i connect to Admin console then i connect to Planning server it is  not showing me the dialog box  " Security Alert "
    So typed direcly  webservices in address box.Then "Security Alert" dialog box opened ,In that i clicked "View Certificate" button and installed manually.Then this problem solved.
    But i want to check this is a way to install cerficate in the client machine or there is any other way to do it automatically...
    Please help me to solve this..
    Thanks
    Abdul

    Abdul,
    The problem seems to be that the certificate authority that created your certificate is no trusted by Windows.... That process of installing the root certificate in the clients machines should not be needed if the ceritifcate is obtained from the right ceritifcate authority...
    Where did you purchased your certificate from?
    Regards,
    Pablo Barvo - MSFT

  • How to install XviD Quicktime Component?

    I'm trying to watch a .avi video using Quicktime but a pop-up appears saying "Additional software is required for QuickTime to playback this media." So I clicked the link and downloaded the binary of the XviD component. Now I have XviD_Codec 1.0 alpha.component.
    It says
    To install this component, just drag the File "XviD_Codec 1.0 alpha.component" into Library/QuickTime. The Library directory can be found either at your home directory (to install just for the actual user) or at the top-level of your startup volume (this needs an administrator account). DO NOT PUT IN: /System/Library/QuickTime.
    It is possible that the QuickTime directory does not yet exists. In that case you can create it yourself. Pay attention to capital letters if you use a case sensitive file system (i.e. UFS).
    I do not have Library/Quicktime.
    Can someone give me directions on what to do?

    It says
    To install this component, just drag the File "XviD_Codec 1.0 alpha.component" into Library/QuickTime. The Library directory can be found either at your home directory (to install just for the actual user) or at the top-level of your startup volume (this needs an administrator account). DO NOT PUT IN: /System/Library/QuickTime.
    Sounds normal to me. The "~/Library/QuickTime" folder is the standard location for user and application installed QT components which are used globally by all account users. On the other hand, the "~/System/Library/QuickTime" folder is where QT components installed by the operating system installer are placed for global use. These instructions appear to be correct.
    It is possible that the QuickTime directory does not yet exists. In that case you can create it yourself. Pay attention to capital letters if you use a case sensitive file system (i.e. UFS).
    I do not have Library/Quicktime.
    Highly unlikely if you are running Mac OS X V10.5.8 as indicated in your posting. As you can see here, when the startup drive is opened at the root level, you should find a minimum of four folders—the "Applications" folder, the "Library" folder, the "System" folder, and the "Users" folder. Without these folders, your computer would be little more than an electrified paperweight.
    I do not have Library/Quicktime.
    Either you are looking in the wrong place or someone has been playing around on your system (e.g., in the Console app) and made the folder invisible.

Maybe you are looking for

  • How do i stop websites from hijacking my firefox home page setting? this hijacker didn't even identify itself with a logo.

    at least two times my firefox preference home page has been changed. bing did it the first time, and there have been others. this time it is an unknown location. the new home page has no logo, and i'm not sure who it is. i've got avg protection softw

  • Asset Depreciation by Shiftwise (* Day wise tooo)

    Hi AA Experts, My client have a requirement of calculate a depreciation on shift wise. Scenario is as below: In the month of Jan-11 Shift       Days                   Depreciation rate 1st     -    31 days        -       5% 2nd    -    25 days       

  • WHT deduction on Check reciept through FBCJ

    HI All I have a scenario of advance receipt which i am doing through FBCJ Check Receipt Option. I am facing a problem that it is not posting an entry of TDS (WHT) at the time of receipt however TDS (WHT) entry is getting generated if am posting throu

  • OBIEE 11G Configuration??

    Hi Experts, I tried installing OBIEE 11g. During configuration all of a sudden my computer turned off, now is there any way that we can resume the installation or at least is there a way to do only configuration?? Thanks, DK

  • Mail sender - same name I have put in AdressBook

    Hi there, First of all say 2 things: This is my first post in this forum; and my English is poor, so my apologizes. I would like to ask a question. Can I see When I receive a e-mail from (for example) Peter Griffin (this is the name I put in AdressBo