Business Objects Open Connectivity Configuration in Universe Connection

Friends,
               i'm trying to create a Universe based on a flat file. I found out this Business Objects Open Connectivity (in Generic Sources) to use files as sources.
But I'm not sure how to use it? Can anyone help with this or share a doc how to use this functionality?

Hi BHARATH C S ,
Follow the below steps.
1. Save the Excel in Local disk.
2. Go to Start>>Control Panel>>Administrative tools>Data Sources(ODBC)
3. Select System DSN>>Add>>Microsoft excel Driver(*.xls)
4. Give a new data source name and click on 'Select workbook' and point the saved excel sheet and click on OK
5. Create a new connection in Universe designer by using the Generic ODBC connection
6. Create a new universe and insert the table which we have defined in the Excel sheet.
If this solve your issue then Mark the answer as a correct.
Regards,
Anish

Similar Messages

  • All connections in the universal connection pool are in use

    I know it's the problem with connection pool is leaking or the some of the connection is not being released properly. Where are the parameters I can change in Weblogic?
    I'm getting the following error in my OIM application running on WebLogic:
    java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:668)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at com.thortech.xl.util.DirectDB$DBPoolManager.getConnection(DirectDB.java:429)
    at com.thortech.xl.util.DirectDB.getConnection(DirectDB.java:176)
    at com.thortech.xl.dataaccess.tcDataBase.getConnection(tcDataBase.java:3217)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(tcDataBase.java:1229)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(tcDataBase.java:1158)
    at com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.readPreparedStatement(tcDataBaseBean.java:426)
    at com.thortech.xl.ejb.interfaces.tcDataBaseEJB.readPreparedStatementx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor850.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy291.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBase_dco355_tcDataBaseRemoteImpl.readPreparedStatementx(tcDataBase_dco355_tcDataBaseRemoteImpl.java:1828)
    at sun.reflect.GeneratedMethodAccessor1467.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:84)
    at $Proxy292.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBaseDelegate.readPreparedStatement(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor848.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    at $Proxy293.readPreparedStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.readPreparedStatement(tcDataBaseClient.java:621)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(PreparedStatementUtil.java:60)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.processAllByIdentifier(ReIssueAuditMessage.java:98)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.execute(ReIssueAuditMessage.java:78)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.execute(SchedulerBaseTask.java:384)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:144)
    at sun.reflect.GeneratedMethodAccessor1653.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:167)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:403)
    at oracle.ucp.common.UniversalConnectionPoolImpl.newConnectionWaitFailedException(UniversalConnectionPoolImpl.java:416)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:279)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:129)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:119)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:655)
    ... 58 more

    It's not an issue WebLogic can address. The thortech application is independently using
    the UCP connection pool product, not WebLogic connection pooling, so Thortech APIs
    would be the only way to debug/reconfigure the UCP.

  • Business Objects XI 3.0/3.1- Connection with SAP ERP not with BW

    Hi all members,
    I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP.
    My client does not have SAP Business Warehouse. Neither they are interested to have SAP BW.
    So, I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP ?
    Any other thing i have to go for?
    Kindly any member guide me in bit detail.
    Thanks and Best Regards,
    Izhar

    Hi,
    currently it is not possible to build web intelligence reports fetching data directly from an SAP ERP system. The reason is that SAP ERP data sources are not supported in universes.
    Regards,
    Stratos
    PS: An option is to deploy a BOBJ rapid mart. Please note that in this case you require the BOBJ Data services (ETL) tools. The idea behind the SAP ERP related rapid marts is that in the first step the data are extracted from your SAP ERP sources and load them into a relational database (using a predifined DWH scheme). Additionally the package provides you with universes (which rely on this predefined DWH scheme) and use the database as data sources, here your SAP ERP data were extracted to.

  • SSO2DB / Use Business Objects Credential Mapping

    Hi,
    We standardized our universe connections to SQL Server on "Use Single Sign On when refreshing reports at view time". There however is an issue with this when scheduling reports, see
    1199774 - How to schedule Web Intelligence documents based on SSO2DB universes for Oracle and SQL Server to avoid scheduling issues
    Given the solution proposed there is not optimal for us, we are looking at an alternative by standardizing on: "Use Business Objects Credential Mapping" on the universe connection. We want to use OLE DB (SQL Server native connection) for querying.
    There are 2 ways to do this:
    1. On universe connection, in the tab "Database Middleware", we directly select OLE DB. This way we do not need to create a DSN. We however get: A database error occured. The database error text is: Microsoft SQL Native Client : Login failed for user '<user>'.. (WIS 10901)
    Apparently the default authentication mode to SQL server is "native". SQL server specific user. When we create a native SQL server <user> with same password as in the mapped database credentials in the CMC, it works fine. Indicating native SQL server authentication is used instead Integrated Windows authentication.
    Can we somehow change the authentication mode towards SQL server to Win AD?
    Can we get to the SSO2DB functionality in this way?
    2. When selecting ODBC on universe connection in tab"Database Middleware", we can still use OLE DB by creating a DSN based on the SQL Server native drivers. This also allows use to fix the DSN on authentication setting "With Integrated Windows authentication".
    When we run a WebI report from InfoView and select as one of the objects the "system_User", we get the service account running the SIA. This account is also running the WebIntelligenceProcessingServer.
    Does the credential mapping setting not work in this setup?
    We expected the DBUSER/DBPWD to be passed.
    See also SSO2DB / Use Database Credentials
    Quote "Use DB credentials is not kerberos it uses DBuser/DBpass variable for accounts if they are populated. I currently have an escalation in on this with SQL there may be a bug with AD users although SQL users work fine."
    Thx in advance!
    Raf

    Ganesh, using BO credentials will only work if you have BO logins that map to specific users in SAP BW.
    It may be that you wish to section the BW reporting differently to the SAP reporting or that there are specific requirements for a particular reporting area where you can in effect use an "overrule" to replace an individual's log in with one that has a wider set of access privileges for reporting purposes. Quite why you'd let them report on more than they can see in SAP, I don't know, but there you go!
    It's more traditionally used in database-based universes for a variety of reasons, particularly access.

  • Connecting to Business Objects

    I am running Crystal Reports xi R2 Standard. My knowledge of Business Objects is limited. I have recently had Business Objects installed and now wish to connect to the Universe.  However, there is no selection in database expert in Crystal to connect to the Universe.  Firstly I thought I was running the wrong Crystal SP but after upgrading to SP6 there is no difference.  I do not find any reference to similar problems any where on the net.  I am able to open existing rom the Universe by browsing there, but I cannot run them as I get an error "The Database Connector 'crdb_universe.dll' could not be found"
    Am I running the correct version of Crystal Reports to connect to a Universe running on MY SQL, but connecting to a CA MDB Database running on SQL2005?  Are there any client-side ODBC settings that need to be in place?  If so, what driver should be used and where should they be pointed?  What else can I try?  I have seen references to a fix (ADAPT01038498), but I assumed this would be included in SP6.

    Hi Garth,
    Is the BOE server XI R2 also? If not that would be one problem, they must both be the same version and try to use the same patch level. Second, there is a Client install on the BOE CD, run it on your PC where you have CR installed. Then you may have to do a repair install of CR so it will find all of the drivers. Use the Custom Option and select the database drivers. I don't recall if Universe was an option now. If not then the client install should install it for you. Then when you go to the database Wizard you should see Enterprise or Repository as an option.
    Thank you
    Don

  • Preferences advanced network connection configure button missing

    Checking preferences > advanced > network > connection > configure how Firefox connects to the internet, found that the "settings" button did not appear. Also, the "encryption" tab on the far right was gone.
    Most recent changes were to install addons Certificate Patrol and Perspectives. I reverted to a profile saved before they were installed but that made no difference. The troubleshooting data below is without the two addons.

    Thanks for the quick response. To answer the first question, the window can't be resized, at least on 10.5. Macs are cranky about such things.
    I had been working on isolating the problem since posting the question. It is in my userChrome CSS running under Stylish; so the problem is either the CSS or Stylish or Stylish Custom. In any event not some external thing, which was my main concern. I'm sure that this did not occur with previous combinations of Firefox, userChrome, and the two extensions. The problem may never be fixed, but can be circumvented by just disabling the CSS when needed.
    Sorry to have stirred up things, but it was a troubling phenomenon.

  • How to transfer data between spreadsheets without using Business Objects?

    Hello, every time I try and log onto the business objects platform I keep getting "this system can be contacted but there is no central management server running at port 6400".  All I need to do is pass variables between spreadsheets. Both files are located in the same folder. Below are the links ive tried but have been unsuccessful  to pass data.
    (This link I used the swf loader component child and flash variables task Daya posted on Feb 15. However nothing loaded. The link wasnt a link i could display is in a browser. So i kept getting 0% when in preview mode.
    Passing values from dashboard to dashboard with Flash Variables
    Next I tried the following link. I did everything word for word and was able to display both files on the html page, but no link or connection between them existed. I would select a state and noting happened to the other swf files chart. Does this need to be in the Business Objects platform?
    Dashboards 4.0: Connect to an external
    Lastly , I used the link below. I followed everything and was able to get interaction from the parent to child however with only the files that were available on this thread. Their URL was this http://myxcelsius.com/wp-content/uploads/2010/10/child.swf?salesman=Schrute,Dwight. I get the concatenation but I dont get how this URL was generated? How do I develop my URL? My URL is able to display in a browser. My URL is
    http://kln-ftvp/KLNPheonix//LinkToReport.htm?fqn=MyEnterprise.Public.graphtest&run=true
    SWF Loader shows 100% instead of Dashboard.
    Even with my URL being able to display in internet explorer, I still only show 100% and a blank screen. Can anyone help me with any of the issues I am having trouble with? Your help is most appreciated. Thank you.

    It looks like you have more than one problems so it might be good to separate them out.
    Issue 1 - Logging on to BusinessObjects
    You say that when you try log on to the BO Platform you get the error message there is no central management server running on port 6400. I'm assuming you are trying to do this from the Dashboard designer.
    Does it work when you try to log on from the web browser?
    Make sure that you enter the correct system name in the system field when trying to log on from Designer. If you are unsure, either check what system name is used when you log on from your browser or check with your BO administrator.
    Issue 2 - Passing values to a child dashboard
    If you try to preview the dashboard in the designer, remember that the swf loader doesn't work in preview mode, so whatever you are trying to display won't be visible.
    First of all you need to have 2 separate flash files that works independently of each other. The one that you are planning to use as a child flash, make sure that you create the flash variables so you can pass variables to it and use them to filter your data if that is your requirement. But hold off on that for now.
    When you have 2 working flash files, save them both to the BI Launch Pad (or InfoView if you are on 3.1) and make sure they both work there. Then get the opendocument url for the child dashboard and try to open it in your browser directly using this url. If that works, use the same url in the swf viewer in the parent dashboard, save the parent dashboard back to BI Launch Pad and open it. It should now work.
    Let me know if you have any problems with these steps.
    Cheers,
    Josh

  • Business Object / SAP BW

    Hi Guys,
      I would like to know what is the best tool within BO to be connected with business warehouse.
    Regards,
    Iván.

    Iván:
    the best tool within BO to be connected with business warehouse.
    My unequivocal answer at this point in time would be Designer.  The Business Objects server, once configured to connect to the business warehouse, permits Designer to perform as the Semantic Layer for the user to access the data.  Designer is quite a stable tool and permits the BO administrator to fully invoke a complete set of SQL statements via Designer that will satisfy most business needs.  I have been in the BI space for the past six years, the first three under a leading competitor to BusinessObjects, the past three using BO, and hands down, Designer is a winner!
    Thanks,
    John

  • Business object type for parked invoices

    Hi,
    We are using documentum to store documents that have been attached to business object types in SAP. The business object types are configured in transaction OAC3 to point to a pre-configured content repository.
    Having this configuration allows the object type to use the "services for objects" option, enabling it to store attachments.
    The business object types for invoices have been configured and we are able to store attachments. However this does not seem to work for "Parked invoices". The configuration in the "services for objects" component is not there and the feature to store the attachment is disabled.
    As the configuration needs to be done for all object types that need to be able to store attachments, maybe someone here can indicate what the object type is for parked invoices. Alternatively, maybe there is a way to look up the various business object types.
    Any help you can provide is appreciated.
    Thanks.
    Kind Regards,
    Giwan

    Hi ,
    Thank You for your reply.
    I created inquiry . it takes BUS2031.But BUS2031 is used for quotation.But that inquiry is open in VA12(Change Inquiry) Transaction,not open in VA22(Change Quotation).
    Is there any setting for BOR object types to Document Types.
    Please give me a reply as early as possible.It's very urgent.
    Thanks,
    Saritha

  • Business Objects Composer

    According to the Supported Platforms document for Business Objects Composer there is only a connectivity between Composer 11.7.0 and Data Integrator R2. The latest documentation of Composer in the Business Objects Product Guide is XIR2. Does Composer XIR2 (11.7.0) work with Data Services XI 3.1? Is it still conveniant to use Composer or was its functionality yet integrated in the functionality of DS?

    Yes, the Composer version 11.7.1 is compatible with Data Integrator/Data Services XI 3.x. This means Composer will be able to use the Data Services XI 3.x webservices needed for the profiling and the generated atl for the jobs in Composer can be imported in Data Services XI 3.x.
    Make sure you use the 11.7 .1  version and you should be fine.
    Ben.

  • ABOUT BUSINESS OBJECT EDGE SERIES

    I have downloaded the Business Object Edge Series XI 3.0. Can some body give me the step by step guide to design a universe and to design a Web Intelligence Report with a Case Study.

    Hi Pravat,
    You can find all the documents related to Business Objects Edge Series and the Universe at the following location.
    -Please go to http://help.sap.com
    - Click on BusinessObjects tab
    -Select the appropriate product and you will find the list of all the documents.
    I hope this helps you.
    Regards,
    Prashant

  • Universe Connection in Business Objects for SAP BW as Source.

    Hi All,
    I am trying to create a new Universe connection where i took SAP  as a source , I filled all the details that is required for connection like Application server and system number.
    when i click on next it showing a error like this--
    businessobjects115.olapi.browseobject.1
    could not load provider for transport"sap"
    Could anyone please help me.

    Hi
    I have also same issue , if some one soluaiotn for it.
    Regards,
    Piyush

  • Not getting all objects with Universe connection

    I am using CR 2008 SP2 and I am trying to create my first report using a Universe as the connection.  I click on Blank Report and it opens the Database Expert.  I then open Universes under Create New Connection and the Universe that I want to connect to is there but when I double click on it to create my query I am not seeing all of my Dimensions and Measures.  This is a small Universe with three classes.  The first class has 6 dimensions in it.  The second class has two dimensions in it of which these are date dimensions and then my third dimension is my Measures dimension that has 4 measures.
    I only see 5 of my 6 dimensions from the first class.  I see both of my date dimensions from my date class but I only see one of my measures from my measure class.  When I create a new WEBI report connecting to this universe i get everything as expected.
    Any ideas?

    Hi Ron,
    Since you are using WebI Rich Client of Edge version I assume you are not using a CMS (you are not required to login when you start WRC). Is this correct ?  if so then you might need to make sure your WRC hits the appropriate folder of universes. This can be configured from menu Tools -> Options -> General tab,  where you can define a default folder for universes. Make sure you point to the folder where your latest version of universes are (locally or on a remote machine). Your WRC will always load the version of universe that is stored in that folder.
    Hope this helps
    Abdellatif Astito
    SAP Business Objects

  • Connection with Business Objects Credential Mapping

    Hello,
    We are on BOXI 3.1 SP2. We have a SQL Server 2005 database - which recognizes our Windows AD accounts and allows us access based on that.
    I am trying to create a Universe connection that can use Business Objects Credential Mapping, so that users can use their AD account to access data. However the login always fails.
    Can you please let me know if I am missing any steps here? We normally use SQL server accounts for connection , but we are trying to integrate and use AD security.
    Thanks a lot.

    When you are using BO Credential mapping in universe connection, you have to set the database userid and password in the user settings in CMC. Have you done that ?
    Also make sure that while configuring AD authentication in CMC, you have not selected any option to update users' data source credentials at log on time.

  • Can SQL Server (2008 R2/2012) Integration Services connect to Business Objects / Hyperion directly?

    Hi,
    I have a situation where I need to pull data from Business Objects and
    Hyperion using
    SSIS (2008 R2/2012). I did some pro-active research on how to go about implementing this on a couple of Forums and could only figure out the below solution.
    We can create an ODBC DSN / connection for Business Objects and that can be used by SSIS as a connection manager to directly link to the Business
    Objects Universe. (http://www.forumtopics.com/busobj/viewtopic.php?p=622922&sid=fbb54541e1daacf9714a5672b5ed1314) 
    Question 1 - Has anyone tried to implement this in past? Is this possible directly or can be achieved through some workarounds? sharing inputs/experience on this will be highly appreciated!  
    Question 2 - If this possible in any way , how to get this thing set-up in an environment where SSIS and BO are residing on two different domains/networks. Any way to establish a connection from SSIS
    to the BO instance/server?
    Would really appreciate if anyone can help me out with this issue.
    Thanks
    Akshat

    Hi,
    I have a situation where I need to pull data from Business Objects and
    Hyperion using
    SSIS (2008 R2/2012). I did some pro-active research on how to go about implementing this on a couple of Forums and could only figure out the below solution.
    We can create an ODBC DSN / connection for Business Objects and that can be used by SSIS as a connection manager to directly link to the Business
    Objects Universe. (http://www.forumtopics.com/busobj/viewtopic.php?p=622922&sid=fbb54541e1daacf9714a5672b5ed1314) 
    Question 1 - Has anyone tried to implement this in past? Is this possible directly or can be achieved through some workarounds? sharing inputs/experience on this will be highly appreciated!  
    Question 2 - If this is possible in any way , how to get this thing set-up in an environment where SSIS and BO are residing on two different domains/networks. Any way to establish a connection from
    SSIS to the BO instance/server? (To be precise - If SSIS is hosted on a Cloud environment..?)
    Would really appreciate if anyone can help me out with this issue.
    Thanks
    Akshat

Maybe you are looking for

  • I have an iMac 21.5 inch purchased in 2011 with a failing 1TB Seagate hard drive. Can I get a replacement hard drive?

    I have an iMac 21.5 inch purchased in 2011 with a failing 1TB Seagate hard drive. Can I get a replacement hard drive thru the Apple Replacement Program? I did purchase the Applecare Plan but it expired in Dec. 2013.

  • Adapter Module to convert text message to XML

    Hello Experts, I am writing a custom adapter module to convert the text  content to XML message at the sender adapter end. I have followed the steps mentioned in the "HowToCreateModulesforJ2EEAdapterEngine" guide available on SDN. I have created the

  • Newbie Flash Banners Help

    First I am new to Flash and have mostly worked in PS. I have created several animated banners in flash.  The file sizes are large.  I am trying to find a what is the best format and settings to use export these for upload into an website affiliate pr

  • "Skype has stopped working" upon launch (7.3) Windows 7

    I have been using Skype for more than a year with no issues but today when I launched Skype it came up with a message saying that "Skype has stopped working" and asked me to send information to Microsoft. Skype will not open at all - this message app

  • JSpinner model problem

    Hello, I have an application which let you insert data of a music album. All this data goes into a database. One of the possible fields is the length of the album. I thought about using a JSpinner and using a SpinnerDateModel but this gives me some p