How to apply Property Loader to all sequences in the Sequence File?

HI,
I'm following the help instructions for the Property Loader and it states....
Use Current Sequence File—Selects the file where the step is located.
Sequence—Specifies the name of the sequence into which to import variables and properties. The specified sequence must exist in the specified sequence file. Select the <ALL SEQUENCES> tag from the drop-down list to instruct TestStand to import variables and properties for all of the sequences in the specified sequence file. You must specify a valid sequence name for the step to work properly.
In my specific sequence file I added the Callbacks:  SequenceFileLoad, SequenceFileUnload, PreUUT. In addition to that, my MainSequence is calling 2 subsequences.
I put the propertyLoader step (setting few values of the SequenceFileGlobals) in the setup section of the SequenceFileLoad, checked the 'Use Current Sequence File' and selected ALL SEQUENCES tag in the 'Sequence' option.  I verified that it does what I wanted.  Then, is it entered the PreUUT subsequnce, the values returned to the "original" values.
Is that a bug?
If not, how do I use the PropertyLoader in a sequenceFile that include several subsequences as well as Callback sequences.
Thanks
Rafi

Ooops, sorry about that...
I forgot to mention....it is TS 3.5.
As per your questions-- yes they all in the same sequence file. 
     mySeqFile.seq
           SequenceFileLoad
           SdequnceFileUnload
           PreUUT
           Seq1
           Seq2
AS I said....I put the property loader in the setup of the SequenceFileLoad,  I see that it works properly in that subsequence.  Then, after the SuequenceFileLoad is finished, I do Ctl+F5 for Test UUT's.  I put a breakpoint in the first step of the preUUT subsequence and check the context.  I notice that the variables in the FileGlobals to whom the property loader writes, have been changed back to the original values.
I'll try to create a simple program to duplicate it but it may take me time as this test station is very busy.
Thanks
Rafi

