Non Standard Provisioning Report

Hi All,
Once a month we create a report for management using the standard ... Administration -> View Report function in Shared Services. A requirement has now come through to have more detail on the report, details that the standard report doesn't provide. Is there a way using xml or scripting that I can create a report that will fit Management's requirements.
I am currently investigating the CSSImportExportUtility
Regards,
Fraser

I am also on 11.1.1.3 and have to create a user report every month just like what you are describing. I was never able to figure out a way to include first and last names via any of the EPM tools so we had to come up with a manual method. It's long and ugly but here is how I get the report created:
Run the provisioning report.
Save the .csv to desktop then open.
Create a new worksheet (Sheet 1).
Copy columns A – E into Sheet 1.
In Sheet 1 insert 2 new columns before column E.
In Sheet 1 select column D then in the Office ribbon select the “Data” tab and click on “Text to Columns”.
In the “Convert Text to Columns Wizard” dialog box select the “Delimited” option.
Next select the “Other” option and enter the “@” symbol in the blank box. Click “Next” followed by Finish.
Delete column E which has the extracted data.
Open Hyena (LDAP browser) and in the tree navigate to the “All Users” group.
Right click on “All Users” and select: Query Active Directory >> Users (Detailed - General).
Once the “All Users” data has filled the right pane click the “Tools” menu option and choose “Export to Microsoft Excel”.
Choose a location and name for the exported text file and in the “Columns To Copy” box only choose the options selected below. Be sure to check the “All Items in List Window” option under Data Source.
Excel will automatically open with the data populated. Select both columns and copy.
Insert a new worksheet in the original file (Sheet 2) and paste the copied items.
Perform the same “Text to Columns” modification.
Select all cells with data except the heading cells. Select “Formulas” from the ribbon and choose “Define Name”.
Give the selection the name “XXXXX” then select “OK”.
Change worksheets to Sheet 1 and select cell E6 then select the function option.
Choose the function “VLOOKUP”.
Enter the following arguments and choose “OK”:
Lookup_value - d6
Table_array - XXXXX
Col_index_num - 2
Range_lookup - false
Copy the formula to the rest of the cells in the column by dragging the bottom corner down to all cells.
Navigate back to the original worksheet and insert a column before column E.
Navigate back to Sheet 1 and copy column E.
On the original worksheet, Select column E, right click and select “Paste Special”.
Choose the “Values” option and click “OK”.
Regards,
-Bob

