Error while opening infopackage

Hi,
I get a short dump when i open infopackage for 2LIS_02_SCLdelta/
MESSAGE_TYPE_X.
Information on where terminated
    Termination occurred in the ABAP program "SAPLRSS1" - in
     "RSM1_CHECK_FOR_DELTAUPD".
    The main program was "RSAWBN_START ".
    In the source code you have the termination point in line 1530
    of the (Include) program "LRSS1F11".
I am not understanding this dumo and that to i am not starting the load but just opening infopackage and getting this dump. Pl help me in resolving this.
Thanks & Regards,
Vijaya

Hi,
We need to make some changes in delta settings.
See this SAP Note providing exact solution. Need to delete some table entries in PRD and BW DEV BOX.
Refer Note # 852443.
Summary
Symptom
If a MESSAGE_TYPE_X runtime error occurs in the LRSSMU36 include program in the SAPLRSSM ABAP program of the RSSM_OLTPSOURCE_SELECTIONS function module, proceed as described in the solution below.
This dump occurs if you try to open an InfoPackage for a DataSource/source system combination for which an initialization terminated incorrectly and a new INIT with overlapping selections was executed without the delta-administration being cleaned up.
The dump can also occur if you import a system copy/backup into only one of the two BW/OLTP systems without first deleting all delta queues for this BW/OLTP combination because the delta administration is always inconsistent. In such cases, contact the SAP consulting department.
A similar dump occurs in
perform "RSM1_CHECK_FOR_DELTAUPD in the LRSS1F11 include if the source system does not recognize any more inits (the roosprmsc and roosprmsf tables are empty) but if there are still entries in the RSSDLINIT/RSSDLINITSEL tables in the BW system.
This is the same as the problem described in Notes 424848 and 591382.
Other terms
Dump, include LRSSMU36, RSSM_OLTPSOURCE_SELECTIONS, MESSAGE_TYPE_X,
Init, delta queue, system copy, backup, initialization, InfoPackage,
RSM1_CHECK_FOR_DELTAUPD, LRSSMU36, LRSS1F11,
RSSDLINIT, RSSDLINITSEL, RSSM_OLTP_INIT_DELTA_UPDATE.
Reason and Prerequisites This problem is caused by a program error.
Solution
You can implement this correction only for load times from an OLTP system because transaction RSA7 is used for the delta administration/deletion.
For a DataMart, you may have to delete using transaction SE16 or a native SQL.
1. The entries for the initialization in the BW system are contained in the RSSDLINIT table for the DataSource/source system combination. Compare these with the entries in the ROOSPRMSC table in the OLTP system.
2. If there are NO entries in the RSSDLINIT table in BW, use transaction RSA7 to delete the delta queue for this DataSource/BW application combination in the source system (OLTP). For a DataMart source system, manually delete the entries in the ROOSPRMSC and ROOSPRMSF tables for your DataSource using transaction SE16 or a native SQL on the database. A DataMart can be identified by the DataSource that starts with '8', and by the fact that you CANNOT find it in RSA7 of the source system.
3. If the RSSDLINIT table in the BW system already contains entries, check the requests listed there in the RNR column in the monitor (transaction RSRQ). Compare these entries with the entries in the ROOSPRMSF and ROOSPRMSC tables with the INITRNR field. If, in the ROOSPRMSF and ROOSPRMSC tables for your DataSource source system combination, there are more entries with different INITRNR numbers, use transaction RSA7 in an OLTP source system to delete all entries and then use the RSSM_OLTP_INIT_DELTA_UPDATE report mentioned in the next section. For a DataMart source system, delete the entries that you cannot find in the RSSDLINIT table using the procedure described above.
4. Read also Notes 591382 and 424848. The errors described there also occur if you delete entries using transaction RSA7 in the source system but there is no RFC connection to the BW system. In the source system, there are no more entries in the ROOSPRMSC and ROOSPRMSF tables, but in the BW system, there are still entries in the RSSDLINIT and RSSDLINITSEL tables. Execute the RSSM_OLTP_INIT_DELTA_UPDATE report and then delete all init selections in the 'Scheduler/Init selections in the source system' menu in the InfoPackage.
5. When you have completed this procedure, you should be able to create a new InfoPackage or open an InfoPackage.
You can then open the InfoPackage again.
Check that there are no more entries in the
'Scheduler'/'Initialization options for source system' menu
If you do find some entries, delete them.
You can then start a new initialization.
If, despite the first incorrect init, you want to be able to create a second init with overlapping selections, which means that this dump will then occur, enter a detailed description of your procedure in a customer message and send it to Development. SAP has never been able to reproduce this behavior, therefore, a great deal of testing and the option to debug in your system would be required.
OR
Note 405943 - Calling an InfoPackage in BW causes short dump
Symptom
Calling an InfoPackage in BW causes a short dump (MESSAGE_TYPE_X).
Other terms
OLTP, DataSource, extractor, data extraction, delta, MESSAGE_TYPE_X
Reason and Prerequisites
The following conditions must be met:
1. The DataSource that is extracted using this InfoPackage must be a delta-capable transaction data DataSource or a master data or text DataSource if there is flexible updating of InfoObjects in BW. Additional prerequisites are listed below (there are several cases in which the dump may occur):
2
Case 1
3. There are several initialization selections for this DataSource.
4. A subset of the initialization selections was deleted before the dump.(Scheduler -> Menu scheduler -> Initialization selections source system)
5. The RSSDLINIT table in BW and the ROOSPRMSC table in the source system display different entries concerning the DataSource in question. More precisely: The RSSDLINIT table contains entries for the DataSource that have no corresponding entry in the ROOSPRSMC.
Case 2.
Alternatively, the problem may occur after a BW 12B upgrade.
Case 3.
Alternatively, the problem may occur if you have copied your OLTP system.
Case 4.
Alternatively, the problem may occur if you have installed a back-up in the OLTP system but not in BW.
Case 5.
Alternatively, the problem may occur if you load master data with flexible updating as a delta requests (0MATERIAL_ATTR, 0VENDOR_ATTR, 0CUSTOMER_ATTR and others).
Solution
You can apply note 0424848 if you are sure that this behavior only occurred because an upgrade was carried out 1.2B to 2.0B or 2.1C (Case 2) and, therefore, the roosprmsc and roosprmsf tables do not contain any entries for their Datasource/source system combination.This will copy the entries from BW into the source system and fill the roosprmsc and roosprmsf tables.
You can also use this solution for case 5 (as a workaround; the final solution is currently in progress).
IMPORTANT: You must only use this program in case 2 or case 5. We recommend that you do not use it in any other case as it may lead to data inconsistencies in BW.
If the problem is caused by individually deleted Delta Inits (Case 1), then implement the following steps according to your source system release:
1. As of 4.0B
Currently the only solution is reinitializing the delta update.To eliminate all inconsistencies, call the transaction RSA7 in your source system and delete the corresponding DataSource's delta queue for the relevant BW system.After that you must request the data again in the DeltaInit mode from BW.
If you no longer have any entries in the delta queue (RSA7) in OLTP, the inconsistencies must be eliminated by SAP BW support service.
The next PI patch contains a correction that no longer deletes all initialization selections in the source system when the deletion of a subset is called in the scheduler.
Alternatively you can import the correction instructions provided in this note into the OLTP.
2. 3.1H and 3.1I
The only way of eliminating the inconsistency is to reinitialize the delta update.In the scheduler menu, delete all the remaining initialization selections and reload data in 'Initialization of delta process' mode with or without the 'Simulation of delta initialization' flag.
If you can no longer access the scheduler because of a dump displaying this problem, ask your system consultant to implement note 419923.
If the problem is caused by a system copy (Case 3):
Ask your system consultant or SAP Support service to clean up the BW delta tables (the consultant can find the names of the tables in Note 419923 mentioned above) because you will have to reinitialize the delta again in all cases.
OR
Execute the FM "RSS1_QUEUE_DELETED_IN_OLTP", by giving OLTP source & logical system.
In RSSDLINIT table in BI entry for this datasourceROOSPRMSC table in OLTP.
Error - RSM1_CHECK_FOR_DELTAUPD
Short Dump when opening Info Package
Delete Initialization request
Hope this helps.
Thanks,
JituK

