Script to report constrained delegation

Has anyone already created a script that reports constrained delegations for all user accounts in Active Directory?
This topic first appeared in the Spiceworks Community

Hello
You can do something like this.
./quickcheck.sh PRIMARY
You need an env file and then just call your sql ( quickaudit.sql) from the shell script. You can spool from the SQL and mail the spool file if you prefer.
#!/bin/bash
if [ "$1" ]
then DBNAME=$1
else
echo "basename $0 : Syntax error : use . quickcheck <DBNAME> "
exit 1
fi
# Set the Environmental variable for the instance
. /u01/app/oracle/dba_tool/env/${DBNAME}.env
$ORACLE_HOME/bin/sqlplus /nolog <<EOF
   connect / as sysdba
@/u01/app/oracle/dba_tool/bin/quickaudit
EOFThe env file needs an ORACLE_SID, path all the thing in your profile.
Example from mine :
ORACLE_BASE=/u01/app/oracle
ULIMIT=unlimited
ORACLE_SID=PRIMARY
ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
LIBPATH=$LD_LIBRARY_PATH:/usr/lib
TNS_ADMIN=$ORACLE_HOME/network/admin
PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
export TERM=vt100
export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
export ORACLE_HOME
export LIBPATH LD_LIBRARY_PATH ORA_NLS33
export TNS_ADMIN
export PATHBest Regards
mseberg

