Information on GoldenGate Monitor (12) and veridata (12) products

We are planning to use GoldenGate Monitor (12) and veridata (12) products. I found a nice note (Doc ID 1947045.1) for setting up GoldenGate Monitor. does anyone have more information/best practices for Monitor/Veridata setup. I have already gone through installation and setup guides for both the products.
Thanks,
R

We are planning to use GoldenGate Monitor (12) and veridata (12) products. I found a nice note (Doc ID 1947045.1) for setting up GoldenGate Monitor. does anyone have more information/best practices for Monitor/Veridata setup. I have already gone through installation and setup guides for both the products.
Thanks,
R

Similar Messages

  • GGMonitor-Stopping &starting related goldengate monitor processes.

    Hi All,
    I have installed the Goldengate Monitor on a server.
    For maintenance purposes I am planning to bring down the database.
    As part of this What is the procedure for bringing down the Goldengate monitor processes and bring it up back again ?
    Thanks,

    Monitor can be stopped and restarted with the <Monitor Install Directory>/bin/monitor.sh stop and <Monitor Install Directory>/bin/monitor.sh start commands
    It may or may not be necessary to stop the JAGENTs of each of your OGG installs prior to stopping Monitor. I'm not sure actually. The JAGENT might reconnect just fine though when Monitor is back up. Something to test.

  • GoldenGate and Veridata Capacity Planning/sizing

    Hello,
    Are there any capacity planning guides available for Veridata and for GoldenGate?
    What are the pertinent metrics to gather to aid in capacity planning?
    Thanks,
    Mac McDermid
    Edited by: user13291419 on Oct 17, 2012 12:55 PM

    I faced below application error after I insert new connection with correct information of golden gate connection and data source connection and click finish.
    Application Error
    javax.faces.FacesException: Error calling action method of component with id form:next
    at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
    at javax.faces.component.UICommand.broadcast(UICommand.java:106)
    at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
    at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
    at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at com.goldengate.veridata.ui.filter.WelcomeTokenFilter.doFilter(WelcomeTokenFilter.java:61)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:92)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at com.goldengate.veridata.ui.filter.SessionUserFilter.doFilter(SessionUserFilter.java:115)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at com.goldengate.veridata.ui.filter.AjaxFilter.doFilter(AjaxFilter.java:66)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at com.goldengate.veridata.ui.filter.Utf8Filter.doFilter(Utf8Filter.java:28)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Unknown Source)
    Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{addConnectionWizardUI.getNextStep}
    at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
    at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
    ... 39 more
    Caused by: java.lang.NullPointerException
    at com.goldengate.veridata.entity.ConnectionComparisonFormat.(ConnectionComparisonFormat.java:13)
    at com.goldengate.veridata.entity.ConnectionDatatypeInfo.(ConnectionDatatypeInfo.java:63)
    at com.goldengate.veridata.entity.Connection.(Connection.java:84)
    at com.goldengate.veridata.dao.ConnectionDAOWebServices.findByName(ConnectionDAOWebServices.java:222)
    at com.goldengate.veridata.dao.ConnectionDAOWebServices.handleVersionControlInfo(ConnectionDAOWebServices.java:185)
    at com.goldengate.veridata.dao.ConnectionDAOWebServices.insert(ConnectionDAOWebServices.java:144)
    at com.goldengate.veridata.bu.ConnectionManagerImpl.insert(ConnectionManagerImpl.java:73)
    at com.goldengate.veridata.ui.AddConnectionWizardUI.createConnection(AddConnectionWizardUI.java:211)
    at com.goldengate.veridata.ui.AddConnectionWizardUI.getNextStep(AddConnectionWizardUI.java:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
    ... 40 more
    Your response is highly appreciated.
    Regards

  • In 26.0, how do I put Download, Bookmarks, History, and Tags into separate windows? I have multi-monitor system and place these different windows . . .

    Hello,
    I recently, decided to upgrade from 19.0b to the current (26.0) version, as "Tab Utilities" now supports 26, but am finding one of the visual changes counter productive. My two workstations have multiple monitors. One has 2 monitors (2560x1600) and the other one has 4 monitors (2560x1600). On both workstations, I'll place the various Firefox informational windows off the "main monitor" (the one directly in front of me). This way they're available to me at a glance.
    (Side note: I refer to my monitors, as 2L, 1 2R and the 4th as "auxiliary.") The one thing I miss most is being able size these Firefox windows independently and in different positions.
    I mean I'm used to seeing "Download" on monitor 2R on the right side (1/8 of screen) behind Microsoft Process Explorer's System Information. While the History will be on monitor 2L on the right side at 1/4 of the screen). I'm used to glancing out my right eye at the downloads and when needing something from the past, it's right next to the main monitor #1. This way I can access history quickly.
    I can see why a developer (with one monitor say 1920 x 1080) would love seeing one window, but why can't Firefox support both single and multiple monitor users at the same?
    Anyway, is there a way to get 26.0 to place at least "Download" and "History" in separate sizable windows?
    (I'm not jumping up and down to go back to 19.0b or to try 25, but would like to stay current.)

    Hello,
    Thank you for your very quick reply. Before I read your reply completely, let me see if I can answer your first concern.
    > Maybe I am missing your point.
    Maybe I'm not making the point properly. Honestly, I never explained the issue from how it is directly affecting me.
    OK, let's do a real world example of what I'm seeing on my two monitor system. I'll first describe what I experienced with 19.0b and earlier, which is IMHO how it should work in 26 and beyond ('''''as an option'''''). Next, I'll review what I'm seeing in 26.0. Hopefully this will help you understand what changed, from a practical perspective.
    In 19.0b (and how I like working) for a multiple monitor system:
    On the main monitor, I'm running Firefox. It is 1920 x 1080 and is in the lower right hand corner.
    On the the monitor to my right (2R), I have the Download Manager list of downloading and downloaded file. It is in the upper right hand corner and takes up about 300 x 1500 pixels.
    For a two monitor system, I have the History List running beside Firefox in the lower right hand corner and it is 600 x 1080.
    For a three (plus) monitor system, I have the History List running on my left (2L) monitor. It is in the lower right hand corner and is 600 x 1080 pixels big.
    For 26.0: I'm seeing the following:
    On the main monitor, I'm running Firefox. It is 1920 x 1080 and is in the lower right hand corner. (This is the SAME as with 19.0b.)
    When I start the Download Manager and have it set up as I do for 19.0b, it looks OK. It is on monitor 2R and is 450 x 1500 pixels (because of the new navigation side bar).
    '''''The problem STARTS NOW (when I start the History List).'''''
    When starting the History List, it replaces the Download Manger on the 2R monitor in the 450 x 1500 pixel window. This doesn't work for me because:
    1) It is too far away to see. (NOTE: I put it on the 2L monitor in the lower right hand corner. so I can see it easier for the 3+ monitor. In the case of the 2 monitor, I put it beside Firefox again to see it easier.)
    Some might ask, but the Download Manager is on the 2R and right side, why can't the History List be there too? Good question, and I can only reply saying:
    1) Personal choice.
    2) The Download Manager is NOT as busy as the History List and I find it easy to read.
    3) The History List is a lot busier and the font size looks to be smaller (might be the same, but it looks smaller to my eyes). I need it closer to me / Firefox.
    What I'm saying is this . . . The Download Manager and History List have <ul>''valid reasons to be visible to the user at the same time''.</ul> They also need to be independent of one another for (at least) size and location.
    Combining them together is OK for some people, but NOT for everyone. Please make it an option to combine (as in 26) and separate (25 and earlier).
    I'm not sure this is the best way to put it, but here goes. Allow users to collapse or expand these various lists by using multiple windows. One window is the collapse view and multiple independent windows is the expand view.
    I'll read and comment on the rest of your reply, soon. Thanks for allowing me hopefully to explain my point in a better manner. :-)

  • What is a cache monitoring? and what it is used for?

    what is a cache monitoring? and what it is used for? how safe it is to execute the transaction RSRCACHE in development?
    Thank you,
    York

    Hi Les,
    Cache is a temporary storage for recently accessed data.
    Used to enhance query performance.
    Use t-code RSRT to view more on cache.
    Please see this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/41/b987eb1443534ba78a793f4beed9d5/content.htm
    Cache helps to improve query performance. As it can save data in memory, flatfile, cluster table or BLOB.
    You can remove cache per query or inactivate it for perticular info provider or inactivate it overall.
    But which is not recommended. Yes if u know that certain queries you dont use often and its not accessing large number of records then you can inactivate it for those queries. you can manage cache via three t-codes RSRT or RSRCACHE or SPRO>SAP Reference IMG>SAP Busines Wearhouse--> Reporting relevent setting -->General Reporting Setting in BEX -->Global Cache Setting.
    please follow the link which has few good documents on cache. which will clear your complete concept for cache.
    https://service.sap.com/bi -->Product information previous releases -->BI InfoIndex --> OLAP --> you will get bunch of documents in that.
    Look at the following threads :
    OLAP Cache
    what is cache?
    also check RSRT and OLAP cahce docs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/afc59790-0201-0010-9f99-940f7c3934fc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9f4a452b-0301-0010-8ca6-ef25a095834a
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7c361b95-0501-0010-c0ab-897c5aa14504
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31b6b490-0201-0010-e4b6-a1523327025e
    Hope this helps.
    ****Assign Points if Helpful****
    Regards,
    Ravikanth.

  • Monitoring USB and Firewire Activity

    I'm in need of a tool that monitors USB and/or Firewire ports of a Mac, the Mac in question is a Mac Pro running Leopard, I just need to be able to monitor activities of the ports and any other information allowed by the tool.
    Thanks in advance.
    Ayokunle.

    As in user activity, we are trying to monitor what files users are transferring via USB or firewire drives.
    Thanks.

  • VMware workstation下goldengate monitor server的配置

    java版本:
    java version "1.6.0_31"
    Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
    Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
    ogg版本:
    Oracle GoldenGate Command Interpreter for Oracle
    Version 11.1.1.1 12733251
    Windows (optimized), Oracle 10g
    monitor版本:
    11.1for window 32位
    物理主机
    安装goldengate monitor server,ip:192.168.1.52
    monitor.properties
    monitor.jmx.server.host=192.168.1.52
    虚拟主机1
    为ogg源端,ip:192.168.1.101
    GGSCI (lf) 9> view param mgr
    port 8071
    DYNAMICPORTLIST 7840-7850
    GGSCI (lf) 10> view param ./globals
    MGRSERVNAME test
    GGSCHEMA ggs
    ENABLEMONITORAGENT
    config.properties
    jagent.host=192.168.1.101
    monitor.host=192.168.1.52
    agent.type.enabled=OGGMON
    虚拟主机2
    ogg目标端,ip:192.168.1.102
    GGSCI (lf2) 2> view param mgr
    port 8072
    DYNAMICPORTLIST 7840-7850
    GGSCI (lf2) 3> view param ./globals
    MGRSERVNAME test
    GGSCHEMA ggs
    ENABLEMONITORAGENT
    config.properties
    jagent.host=192.168.1.102
    monitor.host=192.168.1.52
    agent.type.enabled=OGGMON
    目标端jagent.log报错是:
    Fail to open connection to Monitor Server; will retry again in 60 seconds
    Exception: (Connection timed out: connect).
    JAgent connection info: (com.goldengate.monitor.jagent.config.impl.AgentInfoImpl(host=192.168.1.102, port=5555, configDir=cfg, monitorHost=192.168.1.52, monitorPort=5502, dataFileName=null))
    请问是哪里配置错误了吗???为何连接不上monitor server?

    monitor server(物理主机win7):
    C:\Users\linfeng>telnet 192.168.1.102 5555
    正在连接192.168.1.102...无法打开到主机的连接。 在端口 5555: 连接失败
    C:\Users\linfeng>ping 192.168.1.102
    正在 Ping 192.168.1.102 具有 32 字节的数据:
    来自 192.168.1.102 的回复: 字节=32 时间<1ms TTL=128
    来自 192.168.1.102 的回复: 字节=32 时间<1ms TTL=128
    来自 192.168.1.102 的回复: 字节=32 时间<1ms TTL=128
    来自 192.168.1.102 的回复: 字节=32 时间<1ms TTL=128
    192.168.1.102 的 Ping 统计信息:
    数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
    往返行程的估计时间(以毫秒为单位):
    最短 = 0ms,最长 = 0ms,平均 = 0ms
    目标端(虚拟机win2003):
    C:\Documents and Settings\Administrator>telnet 192.168.1.52 5502
    正在连接到192.168.1.52...不能打开到主机的连接, 在端口 5502: 连接失败
    C:\Documents and Settings\Administrator>ping 192.168.1.52
    Pinging 192.168.1.52 with 32 bytes of data:
    Reply from 192.168.1.52: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.52: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.52: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.52: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.52:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    双方主机均关闭系统防火墙
    帖子经 954488编辑过

  • Separate Distribution Monitor Export and Import Processes on Multiple Machines

    Hi,
    Would you kindly let me know whether it is possible (means officially supported way) to run Distribution Monitor Export and Import processes on different machines?
    As per SAP note 0001595840 "Using DISTMON and MIGMON on source and target systems", it says as below.
    > 1. DISTMON expects the export and import to be carried out on the same server
    I think it means that export and import processes for the same tables must be run on the same machine, is it correct? If yes, Export on the machine A, and then Import those exported data on the other machine B is not the officially supported way... (However, I know it is technically possible.)
    Kind regards,
    Yutaka

    Hi Yutaka,
    Point no. 2 & 3 clarify the confusion. However let me explain it briefly:
    Distribution Monitor is used basically in case of migration of large SAP systems (database). It provides the feature to increase parallelism of export and import, distributing the process across available systems.
    You have to prepare the system for using DistMon. A common directory needs to be created as"commDir" and in case you use multiple systems for executing more number of processes of export and import then that "commDir" should be shared across all those systems.  And this is what the Point no.1 in KBA 1595840 mentions about. Distribution Monitor will run both the export and import process from the machine which is prepared for using DistMon and DistMon itself will control the other processes i.e. MigMon. No need to start separate MigMon.
    For example: You are performing a migration of SAP system based on OS:AIX and DB:DB2 to  OS: HP-UX and DB: Oracle. You need to perform the export using DistMon and you are having 4 Windows servers which can be used for parallel export/import. Once you have prepared the system for DistMon which hosts the "commDir" you'll have to provide the information of involved host machines in the "distribution_monitor_cmd.properties" file. Now when DistMon is executed it will distribute the export and import process across the systems which were defined in "distribution_monitor_cmd.properties" file automatically.
    Best regards,
    SUJIT

  • How to monitor SMQ1 and SMQ2

    Hi Guru's,
    is there any standard way to monitor SMQ1 and SMQ2, like i would like to know any std way to trigger email alert if the queue goes beyond 500 in number.
    Vinay

    Hi there,
    This should be possible through Business Process Monitoring  in solution manager
    http://service.sap.com/bpm > Media Library > Technical Information  here you can find the setup guides.
    Mark

  • Please help me, I gave my information out to a person and he has changed all my information and now I can't get in.. I know the persons name

    Please help me, I gave my information out to a person and he has changed all my information and I can't log back in.
    Adrian Lee is the person I gave it to.
    He told me to email him my information so he can level me up in the game Clash of Clans so I did and he changed all my information and I told him to give it back via email and he refused but suggested to restore my iPod and it would go back to normal and I dis, I nearly lost everything since I haven't backed it up for a while and I'm a Music Producer, this password is my paycheck, my food, my rent, my everything, now I'm not sure if this is the right place to go to but please help me. i'm begging you to please restore my password.. I'm not asking for anything of what I lost back, just my password so I can change it, get my things back and move on with my life. I have really back anxiety attacks. Please. I'm begging you. You guys are my last chance..
    <Emails Edited By Host>

    If you can't contact the person and get the information back then:
    - Contact the police for help
    - Restore from backup.
    If you can't get it from the person or from a backup then it is lost.
    In the future be carrful about who you give your login information to.

  • When I try to play a song on my iPod Touch, it shows the information screen for the song and then skips to a new song but then goes back to the main playlist page without ever playing a song! Help!

    When I try to play a song on my iPod Touch, it shows the information screen for the song and then skips to a new song but then goes back to the main playlist page without ever playing a song! Help!

    thats tough man, yeah exchanging it is the best option. But why do people always leave a message saying" i'll probably just by an ipod" and it's usually followed by, "even though i don't like apple or ipod" . I mean fine, if u feel like giving up on the zen micro thats fine, i personally don't care if you're going to buy an ipod. for god sakes ipod isn't even the next alternati've mp3 players, theres plenty. Are u just trying to get the creative people saying "oh man we lost another one to ipod" cuz i'm sure they don't lose sleep over u wanting to buy an ipod instead of a zen. *done ranting*
    Message Edited by bleakreserve on 02-3-2005 06:34 AM

  • How do I hook a Mac Mini to an existing PC Laptop Dock in order to use existing 23" monitor, mouse, and keyboard?

    My parents currently have a Dell Inspiron desktop (which thanks to Windows has crashed and requred re-installation of the OS and then ordering an OEM hard drive and starting from scratch). Anyway, my dad has started bringing home a work laptop, and I got him a laptop docking station so he could take advantage of the 23" monitor, keyboard, and wireless mouse that he prefers.
    My brother and I are going to buy my parents at Mac Mini for Christmas.  It's probably simple (or with my luck, impossible) but I need to know what I need to know in order to also hook up the Mac Mini to the monitor/keyboard/mouse (we may buy a keyboard and mouse).  Is it just a matter of cables/splitters?
    I'd appreciate any assistance.  I've been trying to get my parents switched over to Mac for almost 10 years now.  Dad is stubborn and will definitely want to use the 23" monitor he bought so I have to find a way to make that work.  The keyboard and mouse aren't a huge deal - instead of being on the drawer that rolls out from under the desk, the Mac stuff can be on top of the desk.  I just need to know if it's possible to avoid that and do everything through the docking station (even if I have to get a USB hub).  I'm pretty sure the monitor has a DVI input, and the current work laptop is using the analog input.
    Thanks all.

    The Mac mini is not going to be able to use the Dell docking station itself, due to
    the Mac mini is not a laptop
    it does not have a docking connector
    However you might be able to achieve what you want with a KVM (Keyboard, Video, and Mouse) switchbox which would sit between the dock and Mac mini and the Screen/Keyboard/Mouse.
    For this to be as easy as possible, both computers need to be using the same types of connections, so that means USB for the keyboard and mouse, and ideally DVI for the monitor. I am using a dock with a Dell laptop and the dock does have a DVI connection as well as a VGA connection so yours might as well.
    You would then need a KVM switchbox with USB and DVI connections. This one would be a suitable example http://www.amazon.com/TRENDnet-2-Port-Switch-Audio-TK-214i/dp/B004L62KN4/ref=sr_ 1_4?s=electronics&ie=UTF8&qid=1322228493&sr=1-4 you don't have to use the audio connections.
    In theory you could use a VGA adaptor on the Mac mini to make both use VGA but widespread reports suggest VGA on the latest Mac mini is very unrealiable.

  • I just bought a new external monitor (ASUS), and I have DVI adapter plug. When I connect it with my Macbook pro - the monitor remain black (even tho it is 'on')

    I just bought a new external monitor (ASUS), and it have DVI and VGA plugs. I bought the DVI adapter to connect with my macbook pro laptop. But the external monitor remain black… so I turn it off then turn it back on, it said "No VGA signal". Does it means I have to use VGA adapter instead? I am not sure how it work, I am very new to it… I hope you can help me out!
    Thanks!

    Use the Transfer Purchases command in the File menu of iTunes.
    (60931)

  • HELP! I have a dual monitor setup and can't use any of them for video??

    1)I have a GeForce4 MX 64MB VRAM card installed.
    2) the back is dual monitor capable, meaning it has 2 vga (CRT) ports, one on the right and an another adapted plug with a vga port on the end. ( i have no idea which type it was originaly.)
    3) I have a big dell LCD
    THIS IS WHAT HAPPENED:
    the adapter plug ripped off, reveal copper thread things and is now unusable. Although saddened, I was not worried because I don't use a dual monitor anyway and I switched to the other port. BUT THE VIDEO DOESNT WORK ON THAT PORT. I can't figure it out it just doesnt load any video?
    the truth is i would rather have a dvi cable set up because i assume its better.
    thank you for the help,
    I need it

    oops! whatever it was I reinstalled OS and it left

  • HT201318 I entered credit card information to upgrade iCloud storage and my account has seven charges pending on my account, why

    I entered my credit card information to upgrade iCloud storage and my credit account now has seven pending charges, Why?

    This is a user-to-user support forum. You may want to report the problem using the following link: https://www.apple.com/emea/support/itunes/contact.html

Maybe you are looking for

  • OMR marks in dynamic subforms

    Hi, I would like to know how to apply OMR values to dynamic forms. I understand I need to do a pre-process to return the page n of n but there is no reference in our manual that describes how to insert OMR marks on the final output (including nth mar

  • FI Payment tables

    When will an entry hit PAYR table and when will it hit BSAK table. I don't find all the cleared documents in PAYR table. would someone elighten me on this Thanks in advance KK

  • Storing/Managing all the raw footage and all the completed videos

    The iMovie '06 instructional video on the Apple pages mentioned that after we edit out our video and it is complete and ready to be viewed, we can upload it back into the camcorder so that from there the video may be viewed on a TV etc. This reminds

  • Need help, executing a SQL file from Forms

    Hi everyone, I don't know if this can be done. I want to execute a SQL file from a When-Button-Pressed trigger. I checked a couple of place but havent found anything yet on how to do this. If someone know of a way, please help. Thanks Eric

  • Help on mh software

    i can not see my picture are make things like my number privite this is not good i need help thx