Switch from Qwest causing errors

I have an AEBS (802.11n) that worked just fine until I switched ISPs yesterday. I had Qwest Actiontec DSL modem/router --> AEBS --> Airport Express (extend network, airtunes, usb printer). Yesterday I switched from Qwest to an ISP that installs a microwave antennae and runs with static IP directly into my AEBS (no modem). The technician couldn't get it to work. Said something about AEBS not storing the static IP, but resorting to the DHCP IP info it was using with Qwest. We finally got it working (kind of) by running through my Vonage Motorola router, then into the AEBS. Any ideas what could be going on here?

Hi Rich,
They are Hidden files.
Show Hidden Files 1.0...
http://www.macupdate.com/app/mac/29096/show-hidden-files
Hidden Way is a toggle for hidden files view in Finder...
http://www.macupdate.com/app/mac/25716/hidden-way
Show hidden files in OSX Finder
Open the Terminal and type or copy/paste:
defaults write com.apple.finder AppleShowAllFiles -bool true
Reverting to the default of NOT showing hidden files:
defaults write com.apple.finder AppleShowAllFiles -bool false
*Restart or Force Quit Finder required to take effect.*
http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html
Or better yet...
Solving Trash Problems...
http://thexlab.com/faqs/trash.html

Similar Messages

  • Running package programmactically from console causes error if package uses connection in Connection Manager.

    Hello my friends:
    I attempted to run a few packages programmatically using the code and solution on this page:
    http://msdn.microsoft.com/en-us/library/ms136090.aspx
    I observed that the script and process failed when I use the connection in SSIS/SSDT connection Manager in Visual Studio 2013. Meaning if I create a Connection for the Project in the Connection Manager and use it on tasks.
    However, the project and packages will run just fine if I simply add individual connection to each task where needed and do not use the Connection manager.
    If I use the Connection Manager, I get this error: This only happens when I run the package programmatically,
    if I run the package directly from Visual Studio, I get no errors.
    Error Message:
    Error in Microsoft.SqlServer.Dts.Runtime.Package/ : The connection "{0E6E938E-B0
    84-45E6-9110-0D532BD61787}" is not found. This error is thrown by Connections co
    llection when the specific connection element is not found.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : Cannot find th
    e connection manager with ID "{0E6E938E-B084-45E6-9110-0D532BD61787}" in the con
    nection manager collection due to error code 0xC0010009. That connection manager
     is needed by "SQL Server Destination.Connections[OleDbConnection]" in the conne
    ction manager collection of "SQL Server Destination". Verify that a connection m
    anager in the connection manager collection, Connections, has been created with
    that ID.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : SQL Server Des
    tination failed validation and returned error code 0xC004800B.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : One or more co
    mponent failed validation.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : There were errors during ta
    sk validation.
    Connection Manager Screenshot:
    I am using that connection in an SQL Server Destination Task:
    And here is the code:
    class Program
    class MyEventListener : DefaultEvents
    public override bool OnError(DtsObject source, int errorCode, string subComponent,
    string description, string helpFile, int helpContext, string idofInterfaceWithError)
    Console.WriteLine("Error in {0}/{1} : {2}", source, subComponent, description);
    return false;
    static void Main(string[] args)
    string pkgLocation;
    Package pkg;
    Application app;
    DTSExecResult pkgResults;
    MyEventListener eventListener = new MyEventListener();
    pkgLocation =
    @"C:\Users\Administrator\Desktop\ExampleConnectionMgr\DataExtractionB.dtsx";
    app = new Application();
    pkg = app.LoadPackage(pkgLocation, eventListener);
    pkgResults = pkg.Execute(null, null, eventListener, null, null);
    Console.WriteLine(pkgResults.ToString());
    Console.ReadKey();
    Thank you everyone!

    I have confirmed that this problem, at least on the surface is caused by the lack of reference to the Connection in the Connection Manager as indicated by the error message.
    The solution here will require that the Connection is set directly within each task.
    If I simply set the connection in each task then the page runs just fine programmatically:
    I am also able to convert the Connection in the Connection Manager to Package Connection as shown in the screen shot below. This will override all references to the Connection Manager and make the connection local within each package or package
    task.
    Is there any other solution out there?
    Thanks again!
    Synth.
    This is exactly what I asked for in my previous post. Sorry if it wasnt clear.
    I guess the problem is in your case you're creating connection manager from VS which is not adding any reference of it to packages which is why its complaining of the missing connection reference
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    Hi my friend:
    Do you know how I can include the connection programmatically in code?
    I found this article but it is not very clear to me:
    I do not want to create a package in code, just the connection so that the program can run.
    Here is the article:
    http://msdn.microsoft.com/en-us/library/ms136093.aspx
    Thank you so much.
    Patrick

  • CF8 upgrade from Cf7 causing error

    Okay, i've done plenty of CF7 to CF8 upgrades and I have
    never seen this issue. I run the autoplay,.exe and InstallAnywhere
    launches and I make it to the language select screen and click
    okay, About 3/4 of the way through the next status bar. I get a
    Fatal Application Error pop-up box stating This Application has
    Unexpectedly Quit. Invocation of theis Java Application has caused
    an InvocationTargetException. This application will now exit (LAX).
    The details button then states this:
    java.lang.NumberFormatException: For input string: "wo"
    at
    java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:447)
    at java.lang.Integer.valueOf(Integer.java:526)
    at java.lang.Integer.decode(Integer.java:918)
    at ZeroGia.a(DashoA8113)
    at
    com.zerog.ia.installer.util.magicfolders.JavaHomeMF.b(DashoA8113)
    at
    com.zerog.ia.installer.util.magicfolders.MagicFolder.initializeAllMagicFolderPaths(DashoA 8113)
    at com.zerog.ia.installer.LifeCycleManager.j(DashoA8113)
    at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
    at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
    at com.zerog.ia.installer.Main.main(DashoA8113)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.zerog.lax.LAX.launch(DashoA8113)
    at com.zerog.lax.LAX.main(DashoA8113)
    The installation log shows this: (no errors)
    Fri Jul 18 08:49:14 CDT 2008
    Free Memory: 9485 kB
    Total Memory: 27388 kB
    java.class.path:
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData\IAClasses.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jdglue.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData\Execute.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\InstallerData\Execute.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData\Resource1.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\InstallerData\Resource1.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\InstallerData
    ZGUtil.CLASS_PATH:
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData\IAClasses.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jdglue.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData\Execute.zip
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\InstallerData
    sun.boot.class.path:
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\resources.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\rt.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\sunrsasign.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\jsse.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\jce.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\charsets.jar
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\classes
    java.ext.dirs:
    C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre\lib\ext
    C:\WINDOWS\Sun\Java\lib\ext
    java.version == 1.6.0_01 (Java 1)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.6.0_01-b06
    java.vm.specification.name == Java Virtual Machine
    Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.6
    java.vendor == Sun Microsystems Inc.
    java.vendor.url ==
    http://java.sun.com/
    java.class.version == 50.0
    java.compiler == null
    java.home == C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows\resource\jre
    java.io.tmpdir == C:\DOCUME~1\SCHOOL~1\LOCALS~1\Temp\1\
    os.name == Windows 2003
    os.arch == x86
    os.version == 5.2
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == school%world
    user.home == C:\Documents and Settings\school%world
    user.dir == C:\Documents and Settings\school%world\Local
    Settings\Temp\1\I1216388864\Windows
    user.language == en
    user.region == null
    Nothing was installed.
    Installed by InstallAnywhere 8.0.1 Enterprise Build 3080, by
    Macrovision
    User Interactions
    Summary
    Installation: Successful
    This is a client's server so I have limited knowledge of
    configuration that isn't obvious. I did notice that outbound port
    80 seems to be blocked as I can't hit web pages from the server,
    but DNS resolution works. Inbound port 80 is obviously open because
    the current sites running on this server are reachable. I also
    noticed FuseTalk is installed Any pointers as to what the issue
    might be would be very helpful.
    Thanks

    booster94 wrote:
    > Any pointers as to what the
    > issue might be would be very helpful.
    >
    > Thanks
    The first suggestion is to check the Actual File Size and MD5
    Checksum
    of the file. Assuming you are installing from a download file
    as is
    common, the file may be incomplete.
    The ColdFusion Download page provides the expect values.
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion

  • Calling BSP application from Portal causes error

    Hi,
    called a bsp application from our portal. The application prompts the following error message:
    BSP Exception: The object sap-tray-type=PLAIN_sap-tray-padding=X_sap_ep_version=7.00.200611091758_sap_ep_baseurl=http://v900stwmk1902.v900dtk1.v900.intern:50000/irj/portal in der URL /sap bD1kZSZjPTIwMCZwPTMwOTUxJnY9NyUyZTAwJmk9MSZzPVNJRCUzYUFOT04lM2Fhc2FwdDAzZW4xX1QwMl8wMCUzYXBFMVdnMmlqS21LYnNSZ01mMzIyLXpRdkwxMjdoYWF2NHFBeU9fTGEtQVRU)/bc/bsp/sap/zsi02/sap-tray-type=PLAIN&sap-tray-padding=X&sap_ep_version=7%2e00%2e200611091758&sap_ep_ is not valid.
    We used an BSP iView (EP 7.0 and BI 7.0) Any ideas?
    Thanks.
    Frank

    Hi,
    I am not sure how did you get that bsp-url but here are the steps:
    1) Create a system and assign an alias to it.
    2) Make sure you give proper values in Connector, User Management and ITS Property Category
    3) Check the connection by creating a sample SAP Transaction iview using WebGUI
    4) If this is working fine, then create a BSP iview. Make sure you select proper system alias, BSP Defination Type (BSP), give the correct Application Namespace, BSP Application, Customer Namespace and start page.
    Let me know what are the values you have entered here and we can try to fix this problem.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • Why sql select 'Hello'||'world012345678' from dual; cause error?

    I have problem and your help to solve it would be very much appreciated.
    Can anybody tell why the result is so different for the following two sql-sentence in SQL/PLus?
    sql>select 'Hello'||'world012345678' from dual;
    sql>select 'Hello'||'world0123456789' from dual;
    sql>select 'Hello'||'world012345678' from dual;
    Result:
    select 'Hello'||'world012345678' from dual
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [17182], [158346180], [], [], [],
    sql>select 'Hello'||'world0123456789' from dual;
    Helloworld0123456789
    I found that if the length of one string equals 14, then the sql will failed as the first sentence.

    If you need to check the validity of DUAL then you have:
    Select count(1) from DUAL ;
    NOT
    Select * from DUAL;
    If you find more than 1, then
    delete from dual;
    insert into dual values ('x') ;
    commit;
    Then, try you offending query.

  • Files will not empty from trash, causing "errors"

    Okay, I know this has been covered, but nothing is working. I have 3 macs, the one in question is a Mac mini, Mac OS X (10.6.8). There are files in the trash that won't empty. They are from external drives that no longer exist. Every time I empty trash, I get "file in use" error, and I continue. Now, new issue, I have added files to trash (from external drive) and it wont empty either (this is usb thumb drive, FAT 32, still exists, is inserted and showing in finder). First, are these actually starting to clog up my system drive, or are they just broken pointers, no real size? Second, why can't I just reset trash and get rid of them. I have been dealing with this for over a year, and it is getting worse. The external drives that started the issue no longer exist, they have been reformatted. What do I do. There must be a way to rebuild the trash. I am an "under the hood" guy, is there a way to see where they are hidden and just manually remove them? Please help.
    Thanks in advance,
    Rich

    Hi Rich,
    They are Hidden files.
    Show Hidden Files 1.0...
    http://www.macupdate.com/app/mac/29096/show-hidden-files
    Hidden Way is a toggle for hidden files view in Finder...
    http://www.macupdate.com/app/mac/25716/hidden-way
    Show hidden files in OSX Finder
    Open the Terminal and type or copy/paste:
    defaults write com.apple.finder AppleShowAllFiles -bool true
    Reverting to the default of NOT showing hidden files:
    defaults write com.apple.finder AppleShowAllFiles -bool false
    *Restart or Force Quit Finder required to take effect.*
    http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html
    Or better yet...
    Solving Trash Problems...
    http://thexlab.com/faqs/trash.html

  • POR which contains rejection from vendor causes errors in the EBP

    Hi @all,
    are there a solution within SRM 5.0 & EBP 3.5 that PORs that containing rejections from the vendor regarding a PO doesn't run into errors within the EBP. Thats not covered by the POR workflows as far as I know.
    Probably someone knows more...
    Thanks for a reply.
    Stefan

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Just switched from Qwest DSL to CableOne cable internet and now my mac won't connect to the internet.

    I've spent 2 hours on the phone with CableOne and they can't figure our why my MacPro isn't connecting to the internet through their Arris modem. I can connect to my network and see all my computers... so the ethernet port is working but the internet won't connect. I've tried Safari and Firefox browsers. My PC connects using the same ethernet cord with no problems. I've also tried connecting the computer directly to the modem with no results. And the ethernet port says it's connected and gives me an ip address. I'm out of ideas at this point. Any suggestions?

  • Logic error in rotating a bot towards a target (switch from -180 to 180 and vice versa causes error)

    Hi,
    I am making a Bot class. This function rotateTo makes the bot rotate towards some coordinates, xTarget and yTarget.
    There are two targetRadians lines because it is easier to read for me.
    The target radians shows the angle of the target from the bot where the bot angle is this.angleRot.
    if the bot-angle minus the target-angle (it says in radians but is actually in degrees) is less than 0 it turns right and if it is greater than or equal to 0 then it turns left.
    public function rotateTo(xTarget, yTarget):Void {
                        targetRadians = Math.atan2(yTarget-this.yPos, xTarget-this.xPos);
                        targetRadians = Math.round(radiansToDegrees(targetRadians));
                        trace(targetRadians);
                                  if (this.angleRot-targetRadians<0) {
                                            turnBot(5);
                                  } else {
                                            turnBot(-5);
    This basically works. The bot rotates towards the target at 5 degrees per frame.
    The angle setup is that if the target x, y is below the bot x, y, the target angle is about 90, if it's to the right its about 0, if its above it's about -90 but as the angle is decreased to -180 from above to the left of the bot, when it goes below the bot (and to the left) the target angle switches to 180.
    So something like: with the bot in the middle and the target being located at one of the numbers;
              -90
    -180               -1
    180               1
               90
    The fact the target angle switches from -180 to 180 or 180 to -180 confuses the bot and the bot decides to turn ALL the way the opposite direction BECAUSE;
    if the bot angle is 160 and target angle is 175, the bot angle increases because target is greater than bot angle. If the target angle changes to -180, bot angle decreases even though it's more efficient to change from 160 to -180 through increasing the bot angle as at 180 it changes to -180. I just cannot work out the logic to use to make this work though.
    Any suggestions? Thanks.

    Hey I got it to work finally:
    public function rotateTo(xTarget, yTarget):Void {
                        targetRotation = Math.atan2((yTarget-this.yPos), xTarget-this.xPos)*180/Math.PI;
                        if (this.angleRot-targetRotation>180) {
                                  this.angleRot -= 360;
                        } else if (this.angleRot-targetRotation<-180) {
                                  this.angleRot += 360;
                        if (this.angleRot-targetRotation<0) {
                                  turnBot(5);
                        } else {
                                  turnBot(-5);
    so basically I added a couple of if statements before the main business.... I don't really have a coherent explanation for the fix but it works!

  • Error in switching from one database location  to another database location in Crystal Reports using JSP

    Hi,
    Please help me in resolving the issue while changing the database dynamically in crystal reports using JSP. I followed the below link to change DB connection dynamically.
    CRJava Modify DB Location
    Please help me on this.
    While switching from one database to another i found the issue.
    dbController.replaceConnection(oldConnectionInfo, newConnectionInfo,pFields,replaceParams);
    The Error is:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Subreport does not exist.---- Error code:-2147467259 Error code name:failed
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2284)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:732)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:166)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:528)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:526)
        at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:524)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:423)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:480)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:421)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:351)
        at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
        at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
        at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.char(SourceFile:220)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.new(SourceFile:240)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.do(SourceFile:452)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.if(SourceFile:429)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(SourceFile:156)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(SourceFile:106)
        at com.crystaldecisions.sdk.occa.report.application.an.a(SourceFile:65)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.a(SourceFile:1921)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValues(SourceFile:2237)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValue(SourceFile:2328)
        at org.apache.jsp.DynamicDB_jsp._jspService(DynamicDB_jsp.java:255)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.reports.reportdefinition.ReportModificationException: Subreport does not exist.
        at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.a(SourceFile:229)
        at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.for(SourceFile:214)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1492)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:660)
        ... 47 more
    Any help Appreciated.
    Thanks
    Penchal

    Do you have subreports in your reports?
    If yes, set the connection info for the subreports as well.
    Additionaly refer to the below discussion
    http://scn.sap.com/thread/3153289
    As you are using Crystal reports for ecllipse runtime libraries to build your jsp, you would need to post your dicussions in the below forum to get better response.
    http://scn.sap.com/community/crystal-reports-for-eclipse
    The above space is dedicated for the issues with crystal reports for ecllipse.
    Thanks,
    Prithvi

  • Data network errors when manually switching from 3g to 2g

    Hi everyone,
    Apologies if this has been posted before but im running out of ideas! - Got my iphone 4 a couple of weeks ago and have noticed a rather irritating problem with it. For some reason, if i manually switch from 3g to 2g the data connection drops.. I get 'cannot activate cellular data network' errors and i have to toggle airplane mode on/off to reset the connection. Is this a network issue? - I live in London and am with Vodafone... Their tech support are useless as all they suggest is resetting the phone or getting it replaced. Its my third handset in 2 weeks and im getting close to calling it a day and sending the phone back to Apple. Anyone out there in a similar situation? - Advice??

    Bump
    So no-one has suffered this issue? - Not even fellow vodafone uk users?

  • Error -17600 when switching from LabVIEW Development System to LabVIEW Run-Time Engine in Adapter Configuration

    I receive an error message (code -17600) while loading my test sequence after switching from LabVIEW Development System (2009 f3) to LabVIEW Run-TIme Engine using the Adapter Configuration.
    ErrorCode: -17600,
    Failed to load a required step's associated module.
    LabVIEW Run-Time Engine version 9.0.1f3.
    When I switch back to the LV development system, everything is OK, and the sequence loads and runs perfectly.
    My TestStand Engine Version is 2012 f1 (5.0.0.262).
    I'd appreciate any help on this issue.
    Roman

    Hi Roman,
    There are a couple of things you can try:
    1) Determine if the LabVIEW RunTime Engine is corrupted in some way. Create a new simple VI with no sub-VIs, using the same LabVIEW Development system you used for mass-compiling the VIs. Create a TestStand step that calls this VI and ensure it runs correctly. Now switch your LabVIEW adapter to use the RuntimeEngine and choose the "Auto detect using VI version" option.
    Check if the simple VI is loadable and runs without errors in TestStand.
    If the step generates the same error, you should try a re-install of the LabVIEW development system.
    If not, its most likely that there is some VI you are using that is not loadable in the LabVIEW Runtime Engine because:
    1) Some sub-VI is still not saved in the right version or bitness. Open the VI heirarchy of the top-level VI that you are calling from TestStand and examine the paths of all the sub-VIs to check if they were in the folder you masscompiled and re-save any that are outside this directory.
    Also, when you try to close the top level VI, do you get a prompt to save any unsaved files? If so, they could be the sub-VIs that are not saved in the right version. Save all of them.
    Check if you are loading any VIs programatically and if these are compiled and saved in the right version as well.
    2) There is some feature you are using in your LabVIEW code that is not supported in the LabVIEW RunTime Engine. To check this, add your top-level VI to a LabVIEW project and create a new build specification and create a new executable from this VI.
        Right-click "Build Specifications" and choose "New->Application(EXE)".
        In the Application Properties window, select Source Files and choose the top level VI as the start-up VI.
        Save the properties.
        Right-click on the newly created build specification and choose Build.
    Run this executable (it will be run using the LabVIEW RunTime) and check if the VI has a broken arrow indicating that it cannot be loaded and run in the LabVIEW Runtime Engine.
    You might need to examine your code and find the feature which is not supported in the LabVIEW RunTime and find an alternative.
    Another thing i forgot to mention the last time around is if you are using 64-bit LabVIEW with 32-bit TestStand, then executing code using LabVIEW RTE from TestStand will not work since the 64-bit LabVIEW RTE dll cannot be loaded by the 32-bit TestStand process.
    If none of the above steps resolve the issue, consider sharing your LabVIEW code so i can take a look.
    Regards,
    TRJ

  • Why do I get an error message when I tried to switch from Library module to the Develop module?

    I've been using my LR3 for a few months but this is the first time that I got an error message when I was switching from the Library module to the the Develop module.  I have a macbook pro with 500 GB HD.  I am currently using 450 GB already.  Anyone have an idea how I can fix this.  Thank you.

    Should we use our telepathy to figure out error message?

  • When I switch from ios 6 to ios 7 my iphone 4s asking to I tunes to update an taking 10 hours and than give me error 3194 what can I do?

    When I switch from ios 6 to ios 7 my iphone 4s asking to I tunes to update an taking 10 hours and than give me error 3194 what can I do?

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • What would cause my iMac's desktop resolution to briefly readjust whenever I switch from my user to another?

    I recently started to notice that whenever I switch from one user account to another on my recently purchased iMac, the resolution of my desktop wallpaper very briefly readjusts.  Both users have the same default resolution and are using wallpaper that came standard with Mavericks.  Does anyone have any suggestions as to what could be causing this?
    Thanks!

    Hello there, Conor68.
    The following Knowledge Base article provides some great recommendations for troubleshooting display issues on your Mac:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Once you're reviewed the recommendations in regards to updates, this portion of the section on "No video or no signal, image distortion, "snow," or flickering" is useful:
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • DAQmx: Digital - Continuous Output.vi example with PCI-6519 (error -200077)

    Bonjour everyone, Main goal : I want to use 1 digital output of the PCI-6519 harware to make  a staked light indicator blink when user is needed to operate the test station.  What I am trying: I open the labview 2013 wxample "DAQmx: Digital - Continu

  • Forgot lock code & Hard reset

    Hi friends, hope my post will find you all in healthy state. I have two queries and shall be very thankful to you if you guide me accordingly: Q1: I want to restore factory settings of my N900, but unfortunately forgot the lock code. How lock code ca

  • Hierarchy leaf not shown while data exists

    Hi experts, We have the following issue regarding the (in)visibility of hierarchy leafs: We know that transactional data exists for a particular item in the hierarchy (total value is zero). This item is not shown by default in the report output (whil

  • Create table statement fail

    Hello experts Oracle 10g on RHEL 4 when I fire the statement as sys user "create table tab2 as select * from dba_objects tablespace users" it gives the error "ORA-00933: SQL command not properly ended" But when I fire "create table tab2(id number) ta

  • Jdev 10G and BiBeans

    Does anyone know if the current release of BiBeans is compatible with the Jdev 10G release?