Outlook Forms question from a business analyst

I'm not a developer but I would like to use a custom form at an enterprise level. Ideally, we would like to put a "mailto" link in a number of strategic places on our intranet and have that link open a custom form that is prepopulated to go to
a particular mailbox.
The form I created uses 4 regions (ideally I would like to display them as tabs... but that's another question)
A person in our IT said that regions can't be shared at an enterprise level like that. Can someone confirm that and is it that difficult to accomplish what I'm suggesting with basic Outlook features?
Suggestions?

web.show_document will never work with 4.5, it wasn't introduced till 9i.
You need to use the HOST command to invoke the browser, like suggested in the above post. Or you create a batch file that does that and you execute the batch file with HOST command.
In case you use a batch file, the .bat file should exist on each of the client's machine or on a shared network drive where the client machine can access it, so it's better to use the command directly into the HOST built-in.
HOST('"C:\Program Files\Internet Explorer\iexplore.exe" www.google.com', NO_PROMPT, NO_SCREEN)
batchfile content:
"C:\Program Files\Internet Explorer\iexplore.exe" www.google.com
HOST('OPEN_BROWSER.bat', NO_PROMPT, NO_SCREEN)For more information on HOST check the Forms builder Help files.
Tony
Edited by: Tony Garabedian on Sep 11, 2008 4:06 PM

Similar Messages

  • Regarding role of business analyst

    Apart from SAP implementation,,
    If  u consider software development services , How a SAP professional can do a job of business analyst??
    I mean to ask, what would be the job profile?
    I am SAP Business one fresher, Kindly guide me.
    Thanks in advance.

    Dear,
    Role of a business analyst is depends on your client what they want to fulfill through you. What reponsibilities to be fulfilled by you, what output expecting from an business analyst during SAP implementation purely depends on clients decision.
    In general, you can find many useful hints from web on role of a business analyst during SAP ERP implementaion. Please find below an extract information which I found and most commonly match with all clients.
    Check this link where explained about BA: http://www.businessgyan.com/content/role_busines
    Regards,
    Syed Hussain.

  • EXCEPTION RAISED WHILE OPENING EXCEL SHEET FROM E-BUSINESS SUITE FORM

    Hi,
    I got error message ORA-10656I when was trying to open excel sheet which is in my local drive from e-business suite form. the following is the code where it is raising error.
    Appid := dde.app_begin('C:\Program Files\Microsoft Office\Office12\EXCEL.EXE '||'D:\emp.xls' ,dde.app_mode_normal);
    Oracle EBS version : 11.5.10.2cu
    Server : HP
    OS : HP Unix 11.11
    Could anyone help me out
    Thanks

    Two different forum users, exactly the same question? Hardly possible. So I guess this is just a double post.

  • Report Builder Wizard and Parameter Creation with values from other data source e.g. data set or views for non-IT users or Business Analysts

    Hi,
    "Report Builder is a report authoring environment for business users who prefer to work in the Microsoft Office environment.
    You work with one report at a time. You can modify a published report directly from a report server. You can quickly build a report by adding items from the Report Part Gallery provided by report designers from your organization." - As mentioned
    on TechNet. 
    I wonder how a non-technical business analyst can use Report Builder 3 to create ad-hoc reports/analysis with list of parameters based on other data sets.
    Do they need to learn TSQL or how to add and link parameter in Report Builder? then How they can add parameter into a report. Not sure what i am missing from whole idea behind Report builder then?
    I have SQL Server 2012 STD and Report Builder 3.0  and want to train non-technical users to create reports as per their need without asking to IT department.
    Everything seems simple and working except parameters with list of values e.g. Sales year List, Sales Month List, Gender etc. etc.
    So how they can configure parameters based on Other data sets?
    Workaround in my mind is to create a report with most of columns and add most frequent parameters based on other data sets and then non-technical user modify that report according to their needs but that way its still restricting users to
    a set of defined reports?
    I want functionality like "Excel Power view parameters" into report builder which is driven from source data and which is only available Excel 2013 onward which most of people don't have yet.
    So how to use Report Builder. Any other thoughts or workaround or guide me the purpose of Report Builder, please let me know. 
    Many thanks and Kind Regards,
    For quick review of new features, try virtual labs: http://msdn.microsoft.com/en-us/aa570323

    Hi Asam,
    If we want to create a parameter depend on another dataset, we can additional create or add the dataset, embedded or shared, that has a query that contains query variables. Then use the option that “Get values from a
    query” to get available values. For more details, please see:http://msdn.microsoft.com/en-us/library/dd283107.aspx
    http://msdn.microsoft.com/en-us/library/dd220464.aspx
    As to the Report Builder features, we can refer to the following articles:http://technet.microsoft.com/en-us/library/hh213578.aspx
    http://technet.microsoft.com/en-us/library/hh965699.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Report Builder Question: Printing PO's from E-Business Suite - POXPRPOL

    I'm hoping there's someone who has the time to help me: We are using Report Builder 9, Oracle 9i, and E-Business Suite 11.5.10.
    I am a new developer using Oracle, and need to make some changes to the seeded (default) POXPRPOL (Purchase Order Print - Landscape) report, using Report Builder.
    I have two problems:
    1. When I print PO Releases from E-Business Suite, and specify I want releases 1 through 2, I get those fine, but the first page is my "Purchase Agreement". The question is: Is there any way (programatically or otherwise) to say "When the "Release" fields are filled out, don't include the Purchase Agreement?
    2. Somehow, after making a few changes to the POXPRPOL report, my quantity has disappeared. Is there any suggestions on how this could happen? I look at the query where they are using "POL.QUANTITY_TO_PRINT" for the working and the non-working reports, and they look identical.
    I'm hoping DESPERATELY that someone can help me - I'm really in a bind...
    Thanks!
    Steve

    Srini,
    Thanks so much for your reply!!!
    1. Ok, but how do I hide a whole page? I noticed the conditional formatting, but I want to "not print" a whole page when this page is a "Purchase Agreement".
    2. I've checked the source - it's coming from POL.QUANTITY_TO_PRINT - POL is a view that is unpopulated. I assume it's populated at run-time. So now I am trying to track down where it's populated, but can't find that in report builder. The quantity is being taken into account, because I put a total at the bottom of the page, and that number matches price * pol.quantity_to_print. Very strange...
    Finally, here's another question, if you don't mind:
    3. When I print a purchase order that is set up as a blanket, as I mentioned before, I get my "Purchase Agreement" first, and then one (or more) pages per release. But the "Page Number" on each is "1" because each is a one-page PO. But my "total pages" is "3", so each page reads "Page 1 of 3". Any idea if there's a way around that?
    Thanks again! Hoping you have some more insight! :)
    Cheers!
    Steve

  • SAP HCM Business analyst Support role Interview Questions and answers required..

    Hello Experts,
    I have applied for the role Business Analyst supporting SAP HR and GB Payroll. I need to prepare for the interview.
    I would like to have any material or link with regards to issues/tickets raised for SAP HCM /payroll. my email ID [email protected]
    Could you please provide me Interview Questions and answers for SAP HCM and Payoll support.
    Thanks in Advance
    Regards
    Nivedita

    we can not assume any interview questions .better you can search in google.if your in supporting then you should be able to rectivie the day tod day issues and the change request. for this you should have all modules experince to answer the interview questions. all the questions will be the real time and the process  real time scenario kind of questions.
    For the GB payrol,. look at all statutory deduction and payment like payee tax and the NI-(National insurenve) deduction. and also the returns (monthly anualy). and also the config of SSP (statutory sick pay )and SMP (Statutory Maternity Pay), factoring process , retro, posting and automatic file transfer to HMRC,etc.

  • Unable to open forms from E-Business Suite home page

    After cloning i am unable to open forms from E-Business Suite home page wher i can open form directly using http://erpap.erp.ae:8000/dev60cgi/f60cgi.
    i found the below eror in apache error_log
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:07 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    These directories doestn't exist in the cloned instance as well as prod.

    $ cat access_log.1325980800
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:13 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:09:54:15 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:53 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 38
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.123 - - [08/Jan/2012:09:54:55 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 1
    172.20.250.123 - - [08/Jan/2012:09:57:31 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 17
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:46 +0400] "GET /applist.html HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:10:07:47 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 40
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.198 - - [08/Jan/2012:10:08:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 10
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:32 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:44 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 11
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:52 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 4
    172.20.250.198 - - [08/Jan/2012:11:51:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 2
    172.20.250.198 - - [08/Jan/2012:11:53:43 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?langCode=US&username=SYSADMIN HTTP/1.1" 200 7226 1
    172.20.250.198 - - [08/Jan/2012:11:53:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=1&modName=JServ&grpName=OACoreGroup&port=16003 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=3&modName=JServ&grpName=OACoreGroup&port=16002 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=2&modName=JServ&grpName=OACoreGroup&port=16001 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15 0
    172.20.250.198 - - [08/Jan/2012:11:56:28 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:14 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 33
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:12:00:39 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:12:01:59 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.198 - - [08/Jan/2012:12:02:06 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:11 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:15 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:03:34 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:12:04:11 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:28:02 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.198 - - [08/Jan/2012:13:28:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:13:29:43 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:51 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:54 +0400] "GET /OA_HTML/RF.jsp?function_id=20809&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=aXR9rxEOOpPLiLvW2hotuQ.. HTTP/1.1" 302 252 0
    172.20.250.198 - - [08/Jan/2012:13:29:59 +0400] "GET /oa_servlets/weboam/oam/oamApps HTTP/1.1" 302 223 5
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/en/bGopk9n.gif HTTP/1.1" 200 396 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstlu.gif HTTP/1.1" 200 809 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstru.gif HTTP/1.1" 200 810 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/refresh_enabled.gif HTTP/1.1" 200 335 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/notstartedind_active.gif HTTP/1.1" 200 1031 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/criticalind_active.gif HTTP/1.1" 200 1034 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/warningind_status.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/unknown.gif HTTP/1.1" 200 373 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_active.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_status.gif HTTP/1.1" 200 987 0
    172.20.250.198 - - [08/Jan/2012:13:31:29 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD HTTP/1.1" 302 247 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=0 HTTP/1.1" 200 21372 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /OA_HTML/cabo/images/pbs.gif HTTP/1.1" 200 151 0
    172.20.250.198 - - [08/Jan/2012:13:31:33 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1 HTTP/1.1" 200 24150 0
    172.20.250.198 - - [08/Jan/2012:13:31:40 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1?event=link&service_handle=FormsL&target=PROD&fnctNm=FUNCTION_MAP.VIEW_FRM&page=SERVICE_INSTANCE HTTP/1.1" 302 301 1
    172.20.250.198 - - [08/Jan/2012:13:31:41 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$service*_handle=FormsL$target=PROD$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 302 350 1
    172.20.250.198 - - [08/Jan/2012:13:31:43 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 200 17043 2
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bRunt0DmS.gif HTTP/1.1" 200 573 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bAdd_WjOZ.gif HTTP/1.1" 200 585 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/casort.gif HTTP/1.1" 200 79 0
    172.20.250.198 - - [08/Jan/2012:13:31:52 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_STS&page=OAM_SRVC_STS HTTP/1.1" 302 410 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:56 +0400] "GET /OA_HTML/txkObjectTag.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:57 +0400] "GET /dev60cgi/f60cgi HTTP/1.1" 200 43057 1
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndforms.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndewt.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:08 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndswing.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndaol.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndctx.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndlist.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/forms/registry/Registry.dat HTTP/1.1" 200 4117 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/apps/fnd/formsClient/OracleApplications.dat HTTP/1.1" 200 1361 0
    172.20.250.198 - - [08/Jan/2012:13:35:18 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndutil.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:36:53 +0400] "GET /oa_servlets/weboam/oam/service/serviceStatus$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_STS HTTP/1.1" 200 - 301
    172.20.250.198 - - [08/Jan/2012:13:40:02 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_PROC&page=OAM_SRVC_PROC HTTP/1.1" 302 409 228
    172.20.250.198 - - [08/Jan/2012:13:40:03 +0400] "GET /oa_servlets/weboam/oam/service/serviceProc$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_PROC HTTP/1.1" 302 409 1
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/oam/oamLogin?event=returnToPortal HTTP/1.1" 302 302 0
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/redirectURL$url=http_3A$|$|erpdbt3.erp.du.ae_3A8000$|OA*_HTML$|OA.jsp_3FOAFunc$=OAHOMEPAGE HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:14:13:25 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 27
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.33 - - [08/Jan/2012:14:14:20 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.33 - - [08/Jan/2012:14:14:22 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:26 +0400] "GET /OA_HTML/RF.jsp?function_id=26355&resp_id=26973&resp_appl_id=800&security_group_id=0&lang_code=US&params=88OpBk3ncg-DlE0ANF9OaSugrPkqCTX-v2PhUaYqdTk&oas=rqLHbUKgD1rFJ-YHnBj3QQ.. HTTP/1.1" 302 480 4
    172.20.250.123 - - [08/Jan/2012:14:47:52 +0400] "GET / HTTP/1.1" 200 2592 2
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /applist.html HTTP/1.1" 200 1608 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:47:59 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:14:48:01 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 37
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:49:11 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 12
    172.20.250.123 - - [08/Jan/2012:14:49:48 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.123 - - [08/Jan/2012:14:50:32 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=3kDMcCtdrf4dy1BjJAUbxA..&formsLink=yes HTTP/1.1" 302 378 8
    172.20.250.29 - - [08/Jan/2012:15:03:10 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=http%3A%2F%2Ferpdbt3.erp.du.ae%3A8000%2FOA_HTML%2FOA.jsp%3Fpage%3D%2Foracle%2Fapps%2Ffnd%2Fframework%2Fnavigate%2Fwebui%2FHomePG%26homePage%3DY%26OAPB%3DFWK_HOMEPAGE_BRAND%26transactionid%3D1404776423%26oapc%3D2%26oas%3D8eJ7fbUrkUJ6Q0k0hGxVwA..&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=You+have+insufficient+privileges+for+the+current+operation. HTTP/1.1" 302 517 1
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errCode=FND_SSO_PHISH_ERROR&errText=You+have+insufficient+privileges+for+the+current+operation.&s2=EAFB83E5C4BBBE952873ECD3B7468FAC57AB5AA4D267B5E24CDF41065645CB72 HTTP/1.1" 200 8446 14
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cmbts.gif HTTP/1.1" 200 154 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/errorl.gif HTTP/1.1" 200 988 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.29 - - [08/Jan/2012:15:04:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 8
    172.20.250.171 - - [08/Jan/2012:15:26:41 +0400] "GET / HTTP/1.1" 200 2592 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:46 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.171 - - [08/Jan/2012:15:26:48 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 2
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 1
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:27:28 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 5
    172.20.250.171 - - [08/Jan/2012:15:29:56 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=FKrKS3J_gqEufubNCI47VQ..&formsLink=yes HTTP/1.1" 302 378 1
    172.20.250.171 - - [08/Jan/2012:15:32:21 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=A-kIj_ymVCbKFxe8CFAL7A..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:30 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:37 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 3
    172.20.250.171 - - [08/Jan/2012:16:07:58 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogout HTTP/1.1" 500 539 0
    172.22.27.10 - - [08/Jan/2012:16:23:47 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:16:29:41 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:16:29:49 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:45 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:48 +0400] "GET /OA_HTML/RF.jsp?function_id=12481&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&params=R2O79muh0aPEOytL2jgzGwmUodupzbPYyU0qBd.BSoM&oas=mo3beqolB-zMJiVP0nKvFQ.. HTTP/1.1" 302 513 0

  • Step towards Business analyst from Business Development....!!!

    Hi,
    I am part of Business Development group in Oracle with 4.5 yrs of total experience and close to 1yr in Oracle. I have a technical education background (Master of Computer Applications). My interest is more towards BA role and would like to shape my career in this area.
    Any suggestion is welcome.
    Thanks,
    Nitin

    Hi Nitin,
    There are exam discoutns for employees, please contact Oracle Certification Support http://education.oracle.com/pls/eval-eddap-dcd/OU_SUPPORT_OCP.home?p_source=OCP for more information.
    I suggested the Siebel CRM Business Analyst certification because you asked for a Business Analyst certification.
    Regards,
    Brandye Barringotn
    Certification Forum Moderator

  • Migration questions from Exchange 2007 to Exchange 2013

    Dear Forum Members,
    I'd ask just two short questions, regarding a migration from Small Business Server 2008 (Exchange 2007) to 2013. We installed the two Exchange 2013 servers, configured a DAG and updated every single URL (OWA, ECP, AnyWhere, Autodiscover etc.) to be a mail.domain.com
    record (DNS round robin, since no HW load balancer :( )
    Thankfully, the mail flow between the Internet and the other Exchange 2007 users are still working. Now for those users I've already migrated, if I check outlook connections there are several connections for GUID based servers via the DNS Round Robin
    name proxy (the AnyWhere address). But I saw that there are still just one connection (type: Exchange Public Folders) to the old 2007 server. Is it okay? I'm a bit afraid to uninstall it because of this.
    And the other thing: Based on what I wrote, do you think I've done it good? Or could I miss any important things? You are much experienced than me in these migrations so I hope that I can get some confirmation/advice here :(
    ps: Is it good if I set NTLM authentication for Outlook AnyWhere?
    Thank you really much for your help,
    Best Regards,
    Chris

    Hi Chris,
    Agree with Hinte, the user will still connect to the exchange 2007 server if there is a public folder database in the old server.
    If the old public folders are no longer in use, you can delete the public folder database and create a new one in the exchange 2013 server, you can also consider migrating public folders to Exchange 2013 .
    The following articles for your reference:
    Use serial migration to migrate public folders to Exchange 2013 from previous versions
    Set up public folders in a new organization
    Step-by-Step Exchange 2007 to 2013 Migration
    >>Is it good if I set NTLM authentication for Outlook AnyWhere?
    The Outlook Anywhere authentication method you choose will depend on a few factors in your environment,
    I recommend you refer to the following thread to understand how to choose:
    https://social.technet.microsoft.com/Forums/exchange/en-US/75f8d6c4-70f4-49e5-ac32-a49dd91b5520/outlook-anywhere-ntlm-for-internal-users-and-basic-for-external-users?forum=exchangesvrclients
    Exchange 2013: Configuring Outlook anywhere
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Niko Cheng
    TechNet Community Support

  • Outlook Add-On in SAP Business One 8.8

    Hi Experts
    I recently Upgraded to SAP Business One 8.8
    I installed Outlook Add-On (I installed Outlook server, outlook .ard file and Outlook stanalone) when I start the add-on its is connected and it gives a message Initialization Failed.
    So I cannot see the  'create default templates' screen.
    But the strange thing is when i click syncronize in outlook it can syncronize all datas and it also creates snapshots for business patners.
    My question is how I can fix the error says initialization fails and how to send emails from SAP business one using Outlook.
    Thanks and regards
    Vinodh Kumar

    Hi Vinodh Kumar,
    What is your OI version?  I am afraid there is no 8.8 compatible version ready yet.
    Thanks,
    Gordon

  • Role of a Business Analyst in SAP

    HI,
    Can some tell me what is role of a business analyst in SAP?.
    I know BA is gathers requirement from Client and gives it to the technical team.
    I am little confused to what it exactly is the work . A SAP consultant also configures according the client, so isn't his role same as the business analyst.
    If some could send me a few documents for me understand, will really be appreciated
    Thanks

    Dear Abhishek,
    Role of a mySAP Functional Consultant
    What are the differences between a functional and business consultant?
    The difference between Functional consultant and Business consultant are as follows:
    1) A funcitonal consultant is able to configure the system unlike business consultant.
    2) Functional consultant know more about business process unlike Business consultant.
    3) A business consultant will bring business process knowledge and provide it to functional consultant who in turn used this knowledge to configure the system. 
    4) Functional consultant has more configuration knolwledge then Business consultant.       
    The responsibilities of a support consultant are:
    - Primarily responsible for Handling tickets and application support to the endusers
    - When an issue comes diagnose, analyse and solve the issue
    - Responsible for any enhancements
    - Writing functional specs and interacting with Abapers to develop any user exits 
    - Training the end users and preparing end user training material               
    For those who wished to know the role of a functional consultant.  Below is one view:
    A functional consultant evaluates the demands in talking with the customer's representatives, transforms the essence into an abstract and algorithmic business model. Hence, he identifies the use cases and transforms them into logical and technical views. 
    Then the main task starts: customizing the respective business area and making sure the system reacts in the manner according to the constraints of the requested use case. 
    The consultant documents the settings and prepares proper guidelines that allow other consultants to do further changes or repairs with due efforts. 
    The consultant takes care that proper training is given to the users and that the system is usable, performing appropriately and the business flow is complete and correct. 
    During go live he assists the technical staff by testing the behaviour of the system. 
    After go live he guarantees that the procedures remain usable and consistent in real live situation and proposes enhancements. 
    The main duty of a consultant is to transfer external know-how to the client. It is not manpower that counts but intelligence, understanding of processes, a feeling for defects and general a common sense. 
    Role of a Functional Consultant in an End To End Implementation
    When you talk about the role of a Functional consultant in an end to end implementation, I think it won't be possible for me or anybody to define everything but I will try to summarize it:
    1. Functional consultant is expected to generate knowledge about the current business process, design current business flows, study current business processes and its complication, in all we can say getting through with current business setup. Flow diagrams and DFD are prepared, most of the time in Vision format, all this forms the part of AS IS document.
    2. Everything configured has to be documented as per their categories in the form of predefined templates, these have to be then approved by the team leads or who ever the consultant is reporting to.
    3. Mapping and GAP analysis is done for each module, I have seen people defining integration after mapping, gap analysis and configuration is done, but as per my experience in implementation, it is a simultaneous process.
    4. Before starting configuring  future business processes in SAP, the DFD/ERD are prepared, this documentation is called TO BE, which can be also siad as the result of mapping and gap analysis.
    5. Sometimes Functional consultants are also expected to prepare test scripts for testing the configured scenarios.
    6. End user manual and user training is also expected from F.Consultants.
    The project normally starts off  with a Kick off meeting in which the team size, team members, reporting system, responsibilities, duties, methodlogy, dates and schedules, working hours which have been predicided are formally defined.
    ASAP, it won't be possible for me to explain it here, but all I can tell you about it is that it is SAP standard implementation methodology, which SAP prescribes but is not mandatory for any company to follow, such as IBM follow some blue Methodlogy, some companies follow typical SDLC steps, ASAP stands for Accerlated SAP, you can find all the steps on SAP site, through google, reading it from there won't give you a great knowledge about ASAP but will obviously get you to know the definitions of various term. 
    Hope this helps you. Please let me know in case of any queries.
    Regards,
    Rakesh

  • Month end closing question from a DBA

    Hi all,
    I am a DBA not a functional setup person/Business Analyst; so excuse me if my question is not put in business terms.
    We have an 11.5.10.2 that operates in US, Canada, Peru, China and Australia. Each of these have their own Set of Books. When the time comes to do month end closing, our finance people tell all incl our US and other countries branches to stop the following transactions on the system while month end closing is going on:
    •     Inventory
    o     Pick, pack and ship for SO’s and Internal Req’s
    o     Receiving of PO’s, Internal Req’s and OSP
    o     Subinventory transfers
    o     Consignment consumption
    o     Inventory adjustments
    •     WIP
    o     WIP moves and completions
    •     Accounts Receivable
    o     Cash applications
    o     Invoicing of any shipping activity past cutoff o     Manual invoices and credits
    •     Accounts Payable
    o     Invoice entry and cancellation
    o     Manual or batch payment runs
    Question that I have is: how can month end closing be done where each of these countries could freeze these activities for their last day of month when last day of month starts obviously earlier in Australia and China compared to US, Canada and Peru? As of now, they all seem to follow the last day of the month procedure as the US. It takes about 7 hours for the whole process to run.
    All comments/suggestions welcome.
    Thanks,
    Edited by: DBA115102 on Mar 4, 2011 7:14 PM

    Hello.
    SQL> select p.period_name, ae.event_status_code, p.closing_status, h.AE_HEADER_ID
    2 from ap_ae_headers_all h, ap_accounting_events_all ae, gl_period_statuses p
    3 where ae.accounting_event_id = h.accounting_event_id
    4 and h.period_name = p.period_name
    5 and p.application_id = 200
    6 and p.closing_status = 'C'
    7 and ae.event_status_code = 'CREATED';
    no rows selected
    SQL>
    As you can see, i cannot find similar situation. My database has data since 1998. Perhaps we are using different APPS versions, mine is 11.5.10.2
    Octavio

  • What is a Business Process Expert? and Business Analyst?

    In response to Sinem Dorter's very interesting and informative blog about Composite Analytics at Whirpool, I'd like to ask how people would really define what is going on there.
    Are modelers of composite applications business analysts? Business process experts? Application specialists? All of the above? None of the above?
    What unique skills are required to distinguish, say, a business analyst from a business process expert?
    And can a business process expert be a team of people: maybe an enterprise analyst, a business process expert and an IT application specialist?
    I'm curious to read responses.
    Judy

    Hi Judy,
    I agree with you. Sinems blog from Whirlpool is really interesting and well written.
    Thanks a lot that you have the courage to open the first discussion in relation to her blog.
    Now to your question what's the difference between a Business Process  Expert and a Business Analyst. 
    <u>Definition of a Business Analyst</u>
    Please find below a small  section of the Roles and Responsibility Matrix of SAP xApp Analytics . You will find it also in our OKP (Online Knowledge Product) of Analytics in Service Marketplace, alias rkt-analytics.
    - Responsible for assessing the business requirements
    - Communicate with the business users for project 
      requirements
    - Act as the critical link between end users’ business 
      requirements and data architecture solution together
      with the Application Developer
    - Possess and provide deep knowledge of current business
      scenarios such as: SAP BW Business Explorer Queries 
      and SAP CRM, SRM, MIC
    - Design and develop a data access solution
    - Understand SAP Analytics models and become an expert
      on Analytics
    - Conduct Analytics workshops
    - Create and provide business requirements documentation
    - Provide content “know-how” and knowledge transfer
      documentation
    <u>Definition of a Business Process Expert</u>
    Business process experts have the business knowledge and IT sway to make business process innovation happen in real time by adapting, composing, and executing end-to-end business processes using composition software tools and enterprise services. 
    SAP enables the business process expert to drive real-time business process innovation by providing a rich combination of industry business process and services content, and composition software tools from a proven business process platform.
    More you will find here: https://www.sdn.sap.com/irj/sdn/bpx?rid=/webcontent/uuid/cc0bd202-0b01-0010-9fbf-da3953eed4c2 [original link is broken]
    Now I am interested to hear what others say! 
    Also I am sure there are much more questions/comments regarding Sinems blog.
    Or do you have also experiences which you want to share with the BPX-Community?
    Don't hesitate to use the forum for this!
    Kind regards,
    Sabine

  • Business Analyst SAP

    Hi Every one,
    Can some one please explain, the role and function of Business Analyst in SAP environment, and please refer to tools and templates used  to perform this role.
    How much SAP configuration is done by Business Analyst?
    I shall be obliged.
    With many thanks in advance.
    VM

    Dear Vikram,
    Role of a SAP Functional Consultant :
    What are the differences between a functional and business consultant?
    The difference between Functional consultant and Business consultant are as follows:
    1) A funcitonal consultant is able to configure the system unlike business consultant.
    2) Functional consultant know more about business process unlike Business consultant.
    3) A business consultant will bring business process knowledge and provide it to functional consultant who in turn used this knowledge to configure the system. 
    4) Functional consultant has more configuration knolwledge then Business consultant.        
    The responsibilities of a support consultant are:
    - Primarily responsible for Handling tickets and application support to the endusers
    - When an issue comes diagnose, analyse and solve the issue
    - Responsible for any enhancements
    - Writing functional specs and interacting with Abapers to develop any user exits 
    - Training the end users and preparing end user training material                           
    For those who wished to know the role of a functional consultant.  Below is one view:
    A functional consultant evaluates the demands in talking with the customer's representatives, transforms the essence into an abstract and algorithmic business model. Hence, he identifies the use cases and transforms them into logical and technical views. 
    Then the main task starts: customizing the respective business area and making sure the system reacts in the manner according to the constraints of the requested use case. 
    The consultant documents the settings and prepares proper guidelines that allow other consultants to do further changes or repairs with due efforts. 
    The consultant takes care that proper training is given to the users and that the system is usable, performing appropriately and the business flow is complete and correct. 
    During go live he assists the technical staff by testing the behaviour of the system. 
    After go live he guarantees that the procedures remain usable and consistent in real live situation and proposes enhancements. 
    The main duty of a consultant is to transfer external know-how to the client. It is not manpower that counts but intelligence, understanding of processes, a feeling for defects and general a common sense. 
    Role of a Functional Consultant in an End To End Implementation
    When you talk about the role of a Functional consultant in an end to end implementation, I think it won't be possible for me or anybody to define everything but I will try to summarize it:
    1. Functional consultant is expected to generate knowledge about the current business process, design current business flows, study current business processes and its complication, in all we can say getting through with current business setup. Flow diagrams and DFD are prepared, most of the time in Vision format, all this forms the part of AS IS document.
    2. Everything configured has to be documented as per their categories in the form of predefined templates, these have to be then approved by the team leads or who ever the consultant is reporting to.
    3. Mapping and GAP analysis is done for each module, I have seen people defining integration after mapping, gap analysis and configuration is done, but as per my experience in implementation, it is a simultaneous process.
    4. Before starting configuring  future business processes in SAP, the DFD/ERD are prepared, this documentation is called TO BE, which can be also siad as the result of mapping and gap analysis.
    5. Sometimes Functional consultants are also expected to prepare test scripts for testing the configured scenarios.
    6. End user manual and user training is also expected from F.Consultants.
    The project normally starts off  with a Kick off meeting in which the team size, team members, reporting system, responsibilities, duties, methodlogy, dates and schedules, working hours which have been predicided are formally defined.
    ASAP, it won't be possible for me to explain it here, but all I can tell you about it is that it is SAP standard implementation methodology, which SAP prescribes but is not mandatory for any company to follow, such as IBM follow some blue Methodlogy, some companies follow typical SDLC steps, ASAP stands for Accerlated SAP, you can find all the steps on SAP site, through google, reading it from there won't give you a great knowledge about ASAP but will obviously get you to know the definitions of various term. 
    Hope this helps you.
    Regards,
    Rakesh

  • Calling Forms 6i from Reports 6i. Is this possible. Run Product in Reports

    Re: Calling Forms 6i from Reports 6i. Is this possible?
    Hello,
    I have need programming in Oracle 9.x and using Forms and Reports for about 1.5 years. My ERP application calls a report from a form. I DO NOT have source code for the FORM. But, I DO have source code for the Report. So, from the Report 6i, I would like to call an Oracle Form 6i. Note: Not WEB based. My question is, IS THIS POSSIBLE. I can not find a command like Run Product in Report for calling a Form Application. Can someone please help me. I am under the gun to have this ready in a couple of days. Can I call an Active X Application from Reports..if Oracle Forms DOES NOT WORK. This needs to be a Form Application because of the nature of this request.
    Thank you
    Dennis

    Thank you
    ...the ERP vendor based on a form icon button will call a report. They will pass a TAG_NUMBER from a database record (that they just inserted) to the report. This tag_number will link to other tables and will display the report. The problem is ??..there is additional information that the user needs to scan into the database BEFORE the report runs. This is part of the business work flow.
    I have options.
    1) Get the ERP Vendor to call a FORM based on the name I provide to them.(Not really an option since they are unwilling to make custom mod changes.)
    2) Have the user key into the REPORTS PARM FORM. And I will update the tables...
    3) Call an Active OCX popup FORM from Reports and then update tables. Is this possible from Reports???..I am not sure if I like to introduce ms vb into an oracle application. It just does not seem to be a correct solution/procedure.
    4) Pay the ERP Vendor as a custom mod to make the changes for us. (unlikely because they do not like making custom mod changes)
    5) ....any more ideas/comments please let me know..
    Thank you Again
    Dennis Aubrey

Maybe you are looking for

  • MSI TV-anytwhere-plus

    HI: I have a 2005 TV Anywhere-Plus. Version 1.03. I had Windows XP, and it worked fine. I now have windows 7. And it's not compatible. Do you know how to get the proper drives for windows 7. I can't run my vcr through it right now. Please Help!!!!! T

  • Is there a custom function available which can be used for logging errors captured in a sp in a sql table

    Is there a custom function  available which can be used for logging errors captured in a sp during and after execution in a sql table? Basically we  would like to utilize such function  in every sp and log errors of each sp in a error log table Mudas

  • Here are some extremely severe problem of lumia

    There are several severe problems have not solved by nokia. One of these important things mentioned by customers was "Data Sense". This is an important feature for all of the customers, to know how much data they used. In addition, there is a link ta

  • Aggregate Function for Text Column???

    Hi, Is there a way to group a column's values appearing in multiple rows ( all having some similarity) to be grouped into one single column in one Single Row?? To be more precise, do we have an Aggregate function which would group values ( may be usi

  • What's the proper way to use reusingView in a custom UIPickerView

    Does anyone have an example of the proper way to use the resuingView parameter when implementing pickerView:viewForRow:forComponent:reusingView: in a UIPickerViewDelegate? The documentation states that reusingView is "A view object that was previousl