Getting error comment not terminated properly

Hi All,
On running below sql query I am getting the error
ORA-01742: comment not terminated properly
SELECT
"SPLITTER_INPUT_SUBQUERY"."LEVEL_FK_KEY" "LEVEL_FK_KEY",
"SPLITTER_INPUT_SUBQUERY"."LEVEL_FK" "LEVEL_FK",
"SPLITTER_INPUT_SUBQUERY"."PARENT_FK" "PARENT_FK",
"SPLITTER_INPUT_SUBQUERY"."HIERARCHY_NAME" "HIERARCHY_NAME",
"SPLITTER_INPUT_SUBQUERY"."LEVEL_NUM" "LEVEL_NUM",
"SPLITTER_INPUT_SUBQUERY"."SYSTEM_FK" "SYSTEM_FK",
"SPLITTER_INPUT_SUBQUERY"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY",
"SPLITTER_INPUT_SUBQUERY"."HIERARCHY_ID" "HIERARCHY_ID",
"SPLITTER_INPUT_SUBQUERY"."PARENT_FK_KEY" "PARENT_FK_KEY",
"SPLITTER_INPUT_SUBQUERY"."ENTITY_NAME" "ENTITY_NAME",
"SPLITTER_INPUT_SUBQUERY"."PARENT_NAME" "PARENT_NAME",
"SPLITTER_INPUT_SUBQUERY"."DUPLICATE_COUNT" "DUPLICATE_COUNT"
FROM
(SELECT
"INGRP1"."LEVEL_FK_KEY" "LEVEL_FK_KEY",
"INGRP1"."LEVEL_FK" "LEVEL_FK",
"INGRP1"."PARENT_FK" "PARENT_FK",
"INGRP1"."HIERARCHY_NAME" "HIERARCHY_NAME",
"INGRP1"."LEVEL_NUM" "LEVEL_NUM",
"INGRP1"."SYSTEM_FK" "SYSTEM_FK",
NVL( "INGRP1"."SYSTEM_PK_KEY" , "MTH_UTIL_PKG"."MTH_UA_GET_VAL"() )/* EXPRESSION.OUTGRP1.SYSTEM_FK_KEY */ "SYSTEM_PK_KEY",
"INGRP1"."HIERARCHY_ID" "HIERARCHY_ID",
"INGRP2"."ENTITY_PK_KEY" "PARENT_FK_KEY",
"INGRP1"."ENTITY_NAME" "ENTITY_NAME",
"INGRP2"."ENTITY_NAME" "PARENT_NAME",
"INGRP1"."DUPLICATE_COUNT" "DUPLICATE_COUNT"
FROM
( SELECT
"INGRP1"."ENTITY_PK_KEY" "LEVEL_FK_KEY",
"INGRP2"."LEVEL_FK" "LEVEL_FK",
"INGRP2"."PARENT_FK" "PARENT_FK",
"INGRP2"."HIERARCHY_NAME" "HIERARCHY_NAME",
"INGRP2"."LEVEL_NUM" "LEVEL_NUM",
"INGRP2"."SYSTEM_FK" "SYSTEM_FK",
"INGRP2"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY",
"INGRP2"."HIERARCHY_ID" "HIERARCHY_ID",
"INGRP1"."ENTITY_NAME" "ENTITY_NAME",
"INGRP2"."DUPLICATE_COUNT" "DUPLICATE_COUNT"
FROM
( SELECT
"ITEM_HRCHY"."LEVEL_FK" "LEVEL_FK",
"ITEM_HRCHY"."PARENT_FK" "PARENT_FK",
"ITEM_HRCHY"."HIERARCHY_NAME" "HIERARCHY_NAME",
"ITEM_HRCHY"."LEVEL_NUM" "LEVEL_NUM",
"ITEM_HRCHY"."SYSTEM_FK" "SYSTEM_FK",
"ITEM_HRCHY"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY",
"DIM_HRCHY"."HIERARCHY_ID" "HIERARCHY_ID",
"ITEM_HRCHY"."DUPLICATE_COUNT" "DUPLICATE_COUNT"
FROM
( SELECT
"INGRP1"."LEVEL_FK" "LEVEL_FK",
"INGRP1"."PARENT_FK" "PARENT_FK",
"INGRP1"."HIERARCHY_NAME" "HIERARCHY_NAME",
"INGRP1"."LEVEL_NUM" "LEVEL_NUM",
"INGRP1"."SYSTEM_FK" "SYSTEM_FK",
"INGRP1"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY",
"INGRP2"."DUPLICATE_COUNT" "DUPLICATE_COUNT"
FROM
(SELECT
"MTH_ITEM_HIERARCHY_STG"."LEVEL_FK" "LEVEL_FK",
"MTH_ITEM_HIERARCHY_STG"."PARENT_FK" "PARENT_FK",
"MTH_ITEM_HIERARCHY_STG"."HIERARCHY_NAME" "HIERARCHY_NAME",
"MTH_ITEM_HIERARCHY_STG"."LEVEL_NUM" "LEVEL_NUM",
"MTH_ITEM_HIERARCHY_STG"."SYSTEM_FK" "SYSTEM_FK",
"INGRP2"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY"
FROM
"MTH_ITEM_HIERARCHY_STG" "MTH_ITEM_HIERARCHY_STG"
LEFT OUTER JOIN ( SELECT
"MTH_SYSTEMS_SETUP"."SYSTEM_PK_KEY" "SYSTEM_PK_KEY",
"MTH_SYSTEMS_SETUP"."SYSTEM_PK" "SYSTEM_PK"
FROM
"MTH_SYSTEMS_SETUP" "MTH_SYSTEMS_SETUP" ) "INGRP2" ON ( ( "MTH_ITEM_HIERARCHY_STG"."SYSTEM_FK" = "INGRP2"."SYSTEM_PK" ) )
WHERE
( "MTH_ITEM_HIERARCHY_STG"."PROCESSING_FLAG" = null ) AND
( "MTH_ITEM_HIERARCHY_STG"."PARENT_FK" IS NOT NULL )) "INGRP1",
(SELECT
"AGGREGATOR"."LEVEL_FK$1" "LEVEL_FK",
"AGGREGATOR"."HIERARCHY_NAME$1" "HIERARCHY_NAME",
"AGGREGATOR"."DUPLICATE_COUNT$1" "DUPLICATE_COUNT"
FROM
(SELECT
"MTH_ITEM_HIERARCHY_STG_1"."LEVEL_FK"/* AGGREGATOR.OUTGRP1.LEVEL_FK */ "LEVEL_FK$1",
"MTH_ITEM_HIERARCHY_STG_1"."HIERARCHY_NAME"/* AGGREGATOR.OUTGRP1.HIERARCHY_NAME */ "HIERARCHY_NAME$1",
COUNT("MTH_ITEM_HIERARCHY_STG_1"."LEVEL_FK")/* AGGREGATOR.OUTGRP1.DUPLICATE_COUNT */ "DUPLICATE_COUNT$1"
FROM
"MTH_ITEM_HIERARCHY_STG" "MTH_ITEM_HIERARCHY_STG_1"
WHERE
( "MTH_ITEM_HIERARCHY_STG_1"."PROCESSING_FLAG" = null/* FILTER_1 */ )
GROUP BY
"MTH_ITEM_HIERARCHY_STG_1"."HIERARCHY_NAME","MTH_ITEM_HIERARCHY_STG_1"."LEVEL_FK"/* AGGREGATOR */) "AGGREGATOR") "INGRP2"
WHERE
( "INGRP1"."LEVEL_FK" = "INGRP2"."LEVEL_FK" ) AND
( "INGRP1"."HIERARCHY_NAME" = "INGRP2"."HIERARCHY_NAME"/* JOINER_3 */ ) ) "ITEM_HRCHY"
LEFT OUTER JOIN ( SELECT
"MTH_DIM_HIERARCHY"."HIERARCHY_ID" "HIERARCHY_ID",
"MTH_DIM_HIERARCHY"."HIERARCHY_NAME" "HIERARCHY_NAME"
FROM
"MTH_DIM_HIERARCHY" "MTH_DIM_HIERARCHY"
WHERE
( "MTH_DIM_HIERARCHY"."DIMENSION_NAME" = 'ITEM'/* FILTER */ ) ) "DIM_HRCHY" ON ( ( "ITEM_HRCHY"."HIERARCHY_NAME" = "DIM_HRCHY"."HIERARCHY_NAME" ) ) ) "INGRP2"
LEFT OUTER JOIN ( SELECT
"SET_OPERATION"."ENTITY_PK_KEY" "ENTITY_PK_KEY",
"SET_OPERATION"."ENTITY_PK" "ENTITY_PK",
"SET_OPERATION"."ENTITY_NAME$1" "ENTITY_NAME"
FROM
(SELECT
"ENTITY_PK_KEY" "ENTITY_PK_KEY",
"ENTITY_PK" "ENTITY_PK",
"ENTITY_NAME" "ENTITY_NAME$1"
FROM
(SELECT
"MTH_ITEM_CATEGORIES_D"."CATEGORY_PK_KEY" "ENTITY_PK_KEY",
"MTH_ITEM_CATEGORIES_D"."CATEGORY_PK" "ENTITY_PK",
"MTH_ITEM_CATEGORIES_D"."CATEGORY_NAME" "ENTITY_NAME"
FROM
"MTH_ITEM_CATEGORIES_D" "MTH_ITEM_CATEGORIES_D"
UNION ALL
SELECT
"MTH_ITEMS_D"."ITEM_PK_KEY" "ENTITY_PK_KEY",
"MTH_ITEMS_D"."ITEM_PK" "ENTITY_PK",
"MTH_ITEMS_D"."ITEM_NAME" "ENTITY_NAME"
FROM
"MTH_ITEMS_D" "MTH_ITEMS_D") ) "SET_OPERATION" ) "INGRP1" ON ( ( "INGRP2"."LEVEL_FK" = "INGRP1"."ENTITY_PK" ) ) ) "INGRP1"
LEFT OUTER JOIN ( SELECT
"SET_OPERATION_0"."ENTITY_PK_KEY$1" "ENTITY_PK_KEY",
"SET_OPERATION_0"."ENTITY_PK$1" "ENTITY_PK",
"SET_OPERATION_0"."ENTITY_NAME$2" "ENTITY_NAME"
FROM
(SELECT
"ENTITY_PK_KEY" "ENTITY_PK_KEY$1",
"ENTITY_PK" "ENTITY_PK$1",
"ENTITY_NAME" "ENTITY_NAME$2"
FROM
(SELECT
"MTH_ITEM_CATEGORIES_D_1"."CATEGORY_PK_KEY" "ENTITY_PK_KEY",
"MTH_ITEM_CATEGORIES_D_1"."CATEGORY_PK" "ENTITY_PK",
"MTH_ITEM_CATEGORIES_D_1"."CATEGORY_NAME" "ENTITY_NAME"
FROM
"MTH_ITEM_CATEGORIES_D" "MTH_ITEM_CATEGORIES_D_1"
UNION ALL
SELECT
"MTH_ITEMS_D_1"."ITEM_PK_KEY" "ENTITY_PK_KEY",
"MTH_ITEMS_D_1"."ITEM_PK" "ENTITY_PK",
"MTH_ITEMS_D_1"."ITEM_NAME" "ENTITY_NAME"
FROM
"MTH_ITEMS_D" "MTH_ITEMS_D_1") ) "SET_OPERATION_0" ) "INGRP2" ON ( ( "INGRP1"."PARENT_FK" = "INGRP2"."ENTITY_PK" ) )) "SPLITTER_INPUT_SUBQUERY"
WHERE
/*REMAINING_ROWS - NOT EDITABLE*/ (NOT (("SPLITTER_INPUT_SUBQUERY"."LEVEL_FK_KEY" IS NULL
Or "SPLITTER_INPUT_SUBQUERY"."HIERARCHY_ID" IS NULL
Or "SPLITTER_INPUT_SUBQUERY"."PARENT_FK_KEY" IS NULL
Or "SPLITTER_INPUT_SUBQUERY"."DUPLICATE_COUNT" > 1)))/* SPLITTER.REMAINING_ROWS */
If I run this query in sql tools I can see the error is pointing before NOT in where condition ( /*REMAINING_ROWS - NOT EDITABLE*/ (NOT (("SPLITTER_INPUT_SUBQUERY"."LEVEL_FK_KEY" IS NULL )I saw all my comments are terminated properly but still this error is coming.If possible can someone please have a look at it and let me know your comments.
Thanks in advance.
Regards,
Amrit

Hi, Amrit,
Whenever you have a problem, post a complete test script that people can run to re-create the problem and test their ideas. Include CREATE TABLE and INSERT statements for all tables needed.
Simplify the problem as much as possible. Don't post 150 lines of code if you can get the same error in 15 lines, or 5. I'll bet this problem can be illustrated with a very short query referencing only dual.
Always say which version of Oracle you're using.
See the forum FAQ {message:id=9360002}
user549949 wrote:
If I run this query in sql tools Which Oracle tools? Tell as much as you know about the problem.
I can see the error is pointing before NOT in where condition ( /*REMAINING_ROWS - NOT EDITABLE*/ (NOT (("SPLITTER_INPUT_SUBQUERY"."LEVEL_FK_KEY" IS NULL )Post the exact error message. Use \ tags to show, as closely as possible, how it indicated that place.  (However, error messages like this often don't really point to where the problem is.)
I saw all my comments are terminated properly but still this error is coming.If possible can someone please have a look at it and let me know your comments.How is this statement being ended?
In SQL*Plus, statements have to be eneded with a semicolon or slash.  Comments are not allowed after that ';' or '/', on the same line.  For example:SELECT     *
FROM     dual
;     /* No comments here */
You can, however, have comments immediately before and/or after that line:SELECT     *
FROM     dual
/* Comments are allowed here */
/* Comments are allowed here, too */
Perhaps your tool is implicitly putting a ';' or '/' somewhere that is not allowed.  Try moving the comment away from the end of the statement.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • HT1923 got notification that new Itunes version is available, once i installed it I'm no longer able to open Itunes, I get the error message, Not installed properly. Reinstall itunes. Error 7(Windows error127),

    got notification that new Itunes version is available, once i installed it I'm no longer able to open Itunes, I get the error message, Not installed properly. Reinstall itunes. Error 7(Windows error127), I tried repairing itunes, Apple Aplication support, apple mobile device support, bonjour and I even uninstalled and reinstalled Itunes and still problem exist, any solution?
    I have windows 8

    I got this message today too. I understand that my music is stored on my computer, however I want to be certain that if I re-install iTunes, it won't erase my library....playlists, playcounts, checked songs, etc.

  • Mountain Lion Upgrade, now I am getting a "disk not ejected properly" error

    I just upgraded to Mountain Lion and I am getting a "disk not ejected properly" error on my external time machine backup drive.  Can I fix this myself?

    Maybe the Seagate needs some firmware or other update to be compatible. Tried Google or Seagate for any info?
    Sometimes with TM you almost need to start fresh... keep what you have as is as backup archive.
    And don't use just one backup set or method. Redundant, one off line, and clone your volumes in addition to what TM offers.
    If you can only use it via USB what about FW or eSATA?

  • I'm running OSX 10.6.8. I have final cut studio 6.0.6. The compressor aps won't load. I get a compressor not loaded properly pop-up. I have loaded twice and still no compressor.

    I'm running OSX 10.6.8. I have final cut studio 6.0.6. The compressor aps won't load. I get a compressor not loaded properly pop-up. I have tried reloading but still no compressor.

    Start by repairing permissions. Then remove Compressor using this utility:
    FCS Remover - Uninstall Final Cut Studio, Final Cut Pro, Motion, Compressor, Soundtrack Pro, Color, DVD Studio Pro, LiveType, Cinema Tools
    Then reinstall and try to load Compressor. If it fails, post the error statements here.
    Good luck

  • I get error message: not enough space to download when I try to buy a tv series on Itunes. It tells me to delete photos or videos to make space, but I have no photos and videos. Help?

    I get error message: not enough space to download when I try to buy a tv series on Itunes. It tells me to delete photos or videos to make space, but I have no photos and videos. Help?

    I would guess that a TV series takes up a fair amount of storage capacity. It is just a standard message I think that may indicate that you are actually running low on storage space.
    If you go to Settings>General>About how many GBs are specified as being available?  If you are low on space maybe deleting some apps may help.

  • HT3204 new ipod touch. can access iTunes store. cannot create iTunes ID. get error "could not complete iTunes request. unknown error occured (-1202)".Ipod updated to latest issue,firewall exception allowed.SSL 3.0 & TSL 1.0 ok. Running windows Vista. Help

    New ipod touch 32gb. Can access iTune store.Can sample music selection. Completed latest update for ipod Can't make any purchases. Get error "could not complete your iTunes store request. An unknown error occured  (-1202)". security SSL 3.0 & TSL 1.0 OK. Firewall enabled for iTunes. ???

    laneymenion wrote:
    Using Proxy: Yes
    HTTP Proxy: 192.168.100.15:80
    Change the Using Proxy to No
    Have you allowed itunes and itunes helper in your security software firewall?

  • Text messages on iphone 5s getting error message not delivered

    when attempting to send a text messages on iPhone 5s getting error message not delivered with a red explanation mark. I have filed cases with carrier and it comes back as device, some messages do go thru fine and then it will give the error for several message and then back to working again. Please Help.

    Hi
    I am NOT trying to be mean or patronizing so my apologies if this comes across that way
    That said
    SMS texts are sent on a part of the same carrier wave that carries voice calling and conversation as opposed to data - which is why even non smart phones can text - it is the unused portion of the spectrum that initially carriers were making money off of
    http://computer.howstuffworks.com/e-mail-messaging/sms.htm
    In other words - to be able to text - one has to have a plan that supports that
    Also that is why in some plans international texts have a cost whereas one can merrily iMessage from anywhere in the world and get away with it free
    So - if the texts are not leaving your phone - chances are that they do not have a channel to do that - that is an AT&T issue

  • Getting error could not place the document because there is not enough memory RAM wile importing .png file into Photoshop cc

    getting error could not place the document because there is not enough memory RAM wile importing .png file into Photoshop cc

    Without knowing anything about your system, your image file, your working document and so on nobody can even begin to guess. The file could be damaged, there could be color management issues at play and what have you...
    Mylenium

  • Paypal link/code works in IE but getting Error 404: NOT FOUND! in FireFox

    Hi, I just got off the phone with paypal about this problem I'm having. Here is my
    site wwwdotbankruptcyrecoveryprogramdotcom. If you open it in IE and click
    on the "Click here to order now" graphic button it works and will take you to
    paypal. If you open the site in FF and do the same you will get Error 404: NOT FOUND!.
    Paypal was not much help they just said that DW is doing something to the code
    when displayed in FF.
    Any help with this would be greatly appreciated...thank you...

    Try this....find this code, and change this:
    <div style="text-align: center;"><span style="color: black;">
    <span style="color: black;"><span style="color: black;">
    <a href="&lt;form action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt;">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="74RRP9AQ95BVS">
    <input type="image" src="http://bankruptcyrecoveryprogram.com/order-button.jpg"
    border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </a><br />
    </span></span></span>
    To this:
    <div style="text-align: center; color: black;">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="74RRP9AQ95BVS">
    <input type="image" src="http://bankruptcyrecoveryprogram.com/order-button.jpg" border="0" name="submit"
    alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </div>
    <br />
    See that that does for you.
    Gary

  • HT4059 want to order text book on iPad 3 with ibook app  get error of not enough memory.   how do i get library full of books

    hello
    want to order text book on iPad 3 with ibook app  get error of not enough memory

    There are some threads on the use of Calibre with the iPad on their forums. This thread might be of help:
    http://www.mobileread.com/forums/showthread.php?t=79093&highlight=Ipad
    and if not searching that forum for "iPad" may turn up additional suggestions.
    Good luck.

  • I purchase photoshop element 12 and Premiere at Office Depot. The program came in a software download card. I get error saying not vaild. anyone else had this issue?

    I purchase photoshop element 12 and Premiere at Office Depot. The program came in a software download card. I get error saying not vaild. anyone else had this issue?

    I just bought Elements 12 at Best Buy & I'm having the same problem. My serial number retrieval redemption code is invalid every time I type it in...I'm VERY FRUSTRATED!

  • Is this now where to ask DVD Studio Pro questions?  If not, please let me know where.  Here's my question:  Using DVD Studio Pro 3, when trying to burn a disc which is 4.5GB, I get error message "Not eough disk space in target folder".  What to do?

    Is this now where to ask DVD Studio Pro questions?  If not, please let me know where.  Here's my question:  Using DVD Studio Pro 3, when trying to burn a disc which is 4.5GB, I get error message "Not eough disk space in target folder".  What to do?

    Thanks.  Unfortunately, I need to make a master DVD that can then be duplicated in bulk as a single layer disc.  This surprises me because I tried burning a different DVD project that has worked in the past which is also 4.5 GB and now I could not burn that either.  I also reencoded some material to get the new project down to 4.4 GB but it still would not burn.  Any ideas are appreciated.

  • Getting "Error 404--Not Found" while connecting to OLT session

    Hi all,
    I am getting "Error 404--Not Found" error while connecting to OLT session. I had tried re-starting all the services including the database services but to no avail.
    Below is the description :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    If anybody had faced similar issues, please do let me know the resolution for the same.
    Thanks,
    Sunny

    Is that the first time you connect to OLT?
    If yes, please check OATS release notes.
    Thx
    JB

  • I keep getting error message "not enough space on startup disk" on my macbook 10.6, even though I've deleted and compressed many files. Could something else be the problem?

    Somehow 1500 web pages were downloaded into my iphone app! That's when the trouble began Now, I keep gettig error message"not enough  room on your start up disc. "So I deleted most of theml, but when I compress/delete files, it doesn't help. Now i'm unable to back up to a disc, because I get a similar message about lack of room.. I can't download apple updates or printer updates. My computer is almost unusable. When I took it to the Apple store they had no idea what was wrong.
    I bought an external hard drive-Free Agent Go Flex which doesn't seen to function, and has no user interface and apparently little tech support. My cursor is all over the place. No one at Apple seems to be able to fix this computer. Any suggestions for my next move?
    Thank you.

    See Here for Troubleshooting
    Free Disc Space
    http://www.thexlab.com/faqs/freeingspace.html
    See Here for Resolving Startup Issues
    http://support.apple.com/kb/ts1417

  • Why do I get error 'Could not create temporary file. No space left on device" when I use the Engine Installati​on Wizard in TestStand?

    The process gets to the NIVISA\SETUP.INI step, then I get this error.
    I've tried with installing the MDAC and not, and it happens both times.
    The drive I'm trying to create the file to has 7.4GB open on it, so I'm not sure why this is happening.
    Thank you,
    Dave Neumann

    Dave,
    This is documented in the KnowledBase 2D6A63VW titled: "Error: Could Not Create Temporary File, No Space Left on Device".
    As RByrd suggested, you might need to free up some memory space in your System Temp directory, OR you may change the location of your System Temp directory to one with more space (such as the directory where you want the TestStand Engine files to be saved). The Knowledbase shows how to do this step by step. This is its URL:
    http://digital.ni.com/public.nsf/3efedde4322fef198​62567740067f3cc/46f99e55650d8d5b86256ac00059018e?O​penDocument
    Regards,
    Carlos Leon

Maybe you are looking for

  • How do I change the value of the Order By field in an MP3 file?

    good day Guys, I'm new here in the forum and I have a question that is "breaking" the order of my songs and my head too ... How do I change the value of the Order By field in an MP3 file? for example, in the photo below, the song "The Bad Touch" is c

  • My iPhone 3GS vibrates when I put the silent switch in ring mode.

    What I remember the silent switch doing is when I put it in silent mode, an indicator icon would show on the screen indicating that sound is off and the phone would also vibrate. Now, the indicator icons are still correct (no sound in silent mode, so

  • Smart form conversion in PDF

    Hi Guys, I have one query in the smartforms, I can able to convert the smartform to PDF and saving the PDF in my DESKTOP directly with showing the POP_UP, when i choose the print preview in the POP-UP screen. *My Requirement is : I need to display th

  • How to start a process via web service with automatically run first screen

    Hi guys, we want to start the process via web service and skip the inbox presentation of the first human activity of the process. It means that the first activity should start automatically by clicking the link (wsdl link). Is there any opportunity t

  • Converted 1140 AP can't join the WLC 5508

    Hello! Please, help me to sort my problem out. We have bought autonomous APs   AIR-AP1141N-E-K9 and converted them to the lightweight mode, but they cannot join the WLC 5508. The errors are below. There were NO problems with the LAPs that were bought