Virtual ip problems

Hi,
We have implemented server and network clustering, and SAP R/3 was working at there.
At that time, we could not login R/3 with virtual ip but real ip always worked well.
So we have removed the virtual ip and no problems are occured now.
Do you think what is the problems ?
And i want to know the relationship between real ip and virtual ip.
thanks,
james

Hi,
Virtual ip provides a single ip for tcp connection for the users in case of a failover to another machine and you don't have to inform users to log into another ip.
There might be problem in configuring virtual ip if you are not able to connect to it.
The virtual ip is just an alias of the main network interface
which means this will function as long as main interface is functioning.
Hemant
http://www.adminschoice.com
Hi,
We have implemented server and network clustering, and
SAP R/3 was working at there.
At that time, we could not login R/3 with virtual ip
but real ip always worked well.
So we have removed the virtual ip and no problems are
occured now.
Do you think what is the problems ?
And i want to know the relationship between real ip
and virtual ip.
thanks,
james

Similar Messages

  • Leopard - QMaster and Virtual Cluster problem

    Hi guys,
    Up until yesterday I had my MacPro Octo running under 10.4 where I did succesfully set up a Virtual Cluster using 4 instances for Compressor. It worked as a charm and my MacPro was doing it's job perfectly.
    Today, I made a bootable backup of my 10.4 install and installed 10.5 using the erase and install options ( clean install ). I installed all my software again and tryed setting up my Virtual Cluster again, using the same settings I had under 10.4. Sadly I can't seem to get it working.
    In the QMaster Preferences pane, I have the QuickCluster with Services option checked. For the compressor entry in the Services I have the Share Option checked and used 4 isntances for the selected service. The Quickcluster received a descent name and the option to include unmanaged services from other computers is checked.
    I have the default options set in the Advanced tab, ( nothing checked except log service activity to log file and Show QMaster service status in the Menu Bar). I then started the Cluster using the Start Sharing button.
    Now I open u Compressor and add a file to process ( QT encode to iPod ), but when I hit the Submit button, my Virtual Cluster doesn't show up in the Cluster Dropdown. If I now leave the Compressor GUI open for 5 minutes, it will eventually show up in the list, and I can pick it. Sadly, picking it from the list at this point and hitting the Submit button makes Compressor Hang.
    I checked my logs, but the only thing concerning Compressor I could find is this :
    4/12/07 20:12:35 Compressor[242] Could not find image named 'MPEG1-Output'.
    4/12/07 20:12:35 Compressor[242] Could not find image named 'MPEG1-Output'.
    4/12/07 20:12:35 Compressor[242] Could not find image named 'MPEG1-Output'.
    4/12/07 20:12:41 Batch Monitor[190] * CDOClient::connect2: CException [NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218488391.647220 218488361.647369) 1'], server [tcp://10.0.1.199:49167]
    4/12/07 20:12:41 Batch Monitor[190] exception caught in -[ClusterStatus getNewStatusFromController:withOptions:withQueryList:]: NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218488391.647220 218488361.647369) 1'
    4/12/07 20:17:55 Batch Monitor[190] * CDOClient::connect2: CException [NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218488705.075513 218488675.075652) 1'], server [tcp://10.0.1.199:49167]
    I tried Stopping and then Restart Sharing and I noticed the follwoing entries in my log :
    4/12/07 20:23:26 compressord[210] can't refresh cache from file "/Library/Application Support/Apple Qmaster/qmasterservices.plist"
    4/12/07 20:23:26 compressord[211] can't refresh cache from file "/Library/Application Support/Apple Qmaster/qmasterservices.plist"
    4/12/07 20:23:26 compressord[213] can't refresh cache from file "/Library/Application Support/Apple Qmaster/qmasterservices.plist"
    4/12/07 20:23:26 qmasterca[269] can't refresh cache from file "/Library/Application Support/Apple Qmaster/qmasterservices.plist"
    4/12/07 20:23:26 qmasterqd[199] can't refresh cache from file "/Library/Application Support/Apple Qmaster/qmasterservices.plist"
    4/12/07 20:23:27 QmasterStatusMenu[178] * CDOClient::connect2: CException [NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218489009.603992 218489007.604126) 1'], server [tcp://10.0.1.199:49407]
    4/12/07 20:23:27 Batch Monitor[190] * CDOClient::connect2: CException [NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218489037.738080 218489007.738169) 1'], server [tcp://10.0.1.199:49407]
    4/12/07 20:23:27 Batch Monitor[190] exception caught in -[ClusterStatus getNewStatusFromController:withOptions:withQueryList:]: NSException raised by 'NSPortTimeoutException', reason = '[NSPortCoder sendBeforeTime:sendReplyPort:] timed out (218489037.738080 218489007.738169) 1'
    Batch Monitor immediately detects the cluster being active again, but Compressor doesnt, leaving me only This Computer available in the Cluster drop down when submitting a batch.
    In my Activity Monitor, I notice that CompressorTranscoder is not responing ( the 4 CompressorTranscoderX processes are fine ) and the ContentAgent proces isn't responding neither.
    Does anyone have any clue on what I could check next or how I could fix my problems ?
    Thanks a lot in advance,
    Stefaan

    Bah, this is crazy, today it doesn't work anymore. Yesterday my cluster was showing up in the Dropdown window, and I could submit a batch to it, and it got processed over my virtual cluster.
    Today, after finishing the second part of my movie, I tried it again. I didn't change anything to my settings, my machine hasn't even rebooted (just recovered from sleep mode) and my cluster isn't showing up at all anymore. Even the Qmaster menu doesn't show it
    Guess, I'll have to wait out until it appears again, or try a few things out

  • Virtual function problem with SC 4.2

    Hi
    I'm using SC CC 4.2
    [CC -V
    CC: WorkShop Compilers 4.2 18 Sep 1997 C++ 4.2 patch 104631-04]
    not the latest patch, I realize.
    The following bit of code:
    ProcessParameters *ppp = &(_config.process_params_);
    ppp->save_to_file(String("abc"));
    config.processparams_.save_to_file(String("xyz"));
    does not work as I'd expect it to!
    config.processparams_ is of type ProcessParametersEnhanced,
    and the definition of this, and its base class, looks like:
    class ProcessParameters
    public:
    virtual int save_to_file(String filename);
    and
    class ProcessParametersEnhanced : public ProcessParameters
    public:
    virtual int save_to_file(String filename);
    (I've cut everything else out of the class definitions for clarity, and I've changed the names a bit as well, hopefully without typos).
    ppp->save_to_file(String("abc"));
    calls ProcessParameters::save_to_file(String)
    even though ppp points to an instance of ProcessParametersEnhanced, and the function is virtual.
    I've tried building a small test application, using the minimum class interfaces, but this works as I'd expect (it also works fine with gcc).
    I'm getting deseperate. Is there a bug in SC4.2 whereby it fails to resolve virtual functions correctly?
    TIA
    Paul Floyd

    Oh well, it was an SC4.2 bug
    Patch-ID# 104631-07
    Keywords: C++ 4.2 SC4.2
    Synopsis: SPARCompiler C++ 4.2: C++ 4.2 patch for Solaris 2.x
    Date: Jul/17/98
    4066271 C++ has a problem with a copy constructor using virtual and multiple inheritance
    It seems as though the copy ctor doesn't copy the vtbl.
    Cheers
    Paul

  • Virtual terminal problems (konsole, lxterminal)

    Hi,
    I did not find the solution for my particular problem, where the virtual terminal can't connect to the bash execution.
    I'm using arch linux including all repos [testing, community-testing], and after a update, I'm unable to run konsole or lxterminal. However, xterm does work. I'm using kde 4 enviorment.
    Whenever I run konsole from xterm I get:
    $ konsole
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    konsole(3236)/kdecore (KPty/K3Process) KPty::open: Can't open a pseudo teletype
    konsole(3236) Konsole::Pty::flowControlEnabled: Unable to get flow control status, terminal not connected.
    An konsole window appears, but no prompt or anything. If I do an ps -A | grep bash it gives an bash execution not connected anywhere:
    3288 ? 00:00:00 bash
    if I kill it, then this message appears on the konsole terminal:
    Warning: Program '/bin/bash' crashed.
    I did search for it before, and found out the topic Terminal not running, but my devpts and shm are mounted correctly.
    mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=4082808k,nr_inodes=1020702,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda2 on / type ext4 (rw,relatime,data=ordered)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    tmpfs on /tmp type tmpfs (rw)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    none on /sys/kernel/debug type debugfs (rw,relatime)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    /dev/sda1 on /Fedora type ext4 (rw,relatime,data=ordered)
    /dev/sdb1 on /windows type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
    /dev/sdb2 on /data type ext4 (rw,relatime,data=ordered)
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    Any clues?
    Regards
    Diogo

    undeadb wrote:Mostly everything, was 4 months without a update. Got over 2GB of downloads. It did update kde.
    Then I think the problem is related to the merging of all applications into "/usr/bin". "/bin/bash" kind of doesn't exist anymore.
    Did you read the Arch Linux announcements before updating?
    If you do think that's the problem, then I don't know what you can do to fix it. I'm not smart enough. I'd probably just reinstall the OS.

  • Fail Safe Virtual IP Problems

    I have a Windows 2008 R2 SP1 2 node active/passive cluster with fail safe 3.4.2 installed. I also have 11G database software installed. My problem is I am unable to successsfully add an oracle virtual IP to the oracle group within fail safe. I receive the below error when I try. Can anyone please help me in the right direction with this? I need to get this resolved so that I can add my databases to the cluster. Thank you.
    Oracle Fail Safe Manager
    FS-10890: Oracle Services for MSCS failed during the create operation
    FS-11220: Failed to create the virtual address
    FS-10012: Failed to bring the cluster resource Network Name HHVHAVELP01 online. Check the Windows event log for messages.
    FS-10726: Resource Network Name HHVHAVELP01 is in a failed state
    I don't see any message in the event log when I check...

    Hi,
    Your problem looks-like this metalink note 416339.1
    Check it on oracle support.

  • NAC OOB VIRTUAL GW PROBLEM

    Hi,
    I am trying to setup a NAC OOB Virtual GW Scenario (attached is the visio schematic of the setup):
    Switch: 3550 (ios 12.2(46) adv ip serv)
    NAC 4130 appliances: v4.1.6 (also tried v4.5)
    Switch Configuration of the trunks to the CAS):
    - int f0/23 (connected to CAS e0) -> dot1q trunk with native vlan 999 and allowed vlans 199 (mgt vlan of cas) and 10 (hosts access vlan)
    - int f0/21 (connected ro CAS e1) -> dot1q trunk with native vlan 998 and allowed vlans 100 (hosts authentication vlan)
    - SVIs on switch: 199, 10, 200 (CAM mgt vlan), 99 (dns, dhcp)
    The problem I am facing is that the host once connected to a managed port is able to acquire an ip from the access vlan from the dhcp server but is not redirected to the login page. I tried to follow some hints provided in previous posts but none of them worked for me. I configured the following:
    - Login Page
    - Configured IP based traffic control on the unautheticated role to permit all traffic (also host based to permit https://192.168.199.1 -> cas' ip with trusted dns my dns server 192.168.99.1)
    - Managed subnet with unused ip in access vlan (192.168.10.253) and vlan id that of the auth vlan (100)
    - vlan mapping between untrusted vlan 100 and trusted vlan 10
    - tried to access a resolvable website by my dns from the host (as per the suggestion from a previous post for someone who was facing the same prob)
    - also tried to access the cas' login page from the host with vain, eventhough it is accessible from trusted subnets
    Note: I followed the configuration guide of both v4.1.6 and v4.5 and with both versions I was facing the same problem.
    I would be very thankful for any hints to help me solve this issue.
    Questions: When the host is connected to a managed host (assigned to the managed vlan 100) and it is assigned an ip from the a access vlan 10. Shouldn't I be able to access the managed subnet case I configured ip traffic control policy to permit all traffic from untrusted to trusted? also shouldn't I be able to resolve website's ip with "nslookup x.com" since dns traffic is by default configured and also trusted dns server 192.168.99.1 is configured?
    Thanks in advance for any help.

    It arised to be that the 3550/3560/3750 are not supported for Central Deployment. The problem is solved.
    Cisco Catalyst 3550/3560/3750 and NAC Appliance In-Band Central Deployment
    For Cisco Clean Access (NAC Appliance) in In-Band Central Deployment mode, when a Cisco Catalyst 3560/3750 series switch is used as a Layer 3 switch and if both ports of the Clean Access Server (CAS) are connected to the same 3560/3750 switch, the minimum switch IOS code required is Cisco IOS release 12.2(25)SEE.
    Because caveat CSCdu27506 is not fixed on the Catalyst 3550 series switch, when the Catalyst 3550 is used as a Layer 3 switch, it cannot be used in NAC Appliance In-Band Central Deployment.
    For further details, refer to switch IOS caveat CSCdu27506:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCdu27506
    See also Switch Support for CAS Virtual Gateway/VLAN Mapping (IB and OOB).
    Switch Support for CAS Virtual Gateway/VLAN Mapping (IB and OOB)
    Table 6 describes Cisco Catalyst switch model support for the Virtual Gateway VLAN Mapping feature of the Clean Access Server for either in-band (IB) or out-of-band deployments (OOB). This table is intended to clarify CAS network deployment options when connecting the CAS in Virtual Gateway (bridge) mode to the switches listed.
    Table 6 Switch Support for CAS Virtual Gateway In-Band/OOB VLAN Mapping Feature
    Cisco Catalyst Switch Model Virtual Gateway
    Central Deployment
    (both interfaces into same switch) Edge Deployment
    (each interface into different switch)
    6000/6500 Yes Yes
    4000/4500 Yes Yes
    3750/3560 (L3 switch) Yes with 12.2(25) SEE and higher 1
    Yes
    3550 (L3 switch) No 1
    Yes
    3750/3560 (L2 switch) Yes Yes
    3550 (L2 switch) Yes Yes
    2950/2960 Yes Yes
    2900XL No 2
    Yes
    3500XL Yes Yes
    28xx NME Yes with 12.2(25) SEE and higher 1
    Yes
    1 Due to switch caveat CSCdu27506. See Cisco Catalyst 3550/3560/3750 and NAC Appliance In-Band Central Deployment for details.
    2 2900 XL does not support removing VLAN 1 from switch trunks.

  • Another Mailman and virtual domains problem... mailbox does not exist

    Hi,
    this is yet another thread about virtual domain mailinglist with mailman.
    To sum up:
    - OpenDirectory account "[email protected]" -> mail delivered
    - Deleting this account and creating a mailing-list "test11", opening the admin interface to change the host "server.domain.com" (which is the primary host of the machine, so each mailinglist is created with this host) and replacing it with "virtualdomain.com"
    - sending an email to "[email protected]" -> following error:
    Jan 18 14:12:23 server postfix/qmgr[74872]: 698E5BF735: from=<[email protected]>, size=691, nrcpt=1 (queue active)
    Jan 18 14:12:23 server postfix/pipe[74882]: 698E5BF735: to=<[email protected]>, orig_to=<[email protected]>, relay=cyrus, delay=0.28, delays=0.14/0.01/0/0.13, dsn=5.6.0, status=bounced (data format error. Command output: test11: Mailbox does not exist )
    - adding back the OD account "[email protected]" -> mail delivered to inbox (not to mailing-list recipients)
    - now if i delete the mailinglist in Server Admin then send an email to "[email protected]" -> following error (seems obvious):
    Jan 18 13:18:49 server postfix/lmtp[74275]: A9B7CBF45F: to=<[email protected]>, relay=server.domain.com[/var/imap/socket/lmtp], delay=0.16, delays=0.13/0/0/0.03, dsn=5.1.1, status=bounced (host server.domain.com[/var/imap/socket/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command))
    IOW, it looks like somehow the mailinglist aliases are being lost somewhere.
    Postfix forgets to delivers the incomming mails to Mailman, doesn't it? According to lots of forum searchs it could be forced by using one of those two commands:
    sudo /usr/sbin/postalias
    sudo /usr/sbin/postmap
    Unfortunately I dont know how they work precisely and can't find X.5 accurate information so I hope you can guide me through this step.
    Also I don't know how to track the incomming mails at the moment they are dispatched to either an OD account (so it's delivered or generates the 550 error) or a Mailman list (so it's looking for aliases and so on).
    Any help will be appreciated.
    Config:
    - in /etc/postfix/main.cf
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/virtual-mailman
    virtualaliasmaps = hash:/etc/aliases,hash:/var/mailman/data/virtual-mailman
    - in /etc/postfix/virtual_domains
    virtualdomain.com allow
    - in /var/mailman/data/virtual-mailman
    # LOOP ADDRESSES START
    [email protected] mailman-loop
    # LOOP ADDRESSES END
    # STANZA START: test11
    # CREATED: Sun Jan 18 13:55:03 2009
    [email protected] test11
    [email protected] test11-admin
    [email protected] test11-bounces
    [email protected] test11-confirm
    [email protected] test11-join
    [email protected] test11-leave
    [email protected] test11-owner
    [email protected] test11-request
    [email protected] test11-subscribe
    [email protected] test11-unsubscribe
    # STANZA END: test11
    - in /var/mailman/data/aliases
    # The ultimate loop stopper address
    mailman-loop: /private/var/mailman/data/owner-bounces.mbox
    # STANZA START: mailman
    # CREATED: Sun Jan 18 14:11:53 2009
    mailman: "|/usr/share/mailman/mail/mailman post mailman"
    mailman-admin: "|/usr/share/mailman/mail/mailman admin mailman"
    mailman-bounces: "|/usr/share/mailman/mail/mailman bounces mailman"
    mailman-confirm: "|/usr/share/mailman/mail/mailman confirm mailman"
    mailman-join: "|/usr/share/mailman/mail/mailman join mailman"
    mailman-leave: "|/usr/share/mailman/mail/mailman leave mailman"
    mailman-owner: "|/usr/share/mailman/mail/mailman owner mailman"
    mailman-request: "|/usr/share/mailman/mail/mailman request mailman"
    mailman-subscribe: "|/usr/share/mailman/mail/mailman subscribe mailman"
    mailman-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe mailman"
    # STANZA END: mailman
    # STANZA START: test11
    # CREATED: Sun Jan 18 14:11:53 2009
    test11: "|/usr/share/mailman/mail/mailman post test11"
    test11-admin: "|/usr/share/mailman/mail/mailman admin test11"
    test11-bounces: "|/usr/share/mailman/mail/mailman bounces test11"
    test11-confirm: "|/usr/share/mailman/mail/mailman confirm test11"
    test11-join: "|/usr/share/mailman/mail/mailman join test11"
    test11-leave: "|/usr/share/mailman/mail/mailman leave test11"
    test11-owner: "|/usr/share/mailman/mail/mailman owner test11"
    test11-request: "|/usr/share/mailman/mail/mailman request test11"
    test11-subscribe: "|/usr/share/mailman/mail/mailman subscribe test11"
    test11-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe test11"
    # STANZA END: test11
    - in /usr/share/mailman/Mailman/mm_cfg.py
    MTA = 'Postfix'
    POSTFIXSTYLE_VIRTUALDOMAINS = ['virtualdomain.com','mail.virtualdomain.com']
    add_virtualhost('virtualdomain.com', 'mail.virtualdomain.com')

    I've finaly solved the problem by myself, mixing postfix-style aliases.
    Since it's quite long I wrote a tutorial, it's here:
    http://spip.ashorlivs.net/notepad/os-x/article/virtual-host-mailman-w-os-x-serve r
    Hope it can help someone else.
    Regards,
    g.
    Message was edited by: ashorlivs

  • Editing Film Photos and Virtual Copy Problem

    I just scanned some film in and then imported it to lightroom. I am now running into a problem when I go to retouch/edit the film in photoshop. When I scan the film in it scans in as a .tiff file. I first tried to edit just the original to see if it would save back into lightroom as .psd but it didnt it saved the original tiff. I want to have two copies, the original and the edited file. So second I tried to make a virtual copy and edit that one and save it but again it saved both the virtual copy and the original file with the edits that I made. I finally tried right clicking the original file and editing with edit a copy. This finally worked I was able to have a copy and the original file unedited.
    My question is if I edit this way and have a bunch of edit with copies is my picture sizes going to double? (having two copies of each photo, one edited and one original)
    Or is there a way to edit a .tiff as a virtual copy and not have it save the changes to both files.
    hope this wasn't super confusing

    Thanks Sean..
    Actually it did work but on the flickr side, i didn't notice until i logged on..  The Flickr side added a '2' to the virtual copy although Lightroom uses the original name/copy.  So i guess it works, just a little confusing.  I have not tweaked the virtual copy yet to see if it updates the '2' copy on Flickr or throws a wobbly instead
    I used Jeffrey's plugin for sometime but eventually I decided to delete all my photos from flickr (new account anyway) and decided to go fresh with LR 3.  It works really well and any tweak i make get's republished without deleting any previous comments or data.  Jeffrey's just doesn't have that same visual impact and integration.  The LR version has a few quirks but seems stable enough for solid use...  Just need to be smart with it because pilot error can make problems.
    S

  • Virtual component problem in Multisim 11

    Hello all,
    I am a Multisim beginner.  I have a 3PDT switch in my circuit and when I try to Transfer to Utilboard it gives me an error message that this component will not be transfer because it is a virtual component.  What does this mean and how do I solve this problem?
    Thanks,

    Hi Eth,
    It means that there is no footprint assigned to this component.You should either replace it with a component that already has a footprint or make a footprint for that according to the datasheet.
    Here you can find a great tutorial that helps you assign a footprint to a virtual component.
    Tell me if you still had any problems with that.
    http://digital.ni.com/public.nsf/allkb/364FC33F1DB69255862571B800632DC4
    Regards,
    Leila F.
    National Instruments

  • BCS - Virtual Cube problem

    I have problems in manage of the cube or list cube for the 0BCS_VC11 cube.
    Data is there in the real time cube and no problem in the connection as well.Is these due to new NW2004s functionality any settings to be done for virtual cubes??
    thanks

    <b>Steps -</b>
    For a BCS following criteria is mandatory,values below are as per my client specific requirement you may have different values.
    Restrict fiscal year variant = K4
    0CS_CHART(Cons Chart of Accts) = 99
    0VERSION(Version)=900
    Hope it Helps
    Chetan
    @CP..

  • Virtual hosts problem

    I have an interesting problem. Running CF 7.02
    standard on Windows using Apache 2.2 as the web server. I have
    multiple name virtual hosts set up on this server. Let's say I have
    two sites A and B. A user requests
    http://A/default.cfm. They get
    http://B/default.cfm but the images
    are missing since the server is looking for B/default.cfm's images
    in A. This seems to occur on all sites where there is a request to
    a page with the same relative path to the webroot as another site
    like webroot/default.cfm and a couple of other generic functions
    duplicated between sites. Also, thankfully, this behavior does not
    occur on what I consider the primary site running CF code or other
    virtual sites that have no CF.
    The CFIDE mapping in the CF Administrator was established in
    the webroot of this primary CF site. From reviewing the access logs
    for the different sites, it appears that there is an http request
    made followed by access to the CFIDE directory. Since this is
    mapped within the webroot of the primary website, it seems like it
    is accessing this sites default.cfm instead of the one from the
    correct virtual site. The images for this page are missing because
    it is looking for the files in the correct virtual site.
    The CFIDE mapping for CF MX Standard is set up on
    installation and is not configurable through the Administrator so I
    have not tried to change this to a different location. Has anyone
    else seen a problem like this?
    Brian

    In the administrator in Caching, make sure Cache web server
    paths is unchecked. If it is selected, uncheck it and restart CF.
    You can also set this in jrun.xml under the
    jrun.servlet.jrpp.JRunProxyService by adding:
    <!-- set this to false for multi-hosted sites -->
    <attribute
    name="cacheRealPath">false</attribute>

  • Virtual Keyboard problems

    My IPad Air virtual screen won´t work, is "fixed" to the screen and cannot dimish it as normally from the keyboard icon. Been switching on and off the bluetooth but continues with the sasme problem.
    How to resolve?

    Have you tried resetting your iPad?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • Flickr and Virtual Copy Problem..

    I have photos uploaded to flickr through lightroom but if i create a virtual copy of a used image flickr gets confused because the filename remains the same and wants to update my image with an edit i prefer to keep separate.
    Without creating a tiff or jpg of the original RAW file is there a way to avoid this?
    Would love to be able to rename virtual copies but it's not possible right?
    any solutions?
    S

    Thanks Sean..
    Actually it did work but on the flickr side, i didn't notice until i logged on..  The Flickr side added a '2' to the virtual copy although Lightroom uses the original name/copy.  So i guess it works, just a little confusing.  I have not tweaked the virtual copy yet to see if it updates the '2' copy on Flickr or throws a wobbly instead
    I used Jeffrey's plugin for sometime but eventually I decided to delete all my photos from flickr (new account anyway) and decided to go fresh with LR 3.  It works really well and any tweak i make get's republished without deleting any previous comments or data.  Jeffrey's just doesn't have that same visual impact and integration.  The LR version has a few quirks but seems stable enough for solid use...  Just need to be smart with it because pilot error can make problems.
    S

  • New Ipad mini virtual slider problem

    Hi there
    I got a new Ipad mini for Christmas...updated to IOS 6.0.2
    Over the last day or so, I have had a small but annoying problem.
    I switch the Ipad mini completely off when using it. When I turn it on again, the virtual slider does to work..I have to press the home button and then the virtual slider works?
    Any advice or help would be greatly appreciated.

    We can't help you in any meaningful way.
    User to user forum, we have no access to Apple stuff which would tell us why your card was declined.
    Only suggestion-use a different card.
    Contact Apple to see why your card was declined:
    http://www.apple.com/support/appleid/contact/

  • Virtual Hosting Problem - SMTP error, POP is fine

    Hi all,
    I set up my server with this domain: brandingforces.com
    Additionally I did managed it to get 9 other domains running.
    Everything is working fine, even webmail and POP.
    However, on the virtual hosted domain steinberginc.com, I do get this error:
    Cannot send message using the server mail.steinberginc.com
    Use the pop-up menu below to try a different outgoing mail server. All messages will use this server until you quit Mail or change your network settings.
    I am not sure where the problem might be since other domains are sending fine SMTP.
    I did set up all domains in SA-mail-hosting-virtual domains...... I listed them without the WWW.
    Each domain has one IP for the nameserver and 1 IP as the mailserver (in machine field)
    Can someone help me?

    my fault. old email settings on mail were still configured on port 26 instead of 25. What were the old settings from the other server.

Maybe you are looking for

  • Default Document Ctrl when creating limit item

    Hi! When I create a limit item using "Process purchase order" the check box "Confirm Performance of Service/Goods Receipt" in Follow-on document is checked by default when I have entered the Vendor. Is there a way so that only the check box "Invoice

  • Why are all my movies and tv shows now on my ipad with the icloud icon?  How can i get rid of them?

    Why are all my movies and tv shows from my library now on my ipad with the icloud icon?  I have turned off all icloud related services. I have never used it.  On top of that, my ipad now gets stuck on step 5 of the sync - waiting for changes to be ap

  • New MacBook Pro (Snow Leopard 10.6) Freezes while playing Portal, WOW, etc,

    I have the new macbook pro that came out February 2011 with Mac OS-X 10.6, and I have encountered multiple problems with the computer running sluggish and freezing up in some applications. For example while playing Portal, the computer will get extre

  • LiveCycle Designer 8.0 preview pdf issue

    Is anyone having a problem when creating a form, then using the preview pdf to check the layout? Everything is showing up, but you can't do anything, such as filling in fields,drop down the lists, check radio buttons, etc. If I save the file, then op

  • Restoring Windows XP on Qosmio G20

    Hi all, I have problems with my Qosmio running slow and I suspect some virus or Trojan. So I have decided to restore my system but my surprise is that I cannot find a cd of windows restoration. Is that possible? I only have a CD that says QosmioPlaye