CF Component work on local computer but not on actual web.

I'm using CF9 on windows 7 professional. when ever i execute from a form to the action page i get this error:
Could not find the ColdFusion component or interface VAFOINS_NEW.Componet.display. Ensure that the name is correct and that the component or interface exists.
It works fine on my local computer, however the Componet is not invoking properly when on the actual web. Any suggestions?
THE CFC syntax is below:
<!--- Generated by Adobe Dreamweaver CS5 11.0.4.4993 [en] (Win32) - Fri Sep 23 2011 15:56:13 GMT-0400 (Eastern Daylight Time) --->
<cfcomponent displayName="volno" hint="List all FCN, NS, FOID etc. Items By way of volno input">
<cffunction name="volno" returntype="query">
<cfquery name="volno"> select TRIM(CONCAT(name.fname,' ',name.xholy))AS Brother, name.foiid, fcn.*, nspay.*, Foidpay.*, otherpay.*, CONCAT(otherpay.othpayamt,' - ',otherpay.othpaytitle) AS otherpay, fcnsales.salesid,(fcnsales.salesamt) AS FCN_SOLD, salesdate
FROM name, fcn, fcnsales, foidpay, nspay, otherpay
WHERE 0=0
AND Fcn.fcnvolno = '#form.volno#'
AND name.foiid= fcnsales.salesfoiid
AND FCN.fcnid= fcnsales.salesfcnid
AND name.foiid= nspay.NSPAYfoiid
AND nspay.nspaydate= fcnsales.salesdate
AND name.foiid= FOIDPAY.foidpayfoiid
AND FOIDPAY.foidpaydate= fcnsales.salesdate
AND name.foiid= otherpay.othpayfoiid
AND otherpay.othpaydate= fcnsales.salesdate
ORDER BY name.city desc, name.foiid
</cfquery>
<cfreturn "#volno#">
</cffunction>
<!---NEW FUNCTION--->
<cffunction name="total" returntype="query">
<cfquery name="total">
SELECT name.*, fcn.*, sum(fcnsales.salesamt) AS FCN_SOLD_This_Issue, salesdate
FROM name, fcn, fcnsales
WHERE 0=0
AND Fcn.fcnvolno = '#form.volno#'
AND name.foiid= fcnsales.salesfoiid
AND FCN.fcnid= fcnsales.salesfcnid
</cfquery>
<cfreturn "#total#">
</cffunction>
<!---NEW FUNCTION--->
<cffunction name="total_NS" returntype="query">
<cfquery name="total_NS">
SELECT SUM(nspay.nspayamt) AS total_ns
FROM nspay
WHERE 0=0
AND nspay.nspayvolno= '#form.volno#'
</cfquery>
<cfreturn "#total_NS#">
</cffunction>
</cfcomponent>
My action page which invokes the cfc has the code below:
<cfinvoke
  component="VAFOINS_NEW.Componet.display"
  method="volno"
  returnvariable="volno">
<!--- CFC Query --->
</cfinvoke>
<cfinvoke
  component="VAFOINS_NEW.Componet.display"
  method="total"
  returnvariable="total">
<!--- CFC Query --->
</cfinvoke>
<cfinvoke
  component="VAFOINS_NEW.Componet.display"
  method="total_NS"
  returnvariable="total_NS">
<!--- CFC Query --->
</cfinvoke>
<cfquery name="total_FOID" >
SELECT SUM(foidpay.foidpayamt) AS total_foid
FROM foidpay
WHERE 0=0
<!---AND foidpay.foidpaycity='richmond'--->
AND foidpay.foidpayvolno= '#form.volno#'
</cfquery>
<cfquery name="total_other" >
SELECT SUM(otherpay.othpayamt) AS total_other
FROM otherpay
WHERE 0=0
<!---AND otherpay.othpaycity='richmond'--->
AND otherpay.othpayvolno= '#form.volno#'
</cfquery>
<cfquery name="total_FOIClass_Attendance" >
SELECT COUNT(CLASSFOIID) AS foic_attendance
FROM foiclass
WHERE 0=0
<!---AND foiclass.classcity='richmond'--->
AND foiclass.classvolno= '#form.volno#'
</cfquery>
<cfquery name="List_Class_Attendance" >
select trim(CONCAT(name.type,': ',name.fname,' ',name.xholy,' ',name.slave))AS Brother, name.foiid, foiclass.classfoiid FROM name LEFT JOIN foiclass ON foiclass.classfoiid= name.foiid WHERE foiclass.classvolno='#form.volno#' order by name.type, brother
</cfquery>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>VOL NO Results</title>
</head>
<body>
<!---CFML Below--->
</body>
</html>