Similar Messages

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4

    I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4!!!

    Not sure I understand how Migration Assistant is doing anything. I thought MA was for connecting your computer to another computer or volume and transferring files. I'm just not sure how you're using it. Like I said earlier, everything you do on your Mac overwrites more of what data may have been recoverable if there even was any. Not to kick you when you're down but this is exactly he kind of a situation where a time machine or other back up would have saved you a lot of heartache. I'm sorry but I don't think I can be of any help :-(

  • How to make Premiere remember the sequences in the sequence panel when re-opening the project?

    I've got a project I've been editing on ( a feature film) which consists of 100 scenes which are roughly in 100 sequences plus about 100 more sequences from the dialies during the shoot. In the sequence panel I have usually a couple sequences open and of course the master. Then I save it, shut down Premiere, restart it and then later I load the project back in. The result is a complete random selection of sequences in the sequence panel (usually the old dailes) but never the ones I worked on when I saved the project. Anything I can do so that Premiere remembers which sequences I edited on when I saved it?

    You did not state what version of PP you are using. However, this was a known issue and was fixed in the 8.2.2 update. What you have to do is create a new project file in 8.2.2. and import the entire project you are having the problem with then save.
    Even though this issue was fixed in 8.2.2, just by opening and re-saving a project file will not resolve it. As stated, you have to create a new project file from within 8.2.2., import your current project then save. That will resolve it.

  • SQL Loader and foreign characters in the data file problem

    Hello,
    I have run into an issue which I can't find an answer for. When I run SQL Loader, one of my control files is used to get file content (LOBFILE) and one of the fields in the data file has a path to that file. The control file looks like:
    LOAD DATA
    INFILE 'PLACE_HOLDER.dat'
    INTO TABLE iceberg.rpt_document_core APPEND
    FIELDS TERMINATED BY ','
    doc_core_id "iceberg.seq_rpt_document_core.nextval",
    -- created_date POSITION(1) date "yyyy-mm-dd:hh24:mi:ss",
    created_date date "yyyy-mm-dd:hh24:mi:ss",
    document_size,
    hash,
    body_format,
    is_generic_doc,
    is_legacy_doc,
    external_filename FILLER char(275) ENCLOSED by '"',
    body LOBFILE(external_filename) terminated by EOF
    A sample data file looks like:
    0,2012-10-22:10:09:35,21,BB51344DD2127002118E286A197ECD4A,text,N,N,"E:\tmp\misc_files\index_testers\foreign\شیمیایی.txt"
    0,2012-10-22:10:09:35,17,CF85BE76B1E20704180534E19D363CF8,text,N,N,"E:\tmp\misc_files\index_testers\foreign\ลอบวางระเบิด.txt"
    0,2012-10-22:10:09:35,23552,47DB382558D69F170227AA18179FD0F0,binary,N,N,"E:\tmp\misc_files\index_testers\foreign\leesburgis_á_ñ_é_í_ó_ú_¿_¡_ü_99.doc"
    0,2012-10-22:10:09:35,17,83FCA0377445B60CE422DE8994900A79,binary,N,N,"E:\tmp\misc_files\index_testers\foreign\làm thế nào bạn làm ngày hôm nay"
    The problem is that whan I run this, SQL Loader throws an error that it can't find the file. It appears that it can't interpret the foreign characters in a way that allows it to find that path. I have tried adding a CHARACTERSET (using AL32UTF8 or UTF8) value in the control file but that only has some success with Western languages, not the ones listed above. Also, there is no set of defined languages that could be found in the data file. It essentaially could be any language.
    Does anyone know if there is a way to somehow get SQL Loader to "understand" the file system paths when a folder and/or file name could be in some other langauge?
    Thanks for any thoughts - Peter

    Thanks for the reply Harry. If I try to open the file in various text editors like Wordpad, Notepad, GVIM, andTextpad, they all display the foreign characters differently. Only Notepad comes close to displaying the characters properly. I have a C# app that will read the file and display the contents and it renders it fine. If you look at the directory of files in Windows Explorer, they all are displayed properly. So it seems things like .Net and Windows have some mechanism to understand the characters in order to render them properly. Other applications, again like Wordpad, do not know how to render them properly. It would seem that whatever SQL Loader is using to "read" the data files also is not rendering the characters properly which prevents it from finding the directory path to the file. If I add "CHARACTERSET AL32UTF8" in the control file, all is fine when dealing with Western langauges (ex, German, Spanish) but not for the Eastern languages (ex. Thai, Chinese). So .... telling SQL Loader to use a characterset seems to work, but not in all cases. The AL32UTF8 is the characterset that the Oracle database was created with. I have not had any luck if I try to set the CHARACTERSET to whatever the Thai character set is, for example. There problem there though is that even if that did work, I can't target specific lagauages because the data could come from anywhere. It's like I need some sort of global "super set" characterset to use. It seems like the CHARACTERSET is the right track to follow but I am not sure, and even if it is, is there a way to handle all languages.
    Thanks - Peter

  • What is NetAuthAgent and how can I get it to stop looking for the unnamed file?

    Since the last Mountain Lion update on my MacBook Pro, I get this error message every few minutes:
       2013-12-16 1:19:04.338 PM NetAuthAgent[1739]:
          inErrorInfo = {   
               AuthType = Server;
               ErrorNumber = 45;
               ErrorType = 4;
              Scheme = file;
    How can I get it to stop looking for the unnamed file?
    Kat Nagel

    If streaming music when connected to your carrier's cellular network, it uses cellular data.
    Only the music you purchased from the iTunes Store can be streamed unless you have purchased iTunes Match.
    If there is a slow down at the server where the music is stored or high traffic, steaming can be paused. You can also download a song from the iTunes Store cloud to your iPhone so it doesn't need to be steamed.

  • How to Use Property Loader to Load All Step Limits of SubSequence

    I have a MainSequence which have 7 Sequence Call Steps,and these Steps all have several Numeric Limit Test(LabVIEW Adapter),Now I want Creat a property Loader Step in the Setup Table of MainSequence to load all the SubSequences' Steps Limits.But I do not know how to realize it?Who Can help me,Thank you!

    It wasn't your english I just misread the question. I found this link that might help answer your question.
    http://forums.ni.com/ni/board/message?board.id=330&message.id=13163&requireLogin=False
    Hope it helps.
    Using LabVIEW 2010SP1 and TestStand 4.5

  • How to apply a format to all hyperlink in CS4 file

    Hello, this is my first post,
    We are writing a magazine that we will publish as a PDF. We would like all hyperlink to stand out (we created a character style with these attributes: Candara Bold, Dark Red). The magazine will have a lot of hyperlinks in the form of numbers ("go to section 145") so manually formatting them is our last resort.
    We could not find an option in CS4 to do so. Any idea? Maybe GREP rules? Something else?
    Thank you.

    If you were a bit more specific in your request, I think we could come up with better advice for you. John's seemingly less-than-helpful suggestion is, I think, actually the best solution if you are keying your text directly into ID. But we don't know how your magazine is being written (Word content placed correctly with File -> Place? copied and pasted from web browser? Google Docs? database?), so it's hard to make appropriate suggestions. If you're keying it in manually every time, do you have enough control over the people doing the keying so they type the same "go to section ###" everytime? Is there any chance that they'll say "please see section ###" instead? If so, and if it's easier to trust 'em to type it the same way everytime than it is to trust 'em to apply a character style, then maybe a GREP style is the way to go.
    If they are already set up as links in ID, then you can shift-select them all in the Hyperlinks panel and choose "Hyperlink Options" and associate 'em all with a character style in one go. This is completely obvious to me but once again we don't really know what it's like on your side.

  • How to apply an adjustment, make edits, then delete the adjustment (but keep the edits)?

    I've got a photo that was shot at a crooked angle which I tried correcting using the Straighten tool in CS5 Extended but the straightened version crops out far too much of the image for my liking.  So I manually rotated and cropped the photo so that it's straight and still includes what I want it to but of course I was left with large white spaces on all four corners of the photo.  After a lot of work I was able to fill in all the white spaces manually using the clone stamp and it looks fine the way it is now on my monitor but when the image is lightened even slightly many obvious cloning flaws begin to show and I'm afraid that people with monitors that display the image lighter will be able to see the obvious cloning work I did.
    So what I'd like to do is apply a layer or mask or filter that uses the Shadows/Highlights feature to lighten the image enough to expose everything and then use that lightened over-exposed version to make the necessary fixes with the clone stamp tool and fix all the flaws that show when the image is lighter -- then, after having fixed the cloning flaws, I'd like to get rid of the Shadows/Highlights layer/mask/filter so that the photo goes back to its original exposure, except this time with the flaws fixed.  I'm still fairly new to CS5 and I haven't found a way to do this yet.  So far every time I apply Shadows/Highlights using a layer or filter I either can't do the cloning work on the lightened image or I can but then it won't let me get rid of the Shadows/Highlights after the cloning work is done.
    Is there any way around this?
    Thanks in advance for any help!

    Try using the new Edit - Fill - Content Aware feature to fill corners exposed by the rotation.  Select first, taking a few pixels of the image as well in the selection, then try the fill.  You may need to touch things up a bit after, but I'm betting it will get you there more quickly than with manual cloning.
    I tried this but unfortunately kept getting the error: "Could not fill because there's not enough data to fill it in a Content-Aware manner."
    My solution is a custom bright color profile that I toggle with Ctrl + Y which is a shortcut for Color Proofing.
    Here's how to do it.
    Edit > Color Settings (Shift + Ctrl + K). In the Working Spaces section, using the RGB menu, scroll up and choose Custom RGB...
    For the name type myBrightRGB , change the Gamma to 0.75, and press OK
    From the same RGB menu, scroll up and choose Save RGB...  and save the profile in this location C:\Windows\System32\spool\drivers\color
    Click the Cancel button in the Color Settings
    With an image open, go to View > Proof Setup > Monitor RGB, then View > Proof Setup > Custom...  and from Device to Simulate menu choose myBrightRGB profile and press OK.
    From now on toggle the Color Proof with Ctrl + Y to edit your image in the prefered color space.
    This is also a perfect solution for checking how images will look on overbright miscalibrated displays.
    Sounds like a great solution, however after following all those steps I'm not seeing an option for "myBrightRGB" anywhere in the drop down menu next to Device to Simulate.  I tried restarting Photoshop, still not there.  I did notice that in the C:\Windows\system32\spool\drivers\color folder that "myBrightRGB.csf" was the only csf file in there -- all the rest of the files in that folder are ICC files.  Not sure if that makes a difference as far as this is concerned.  When I go to View > Proof Setup > Custom, the Customize Proof Condition window has an option to "Load..." and I tried selecting the myBrightRGB file that way but it'll only load .PSF files.  Is there something I'm missing?

  • How to tune data loading time in BSO using 14 rules files ?

    Hello there,
    I'm using Hyperion-Essbase-Admin-Services v11.1.1.2 and the BSO Option.
    In a nightly process using MAXL i load new data into one Essbase-cube.
    In this nightly update process 14 account-members are updated by running 14 rules files one after another.
    These rules files connect 14 times by sql-connection to the same oracle database and the same table.
    I use this procedure because i cannot load 2 or more data fields using one rules file.
    It takes a long time to load up 14 accounts one after other.
    Now my Question: How can I minimise this data loading time ?
    This is what I found on Oracle Homepage:
    What's New
    Oracle Essbase V.11.1.1 Release Highlights
    Parallel SQL Data Loads- Supports up to 8 rules files via temporary load buffers.
    In an Older Thread John said:
    As it is version 11 why not use parallel sql loading, you can specify up to 8 load rules to load data in parallel.
    Example:
    import database AsoSamp.Sample data
    connect as TBC identified by 'password'
    using multiple rules_file 'rule1','rule2'
    to load_buffer_block starting with buffer_id 100
    on error write to "error.txt";
    But this is for ASO Option only.
    Can I use it in my MAXL also for BSO ?? Is there a sample ?
    What else is possible to tune up nightly update time ??
    Thanks in advance for every tip,
    Zeljko

    Thanks a lot for your support. I’m just a little confused.
    I will use an example to illustrate my problem a bit more clearly.
    This is the basic table, in my case a view, which is queried by all 14 rules files:
    column1 --- column2 --- column3 --- column4 --- ... ---column n
    dim 1 --- dim 2 --- dim 3 --- data1 --- data2 --- data3 --- ... --- data 14
    Region -- ID --- Product --- sales --- cogs ---- discounts --- ... --- amount
    West --- D1 --- Coffee --- 11001 --- 1,322 --- 10789 --- ... --- 548
    West --- D2 --- Tea10 --- 12011 --- 1,325 --- 10548 --- ... --- 589
    West --- S1 --- Tea10 --- 14115 --- 1,699 --- 10145 --- ... --- 852
    West --- C3 --- Tea10 --- 21053 --- 1,588 --- 10998 --- ... --- 981
    East ---- S2 --- Coffee --- 15563 --- 1,458 --- 10991 --- ... --- 876
    East ---- D1 --- Tea10 --- 15894 --- 1,664 --- 11615 --- ... --- 156
    East ---- D3 --- Coffee --- 19689 --- 1,989 --- 15615 --- ... --- 986
    East ---- C1 --- Coffee --- 18897 --- 1,988 --- 11898 --- ... --- 256
    East ---- C3 --- Tea10 --- 11699 --- 1,328 --- 12156 --- ... --- 9896
    Following 3 out of 14 (load-) rules files to load the data columns into the cube:
    Rules File1:
    dim 1 --- dim 2 --- dim 3 --- sales --- ignore --- ignore --- ... --- ignore
    Rules File2:
    dim 1 --- dim 2 --- dim 3 --- ignore --- cogs --- ignore --- ... --- ignore
    Rules File14:
    dim 1 --- dim 2 --- dim 3 --- ignore --- ignore --- ignore --- ... --- amount
    Is the upper table design what GlennS mentioned as a "Data" column concept which only allows a single numeric data value ?
    In this case I cant tag two or more columns as “Data fields”. I just can tag one column as “Data field”. Other data fields I have to tag as “ignore fields during data load”. Otherwise, when I validate the rules file, an Error occurs “only one field can contain the Data Field attribute”.
    Or may I skip this error massage and just try to tag all 14 fields as “Data fields” and “load data” ?
    Please advise.
    Am I right that the other way is to reconstruct the table/view (and the rules files) like follows to load all of the data in one pass:
    dim 0 --- dim 1 --- dim 2 --- dim 3 --- data
    Account --- Region -- ID --- Product --- data
    sales --- West --- D1 --- Coffee --- 11001
    sales --- West --- D2 --- Tea10 --- 12011
    sales --- West --- S1 --- Tea10 --- 14115
    sales --- West --- C3 --- Tea10 --- 21053
    sales --- East ---- S2 --- Coffee --- 15563
    sales --- East ---- D1 --- Tea10 --- 15894
    sales --- East ---- D3 --- Coffee --- 19689
    sales --- East ---- C1 --- Coffee --- 18897
    sales --- East ---- C3 --- Tea10 --- 11699
    cogs --- West --- D1 --- Coffee --- 1,322
    cogs --- West --- D2 --- Tea10 --- 1,325
    cogs --- West --- S1 --- Tea10 --- 1,699
    cogs --- West --- C3 --- Tea10 --- 1,588
    cogs --- East ---- S2 --- Coffee --- 1,458
    cogs --- East ---- D1 --- Tea10 --- 1,664
    cogs --- East ---- D3 --- Coffee --- 1,989
    cogs --- East ---- C1 --- Coffee --- 1,988
    cogs --- East ---- C3 --- Tea10 --- 1,328
    discounts --- West --- D1 --- Coffee --- 10789
    discounts --- West --- D2 --- Tea10 --- 10548
    discounts --- West --- S1 --- Tea10 --- 10145
    discounts --- West --- C3 --- Tea10 --- 10998
    discounts --- East ---- S2 --- Coffee --- 10991
    discounts --- East ---- D1 --- Tea10 --- 11615
    discounts --- East ---- D3 --- Coffee --- 15615
    discounts --- East ---- C1 --- Coffee --- 11898
    discounts --- East ---- C3 --- Tea10 --- 12156
    amount --- West --- D1 --- Coffee --- 548
    amount --- West --- D2 --- Tea10 --- 589
    amount --- West --- S1 --- Tea10 --- 852
    amount --- West --- C3 --- Tea10 --- 981
    amount --- East ---- S2 --- Coffee --- 876
    amount --- East ---- D1 --- Tea10 --- 156
    amount --- East ---- D3 --- Coffee --- 986
    amount --- East ---- C1 --- Coffee --- 256
    amount --- East ---- C3 --- Tea10 --- 9896
    And the third way is to adjust the essbase.cfg parameters DLTHREADSPREPARE and DLTHREADSWRITE (and DLSINGLETHREADPERSTAGE)
    I just want to be sure that I understand your suggestions.
    Many thanks for awesome help,
    Zeljko

  • Multicam - viewing all angles in the sequence

    OK, I am a novice when it comes to multicam on FCP.
    I can't seem to figure this small thing out...Can you NOT see all the angles of a multiclip while the footage is in the SEQUENCE? I know that you can see all the angles in the VIEWER, but I want to drop the whole 2 hours onto the timeline, and trim and swap angles there. But I can't see all the angles while watching in the CANVAS I have a Convocation, with a line cut and three ISOs, and I just want to cut away to the other angles when, well, I want another angle.
    Not possible? How should I approach this?
    Thanks,
    Shane

    OOoooo...thanks Michael! Perfect!
    Only...I am stuck with a problem. They shot two nights, and the first night all the cameras matched...so that works great. BUT, they want me to use the SECOND night, and what did they do? They used a DIFFERENT CAMERA that shot a DIFFERENT FORMAT. So I can't multiclip. This is a two hour show.
    I might transcode the different camera...I think the time taken to do that would make up for me trying to do it via stacking. Ugh...things can never be easy, huh?
    Thanks!
    Shane

  • I would like to know how to insure that all track from a CD I rip into i-tunes all go into the same file regardless of the artist on the CD. I was recdently importing an All Time Low CD into i-Tunes for my daughter and because one track featured a guest a

    i would like to be able to insure that when i import a CD into i-Tunes that all tracks from that CD go into a single file for that album in their proper order regardless of whether or not there is a featured artist on one or two tracks or whatever. i recentl;y imported an All Time Low CD into i-Tunes for my daughter and because one song featured a guest artist i-Tunes placed that song in a seperate folder and so when i synced my daughters i-Pod Touch that one track is not with the rest of the tracks form the album and has to be listened to seperately. The song is from the same album and should be where it belongs with the rest of that album so she can listen to the entire album with the tracks in the proper order. I am sure that this can be done i just don't know how.

    Edit the Name of the problem song to Name [Feat. Guest]
    Change the Artist of that song to All Time Low
    marley2012 wrote:
    ... and i want to make sure that from now on all songs from any CD I import into i-tunes all go into the same album file if they are on that album originally. i do not want i-tunes seperating songs from my CD's for any reason. hopefully this is more clear.
    What you want cannot be done. iTunes has its quirks, and the above is the kind of workaround needed to make the media display sensibly on any device. The article I pointed you to has others that you may find useful in future.
    tt2

  • Project renames sequence and all clips in the sequence when a clip is added

    My project is renaming my sequences and the clips in those sequences whenever I add a clip. For example, I have a sequence called "dance section 2", which contains 20 some-odd clips with various names. When I add a clip named "drop from above", the name of the sequence is changed to "drop from above", and the name of every other clip in the sequence is also changed to "drop from above" (video, audio, stills, everything). When I add a clip named "spins", all the names are changed to "spins".
    The name of the sequence is changed in both the timeline and the browser, but the names of the other clips are changed only in the timeline. In the browser, they keep their old names. The exception to this is the last clip added before the name changer. For example, if I add "drop from above" to the sequence, and then add "spins", the clip named "drop from above" is renamed "spins" in the browser as well as in the timeline, but the other clips are renamed only in the timeline.
    The clips in the sequence also keep their original content - so the sequence looks the same as it did before, but all the names of the clips are changed.
    This is only happening in one project. All of my other projects are working fine.
    I've tried restarting and deleting preferences. I've also looked at the autosave vault for the project. The backup projects saved after a certain time all behave the same way, and the projects before that time all behave normally. I can't imagine what would have caused this, though, since I've been working on this project all day and nothing's happened to my computer or hard drive or anything.
    Also, there are no freeze frames at the beginnings of my sequences (I read another thread with a somewhat similar issue and getting rid of freeze frames seemed to help that person).
    I'm in FCP 7.0 on a Macbook Pro.
    Thanks in advance for your help!

    Welcome to the discussions...
    I've had this happen. My guess is that it's related to round-tripping to/from Color, but I can't be sure. IMHO, the sequence is corrupted. I just dealt with it for a while, then rebuilt it by making changes from an earlier version.
    Sorry I don't have a better solution, but at least you know you're not alone.
    Patrick

  • Can I set an mx control property globaly for all instances of the control.

    Is there a way of setting the value of a variable on a control for all instances of the control in the application? 
    For example, I have several instances of an mx:Label and I want to change the enabled property for all instances at once rather than refer to each one individually by id.

    One way is to subclass Button and change its enabled getter to watch some static property.  You don’t really want to change Button itself because Buttons exist in lots of places like ScrollBars.

  • How can I always have  "enable all documents" selected when opening files in Indesign CS6?

    Every time I open a file in CS6, I still have to select "open all documents" to see my files that have already been converted to CS6. Before, once a file was converted to the newer version of indesign, you would see it in the menu automatically when open "readable documents" was selected. Now when I go to find a file that I've already converted to CS6, it still makes me select "open all documents" because it doesn't show up as a "readable document"
    hope this makes sense.
    i'm running osx 10.6.8, mac pro

    if it has a .indd, .indt, .inx or .idml extension ist should show up as readable, regardless of the version. If it's not you have a bigger problem.
    Start by trashing your prefs. See Replace Your Preferences

Maybe you are looking for

  • Windows Vista Ultimate on Dell XPS Notebook: Why do I need Boot  Camp?

    I use Windows Vista Ultimate on my Dell XPS Notebook, and application software includes iTunes and Apple Store. Is this why I received a message to download "Boot Camp"? Why do I need Boot Camp?

  • COREid Federation Error: A local user session could not be created for the

    Hi, I installed two instances of COREid Federation in my machine. Also installed SiteMinder and LDAP. Source Domain of COREid (8101) uses LDAP as IdMBridge and Destination Domain (9101) uses SiteMinder as IdMBridge. I am trying to access the resource

  • Print dialog crashes when selecting shared printer

    I have an HP laserjet 1012 installed on a G4 Mac Mini, which shares that printer with the rest of the network. Printing to it from the other G4 mini in the house works fine. BUT When I try to select it to print to in the print dialog on my macbook, t

  • No video with Zyxel prestige 2602H (w) 61/63

    Hello, With that modem it is also possible to make phonecalls. When i try to make a video chat, i finally get the connection failed, did not respond message. But when i try to make a video chat with someone who also has a modem with phonecall possibi

  • Problem when trying to update my iPod touch 3g

    So I was trying to update my iTouch 3g to iso 5 by using iTunes 10.5 and it haven't been working. then later I re-installed my iTunes and it is already the latest version but I still can't update my iTouch 3g to anything newer than 4.2.1. It didn't h