Similar Messages

  • Error while opening a report in FRstudio client machine.

    Hi,I'm getting below error while opening a report in FRstudio client machine. please help me if any of you resolved this issue earlier.
    client laptop: 64bit windows7
    hyperion version: 11.1.2.2
    error msg:
    "HARSnapin Initialize() Error -2147467259 - ; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
         java.io.InvalidClassException: com.hyperion.reporting.graphics.GridObject; local class incompatible: stream classdesc serialVersionUID = 5432192847655595077, local class serialVersionUID = -5245705824007679661"
    thanks

    I've seen umarshalling error when there is a difference between the client and server version. Is there a patch applied? I would recommend to uninstall the existing one and install if from Workspace. (this will ensure that you've the correct client version)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error while opening a Data base view

    Iam getting error while opening  a database view saying view is not maintained at the database level.
    what i should do

    If the object is not "Active" in SE11, then activate it.
    If the object is "Active" in SE11, then go to SE14, and enter the name of the view and click "Edit".  On the next screen, I would assume that it says something like,  "Does NOT exist in the database".  If that is the case, you could probably click the "Create Database View" button near the bottom of the screen.  This will then create the view at the DB level.  You should always have to do this, sometimes things have problems when creating the object in SE11, and you have to do the SE14. 
    Regards,
    Rich Heilman

  • Error while opening a datafile in dataprep editor

    Hi
    Error while opening a datafile in dataprep editor
    "opening the datafile failed see the message panel for details"
    "server.com.DEV.Perf     Read data file     September 17, 2009 8:31:51 AM EDT     Failed : 1030001"
    can anyone help me through this error..
    right i am trying to load data by creating a rules file..but could not open the file in dataprep editor..
    Thanks,
    Ram

    In some cases restarting the EAS service has fixed this error for me.

  • Error while opening the receipt entry form in AR module.

    Error while opening the receipt entry form in AR module. We have created one new responsibility of Receivables for new operating unit . When we open the corresponding
    forms , we are getting the error message as :
    NO_DATA_FOUND
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-20002.
    Kindly help in resolving.
    We have ERP version of 11.5.10.2

    Please also see the following docs.
    Transactions Workbench Error: Listing of ORA Errors [ID 1336495.1]
    FRM-40735 ERROR OPENING LIFE EVENT REASONS FORM BENLEVRS [ID 1517593.1]
    APP-AR-96996: The Defined Sales Representatives Have Incorrect Id'S [ID 437107.1]
    ARXSUDRC Receipt Classes Errors With APP-AR-96994: Please Define Sales Representatives [ID 357454.1]
    Thanks,
    Hussein

  • Error while opening .PDF files in document library sharepoint 2013

    Hi
    I am getting an error while opening a .pdf file,
    Please help me find the solution.
    Thanks
    Paru

    Launch IE -> Click on Gear (settings) -> Manage Add-ons -> Show: All Add-ons ->
    There are 2 Adobe Add-ons:
    Adobe PDF Reader  &  Adobe Acrobat Sharepoint Open Document
    Double-click both and be sure to click the button "ALLOW ON ALL SITES"
    (An * will appear in the field)
     http://crowdsupport.telstra.com.au/t5/T-Suite-Applications/There-was-an-error-opening-this-document-The-filename-directory/td-p/197425
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ae2eea40-9fa6-46be-bca1-ac5eb5597d5e/sharepoint-2010-adobe-reader-error-opening-pdf-files?forum=sharepointgeneralprevious
    http://community.office365.com/en-us/f/154/t/46204.aspx?PageIndex=2
    disable the Mcafee Firewall Plug In.  This is after of course I ran superantispyware to remove some malware.  uninstalled and reinstalled the Adobe Reade
    https://forums.adobe.com/message/1776202?tstart=0

  • Request timed out.- Error while opening a item in Blog

    Hi,
       We have a blog in our share point portal which was running properly before few days.
    We get Request Timed out error while opening an item in the blog. The list contains about        
       3500 items
    [HttpException (0x80004005): Request timed out.]
    We were able to create a new item but not able to view the item.
    When we check the server SQLSERVR.EXE takes more than 90% of the CPU Usage.
    Please let me know how to resolve this issue.
    Thanks,
    Vanitha

    Hi,
    According to your description, Please check the RAM allocated to your SQL server. MOSS server needs 2GB RAM
    to preform well. SQL requires 2GB RAM for optimum performance.
    Messages like this are mainly due to lack of RAM Allocation.
    Best Regards
    David Hu

  • Error 500--Internal Server Error while opening a taskflow  in inline popup

    Hi,
    I am getting "Error 500--Internal Server Error" while opening a bounded taskflow as a popup from another bounded taskflow containing page fragments. The popup taskflow contains jspx pages. I even removed the jspx pages from the popup taskflow to check if the error is resulting from the bindings on the pages but still I get the same error. The entire stack trace of the error in the popup dialog is :
    Error 500--Internal Server Error
    oracle.adf.controller.ControllerException: ADFC-04008: The BindingContext on the session is null.
         at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
         at oracle.adfinternal.controller.util.model.AdfmUtil.getBindingContext(AdfmUtil.java:47)
         at oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:125)
         at oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:900)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:355)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:105)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any help is greatly appreciated.
    Thanks,
    KK

    Hi Frank,
    Thanks for the reply. I am using it as an inline popup. I am trying to create command links dynamically in an iterator. When a link is clicked a popup window opens. The text of the link is passed to the popup window by creating a variable in the session scope ( I even tried request scope) by an action listener in the backing bean.
    I tried to create another simple application with a static command button which passes its text to popup window through a session scope variable. It worked fine. I am not sure why the same procedure is not working in my original application. Can you give me a hint what could possibly go wrong according the exception stack trace ?
    Thanks,
    KK

  • APEX 4.0: error while opening a XLS file downloaded from interactive report

    Hi,
    I'm getting below error while opening a XLS file downloaded from an interactive report (APEX 4.0).
    "The file you trying to open, 'customer_2.xls', is in a different format than specified by the file extension.
    Verify that the is not corrupted and is from a trusted source before opening file. Do you want to open file."
    Yes No Help
    May be this one Apex 4.0 issue.
    please help me.
    Thanks
    Mukesh

    Hi,
    is the next part of the code correct.
    What i mean is packing of the attachment, finding out the size of pdf file and doc type as PDF.
    You can also try below link..
    Link: [http://wiki.sdn.sap.com/wiki/display/Snippets/SENDALVGRIDASPDFATTACHMENTTOSAPINBOXUSINGCLASSES]
    Hope this helps.
    Regards,
    -Sandeep

  • Getting error while opening Excel document from SharePoint site

    Hello All,
    I am getting following error while opening Excel document from SharePoint site.
    This issue appears when we open Excel document from Windows>> Run using below mentioned command:
    Excel.exe "{File Name}"
    If once I go to Excel back stage and browse for the SharePoint location, then this problem disappears.
    I have a work around for this issue but main problem is that i do not have any work around when i need to open Exel document using Excel COM interop in C#.
    Thanks,
    Amit Bansal
    Amit Bansal http://www.oops4you.blogspot.com/

    Hi Amit Bansal,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing developing issues involve Excel application.
    According to the description, you got an error when you open the document form SharePoint site.
    Based on my understanding, this issue maybe relative to the SharePoint, I would like move it to
    SharePoint 2013 - General Discussions and Questions forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Regards & Fei
    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.

  • Error while opening the document

    Hi,
    i av created the document.while i m trying to oopen the document in tcode :CV02N it s giving me a message as "40.960 bytes transmitted , Code page 0000"
    Could me pls tel me what is this message and how to solve this..
    Regards
    Bhanu

    Hi,
    Kindly elaborate is this error while opening original attached in DIR or?
    If yes!
    check in DC20-->whether data carrier is defined
    check in DC30-->whether workstation application file is defined propelry or not.
    Regards,
    Seema Pilankar

  • Error while opening office document

    Hello Gurus!
    I try to use word intergation in WebIC (CRM 5.0). In "Create lead" trunsaction (CL_CRM_IC_ABOXSAMPLE_CR_LEAD class) I have Attachment tab. When I click "Create document with template" buton I get "Error while opening office document" error. In IE settings ActiveX is on. What should I do to make it work?
    Best regards,
    Artur.

    Hello Artur,
    Try this Note:
    Note 606745 - CRM Content Management: Document does not open
    It's not exactly for that issue but it may help.
    Good Luck
    Eli Steklov
    Please Reward Points if it Helped

  • Error while creating INFOPACKAGE to load transaction data

    Hi,
    I am getting the following error while creating infopackage:
    "Error in Conversion exit CONVERSION_EXIT_CUNIT_INPUT"
    I am getting this error when I click on the Start button under the schedule tab in the screen Administrator Workbench: Modelling. 
    I clicked on Monitor icon to view the diagnosis.  The diagnosis is mentioned below:
    the screen is Performance Assistant Window and the diagnosis message appears in italics.
    <i>Message No RSAR137
    DIAGNOSIS
    An error occurred in record 1 during execution of conversion exit CONVERSION_EXIT_CUNIT_INPUT for field UNIT. 
    Procedure
    Check that the record where error occurred has the correct format and correct it accordingly. </i>
    Please note that I have succesfully created update rules as I didn't get any error. 
    Also I would like some one to explain me clearly the differences between transfer rules and update rules with a clear explanation please. 
    Please help me.
    Thank you.
    Tristan.

    Hello Tristan,
    I was used to get the same kind of problems before.
    I got the problem with the data source type-Flat File (.csv)
    One solution that I have done:
    1) checked the particular record in which the error message refer to
    2) tested the particular unit from the transaction se37
       Function Module = CONVERSION_EXIT_CUNIT_INPUT
       Press F8 in order to execute
       This would be help a bit
    3) corrected data from the flat file
       another alternative solution was by:
       handling the data using routine in the transfer rules
    For my case, before executing the InfoPackage, data from flat file could be previewed. At this point, I could check which records caused the problems.
    I'm not sure about your case whether data came from which type of data source.
    That's all I could share for now.
    -WJ-

  • Getting below error while opening query in bex  3.5x

    Dear Guru's
    I am getting below error while opening query in bex  3.5x
    The following object were not found when accesing the server .
    Press repair to correct the problem (included parts of query deleted) press cancel to undo the last action.
    Regards
    Karan

    Hi,
    1) When a query administrator with the sufficient authorization (sap_all or the * authorization for the field in the authorization object) is creating the query in query designer including the 'attributes' which are not visible with the 'normal' authorizations, the query will not list the columns in the output when it is executed by the normal user.
    2) so create an authorization object for each of these attributes with * (full authorization)
    Regards,
    Marasa.

  • Error while opening JDBC connection

    Hi
    The JDBC connection works in the current page, but when I clicked a tab to go to another page using the same database, I received the error:
    Error while opening JDBC connection.
    ORA-01005: null password given; logon denied
    Unexpected exception caught: java.lang.NullPointerException, msg=null
    I used jdbc data source, I assume. In the application module configuration, there are two listed there. One is UserServiceLocal, the other one is UserServiceShare where datasource is specified. I also specify the dataSource in the Domain server admin console. I deleted cwallet.sso file. My development and deployment machine is Vista.
    I would appreciate your input!

    have you explicitly mentioned username password in your connection string?

Maybe you are looking for

  • Slingbox and Ipad to TV

    I would like to connect my Ipad2 to my TV and watch content via my slingbox. Do I need an HDMI Adapter HD TV Connector AV Converter Cable for Ipad?

  • How to send report to the Inbox of user using RE SDK?

    Hi, I want to send a report to the Inbox of user using RE SDK. How can i proceed to perform above task. Can anybody send me the detail code? it will be helpful for me to understand. please help! Thanks in advance Amol Mali

  • How to get the Host name of Unix server

    Hi all, I am need to use the Host name of application server for some purpose. where can i see the host name of the unix server ?

  • Cannot see thumbnails in KM!!

    Hi, I'm using EP 7 SP11 In some KM folders, after I've enabled the folder's thumbnail presentation, I can see some thumbnails and I cannot see some others (in this case, instead seeing the thumbnail, I only see the pic with the red cross, you know, t

  • Nvidia C2070 in windows 7 ultimate 64 bit, does it work

    Hi there I am getting some new software that has to run on a windows 64 bit platform using the nvidia c2070 graphics card.  (The program is compiled to use this card for massive speedups).  I can either buy a desktop that runs windows to do this, or