My guess is a problem with the dot path notation. I'm always fighting with this. Most likly your local computer is using a virtual directory named VAFOINS_NEW (http://127.0.0.1/VAFOINS_NEW/) and your production site points directly to the VAFOINS_NEW directory (http://somesite.com/). On your live site the dot path notation you are using is expecting http://somesite.com/VAFOINS_NEW/. Dot paths are a pain and whoever invented them should retire as he or she has done enough damage.
I usually do something like this (I'm typing from memory so there will most likely be syntax error or two but hopefully you'll get the idea):
<cfset variables.dotpath="" />
<cfif listFindNoCase(cgi.script_path,"VAFOINS_NEW","/")>
     <cfset variables.dotpath="VAFOINS_NEW." />
</cfif>
<cfinvoke component="#variables.dotpath#Componet.display"... />

Similar Messages

  • HELP!! WRT54G2 works for one computer, but not for the other

    I have a WRT54G2 and it is connected to 2 computers. The internet works in one computer, but not on the other. The tech support said i needed to configure it or firmware or something like that. But my product is out of warranty and I really need the internet on the other computer as well. Please Help!!!

    As your one computer is working fine then there is no problem with the router so far...
    The computer which is not working...check the IP Address on that...
    Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Ethernet Adapter Local Area Connection IP Address , Subnet Mask and Default Gateway...
    IP Address should be 192.168.1.x, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 (assuming your router is 192.168.1.1)...
    If you get the above mentioned IP Address, Subnet and Gateway Address then you should ping the Gateway, type ping 192.168.1.1 and press Enter...If it gives you request timed out then disable any firewalls, security softwares on the computer...
    If you get 4 replies then type ping 4.2.2.2 and press Enter, if you get request timed out, then you need to upgrade your router's firmware...If you get 4 replies then type ping yahoo.com and press Enter...If you get replies for Yahoo then you should get the Internet after adjusting the browser settings...
    Adjusting Browser Settings : Open an IE, click Tools >> Internet Options, then delete all files, cookies, history, forms...Goto "Connections", make sure Never Dial a Connection is checked, click on LAN Settings and make sure all the options are unchecked...Once you are done click on O.k...Close the IE and re-open it...
    If yahoo times out then provide static DNS on your LAN Connection...
    Click on the Start button >>> Settings >>> Control Panel >>>Network Connections- Right click on the icon for Local Area Connection and go to properties- On the 'General' tab select 'Internet Protocol TCP/IP' and click on the Properties button- Select 'Use the Following DNS Settings' Preferred DNS 4.2.2.2 Alternate DNS - 192.168.1.1>>Click on Ok button to Save and Click on "Close" on main Properties window...You should be able to go online...

  • Can get the AirPlay to work off my computer, but not my iPhone or iPad. I have the latest software.  Airplay logo never appears on iPhone or iPad.

    Can get the AirPlay to work off my computer, but not my iPhone or iPad. I have the latest software.  Airplay logo never appears on iPhone or iPad.

    Try here  >  http://support.apple.com/kb/TS1538

  • It works on my Computer, but not in my DVD Player

    I burned a DVD, It works on my Computer, but not in my DVD Player...why?

    still am trying to figure out how to burn at a slower speed, I see no optiond on iDVD.
    You need to create a disk image out of iDVD, then burn. See below.
    Suggest you create a disc image and then burn the DVD. File/Save as Disc Image...
    http://docs.info.apple.com/article.html?path=iDVD/6.0/en/18.html
    http://www.kenstone.net/fcphomepage/image_to_diskstone.html
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006

  • Ipod works on one computer but not the other?

    Can someone please help me? My ipod works on my laptop but not the desktop. When I plug the Ipod into the desktop it sometimes shows up in Itunes but says it's corrupt. Which it obviously isn't because it works fine on it's own when not plugged into a computer and it works fine when I plug it into the laptop. Also when I looked in my computer the Ipod would show up as drive j and it would flash on and off. Well, I tried plugging the Ipod into a different port and that worked as far as drive j stopped flashing on and off. I tried changing the drive name and it wouldn't let me because it always went back to drive j even after I changed it to drive z. Itunes is playing music and is up to date. I have Windows Vista Home Premium 64 bit. Please help.

    Well start with these articles and see if that gets you anywhere...
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    http://docs.info.apple.com/article.html?artnum=305136
    iTunes for Windows: iTunes 7 doesn't recognize iPod
    http://docs.info.apple.com/article.html?artnum=304434
    iPod missing in "My Computer" or in iTunes for Windows
    http://docs.info.apple.com/article.html?artnum=61711
    Also you might try forcing the iPod into disk mode first, then connecting it to your computer and see if that makes it show up in iTunes...
    Putting iPod into Disk Mode
    http://docs.info.apple.com/article.html?artnum=93651
    Windows confuses iPod with network drive or hard drive and may keep iPod from mounting or songs may seem to disappear
    http://support.apple.com/kb/TS1493
    Patrick

  • Sign in to icloud... but it is not showing the correct email. It works on my computer but not on the phone

    Its is showing the wrong email... I can sign in on my computer but not the phone

    Welcome to the Apple Community.
    If it isn't showing up at all, it means that Find My Phone hasn't been activated.
    If it's just the location that isn't showing up, it may well mean it isn't connected to a network at this time.

  • SWF works on any local computer but not on website

    Hi Guys
    I have developed a website using flash and xml. My export folder containts my swf file, html files nad xml config files (plus a numebr of images etc). The export fodler does not have any .fla files etc.
    When running the site locally all works perfecctly, but when trying to run off the web there is text corruption and layout problems. I obviously though it was a pthing issue - so I sent the export folder to a friend (exactly the same contents as what is loaded on the site) and he can laucnh and view the site perfectly - so its not a pathing issue as far as I can see.
    WOuld there be a reason why text is not visible when viewing off the web (but you can click here the text shoudl be - highlight then it suddenly appears). Also where text is located ont he design it has become double sapced ont he web version but not when running locally. I have checked all the permissions to 777 incase of an issue there.
    If it was a pathing issue - why would it work on various other computers when senidng just the export folder (which contains no sub folders at all) it can't be taking anything fromt he root or parent folder as it wouldnt work on the other local machines it has been tested on?
    Please let me know if anyone has any ideas as its really frustrating. I have folowed the logic of sending the output folder to other computers and it works perfectly (remember no subfolders or parent folders so its only looking for local files within the folder)....weird!?
    Thanks

    Thanks I will try and contact the hosting company now to find out - I am using Heart Internet: here is a sample of my xml file....thanks so much for replying :-) I thought it might be to do with server environment as wokring perfectly on multiple local computers etc....
    Here is some of the xml code: i see some ISO mention at the top? Not too sure about what you mentioned regarding CDATA....but it appears in the xml below (I bought template and then just edited the text to change so didnt actually rite the code so please excuse my lack of technical knowledge- I am trying lol
      <?xml version="1.0" encoding="iso-8859-1"?>
    <content>
    <!-- general vars -->
    <section name="settings">
    <item name="textSelectable">true</item>
    <item name="copyright"><![CDATA[Brainbox Group &#169; 2013 &#8226;<a href="asfunction:_root.more_click_func, privacyPolicy"> Privacy Policy</a> &#8226;]]></item>
    <item name="companyName"><![CDATA[b</font><font color="#ff0000">r</font><font color="#1c73ce">a</font><font color="#ff0000">i</font><font color="#f26522">n</font>box]]></item>
    <item name="slogan"><![CDATA[creative design services]]></item>
    <item name="slogan2"><![CDATA[E-mail: <a href="asfunction:link"> <font color="#000000"><u>[email protected]</u></font></a>]]></item>
    <image imageUrl="_logo.png" link="asfunction:link"/>
    <image imageUrl="_logo2.png" link="asfunction:link"/>
    </section>
    <section name="configuration">
    <delta_pics>5</delta_pics>
    <alpha_bg>90</alpha_bg>
    <delta_scr>0</delta_scr>
    <pic_smoth>true</pic_smoth>
    <pic_viz>3</pic_viz>
    <pic_ext>.jpg</pic_ext>
    </section>
    <section name="global_text">
    <texts><![CDATA[
    <font size="120">W</font><font size="55">eb & </font><font size="120">A</font><font size="55">pp</font>
    ]]></texts>
    <texts><![CDATA[
    DESIGN AGENCY
    ]]></texts>
    </section>
    <!-- menu -->
    <section name="menu">
    <link systemOrder="1"><![CDATA[
    <font color="#ffffb1">main</font> page
    ]]></link>
    <link systemOrder="2"><![CDATA[
    <font color="#ffffb1">web</font> design
    ]]></link>
    <link systemOrder="3"><![CDATA[
    <font color="#ffffb1">app</font> design
    ]]></link>
    <link systemOrder="4">
    <![CDATA[
    <font color="#ffffb1">portfolio</font>
    ]]></link>
    <link systemOrder="5"><![CDATA[
    <font color="#ffffb1">contacts</font>
    ]]></link>
    </section>
    <section name="global_img">
    <image imageUrl="_pic1s.png" link="asfunction:link"/>
    <image imageUrl="_pic2s.png" link="asfunction:link"/>
    <image imageUrl="_pic3s.png" link="asfunction:link"/>
    <image imageUrl="_pic4s.png" link="asfunction:link"/>
    <image imageUrl="_pic5s.png" link="asfunction:link"/>
    </section>
    <!-- pages -->
    <section name="pages">
    +++PAGE1++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
    <page name="main page">
    <image imageUrl="_pic1.png" link="asfunction:link"/>
    <image imageUrl="_pic2.png" link="asfunction:link"/>
    <image imageUrl="_pic3.png" link="asfunction:link"/>
    <image imageUrl="_pic4.png" link="asfunction:link"/>
    <image imageUrl="_pic5.png" link="asfunction:link"/>
    <image imageUrl="_pic6.png" link="asfunction:link"/>
    <texts>
    <pageText><![CDATA[
    FREE
    ]]></pageText>
    <pageText><![CDATA[
    welcome!
    ]]></pageText>
    <pageText><![CDATA[
    packages
    ]]></pageText>
    <pageText><![CDATA[
    Here at the Brainbox Group we offer one stop design services.<br>
    Our consultants are experienced in business and our aim is to<br>
    make the process from 'brief' to 'sign off' as smooth & relaxing<br>
    as possible. Call our helpdesk now 0121 323 5164 early until late.
    ]]></pageText>
    <pageText><![CDATA[
    <a href="asfunction:link">+ Nationwide Service</a> <br>
    <a href="asfunction:link">+ Dedicated Progect Consultant</a> <br>
    <a href="asfunction:link">+ Remote Collaboration Tools</a> <br>
    ]]></pageText>
    <pageText><![CDATA[
    <a href="asfunction:link">+ Great Prices & Packages</a> <br>
    <a href="asfunction:link">+ Business Savy Experts</a> <br>
    <a href="asfunction:link">+ Experienced & Professional</a> <br>
    ]]></pageText>
    <pageText><![CDATA[
    <a href="asfunction:_root.more_click_func,0"><font color="#ff005b">+</font> <u>Learn more about Brainbox</u></a>
    ]]></pageText>
    <pageText><![CDATA[
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>Brochure Web £500</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>CMS Full Web £1000</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>Ecommerce Web £1500</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>PHP Custom Web £3000</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>Website App from £1500</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>Social App from £3000</u></a> <br>
    <a href="asfunction:link"><font color="#ff005b">+</font> <u>Custom App from £5000</u></a> <br>
    <a href="asfunction:_root.more_click_func,1"><font color="#ff005b">+</font> <u>Learn more</u></a> <br>
    ]]></pageText>
    </texts>
    <link linkType="readMoreLink">
    <item name="title"><![CDATA[
    Brainbox Group
    ]]></item>
    <item name="linkText"><![CDATA[
    You are in good company with the Brainbox Group of companies.<br>
    Brainbox Creative Design Services forms part of the Brainbox Group who specialise in delivering management services, design consultation and<br>
    print services to businesses and individuals across the UK. Our company is based in the heart of England - Birmingham. Here you can learn more<br>
    about our service divisons and how we can support your business and contribute towards operational efficiency, performance and tangible growth.<br>
    <br>
    Brainbox Creative<br>
    A boutique design agency that specialise in Packaged Website Development and Mobile Application Development. <br>
    www.BrainboxCreative.co.uk<br>
    <br>
    Brainbox Consultants<br>
    A nationwide management agency providing business and management consultibng services. <br>
    www.BrainboxConsultants.co.uk<br>
    <br>
    Printing Team<br>
    Providing cost effective printing and print design services nationwide. Supplying business with high quakity low cost print.<br>
    www.PrintingTeam.co.uk<br>
    ]]></item>
    <item name="linkText1"><![CDATA[
    ]]></item>
    </link>
    <link linkType="readMoreLink">
    <item name="title"><![CDATA[
    read more 1
    ]]></item>

  • Video Plays on local computer but not web

    My video which is a mp4 plays on my local computer fine but when I upload it to the web server godaddy to be specific it doesn't work in IE 9 but works fine in the other browsers. I have been trying to figure this out but I can't here is the web address for the site gologisticsusa.com

    pmsquillace wrote:
    I know this might sound like a cop out answer but I do not check in IE 9 yet because it is not fully used by everyone. I would just forget it and leave it till you can get a better answer.
    Eh, what? By that reckoning you shouldn't be testing on ANY browser as none of them are "fully used by everyone". You should be testing on EVERY browser available to you - most errors can be fixed with proper coding.
    In this instance, it looks like you are trying to use the HTML5 <video> tag, but it has not been properly used. As such it doesn't work in FF and/or some IE. IE will show mp4 files but only if the encoding is correct - H.264. if it's in this format, you may need to set the MIME types up on the server. FF uses OGG or OGV for their video so you should look into FireFogg to convert it.
    To set up the HTML5 <video>, it should look something like the below:
    <video id="movie" width="200 height="200" preload="auto" autobuffer autoplay controls>
      <source src="videos/INSERT_FILE_NAME.webm" type='video/webm; codecs="vp8, vorbis"' />
      <source src="videos/INSERT_FILE_NAME.ogv" type='video/ogg; codecs="theora, vorbis"' />
      <source src="videos/INSERT_FILE_NAME.mp4" />
    <!-- Include Flash fallback here if you like -->
    </video>
    You can include a flash fall back file afterwards for all browsers that don't support the HTML5 video tag -  such as olde IE.
    Check this link for a more in-depth look at how to do it: http://diveintohtml5.info/video.html

  • FORALL MERGE statement works in local database but not over database link

    Given "list", a collection of NUMBER's, the following FORALL ... MERGE statement should copy the appropriate data if the record specified by the list exists on both databases.
    forall i in 1..list.count
    merge into tbl@remote t
    using (select * from tbl
    where id = list(i)) s
    on (s.id = t.id)
    when matched then
    update set
    t.status = s.status
    when not matched then
    insert (id, status)
    values (s.id, s.status);
    But this does not work. No exceptions, but target table's record is unchanged and "sql%rowcount" is 0.
    If the target table is in the local database, the exact same statement works:
    forall i in 1..list.count
    merge into tbl2 t
    using (select * from tbl
    where id = list(i)) s
    on (s.id = t.id)
    when matched then
    update set
    t.status = s.status
    when not matched then
    insert (id, status)
    values (s.id, s.status);
    Does anyone have a clue why this may be a problem?
    Both databases are on Oracle 10g.
    Edited by: user652538 on 2009. 6. 12 오전 11:29
    Edited by: user652538 on 2009. 6. 12 오전 11:31
    Edited by: user652538 on 2009. 6. 12 오전 11:45

    Should throw an error in my opinion. The underlying reason for not working is basically because of
    SQL> merge into   t@remote t1
         using   (    select   sys.odcinumberlist (1) from dual) t2
            on   (1 = 1)
    when matched
    then
       update set i = 1
    Error at line 4
    ORA-22804: remote operations not permitted on object tables or user-defined type columnsSame reason as e.g.
    insert into t@remote select * from table(sys.odcinumberlist(1,2,3))doesn't work.

  • My home share is not working i have tried everything it works on one computer but not the other help!

    I have tried uninstalling and reinstalling itunes i have tried messing with my avast and I cant get anything to work please help me! it works on another computer in the house but everytime i try to click on his library it says it loading his library and then stops and goes to my music. plz help!

    When normally powering the phone, there would not be a loading bar, you would just see the Apple logo. You can try a reset of the phone, hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot.
    You can take the phone to Apple, by making an appointment at the Genius Bar to have the hardware checked. Apple handles warranty and post-warranty issues, not Verizon. Have Apple look at the hardware to see if there are any problems.

  • Implicit read with assembly module instance working on one computer, but not another

    Hi,
    I'm trying to set up an on-site computer to run a VI which uses assembly instances for data communication, but for some reason I'm unable to establish a connection to the PLC.
    I'm running the example vi "CreateAssemblyInstance.vi" to try and get the communication set up before I start using my actual program.
    When I run this code on my development machine, I'm able to establish a connection to the PLC and read data. I then go into RSLogix 5000 and change the IP address to the on-site machine and try to run the test VI there, but I'm unable to make a connection. LabVIEW-side, the program thinks that it's established a connection and is reading/writing data, but PLC-side I'm getting a "Connection Failed" message in RSLogix.
    I find it weird that LabVIEW thinks the connection was established just fine, which the RSLogix says it can't connect to the VI.
    Just wondering if anyone else has had this happen. We aren't sure why the same VI runs on one machine but not another. We used RSLogix to change the IP address of the target machine, so we don't think that's the issue. And both computers are on the same network, so we don't think it's a firewall issue either.
    LabVIEW-side, things should be identical. I'm running the same example VI that came with the Ethernet/IP module. PLC-side, we're changing the target IP of the module within RSLogix 5000 (and we're sending the updated information to the PLC) to match the machine we're trying to make a connection with. Are we missing any steps? This is the first time we've tried using an assembly module, so we're having a hard time troubleshooting.
    Any ideas on why this is happening?

    I'm pretty sure we're using a generic ethernet module:
    I can communicate explicitly with the problem computer, it's able to use 'Tag Read' and 'Tag Write' to communicate with the PLC.
    We started having another problem just recently too. The Tag Read and Write commands are almost always timing out. I keep getting the error message -251723752:
    Detailed error info: Error -251723752 occurred at EthernetIP Tag Read REAL.vi;Details: The request response was not received in the requested timeout period    Possible reason(s):  Ethernet/IP Industrial Protocol: (Hex 0xF0FF0018) The request response was not received in the requested timeout period
    I can't figure out what's causing this all of a sudden, could these issues be related?

  • ICal Subscription Works On One Computer But Not The Other

    I subscribed to a web based iCal subscription. The subscription refreshes on my Mac Mini but not on my desktop, which is connected to my iPhone. The iPhone therefore doesn't get the subscription contents either. I've tried deleting and resubscribing but nothing works.

    Hey Valenz0711,
    That definitely sounds frustrating. There are a few different reasons it may not be working on the iMac (iTunes is not up-to-date, Firewall Settings). The following article may provide more information on a resolution:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/TS2972
    Thanks,
    Matt M.

  • My apple password works on my computer, but not my  new phone. Added new email address to my ID- any suggestions?

    I have a new I Phone 5 and have added a second email address. My password for my apple account will not work on my phone to download apps, yet it works on my computer. Any suggestions?

    Sounds like the person didn't wipe the device first before giving to you.   They need to do that with THEIR ID, before you can use yours.

  • My apple ID password works on my computer but not my Ipod

    My apple ID password will work on my computer to log in to itunes and to log on to my apple account however it dosent work on my Ipod it keeps comeing up with wrong password even though i have never chaged it and will work on my computer. Help please

    Go to Settings>iTunes and App Store and sign out and sign back in if you ohave not done so already

  • HT5622 My Apple ID works on the computer but not on my iphone when i try to log in

    I have recently gotten an iPhone bought from someone I know.
    I know the iPhone is genuin, however, my Apple ID only works on the computer and as I am trying to start up my new iPhone it isnt working?

    Sounds like the person didn't wipe the device first before giving to you.   They need to do that with THEIR ID, before you can use yours.

Maybe you are looking for