Similar Messages

  • Loading non-standard Hierarchies from an external Sap System

    Hi experts,
    We are trying to load a hierarchy of a non-standard characteristic from an external Sap System. From what we know till now, we can't create a Generic Datasource to load hierarchies, so the only way is to use a File Datasource (csv file, for example)  to load it.
    Is that true ? Is there any way to load a non-standard hierarchy from a Generic Datasource ?
    Thanks In Advance.

    It's a customized hierarchy with Z tables.
    No way, other than flat file. Maybe I can use an ABAP report to create a flat file with the hierarchy, reading the data of the R/3 system with native-sql, and then, launch the load with this file stored in the BI SAP.
    I mean:
    _________________________________________________Native SQL
    flat file (csv) (BI SAP) <-- ABAP Report  (BI SAP)  <--
       hierarchy tables (R/3 SAP)
    We want an automatic way to load the hierarchy. Is it a good idea ?
    Edited by: John F.R. on Feb 24, 2010 6:03 PM

  • Newby - Problems exporting non-standard characters to .CSV or tab delimited

    I am trying to export data from a table where many of the text fields contain non-standard characters like double quotes *["]* or *tabs*. If I *export to a .CSV* file, the embedded double quotes invariably foul up the alignment of the output columns and if I select a *tab delimited export*, the embedded tabs do the same thing.
    Is there anyway that I can specify the text delimiter to use so that I can select a character that is not used in the text (like, for example the tilde *[*]*)?
    I am using Discoverer 3.1
    Thanks in advance

    Hi,
    With a complicated export requirement like this it is often better to create a calculation that returns the fields in the required format as a single column e.g.
    col1||'~'||col2||'~'||col3
    Then you can just export the report as a text and get all the fields with the correct separators and replaced characters.
    Rod West

  • Finding Non Standard Service Accounts from all AD Computers / Servers

    Hi Guys,
    I am trying to get the list of all Service Accounts, which are non-standard from an AD domain network using PowerShell. The code is provided below. But it is not working (Through individual cmdlet through console, working fine.) Tried without filtering the
    non-standard accounts, but that also gives no  output in HTML format. The HTML output is of no use.
    $Report= "c:\TEMP\Audit_Report.html"
    $Computers= Get-ADComputer -Filter 'Enabled -eq $True' | Select Name
    # Set the html formatting for the report
    $HTML=@"
    <title>Non-Standard Service Accounts</title>
    <style>
    BODY{background-color :#FFFFF}
    TABLE{Border-width:thin;border-style: solid;border-color:Black;border-collapse: collapse;}
    TH{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: ThreeDShadow}
    TD{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: Transparent}
    </style>
    # Processes each computer in the list
    ForEach ($Computer in $Computers)
    # Query the each computer its services
    Get-WmiObject -ComputerName $Computer -class Win32_Service -ErrorAction SilentlyContinue |
    # Filters out the standard service accounts
    #Where-Object -FilterScript {$_.StartName -ne "LocalSystem"} |
    #Where-Object -FilterScript {$_.StartName -ne "NT AUTHORITY\NetworkService"} |
    #Where-Object -FilterScript {$_.StartName -ne "NT AUTHORITY\LocalService"} |
    # Selects content to display in the report
    Select-Object -Property StartName,Name,DisplayName |
    # Converts the output to html format and writes it to a file
    ConvertTo-Html -Property StartName,Name,DisplayName -head $HTML -body "<H2>Non-Standard Service Accounts on '$Computer'</H2>" | Out-File $Report -Append
    #Launches the report for viewing
    Invoke-Item $Report
    The HTML Output contains only :
    Non-Standard Service Accounts on '@{Name=CAP1AD-PDC}'
    Non-Standard Service Accounts on '@{Name=CAP-CLIENTXP}'
    Non-Standard Service Accounts on '@{Name=CAPCLIENTWIN8}'
    Non-Standard Service Accounts on '@{Name=CAP1AD-DB}'
    Non-Standard Service Accounts on '@{Name=BSMLAPI}'
    Requesting your valuable support.
    Thanks in advance
    Bedanta
    Thanks & Regards Bedanta S Mishra

    This is what I get when I run MY code: (I lost the format on paste but you can see the line for the title with computername.
    Non-Standard Service Accounts on 'omega'
    StartName
    Name
    DisplayName
    LocalSystem
    AdobeActiveFileMonitor10.0
    Adobe Active File Monitor V10
    LocalSystem
    AdobeARMservice
    Adobe Acrobat Update Service
    LocalSystem
    AdobeFlashPlayerUpdateSvc
    Adobe Flash Player Update Service
    localSystem
    AeLookupSvc
    Application Experience
    NT AUTHORITY\LocalService
    ALG
    Application Layer Gateway Service
    LocalSystem
    AMD External Events Utility
    AMD External Events Utility
    NT Authority\LocalService
    AppIDSvc
    Application Identity
    LocalSystem
    Appinfo
    Application Information
    LocalSystem
    AppMgmt
    Application Management
    NT AUTHORITY\NetworkService
    aspnet_state
    ASP.NET State Service
    Non-Standard Service Accounts on 'omega'
    StartName
    Name
    DisplayName
    LocalSystem
    AdobeActiveFileMonitor10.0
    Adobe Active File Monitor V10
    LocalSystem
    AdobeARMservice
    Adobe Acrobat Update Service
    LocalSystem
    AdobeFlashPlayerUpdateSvc
    Adobe Flash Player Update Service
    localSystem
    AeLookupSvc
    Application Experience
    NT AUTHORITY\LocalService
    ALG
    Application Layer Gateway Service
    LocalSystem
    AMD External Events Utility
    AMD External Events Utility
    NT Authority\LocalService
    AppIDSvc
    Application Identity
    ¯\_(ツ)_/¯

  • Extracting non-standard xem content into XEM

    Hi
    Has anyone tried exracting non-standard xem content into BI.
    Using the delivered xem data-dump tools I am able to indentify table/field names that I believe could be used for addtional reporting in BI.
    However I am unable to create an additional connection from XEM to BI. I was told that  cannot use UD Connect, partly because we have no experience in setting up such a connection.
    I was told I cannot use DB connect as this is not the "recommended" access method for SAP systems. But it seems to me that  this would be the most straightforward. Especially as I do not have access to java/netweaver programmers that could develop anyu other methods
    both XEM and BI are running on Oracle, the XME database is very small and the table structure is not very complex.
    So any comments/suggestions on how to process, and whether I should push the issue of considering DB connect as aviable option?
    Regards
    Philip

    Finally!
    I'd suggest making a small change to the documentation, along the lines of:
    1. Login to the Oracle Collaboration Suite Control
    2. Navigate to the Content section, typically called "Content".
    3. From the Administration area at the bottom of the screen, select Formats.
    4. You will be presented with a list of existing formats, searchable by Name. Select New Format to create a new format, or click on an existing format to edit its properties
    I think that this would increase the usability of the documentation.

  • More Non-standard keys

    Hi
    I've noticed that many Windows programs responds to a "menu"-key located next to the right <ctrl>key. (When you press this key, a popup menu shows up as if you would have pressed the right mouse button).
    I would like to respond to this key in my program. A KeyEvent is produced in java and sent to the processKeyEvent method. The keycode is 0. And KeyEvent.getKeyText(e.getKeyCode()) returns "Unknown keyCode".
    This is unfortunately not the only key on my keyboard which is unknown to java. (Also the "Windows"-key next to the left <ctrl>key, and the Back- and forward keys mentioned in the "Non-standard keys" posting last month return keyCode 0) Is it possible somehow to tell which unknown key has been pressed? I've tried to find any difference in the KeyEvents when pressing different "unknown" keys, but the events seem to be equal.
    Does anyone know if java offers another way to tell which key has been pressed??

    Hi again
    Hmmm, that's an interesting thought. Aside from inserting a
    kabillion Click Box objects on the slide (one for each key allowed)
    there really isn't a way inside Captivate. Personally, I think it
    would make for a wonderful enhancement request.
    Click
    here to view the WishForm/Bug Reporting Form
    Aside from that, you might contract with fellow Adobe
    Community Expert Paul Dewhurst to create a small widget similar to
    what is found at the link below, but accepts any keypress as the
    trigger:
    Click
    here to visit Paul's site
    Paul's contact information is on his site.
    Cheers... Rick

  • Does it Possible? Double non standard-port FTP servers on PAT?

    Hello everyone!
    I need to know how to configure 2 ftp servers for following topology on pic.
    non standard ports
    I can do translation on 1 ftp server (http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13776-6.html)
    but when I am trying to add second FTP server I get following:
    #ip nat inside source static 192.168.1.129 46.229.139.130
    % similar static entry (192.168.1.236 -> x.x.y.y) already exists
    Thank you.

    Hello Jody.
    That's is great! Thank you! Just added couple "ip nat service" and now working!
    Also I noticed one thing.. 2 FTP servers is NAS Synology and that FTP servers have been configured slightly different. Look at the screenshot. With checked box "Report external ip in PASV mode".
    When FTP server with marked box it's doesn't work.
    When FTP server with unchecked box it does work.
    I've noticed that different and fixed it.
    Very interesting in the reason of that difference.

  • Reverse proxing on non-standard ports

    Hi,
    I want to create a new Reverse proxy mapping between an application and a GlassFish instance running on non standard port (not 80 / 443). Creating a mapping for HTTP works fine, but I can't find a way to map both the http and the https ports to the mapping.
    I have an application SecurityTest running on instance
    http://links.mycompany.com:38081/rsd/SecurityTest
    https://links.mycompany.com:38182/rsd/SecurityTest
    I want a mapping for the application
    http://www.mycompany.com/rsd/SecurityTest/ -> http://links.mycompany.com:38081/rsd/SecurityTest
    https://www.mycompany.com/rsd/SecurityTest/ -> https://links.mycompany.com:38182/rsd/SecurityTest
    The application is more or less a hello world servlet that is secure (form login) so it switch from HTTP to HTTPS when not logged in to ask for the username / password. Mapping to the http port works for the public page, the redirect gives an error:
    Gateway Timeout
    Processing of this request was delegated to a server that is not functioning properly.
    Can anyone tell me how to configure the Web Server to make it work?
    thanks

    Hi,
    I still get the same error:
    [12/Nov/2007:14:34:50] failure (16473) rsdts.mycomp.com: for host i78473.mycomp.com trying to GET http:/lidip/, service-http reports: HTTP7765: error reading response header (Server closed connection)
    And:
    Bad Gateway
    Processing of this request was delegated to a server that is not functioning properly.
    I don't get any logs on the other side...

  • JRE ignores proxy setting for connections to non-standard web ports

    Hi,
    I've noticed that JRE would not use the proxy settings if the application tries to connect to a web address on a non standard http port. If port 80, 443, 8080 etc is used, the proxy is used but if it's something like 32938 it's not. Is there anyway to disable this behaviour and just have the proxy used for all HTTP traffic, regardless of destination port. Below a trace snippet that shows the behaviour.
    guistyle/1049  (signed jarfile)
    Browser Java version 1.7.0_67
    in Explorer 5 +
    on NT-based Windows
    network: Connecting https://www.123.com/guistyle/*JEMSEC11424340585918 with proxy=HTTP @ /10.10.12.11:3128
    Using port: 43856
    network: Connecting http://www.123.com:43856/ with proxy=DIRECT
    Socket connection failed: java.net.ConnectException: Connection timed out: connect
    Attempting tunneled connection
    network: Connecting http://www.123.com:80/*TGD=CS/*EVENT=*JEMTUNNEL/1353036962/response.txt with proxy=HTTP @ /10.10.12.11:3128
    TNLRCV unknown block start=null
    network: Connecting http://www.123.com:80/*TGD=CS/*EVENT=*JEMTUNNEL/1353036962/response.txt with proxy=HTTP @ /10.10.12.11:3128
    network: Connecting http://www.123.com:80/*TGD=CS/*EVENT=*JEMTUNNEL/1353036962/response.txt with proxy=HTTP @ /10.10.12.11:3128
    TNLRCV unknown block start=null
    Receive failed
    Unable to make TCP/IP connection
    End guistyle (startup failed)
    basic: Applet initialized
    basic: Starting applet
    basic: completed perf rollup
    basic: Applet made visible
    basic: Applet started
    basic: Told clients applet is started

    Hi,
    I still get the same error:
    [12/Nov/2007:14:34:50] failure (16473) rsdts.mycomp.com: for host i78473.mycomp.com trying to GET http:/lidip/, service-http reports: HTTP7765: error reading response header (Server closed connection)
    And:
    Bad Gateway
    Processing of this request was delegated to a server that is not functioning properly.
    I don't get any logs on the other side...

  • Kvirc from SVN {NON-Standard-Install-Method} and Overcoming 2 Problems

    Hello, everyone.  Firefishe here.
    There are certain programs I like to compile from source code, outside of the normal arch hierarchy of PKGBUILD's.  One such program is the Internet Relay Chat client, "KVIRC".
    I've been using kvirc for years, and I like to keep it as up-to-date as possible, just like Arch!
    This is why I like to use the svn version, so I can update it quickly and uniformly.  I like--as a user--to contribute back to the project.  (I had one of my bug reports translated into an instant commit by the main project author, himself, once.  That made me feel quite good, so it really does help to do a few things like this now and again.
    Okay, on to the main topic.
    I'm writing this to alleviate a nagging problem that had been plaguing me for months in 2013.  Qt5 just wasn't compiling kvirc very well back then.  The fact is, the echoing strains of "qt5 is broken in kvirc" from the #kvirc channel on Freenode, resounded soundly throughout that entire year.  Qt5 was still a bit buggy, and not all the libraries (32bit or 64bit) were quite finished.
    Move forward to (now) July, 2014!  I have now compiled kvirc successfully on my 64bit (with 32bit multilib installation) laptop, and kvirc is purring away with a current svn build of kvirc.
    However, I ran into some issues, which I would like to share with you, below:
    I usually go about compiling kvirc from svn like this: (I usually start from my /home/userNameHere directory.)
    {arch@homedir}$ svn co https://svn.kvirc.de/svn/trunk/kvirc
    {arch@homedir}$ cd kvirc
    {arch@homedir}$ mkdir release
    {arch@homedir}$ cd release
    {arch@homedir}$ ccmake ..
    [At this point, the 'ccmake ..' command invokes cmake-gui, an ncurses-like graphical user interface, with a list of menu items pertaining to various libraries and flags that can be set.  cmake-gui makes selecting these flags and libraries quite easy, and also gives a clear indication of what directories may not have been found (which will be discussed a bit later.) ]
    Press the 'C' Letter Key -- (This runs the Configure Routine.  I sometimes do this twice, just to be sure it configured properly. I've had it miss a few times for unknown reasons.)
    Press the 'G' Letter Key -- This 'Generates' Cmake files.
    After the 'G' command, the system takes you back to the command prompt.
    {arch@homedir}$ make ***WAIT A WHILE, COULD TAKE A BIT LONGER ON SLOWER SYSTEMS!***
    {arch@homedir}$ sudo make install  (Or 'su -' to root, then do 'make install'; your preference.  I prefer using sudo.)
    {arch@homedir}$ sudo ldconfig  (Or 'ldconfig' if still at root prompt #)
    {arch@homedir}$ kvirc (or 'kvirc &' if you don't want the terminal window to hold onto the process.)
    Kvirc should run at this point, but I ran into a couple of problems.  Once during the ccmake configuration (which prevented ccmake from configuring), and at the end, which prevented kvirc from running.)
    The first had to do with two (2) packages that were not installed.  The were, as follows:
    qt5-webkit
    qt5-multimedia
    I installed those files, then did the  'ccmake ..' portion.   That ran fine, as well as the 'make' and 'sudo make install' and 'sudo ldconfig' parts.
    What didn't work was when I tried to run kvirc.  I got the following error:
    {arch@homedirc}$ kvirc
    kvirc: error while loading shared libraries: libkvilib.so.4: cannot open shared object file: No such file or directory
    I remember, back when kvirc was wanting Qt4, and not Qt5, that if I didn't do the first 'sudo ldconfig' command before trying to run kvirc, it would give something similar.  However, since this compile run was wanting Qt5, and not qt4, I was puzzled.
    Well, it turned out to be something quite simple.  This is a non-standard process of software installation on a new(er) arch system.  The 'uname -r' command on my system yields the following:  3.15.4-1-ARCH .  It is no surprise, then, that at this late date, Qt5 is complete (or at least more complete) than back in 2013 when I had the original problems, and had to select the 'WANTS-QT4' section during the 'ccmake ..' command.
    **** Building kvirc this way places the kvirc binary in /usr/local/bin, and a certain 'libkvilib.so.4' library in /usr/local/lib ****.
    This is to be expected from a standard source compile on most gnu/linux systems; and this *is* a standard compile, even though we're using the 'ccmake ..' command to do the preliminary configuration and cmakefile generation.)
    The problem is, is that Arch is looking for libkvilib.so.4 in /usr/lib, and not /usr/local/lib.  So the following was, for me, the solution that got everything squared away:
    I made a symlink in /usr/lib to /usr/local/lib/libkvilib.so.4, like this:
    {arch@homedir}$ cd /usr/lib
    {arch@homedir}$ sudo ln -s /usr/local/lib/libkvilib.so.4 libkvilib.so.4
    After doing this, I did:
    {arch@homedir}$ kvirc (or kvirc &)
    And It Ran Beautifully! :-)
    I hope you've enjoyed this HOWTO.  I know most people may just want to use the 4.2.x version of kvirc, currently residing safely in the standard repositories.  However, if you're like me, and want a bit of bleeding edge, Qt5 goodness with kvirc, I might suggest doing the above!
    I can be reached at firefishe At gmail DOT com if anyone has any questions.
    Last edited by Firefishe (2014-07-11 09:23:20)

    Hi Dareen,
    Looking at the information shared and also the error message ( Update Failed,Updates could not be applied.Please contact your Administrator if you wish to apply updates on your machine. Updates have been suppressed by the Administrator.If the problems persist, contact customer support for further assistance" ),
    It suggests that the updates were to be managed by the Admin only. Lets try the following step and suggest if this was able to resolve the concern that you have or not.
    1) Navigate to C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0 and you will find a .dat file ( AdobeUpdaterAdminPrefs.dat).
    2) Please open the file in question and you will find a line item : <Suppressed>1</Suppressed> .
    3) Please change the Value from 1 to 0 and save the file back in the same location.
    post the above step, try the installation once again and share the end result please.
    Cheers,
    Kartikay Sharma

  • GC not discovering DB listener as it's in a non standard location

    Hi all,
    I have installed a management agent on one of my servers and have launched GC. I can see the host and a number of targets, but I cannot see the database on that server, or the databaser listener. This I think is because the listener.ora file for it is in a non standard place. it is in the specified TNS_ADMIN directory. How do I tell Grid Control to look in there for the listener rather than the usual Oracle home location?
    This is Grid Contorl 10.2.0.3, trying to discover a 10.2.0.3 database on a Solaris Sparc server.
    Many thanks,
    Paula

    Hi,
    I can't find a screen labelled Agents within Grid Control. I can see Hosts, Databases, Application Servers, Web Applications, Services, Systems, Groups, All Targets.
    The tabs above that read Home, Targets, Deployments, Alertsm Compliance, Jobs, and Reports.
    I have tried to discover the database listener I need but it comes back with none, and does not give me an option to add one manually on that screen.
    Can you please point me in the right direction?
    Thank you very much,
    Paula

  • Mail.app does not like ssl on non-standard port

    Simple set up with imaps via ssh tunnel on another machine.
    I am connecting via a tunnel and expect to have certificate errors on connection.
    Connecting from mail.app with the server on port 10933 does not work. Thunderbird works with the same configuration.
    Changing only the port number on the tunnel machine (to 993) then Mail.app performs as expected. No difference to Thunderbird.

    Sorry, this is not a solution, but I had the same problem and did extensive troubleshooting on it today. It seems that if the port# is non-standard, Mail will connect in the clear, regardless whether the SSL box is checked.
    I was trying to run an SSL-enabled IMAP server (dovecot) on port 1009. I verified that Mail was connecting to that port using netstat. However, it did not succeed in connecting, it reported a timeout error. Yet I can connect manually with openssl s_client.
    Next I tried running the non-SSL IMAP server on the same port, WITHOUT changing any of the Mail settings: still port 1009, SSL box checked. This time it did connect properly.
    Must be a bug in Mail.app
    PowerBook G4   Mac OS X (10.4.3)  

  • Creating Tables for COPA ( Non standard)

    Dear SAP Gurus,
    Pls adivse what is the easiest way to create non-standard tables for COPA ??
    In addition to CE1XXXX; CE2XXXX; CE3XXXX; CE4XXXX & also COEP; COEJ; COSS; COSP;  We need to create additional tables to store the data and then perform certain calcuations before taking forward to COPA reports.
    Appreciate early response.
    Regards
    AJA

    I don't think that CO-PA allows you to create non-SAP CO-PA tables. Not sure what you are trying to do. The tables used by CO-PA are standard and they will be automatically generated based on the configuration of the operating concern. I guess, you could create non-SAP tables but not aware of any functionality that will populate those tables unless you create some program code to fill them with data. You can add deriviation rules to derive charateristics from other charateristic but that is standard functionality that can be configured within standard CO-PA.

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • G5 Second Display using the GeForce FX 5200 - Non-Standard

    I have a Dual 1.8 GHz PowerPC G5 Macintosh.
    The display adapter installed is as follows:
    GeForce FX 5200:
    Chipset Model: GeForce FX 5200
    Type: Display
    Bus: AGP
    Slot: SLOT-1
    VRAM (Total): 64 MB
    Vendor: nVIDIA (0x10de)
    Device ID: 0x0321
    Revision ID: 0x00a2
    ROM Revision: 2060
    Displays:
    VX2235wm-3:
    Resolution: 1680 x 1050 @ 60 Hz
    Depth: 32-bit Color
    Core Image: Supported
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display:
    Status: No display connected
    I want to attach a second display to my machine, but the second plug on the card is a non-standard DVI-type connector. It looks like this:
    x x x x x x x x x x X X
    x x x x x x x x x x -----
    x x x x x x x x x x X X
    ...with 10 rows of 3 as opposed to 8.
    I have had trouble finding an adapter to use to convert this to VGA (which is what I meed to connect my second monitor). I've searched the Apple Store online to no avail, as well as Google. Perhaps I've had no luck because I don't know the name of this part.
    Any help is much appreciated!
    ~Rob Blaze

    Hello! Does the port look like the one below? If so you'll need an adapter. Tom
    Actually, HERE is the page i was looking for that shows and describes all dvi connections.
    Apple ADC Connector
    [IMG]http://img300.imageshack.us/img300/9497/appleadcconnectorve2.jpg[/IMG]
    Message was edited by: Thomas Bryant

Maybe you are looking for

  • Photoshop CS-6 does not open images from Lightroom 5

    I do have Photoshop CS-6 and Lightroom 5.  Nearly all images were created in a Windows 7 (64 bit) environment.  I have moved platforms to MAC. I have moved all images and the Catalog. I have changed platform to MAC. I am now using MAC OS-X (10.9.1).

  • Im trying to redeem a code that my friend gave me but its not working

    My friend gave me an itunes card and it didint work, it says the card hasnt been propably activated right, can this show that he is a theif?

  • ISE cannot push the profile to the cisco network setup assistant?

    We have tried a few android devices with version 4.2+ but still got the error message 'Unable to download profile.(Have you logged into the guest portal?)' as shown at the bottom picture. In fact, we are connecting the devices to an open SSID which p

  • How do i reorient photos in the original ipad?

    I have the original iPad. If i forget to reorient pictires from my camera before laoding to the iPad, i don't know how to change the orientation once in the device. I cannot find anything in the user guide that addresses this. Does anyone out there k

  • Mouse lags after changing Harddrive

    After i installed my SSD in my Mac Mini and restored the Operation System (Mountain Lion) from my Time Machine Backup i encounter a very strange mouse lag. When i move the mouse, the cursor jumps almost every 3 seconds. I've tried already a different