Insight

I have EP installed on a solaris box. I have the following issues.
1) When I use startSap to start the J2ee instance, It tell me that ABAP Database not available via R3trans.
Is this really an issue. If so what do I need to do
2)Can a single Java instance reference multiple R\3 systems. If not how can I install other instances
3)My CRM system doesn't have an internal ITS so I use a standalone one. To configure WAS to connect to it what do I use.
Urgent help well be greatly appreciated

hi Prince,
Go to the url <b>http://<host>:port/sld</b> it will ask for a admin user and password. give the same.
Click on the <b>Help menu</b>. it will open up a <b>PDF</b> Document and that will tell you What is SLD, how to configure it and all realted information. You may configure the same using that document.
Rgds
Ak.

Similar Messages

  • Can't view or edit Application Insights webtests in the new Azure Portal

    I'm in the process of setting up Application Insights for an Azure Cloud Services Web Role.  Things have been looking good so far - I've enabled App Insights telemetry to the VS2013 solution, configured correctly and am getting usage/monitoring data
    displayed in the NEW Azure Portal (portal.azure.com).
    I set up my first "webtest" on Friday to monitor the site availability from three separate locations around the world and alert when down; however, logging in today shows my webtests graph as blank, i.e. contains no data. 
    Usually, when this is the case, there's a link provided to create new webtests, but since I've already added a webtest, this is no longer the case.  So I can neither view or edit my existing webtest, nor create a new one.  I have tried clearing
    my browser private data and even use a different browser but the result is the same.  I have also tried deleting and recreating the Application Insights instance with the same name but the result is the same (although the data from the deleted instance
    remains...).  My only recourse is to create a new, differently named Application Insights instance and set it all up again, losing the telemetry collected so far.  This isn't such a big deal during the prototype stage, but when this goes into effect
    on the production site, deleting and starting from scratch whenever there's a webtests problem isn't going to be an option.
    How do I view/edit/clear existing webtests?  Is it possible to do this through Azure PowerShell or the Azure SDK?

    Hi Chris Haigh,
    We are working on this thread and will try to reply with the proper resolution as soon as possible.
    Regards,
    Azam khan

  • Have an iphone 3GS, 2 email accounts.  My work email account used to work.  Now if I send any emails from this account it only appears in my sent box.  Recipients internal and external do not receive.  IT person cannot figure why occurring.  Any insight?

    Have a iphone 3GS; 2 email accounts.  one is for work.  It used to work fine until about Feb 2011.  Now when i send emails from my work account it only appears in the sent file.  Recipients do not get email.
    IT person looked at it & cannot find why this is happening.
    Any insight why this is occurring??

    This has nothing to do with your iPhone.
    If a message is in the account's Sent mailbox, this means the message was successfully sent. If a message cannot be sent for whatever reason, it will remain in the Outbox.
    What happens to a message after it was successfully sent has nothing to do with the email client or computer/device used to send the message.

  • How to create an if statement in Insight?

    I'm just starting with Insight, and want to take a look at some basic completeness data.  Running into an error every time I try an if statement.  In the Insert New Metric GUI, the error reads "The formula for the derived metric is incorrect"
    The current syntax is If([Company] = "Some Name", 1,0)
    This seems to be the syntax asked for by the function wizard.  Company is included in the report.
    I have been able to create some other metrics such as percentages of two fields.
    Other than the two Eloqua insight report guides, are there any other resources which go into depth for formula creation?

    I don't recall ever seeing anything quite that detailed. The only documentation in existance for insight (links need to be updated to the new Topliners portal):
    http://topliners.eloqua.com/community/know_it/blog/2012/07/24/eloqua-insight-analyzer-user-guide-introduction
    http://topliners.eloqua.com/community/know_it/blog/2012/07/24/eloqua-insight-reporter-user-guide
    http://topliners.eloqua.com/community/know_it/blog/2012/07/31/eloqua-insight-advanced-analyzer-user-guide
    ELOQUA INSIGHT Report Details Guide: http://topliners.eloqua.com/docs/DOC-3375
    http://topliners.eloqua.com/community/know_it/blog/2012/08/29/eloqua-insight-database-health-dashboard-faq-and-glossary
    Using Attributes and Metrics with Eloqua Insight: http://topliners.eloqua.com/docs/DOC-4987
    Eloqua Insight Data Model: Attributes and Metrics: http://topliners.eloqua.com/docs/DOC-3392
    If you don't find your answers in any of the documents above then the documentation for it does not exist or something new was written in the past month.
    Generally they store everything that exists here: Know It
    or here: http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAA/index.html#Help/Insight/Insight.htm%3FTocPath%3DInsight%2520(Re…
    -Alexander Huzar

  • No data in insight

    Hi.
    Please, give me advice what to do to find the solution and see data in insight dashboard (BPC for MS SP5).
    What i did:
    1. i started insight service and set it to automatic
    2. activated insight in bpc administration
    3. made synchronization manually and planned it
    4. created KPIs
    The data for KPIs exist in the application, but there is no data in dashboard. Is there any option i missed.
    Thanks in advance.

    Raghu,
    The note you found and gave me as solution is not about BPC Insight. More of it i ask about BPC for MS and the note you read is about the other technology that has the same name. I already read SAP notes and they dont help.
    Please if anyone has the same symptoms and found the solution write me back.
    Thank you.

  • Code insight is not working correctly in Jdev 10.1.3 (preview) and java 1.5

    The code insight does not work for me. I followed the advice of Steve Muench given here:
    http://radio.weblogs.com/0118231/stories/2003/01/17/whyIsntMyCodeInsightWorking.html
    but that did not change the problem. The problem seems to be related to new java 1.5 features. As soon as I start using generics the code insight is lost...
    Any clues what is going on? I s this easy to fix?
    -- example: (NOTE that iI use double (( )) to indicate generics definitions. the forum software would not let me put in the correct syntax!)
    package mypackage;
    import java.util.Set;
    public class tester1
    private Set ((Integer)) intSet = null;
    public tester1()
    intSet. ---- NO CODE INSIGHT POPS UP! (if i change to "private Set intSet = null;" it works)
    public static void main(String[] args)
    new tester1();
    P.S.
    Also, i noticed that the auto-import ist not working for the "Set((Integer))" line!
    Message was edited by:
    user444936

    thanks for the info.
    Hmm - too bad. I may have to switch to eclipse or something then, since my project involves some 1.5 parts and the missing code insights and import features are a real pain for me.
    Cheers,
    Jochen

  • Universal App: no Application Insights for Windows Phone 8.1 project

    I just created an universal app and installed the Application Insights Tools for Visual Studio extension. It was easy to add AI for the Windows 8.1 project. Unfortunately there is no "Add Application Insights Telemetry to project..." command for
    the Windows Phone 8.1 project. Am I missing something? What might be wrong?
    Thanks
    Hans-Peter

    Officially yes, but you should be able to get it to work:
    • Add Microsoft.ApplicationInsights.WindowsPhone package to the “Phone” project.
    • Add Microsoft.ApplicationInsights.WindowsStore package to the “Store” project.
    • Add <InstrumentationKey/> element to the ApplicationInsights.config files in both Phone and Store projects with the actual instrumentation key of your app. You need to decide whether you want to use single key for both windows and phone apps or separate
    keys.
    • Create a new instance of the TelemetryContext class in the App class in the Shared project and store it in a public static variable for use by the rest of the code in the universal project.
    Jakub Oleksy | Developer | Visual Studio Online

  • How can I create a scene and move 3D models in INSIGHT with Labview?

    Hi!
    I need some help in doing a LabView application. What i have to do is controlling a 3D model represented in Insight with Labview. Something similar like the six-axis-robot example. I follow the insight configuration wizard, but nothing moves. Comparing the ".cis" files in my program and the one from the six-axis-robot, i found that in the six-axis-robot file contains something called localsystem and the one made by me, doesn't. Can be this the problem? How can I make it work? I would need some kind of step-by-step response, because i'am a beginner with Insight and 3D models. Thanks in advance!
    Regards!
    Juan

    Thanks for the advice!
    I'm actually finding the next problem. Although in my VRML file the objects are defined separately in a jerarchy tree, I can't move(rotate, translate) each object individually. I have noticed that when i define a new local system and asign it the points of the object i want move in the way you explain (right click, and then dragging the points to the new local axis), the movement of this object is dependent of the other local systems i have defined for other objects , specially if the slave  nodes of the .cis file has a lower numeration than the object i want to move. The fact is, the movements assigned , for example to the nodes 1 to 100, will affect to the rest of the nodes if i also define for the rest of the nodes other movements. How can i solve this? I send you my .cis file, just in case my explanation is not enough clear. In this file you can see that movements assigned to nodes 1 to 4078, will also affect to nodes 4079 to 7168, and what i would like to do is define a movement for each obeject independently.
    Thanks again!
    Attachments:
    ring.zip ‏2 KB

  • App Insights for web application not working when deployed to Dev server

    App Insights is not sending telemetry data for ASP.NET MVC web *requests* (page views from the JS instrumentation are fine) when the app is deployed to the Dev or Test IIS servers.  On local IIS express it works perfectly fine.    I have
    no idea how to troubleshoot this problem.
    Bert Jackson

    - the AI.config file is both in the root of the site, and the /bin folder (which was confusing the other day).  Both are correct.
    - it looks like a local browser can go to https://dc.services.visualstudio.com (it results in a 403 since its just a GET to the root).  During this test, I found that this server did NOT have the Root trust certificate (Baltimore cybertrust), which
    would cause problems when using IE locally to browse the app; the javascript AI logging was not working, because it couldnt fetch the ai.0.js file).  I got the proper root certificate installed on the server, but request logging still not working.  I
    dont believe the firewall is a problem.
    - I've verified that all binaries are indeed deployed in to the bin folder on the server
    - web.config does have the AI http module; I've verified via logging that the ApplicationInsightsWebTracking is loaded.  However, I have custom Context/Telemetry initializers, and their Initialize() methods are *NOT* being called when deployed on the
    server.  I've tried both ways of registering the initializers; via code in the Application_Start() event and also in the ApplicationInsights.config file.
    I don't know how to troubleshoot any further, to figure out if AppInsights is actually *trying* to send telemetry out and failing, or if its not actually even trying.
    Bert Jackson

  • Time taken to replicate campaigns from Eloqua into the Insight reporting tool

    I have found there seems to be a delay in the campaign metrics for active campaigns getting into the reporting tool so that I can extract them for sales follow up.  Does anyone know how long this is supposed to take?

    Hello,
    For Insight Reporting it can take up to 24 hours for metrics to show up in reporting found in Insight. For more "real time" data try clicking in the asset (ie campaign or email etc) and click on the gear-cog --> settings --> Operational Reporting. These reports show the most up to date data. The down side to this data is it is only able to show you up to the last 3 months worth of data.
    I hope this helps!
    Stephanie

  • I have a new iPhone 4 and every time I plug it into my laptop I get the "blue screen of death", it didn't do this the first time because I downloaded all my music from iTunes but ever since it has done this.  Anybody have any insight?

    I have an iPhone 4 and downloaded all my iTunes music to it.  Now when I connect it to my laptop I automatically get the "blue screen of death", does anyone have any insight into this problem?

    This will happen if you have photos in your camera roll and an out-of-date scanner or webcam driver. See this: http://support.apple.com/kb/TS1502

  • Error in Information Steward when viewing data on Views (Data Insight)

    Hello
    In SAP Information Steward -> Data Insight ->
    Project -> Views -> for example
    selecting "Customer Master Company Code KNB1" -> view data
    brings this error message:
    Data Services execution failed for CUSTOMER MASTER COMPANY CODE KNB1.
    Error :
    (14.2) 05-14-14 13:37:08 (R) (1536:4256) R3C-150605: |Data flow
    vviewdf_434_f39d42a2_e2ba_4ee3_add3_b4fa4ae25dad|Embedded Dataflow
    EDF_VIEW434|Reader EID_2_EABAPDF_VIEW434_0|Transform
    EID_2_EABAPDF_VIEW434_0__Driver The SAP job was canceled for host < >,
    job name <ZISCUSTOMERMASTERCOMPANYC 05/14/14 13:36:40>, job count
    <13364100>, job log from SAP < 14.05.2014 13:36:42 Job started
    14.05.2014 13:36:42 Step 001 started (program ZW09148001, variant
    &0000000000000, user ID REBERLE) 14.05.2014 13:36:44 Internal session
    terminated with a runtime error RAISE_EXCEPTION (see ST22) 14.05.2014
    13:36:44 Job cancelled >.(14.2) 05-14-14 13:37:08 (E) (1536:4256) R3C-
    150605: |Data flow
    vviewdf_434_f39d42a2_e2ba_4ee3_add3_b4fa4ae25dad|Embedded Dataflow
    EDF_VIEW434|Reader EID_2_EABAPDF_VIEW434_0|Transform
    EID_2_EABAPDF_VIEW434_0__Driver The SAP job was canceled for host
    <*****>, job name <ZISCUSTOMERMASTERCOMPANYC 05/14/14 13:36:40>, job
    count <13364100>, job log from SAP <*****>. This message contains some
    internal system details which have been hidden for security. If you
    need
    to see the full contents of the original message, ask your
    administrator
    to assign additional privileges to your account. (COR-10690)
    OR
    Data Services execution failed for GENERAL MATERIAL DATA MARA. Error :
    (14.2) 05-14-14 17:48:18 (E) (1256:6164) RES-020106: |SESSION JOB_VView_427_cc24f0fc_5063_4c78_8069_9284f1b90848|DATAFLOW EABAPDF_VIEW427_0|STATEMENT <GUID::'c653fd4c-0efa-473f-b280-f4430440939e::40f26e19-6a6d-4def-838c-c27f60f8fd49::3f2886f5-6c62-42af-8a97-cf3be217727a' READ TABLE ICCDS_92."".MARA OUTPUT(IS_VIEW_RDR_222_0)> Table <MARA> for owner <> was not found in the repository for datastore <ICCDS_92>. Import this table from the external source. If the name is case-sensitive in the database (and not all uppercase), enter the name as it appears in the database and use double-quotation marks around the name to preserve the case. (COR-10690)
    Im not sure if the rfc connection to the SAP ERP is functional because this error appears:
    Error Details ERROR: program SAPDS not registered
    Error Details LOCATION: SAP-Gateway on host xxxxxxx /
    sapgw00
    Error Details DETAIL: TP SAPDS not registered
    Error Details COMPONENT: SAP-Gateway
    Viewing data from tables is working but viewing data from views gives errors above.
    Any ideas ?
    Best regards,
    Robert Eberle

    Hi
    well that makes sense, I did't see the transport files you mentioned in the Transport Queue in the
    ERP system.
    But, in KB 1971036 it is explained that the newer transport files should be imported from
    OSS Note 1916294 after deleting the functions /BODS/BODS. (see attachment)
    Do you think I should import first the transport files from the Admin
    directory, then reimport those from note 1916294 or not ?
    Regards,
    Robert

  • Application Insights is not recording any data from the released version of my Windows Phone app

    I released my first Windows Phone app a week ago, and Application Insights worked perfectly to collect usage data whilst in a debug build. However, the released version of the app is not returning any data at all. Is this a common problem for new apps or
    is there a problem that I need to address?
    I configured Application Insights for my app using the information on this guide - http://msdn.microsoft.com/en-us/library/dn509554.aspx
    Any ideas or help would be greatly appreciated, thanks for your help.

    Hi Bernard, thanks for your reply.
    I tested the data using a release package of the Windows Phone app deployed directly to my phone from Visual Studio and the data appeared after around 10 minutes. However, once I published the exact same package to the Windows Phone Store and started using
    the version downloaded from the store, no usage data has been uploaded even after several days of waiting.
    I am using SDK 0.7.1 and Application Insights Tools for Visual Studio v1.3.2. The app is built for WP 8.0 and running on WP 8.1.
    The instrumentation key is 757eeaff-605e-44a2-8eaa-6abf498bfcf5.
    Thanks for your time and help, I really appreciate it.
    Dan

  • Error while trying to enable remote on hd insight cluster

    I'm trying to enable remote on our hd insight cluster, but every time I do, I get this error:
    "An invalid passthrough request payload was submitted"
    Any ideas?

    Hi,
    Are you enabling remote on your HDIsight cluster via the management portal or .NET SDK?
    Are you following the following steps?
    To enable Remote Desktop
    Sign in to the Azure portal.
    Click HDINSIGHT on
    the left pane. You will see a list of deployed HDInsight clusters.
    Click the HDInsight cluster that you want to connect to.
    From the top of the page, click CONFIGURATION.
    From the bottom of the page, click ENABLE
    REMOTE.
    In the Configure Remote Desktop wizard, enter a user name and
    password for the remote desktop.  Enter an expiration date in the EXPIRES ON box. 
    The expiration time of day is assumed by default to be midnight of the specified date. Then click the check icon.
    You could refer the following link for details:
    http://azure.microsoft.com/en-us/documentation/articles/hdinsight-administer-use-management-portal/#connect-to-hdinsight-clusters-by-using-rdp
    Please Note that the user name must be different from the one used to create the cluster (admin by
    default with the Quick Create option) and that the expiration date must be in the future and no more than a week from the present.
    Hope this helps.
    Regards,
    Malar.

  • PSE7 (editor) not opening for Vista 64-bit, any insight?

    Six months ago I bought a new Dell laptop with Elements 7.0 and up until a few days ago it was working great.
    Now, when I double-click on a .jpg, and as Photoshop is loading I get an error message saying that editor has stopped working and has to close, which is the only option I have.  I haven't been able to access the full editor function for almost a week.  Today after a total of 4 hours on the phone with Dell they were useless.  I talked to both hardware and software departments and though they tried they couldn't figure out what was going on.  I have also uninstalled and reinstalled the program which I have on disk.  The organizer opens fine but no way to open the full editor.
    So, I guess I have two questions?
    1) Is this in fact a problem with my computer or could it be the adobe software?
    and 2)  If I were to buy PSE8 and simply bag the old program would that work better on my PC with Vista-64, or might I still suffer the same inability to open the editor?
    Perhaps I'm barking up the wrong tree here, but I had to pose the questions.  So frustrated, any insight or help would be greatly appreciated.  I have no idea what to do by this point.  Thanks.

    Unfortunately, there are many reasons why the PSE Editor might crash, and often it is hard to diagnose quickly the reason for the crash.   Here are some steps you can take to try to fix the problem. Even if you think you’ve tried some of these before, try them again, precisely as described here:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Troubleshooting_Editor_ crashes

  • My wife received a new iPad Mini for Christmas-- when connected to iMac, icon appears in iPhoto sidebar; however, there appears to be no option to "unmount." Also, unlike my iPhone 4S whose icon appears in iTunes sidebar, the Mini does not. Any insights?

    My wife received a new iPad Mini for Christmas-- when connected to iMac, icon appears in iPhoto sidebar; however, there appears to be no option to "unmount." Also, unlike my iPhone 4S whose icon appears in iTunes sidebar, the Mini does not. Any insights?

    First open iTunes (version 11). Then connect the iPad. Now is it recognized?
    If not .............
    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

Maybe you are looking for