Similar Messages

  • How to call a Shell Script from Report 6i

    Hi All,
    Can anybody tell, how to call a Shell Script from Report 6i.
    Thanks in Advance,
    Bala

    try the SRW.USER_EXIT (user_exit_string CHAR);

  • Publishing CRM 2011 on Web Applicaiton Proxy Using Kerberos Constrained Delegation

    Hello,
    Couldn't find a sub category that seemed suitable for this discussion so I just dropped it in Windows Server 2012 General.
    So to summarize...
    Web Application Proxy (WAP) on 2012r2, ADFS on 2012r2, and CRM 2011 RU11 is on 2008r2.
    WAP has a pass through rule setup for the ADFS site and a preauth rule setup for the CRM site.  All SPNs and delegation are setup in AD.
    Setup is 1 WAP, 1 NIC, 1 ADFS server and 1 CRM server.
    I have successfully publish my CRM 2011 site on Web application proxy and am successfully doing Kerberos Constrained Delegation.  I am also doing Client certificate authentication on the ADFS server which works fine.  I am doing this over 49443
    just fine.
    Try to access the CRM site, WAP redirects me to ADFS as expect, Client certificate auth happens at the ADFS server,  I am redirected back to my CRM site with my authToken so pre authentication can happen successfully.  KCD ensues after just fine
    and i am reverse proxied back to the CRM site.
    Here in lies the problem though...
    When i am reversed proxied back to the CRM site, i receive the standard "An error has occurred Try this action again.... yada yada yada" message with the Try Again or Close button.  If i click try again, i am able to access the site with no
    problem and the solution works great!  This obviously is not acceptable though.
    The error URL looks like the following (changed it for obvious reasons)
    https://crmsite.contoso.com/ORG1/_common/error/errorhandler.aspx?BackUri=https%3a%2f%2fadfs.contoso.com%2fadfs%2fls%3fversion%3d1.0%26action%3dsignin%26realm%3durn%253AAppProxy%253Acom%26appRealm%3d63ce68f1-3de4-e411-9412-005056a67a8d%26returnUrl%3dhttps%253A%252F%252Fcrmsite.contoso.com%252F%26client-request-id%3d4A1A0958-76F3-0000-5D91-1C4AF376D001&ErrorCode=&Parm0=%0d%0a%0d%0aError%20Details%3a%20An%20unhandled%20exception%20occurred%20during%20the%20execution%20of%20the%20current%20web%20request.%20Please%20review%20the%20stack%20trace%20for%20more%20information%20about%20the%20error%20and%20where%20it%20originated%20in%20the%20code.&RequestUri=%2fdefault.aspx
    The error that correlates to this in CRM is
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Little bit further down
    Exception information:
        Exception type: InvalidOperationException
        Exception message: CRM Parameter Filter - Invalid parameter 'AuthMethod=CertificateAuthentication' in Request.Form on page /default.aspx
    If anybody has any insight or experience publishing CRM on WAP using KCD and has run into this issue, help would be greatly appreciated.
    Also to head of this question, we can not do an IFD setup.  There is a custom developed solution which resides on top of the CRM installation that is not claims friendly.
    Thanks!
    Jonathan

    Hi,
    Please check if anyone of the links below is helpful:
    http://blogs.msdn.com/b/javaller/archive/2014/01/13/publishing-crm-internet-facing-deployment-using-web-application-proxy-and.aspx
    http://blogs.technet.com/b/dynamicspts/archive/2014/10/03/using-web-application-proxy-to-publish-dynamics-crm-2013-to-the-internet.aspx
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • To View Calc Scripts and Report scripts via MaxL or Esscmd

    Hi all,
    Can somebody tell how to read any calc script or report script in any database with the help of MaxL or Esscmd?
    For example if there is any .csc or .rep file, I want to read the context of the file i.e. the script that is written in the file. Is it possible via MaxL or Esscmd?
    Does Hyperion supports this functionality?
    Regards,
    James

    You know that calc and report scripts are text files, right?
    They are typically stored in the database directory, although that is not a requirement; they can be stored in other client-accessible directories and run from there.
    I haven't done it in ages, but is also possible to pass calc and report scripts to Essbase via the API. I can't remember if the API will let you enumerate calc scripts from the database directory. I sort of strongly think yes. Someone who is more knowledgeable will either correct or refute that statement pretty soon. :)
    If you want to list the objects (calcs or reports): http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm
    A few things that you can do with MaxL re calc scripts:
    1) execute calculations, including a string that you pass through MaxL: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/excalc.htm
    2) delete calculations: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/drpcalc.htm
    3) list the calcs: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/dispclc.htm
    4) create the calc: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/crecalc.htm
    Report scripts are sort of a poor relation in MaxL (and were in Esscmd as well). You can basically only run a report as kind of export: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/exprt.htm
    So, I think it's mostly there, especially the display object command. BTW, if MaxL can list it, the API can too -- how else does MaxL work?
    Regards,
    Cameron Lackpour
    Edited by: CL on Dec 1, 2008 11:53 PM
    Didn't post the right URLs. Now fixed. CL

  • Script for exporting the Delegated List from Exchange 2007

    We are Planing to Migrate the Exchange 2007 Mailbox to O365 by Hybrid deployment.
    So i would like to generate the List of delegated access rights on Mailboxes, could you help the script for genetating the delegated list.

    Hello,
    Look into get-Help Get-MailboxPermission
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • TIPS(35) : SCRIPTS THAT REPORT SESSION STATISTICS

    제품 : SQL*PLUS
    작성날짜 : 1997-02-10
    TIPS(35) : SCRIPTS THAT REPORT SESSION STATISTICS
    =================================================
    SQLDBA Monitor screens get their information from the V$ tables in the
    SGA. These tables can be queried directly to obtain this information
    in a form that is sometimes more readable and easier to report.
    Following are some SQL scripts that report session and system statistics.
    1. Script to find the Session Id of the current session.
    select s.sid sess_id
    from v$process p, v$session s
    where p.addr = s.paddr
    and terminal = userenv('terminal');
    2. Script to find the Oracle Session Id if the operating system
    PID of the process is known.
    select s.sid sess_id
    from v$process p, v$session s
    where p.addr = s.paddr
    and p.spid = '&OS_PID';
    3. Script to find statistic values for the current session.
    Must be run from the same terminal as the session.
    set numwidth 5
    column orclname format a12 word_wrap
    column sysname format a8 word_wrap
    column name format a40 word_wrap
    set recsep off
    set pagesize 60
    select st.sid sid, s.username orclname, p.username sysname,
    n.name name, st.value value
    from v$sesstat st, v$statname n, v$session s, v$process p
    where st.statistic# = n.statistic#
    and st.sid = s.sid
    and s.paddr = p.addr
    and p.terminal = userenv('terminal');
    4. Script to find statistic values for the any session, if the operating
    system PID of the process is known.
    set numwidth 5
    column orclname format a12 word_wrap
    column sysname format a8 word_wrap
    column name format a40 word_wrap
    set recsep off
    set pagesize 60
    set verify off
    select st.sid sid, s.username orclname, p.username sysname,
    n.name name, st.value value
    from v$sesstat st, v$statname n, v$session s, v$process p
    where st.statistic# = n.statistic#
    and st.sid = s.sid
    and s.paddr = p.addr
    and p.spid = '&OS_PID';
    5. Script to find statistic values for the system.
    column name format a40 word_wrap
    set recsep off
    set pagesize 60
    select n.name name, st.value value
    from v$sysstat st, v$statname n
    where st.statistic# = n.statistic#;
    The above scripts are written to be run from SQL*Plus. Exclude the
    COLUMN and SET commands if you wish to run them from SQLDBA.

    The issue is the report does not work.
    I get an "error" where date information should have been shown.
    I have attached a screen capture to show my problem.
    Roger.

  • Constrained Delegation for MBAM Web User with 2003 Domain Level?

    Hi,
    i installed MBAM 2.5 in our environment and now stopped at the point where i should configure constrained delegation for the mbam web application pool account. I cannot find the delegation Tab in the user properties within Active Directory. Our domain is
    (unfortunately) still running Windows Server 2003 Domain Level. Is it maybe related to this? Within my test environment (Domain Level 2012 R2) it is working fine.
    Is there any other chance to configure constrained delegation in my situation?
    Thanks
    Stefan

    I found an older MSDN blog post that may help in this situation. It states that the delegation tab does not show up until there is at least one value set in the servicePrincipaName attribute.
    Delegation tab in ADUC not available until a SPN is set
    Hope this helps,
    David
    MDOP on the Springboard Series on TechNet

  • Hyper-V: Kerberos Constrained Delegation not working - unable to create VHD on SMB 3.0 share

    I have created a simple, three server Hyper-V environment with two Hyper-V servers and a file server.  The file server is providing shared storage over SMB.  I have configured Constrained Delegation as per the instructions found on a TechNet blog.
    However, I cannot create VMs from my Windows 8.1 workstation running the Windows 8.1 RSAT.  I get the following error:
    New-VM : Failed to create the virtual hard disk.
    The system failed to create '\\SERVER\VHDStore\Hyper-V\VH02\Virtual Hard Disks\Disk1.vhdx': General access denied error (0x80070005).
    You do not have permission to perform the operation. Contact your administrator if you believe you should have
    permission to perform this operation.
    + CategoryInfo : PermissionDenied: (Microsoft.Hyper...l.VMStorageTask:VMStorageTask) [New-VM], Virtualiza
    tionOperationFailedException
    + FullyQualifiedErrorId : AccessDenied,Microsoft.HyperV.PowerShell.Commands.NewVMCommand
    I have configured delegation on each of the Hyper-V servers to allow the service CIFS on the file server.  The permissions on the shared folder allow full control to both the Hyper-V servers and the end-user account.  I see not specific errors
    in the event logs on any of the servers involved.  
    Where else can I look too determine what is failing and why?
    Thanks.
    Ash

    Hi Ash,
    >> The permissions on the shared folder allow full control to both the Hyper-V servers and the end-user account.  I see not specific errors in the event logs on any of the servers involved.
    >> I cannot create VMs from my Windows 8.1 workstation running the Windows 8.1 RSAT.
    They are all joined domain right ?
    As you mentioned two hyper-v host computer name and the user which logging on to the Win8.1 have the full control on that shared folder , that user is still in hyper-v administrators/administrators group of hyper-v hosts.
    Please try to log on hyper-v host locally use that user account then try to create a file into the shared folder first .
    Also please refer to following link:
    http://blogs.technet.com/b/matthts/archive/2012/06/10/configuring-kerberos-constrained-delegation-for-hyper-v-management.aspx
    Any further information please feel free to let us know.
    Best Regards
    Elton Ji
    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.

  • Constrained Delegation For Remote Powershell Sessions

    Consider the case of a client (let's call it Client) doing a remote Powershell session to a server (ServerA). In this Active Directory environment, the client has full administrative permissions over ServerA. To create the
    session, the client opens a Powershell console and types:
    $ps = New-PSSession -ComputerName ServerA
    Enter-PSSession $ps
    From this point, the client wants to be able to open a different remote Powershell session to another server (ServerB). Again, he's having administrative permissions over this server as well. If he goes ahead and uses the cmdlet below:
    $newPS = New-PSSession -ComputerName ServerB
    ...this won't work by default due to the
    Kerberos double hop issue.
    A way to make this work is enable delegation for the Client AD account (by adding a dummy SPN and also making sure the
    Account is sensitive and cannot be delegated isn't enabled), and turn on unconstrained delegation for the
    ServerA computer account in Active Directory. After this is done, as soon as the 1st remote PS session is entered, issuing a 'klist' will reveal a Kerberos TGT for Client, with the 'forwarded' flag set. The 2nd remote PS session can be made without
    any issues now to ServerB.
    However, in order to make this more secure, as to not have ServerA being able to act on behalf of Client to any target machine, but only against
    ServerB, constrained delegation can be used. So the ServerA's Delegation tab in AD is changed as to contain only the
    http/ServerB.fqdn (since we're using Powershell remoting). The problem is that trying to initiate the 2nd connection fails just as in the original case (logon session does not exist). Checking things further, I've noticed that after the 1st session
    is entered, issuing a 'klist' only reveals an http/ServerB.fqdn Kerberos ticket, and no longer any Kerberos TGTs. However reading the documentation surrounding constrained delegation (namely the S4U2Proxy component)
    here, it doesn't look as the TGT should be present there.
    The question is why cannot constrained delegation be used here or more likely, what is it I'm doing wrong ?
    Note that CredSSP is a mechanism that I wouldn't want to use here. Also, even though this entry contains a lot of Active Directory information, I thought it would be relevant for the Powershell community to post here as opposed to the Active Directory section.
    If this should be moved, please let me know.

    Here's the start a series of articles that may help:
    http://blogs.msdn.com/b/taylorb/archive/2012/03/26/remote-administration-with-powershell-3-0-sessions-part-1.aspx
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • What is the difference between a script & a report ?

    What is the difference between a script & a report ?

    hi,
    script is basically used for printing,
    report is for information,
    printing a report is difficult,
    report can be interactive,
    script is not interactive,
    script is client-dependent,
    report is client-independent,
    script is modified in most cases,
    report is developed from the scratch,
    thanks,
    kcc

  • What is the current status for Kerberos Constrained delegation feature on the ASA platform?

    What is the current status for Kerberos Constrained delegation feature on the ASA platform?

    Hi Oscar,
    This is not available yet in the current software. Now, we cannot give any official information on this forum about software that has not been released yet, but if you really want to know I would suggest that you contact your local Cisco sales office to confirm with your account team which new features will be in the upcoming ASA 8.4 software release.
    hth
    Herbert

  • Sapgui scripting - export report to Excel then return to sap

    I am new to SAP and my company has just updated to 4.7. I can export a report to MS Excel as spreadsheet, run a excel macro on the spreadsheet in excel, save the excel workbook in a local directory, then close & exit excel. However, I can not get the script to continue after excel is closed. The script does not respond. the following is an example of the code:
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]/usr/ctxtS_POSID-LOW").text = "me24810110"
    session.findById("wnd[0]/usr/ctxtS_POSID-HIGH").text = "me24810111"
    session.findById("wnd[0]/tbar[1]/btn[8]").press
    session.findById("wnd[0]/tbar[1]/btn[43]").press
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[1]/usr/sub:SAPLSPO5:0101/radSPOPLI-SELFLAG[0,0]").select
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    set ns1=createobject("WScript.shell")
    ns1.AppActivate "Microsoft Excel"
    ns1.SendKeys "%TMM", True
    ns1.SendKeys "PERSONAL.XLS!EOM_Status", True
    ns1.SendKeys "%R", True
    ns1.SendKeys "%FA H:\2005_Monthly_Status\EOM_CIP_Status.xls ", True
    ns1.SendKeys "%Y", True
    ns1.SendKeys "%Fx", True
    Now... from here, the SAP report that was exported is showing on the screen, but I can't get the script to recognize any of the controls on the screen.
    Any help would be greatly appreciated.

    First, I want to thank you for your response. It's greatly appreciated.
    The message box example you sent me does and did work before. I am attaching example code (I've numbered some of the lines of code so we can reference the same code) followed by specific events. Example code follows:
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]/usr/ctxtS_POSID-LOW").text = "me24730110"
    session.findById("wnd[0]/usr/ctxtS_POSID-HIGH").text = "me24730111"
    session.findById("wnd[0]/usr/ctxtS_POSID-HIGH").setFocus
    session.findById("wnd[0]/usr/ctxtS_POSID-HIGH").caretPosition = 10
    session.findById("wnd[0]").sendVKey 0
    1.  session.findById("wnd[0]/tbar[1]/btn[8]").press
    2.  session.findById("wnd[0]/tbar[1]/btn[43]").press
    3.  session.findById("wnd[1]/tbar[0]/btn[0]").press
    4.  session.findById("wnd1]/usr/sub:SAPLSPO5:0101/radSPOPLI-SELFLAG[0,0]").select
    5.  session.findById("wnd[1]/tbar[0]/btn[0]").press
    6.  session.findById("wnd[1]/tbar[0]/btn[0]").press
    7.  set ns1=createobject("WScript.shell")
    8.  ns1.AppActivate "Microsoft Excel"
    9.  ns1.SendKeys "%TMM", True
    10. ns1.SendKeys "PERSONAL.XLS!EOM_Status", True
    11. ns1.SendKeys "%R", True
    12. ns1.SendKeys "%FA H:\SAP_Scripts\EOM-Status\t1Data.xls ", True
    13. ns1.SendKeys "%Y", True
    14. ns1.SendKeys "%Fx", True
    15. 'MsgBox session.Id
    16. session.findById("wnd[0]/tbar[0]/btn[3]").press
    Specific events:
    First scenario ... With line 15 (MsgBox) commented out. The script runs great until line 16 . Excel is activated, the report data exported to a spreadsheet, the excel macro executed properly, excel file saved, and excel is exited properly. When the excel app is closed out, the script is left in the same condition as after execution of line 1 (the SAP report data has been selected and is presented in report format) and the excel app is no longer resident. Line 16 depresses the green back arrow and would return SAP to the previous screen. But nothing happens. It's like the script does not see line 16 and ends after excel is closed out in line 14.
    Second scenario ... With line 15 (MsgBox) NOT commented out. Excel is activated, the report data exported to a spreadsheet, and the excel macro begins execution. During the excel macro execution, the MsgBox is displayed (/app/con[0]/ses[0]) and everything halts after the ecxel macro completes. When I hit the OK button in the MsgBox, an SAP information modal box is displayed with the caption "Save data in spread sheet". When I hit the green check mark (enter) in the information modal box, I am returned to  same condition as after execution of line 1 (the SAP report data has been selected and is presented in report format) however, the excel app is still showing the result of the executed excel macro, the excel file is not saved, and the excel app is still resident. It appears that the script halted when the MsgBox was executed.
    Please... any suggestions.???

  • Changes are not reflecting while executing the SAP script from report

    HI,
    In SAP-script we are nmaking changes in form in client 130
    it is showing the changes in 140 client but while excuting the report the same are not reflecting in the output.
    Thanks in Advance
    Naveen M

    Hello.
    Scripts are mandant depentant. So you must copy from 130 to 140 for changes take efect.
    Do it in transaction SE71 in mandant 140, first screen, in the menu options.
    And never forget to activate it in all mandants.
    Best regards.
    Valter Oliveira.

  • Best practice concerning embedding script in report vs.  controlling from Java

    Hi,
    I'm faced(probably not the only one) with adding some intelligence to my reports.  In a prior post I was curious about displaying/hiding sections based on conditions found in the bean/pojo. 
    Is there a best practice concerning embedding logic in the report in the form of formula(s), vs. using Java to get or create a field and then creating a formula on the fly?  I suspect the answer has something to do with truely dynamic fields, and perhaps a little bit of both Java, and script.
    Anyone on staff care to try answering??
    Peter

    Hi,
    log into your SAP ERP system using the SAP GUI and choose in the SAP Menu the following path:
    SAP Menu -> Accounting -> Controlling -> Cost Cetner Controlling ->Environment->Set Controlling Area.
    Set the desired controlling area for your user there (DO NOT FORGET TO CLICK ON THE DISKETTE ICON) and try again.
    Regards,
    Stratos

  • New Page Format implentation in Sap Scripts and Reports

    Hi,
       I want to print Report details and also some of the SAP Script details on the paper size of 350MM width and 310MM Height in the PORTRAIT format.
       So i created new page format with these dimensions.
       How i can use this for reports. So i can set these parameters while taking output from Report.
       Pls specify if any configuration required for this.
    Thanks in Advance,
    Regards,
    Pavan.

    In SAPscript, you set the Page Format for the document in the "Page Format" field of the "Basic Settings" page of the documents "Header" information. The popup list of this field will show all available formats in your system, so this is a ggod way to make sure your new format is set up properly.
    For reports, page format is set either with the LINE-SIZE addition to the REPORT and NEW-PAGE commands, or through the PARAMETERS addition to the NEW-PAGE command. When you use LINE-SIZE the print system picks the format for you, based on the available formats in the systems.
    I don't remember if there is an activation step for Page Formats, or if saving is all you have to do.

Maybe you are looking for

  • Stop firefox from pausing a tab when going to another tab or window

    I am running firefox v5.0 and I have noticed that ever since v4 when I open another tab, the other tabs are paused and when I have an upload (ie: a video to youtube) going in another tab and I want to browse the internet using a new tab/window, it is

  • How to have rownum in a report based on a view

    How to use rownum in a report or tabular form? I wanted to number the rows in a report. The most obvious way would be just stick rownum in there. There is a view in a database1. It is merely select a,b,c from various things joined together and order

  • SAP Script info req to print new line iten on new page

    hi i had an req to print the list of MATNR & KUNNR on script,but the req is like this,at NEW MATNR,the script shd start with new page,say,if there are 5 MATNR,2 are same & 3 are same with diff KUNNR. On first page:2 MATNR shd be printed On Second Pag

  • Fromac ADC to DVI

    hi i bought a formac ADC to DVI adaptor the other day so I can make use of my two displays. I but my spare display has a VGA input so i bought a dvi to vga adaptor and connected this to the ADC to DVI one and thought this would be perfect But........

  • My 6th gen ipod is going to sleep after 1 min

    since i installed the version 1.1 for my 6th gen ipod nano the unit goes into a "sleep mode" after around 60 secs? any ideas or suggestions for a setting change? thanks, richww