create a cartoon using AS2 code only. WOW, but...

Hi guys.
A nice code that I picked up to create cartoons. My character is sunny. We create several mcs responsible for CSM a) and b) attached or empty as support for sounds.
BUT the subject pretty darn sound does not work.
sound_1.start (); diesn work - but this works it moves it up right under the code attachsound.
Then the next sound_2.start certainly work.
I had to work in other code that I had even though it was still inside a function. I stick it under this code.


numOfSounds = 5;
numOfObjects = 5;
objectPath = "images";


_root.createEmptyMovieClip ("soundLib", 1);
for (var i: Number = 1; i < = numOfSounds; i ++) {}
soundLib.createEmptyMovieClip ("holder_" + i, i);
_root ["sound_" + i] = new Sound (soundLib ["holder_" + i]);
}

sound_1.attachSound("1");
sound_2.attachSound("2");
sound_3.attachSound("3");
sound_4.attachSound("4");
sound_5.attachSound("5");
sound_1.start (0, 999); / / only for bg music


_root.createEmptyMovieClip ("objectLib", 1);
for (var i: Number = 1; i < = numOfObjects; i ++) {}
objectLib.createEmptyMovieClip ("holder_" + i, i);
_root ["object_" + i] = (objectLib ["holder_" + i]);
}

Object_1.attachMovie ("sunny", "sunny", 1); / / Object1 is empty and sunny mc is the name of liaison and sunny is the name of the instance - usually called something different.
loadMovie (objectPath + "/ cat_a.swf", object_2);
loadMovie (objectPath + "/ cow_a.swf", object_3);
loadMovie (objectPath + "/ bird_a.swf", object_4);
loadMovie (objectPath + "/ pig_a.swf", object_5);

Object_1._x=500// Sunny
Object_1._width = 50
Object_1._height = 50
Object_2._x = 200
object_3._x = 300
object_4._x = 400
object_5._x = 500

loop Object_1._y=100// and spacing of the use
Object_2._y = 200
object_3._y = 300
object_4._y = 400
object_5._y = 500

sound_1.start ();
Object_1.sunny.gotoAndPlay ("Speak

sound_1.onSoundComplete = function() {}
_root. Object_1.sunny.gotoAndPlay ("static");

sound_2.start ();

}
sound_2.onSoundComplete = function() {}
sound_3.start ();
_root. Sunny.gotoAndPlay ("Speak");
}


The beep code on his own DID work - I paste it here

numOfSounds = 5;
_root.createEmptyMovieClip ("soundLib", 1);
for (var i: Number = 1; i < = numOfSounds; i ++) {}
soundLib.createEmptyMovieClip ("holder_" + i, i);
_root ["sound_" + i] = new Sound (soundLib ["holder_" + i]);
}
Use sound_1.loadSound to load outdoors.
For my dialogues only need a movie clip and the load that you want - don't forget to unload its as welll
sound_1.attachSound("1");
sound_2.attachSound("2");
sound_3.attachSound("3");
sound_4.attachSound("4");
sound_5.attachSound("5");
sound_1.start (0, 999);
sound_1.start ();
_root. Sunny.gotoAndPlay ("Speak");
sound_1.onSoundComplete = function() {}
_root. Sunny.gotoAndPlay ("static");
sound_2.start ();
_root.r.nextFrame ();
}
sound_2.onSoundComplete = function() {}
_root.r.gotoAndStop (2);
sound_3.start ();
_root. Sunny.gotoAndPlay ("Speak");
};

you remove _root.soundLib (all all its children using your sounds) when you create a _root.objectLib.

to remedy this, create objectLib to depth 2.

Tags: Adobe Animate

Similar Questions

  • What is the Action Script (using AS2) code when you loop once a scene and then re-read and intervention

    What is the Action Script (using AS2) code when you loop once a scene and then re-read and slaughter on a certain slice?

    Basically, you need keep a count and use it as your stop control.  In the first image, it takes something to assign the value, but you do not want to assign an initial value, so you could use...

    var County;

    if(Count == undefined) {}
    Count = 0;
    } else {}
    Count ++;
    }

    Then in the frame where you want to stop after that a loop is completed you can have...

    if(Count == 1) {}

    Stop();

    }

  • I used my code from adobe, but when I try to install my program it still says I need to buy it. But I already did and I used my code.

    I used my code from adobe, but when I try to install my program it still says I need to buy it. But I already did and I used my code.

    You get 'buy' on Creative Cloud App?

    If yes then disconnect you from Creative Cloud App and back panel

    Sign out, sign in | Creative cloud desktop application

    If you get the same status and then check your entries once hosts file

    Log, activation, or connection errors. CS5.5 and later versions

  • How to create a Flash using AS2 interactive floor plan?

    I try to do an interactive floor plan.  I'm sure I did it wrong, I'm new to Flash.  So far, I have pointed out the rooms I want to do the 'hot spots', turned them into buttons. Then I selected all the buttons and turns it into a clip called "mcbtns".  I then turned into a clip once again, named "mcbtninside"; It is where I have all my buttons that have instance names "btn1" House through "btn11.

    The images which corrospond with floor plan rooms are housed in a clip named 'mcPhotos '.  On the timeline, photos are up to 10 images at a time, and time of Action Script above them line has names "img1" through "img11" frame, which corrospond with photos every 10 images.  Image 1 of the line AS has the code stop();

    Now, let's go back to scene 1...

    Setting of scene 1: 1 on the line of Action Script, I have the following script:

    mcPhotos._visible = false;

    this.mcbtns.onRollOver = function() {}

    mcPhotos._visible = true;

    };

    this.mcbtns.onRollOut = function() {}

    mcPhotos._visible = false;

    };

    Stop();

    In box 1 on the line of Action Script in the "mcbtninside", I have the following script:

    var frameNum:Number;

    function photoChange() {}

    _root.photos.gotoAndPlay ("img" + frameNum);

    }

    Btn1.onRollOver = function() {}

    frameNum = 1;

    photoChange():

    }

    btn2.onRollOver = function() {}

    frameNum = 2;

    photoChange():

    }

    The code continues through btn11.

    So I don't know that I've gone wrong in many places.  If anyone could lead me in the right direction, I'd be very happy.

    Take all of the interactive code off the movieclip mcbtns and even get rid of that clip if it is used for any other purpose than to collect all the rooms.  Assign the code to make pictures appear / disappear in all rooms... (which is shown below assumes that mcbtns went and the rooms are on the same timeline as the mc of photos)

    Btn1.onRollOver = function() {}

    frameNum = 1;

    photoChange():

    mcPhotos._visible = true;

    }

    btn2.onRollOver = function() {}

    frameNum = 2;

    photoChange():

    mcPhotos._visible = true;

    }

    Btn1.onRollOut = btn2.onRollOut = function() {}

    mcPhotos._visible = false;

    }

    If you keep the mcbtns movieclip, button your code would have to use a _parent reference to target the mcPhotos... _parent, mcPhotos.visible is etc... in fact, I don't know where things are located so I hope you can understand the correct targeting in this aspect.

  • create a mask using AS3 only?

    Hello

    I did a search for how to create a simple mask to aid only AS3, but I'm not having any luck. Would you be willing to give me a small example of how to make a mask with AS3?

    Thank you if you can!

    You can dynamically create a shape, draw on it using the graphics object and use it as a mask:

    var masker: Shape = new Shape();

    masker.graphics.beginFill (0);

    masker.graphics.drawRect (0,0,100,100);

    masker.graphics.endFill ();

    addChild (masker);

    mySprite.mask = masker;

    or you can use the scrollRect property, using a rectangle

    mySprite.scrollRect = new Rectangle (0,0,100,100);

  • Is there an easy way to create "the mouse on the text, to display the image" without coding it? I want an image to appear only when you move to a line of text. I found the code for it but I want to find an easier way. Thank you!

    Is there an easy way to create "the mouse on the text, to display the image" without coding it? I want an image to appear only when you move to a line of text. I found the code for it but I want to find an easier way. I'm creating a home page with a list of text links. I want to design as well as in the overview of one of the text links, a corresponding image is displayed to the right of the page. I also need a default image to rest all the time unless one of the other links text is hovered over. Thank you!

    Try to use a Widget for Composition in the Adobe Muse Widgets Panel.

    I would like to start with a blank publication.

    Place your text in the button area.

    Place your image in the display area.

  • How to create a BPEL Process task using java code

    Hello

    I created a BPEL process (for creating task), in which my requirement is that I need to create a task based on some inputs and assign it to the user in partucular and then get out of this flow.

    earlier, I felt that I will use the human task activity. but when I use that task will be created in the same process and proceedings will be stuck on there until human intervention (the BPEL process waits for the result.).

    is it possible that I can use Java activity and create tasks from java code, 'I know how to assign a specific user task. Please tell me.
    Abhishek

    Published by: abhishek on April 25, 2011 12:42 AM

    Hi Abhishek
    1. you can try this alternative approach and it should work.

    2. basically, most of the BPEL process eventually auto generated Web services (.) WSDL). When we create a BPEL process, everything we do is give diagram of input, output schema and creates a bpel process with the default operation named as "process" in all the old versions as up to 11.2 SOA (and maybe before). BUT SOA 11.3 from, we can create a process BPEL, with our own WSDL and our own scheme. There is no restrictions like having only a single operation named 'process', etc.. In any case, what I mean is, each BPEL process ends up as a WebService, with entry and exit of the payloads of XSD.

    3. from the JDeveloper itself, locate the .wsdl for your BPEL process under the Workflow project. Create a new project of Proxy customer service Web and generate a customer for this wsdl Web service proxy. This will create you Service, Port and JAVA classes equivalent payload theoretically in your case taskpayload.xsd with these 4 items you have. Ignore the full blown the HumanTask which has all the system elements and attributes of a task of bpel. All you need is to undertake a task with your own payload data. Create a simple Client Java (EJB or Servlet later to make more flexible). In this Java client, retrieve the Service object in the proxy and port. Then instantiate the java class that represents the payload. Set 4 values you want and set the user name, etc. You may need some adjustments for the setting of the user. Then the port invoke otherwise (go your java object here).

    Sample code snippet
    prepare the message for BPEL of appeal; Define the fields that can not be null
    MyPayloadRequest myPayloadRequest = new MyPayloadRequest();
    myPayloadRequest.setInitiator("");
    myPayloadRequest.setTitle("");
    myPayloadRequest.setEmployeeName("");
    myPayloadRequest.setEmpContact("");

    web service client Get for BPEL receive point and call: first generate client proxy
    MyBPELPProcess_client_ep serviceClient = new MyBPELPProcess_client_ep();
    MyBPELPProces proxy = serviceClient.getNewMyBPELPProces_port ();
    proxy. Process (myPayloadRequest);

    Please note that you can also use the SOA workflow API and the Manager back call personalized for this first task classes. In this class, you can have the methods of the interceptor, which is called each time a task is initiated, saved, Submit, approve etc etc (all events essentially). This gives you access to all the objects in a workflow with full charge blown. So you can always get the data you pass above and in this custom class, the value of the user, date/time etc..

    It's just a different approach you can try.

    Thank you
    Ravi Jegga

  • By using only the keyboard, how can I create an email using Outlook Express, have the files of "painting" in the body of the email

    original title: only the keyboard

    By using only the keyboard, how can I create an email using Outlook Express, have the files of 'paint' in the body of the email, also registered another Web page?

    Hi r. Gull,.

    You can view using Outlook Express keyboard shortcuts, documented in:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/mail_hotkeys.mspx?mfr=true

    I hope this helps.

  • Why can I not use ALT + code to create symbols on my HP Pavilion dv6 notebook PC?

    Hello

    I'm used to be able to use alt codes to customize different aspects of my posts.  Accentuation of e for names French, using the symbol of the openness of temperatures, the car and therefore symbols... and I can't make them work now.  Would appreciate some help here...

    Thanks for your time,

    Darlene

    Make sure that NUMLOCK is on, and that you use the number keys on the pad.  If your laptop computer has a keyboard with the numeric keypad 10 buttons, use those.  Otherwise, make sure you use encrypted keys that are on top of the normal letters.  Whatever it is, the Alt codes will not work with the last row of number keys; only with the keys num lock.

  • I want to open two different pdf documents and view them at the same time so I can read about everything by watching the other document.  I use Acrobat DC and whenever I open a document it creates a tab and I can only examine a document at a time.

    I want to open two different pdf documents and view them at the same time so I can read a whole watching the other document.  I use Acrobat DC and whenever I open a document, it creates a tab and I can only examine a document at a time. Is it possible to display two or more documents without having to toggle tabs?

    Don't think that will work, but you can drag the tab to a new window. Each window can have a set of tabs.

  • I have the code for an Adobe Creative Cloud, it is alphanumeric, but the registry works only with numeric codes ¿where I can use my code?

    Hi, I have a problem with code for my Adobe Creative cloud, it is alphanumeric, but the registry works only with numeric codes ¿where I can use my code? is a subscription to creative cloud of throughout the year.

    Probably you have a redemption code... especially if you did not purchase directly from Adobe

    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

    -or https://forums.adobe.com/thread/1572504

  • float to bytes conversion using c code in labview

    Mr President, I made the taste of the float to bytes conversion using type cast in labview. now I want that conversion using the code c. means I want to know that how labview can suport code c. farmula node is not suporting my code which is working wel in labwindows. kindly help me on this subject so that my skil can be improved using labview

    The node of the formula as its name suggests is to facilitate the access of the algebraic formulas in text form and uses a C like syntax, but is in no way a fully featured parser/compiler. It supports only a subset of the syntax of C for obvious reasons. Why would you need to implement entire code C in LabVIEW for LabVIEW program supports the same functions and to do it with LabVIEW nodes, you will always have better performance you can get in the formula node.

    If you have real C code you wish to call in LabVIEW you use the node form but create a DLL from it and call it via the node library call.

  • Get the 500 error trying to create a table using the REST API

    Hello

    I tried to create a table using the REST API for Business Intelligence Cloud, but I got 500 Internal Server Error for a while now.

    Here are the details that I use to create a table.

    Capture.JPG

    and the json to create the schema that I use is

    [{'Nullable': [false], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [18], 'columnName': ["ROWID"]}]

    , {'Nullable': [true], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [18], 'columnName': ['RELATIONID']},

    {'Nullable': [true], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [18], 'columnName': ['ID']}

    , {'Nullable': [true], 'defaultValue': 'dataType' [null],: ['TIMESTAMP'], 'precision': [0], 'length': [0], 'columnName': ['RESPONDEDDATE']},

    {'Nullable': [true], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [255], 'columnName': ['RESPONSE']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['TIMESTAMP'], 'precision': [0], 'length': [0], 'columnName': ['SYS_CREATEDDATE']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [18], 'columnName': ['SYS_CREATEDBYID']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['TIMESTAMP'], 'precision': [0], 'length': [0], 'columnName': ['SYS_LASTMODIFIEDDATE']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [18], 'columnName': ['SYS_LASTMODIFIEDBYID']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['TIMESTAMP'], 'precision': [0], 'length': [0], 'columnName': ['SYS_SYSTEMMODSTAMP']},

    {'Nullable': [false], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [10], 'columnName': ['SYS_ISDELETED']},

    [{'Nullable': [true], 'defaultValue': 'dataType' [null],: ['VARCHAR'], 'precision': [0], 'length': [50], 'columnName': ['TYPE']}]

    I tried this using postman and code, but I always get the following response error:

    Error 500 - Internal server error

    Of RFC 2068 Hypertext Transfer Protocol - HTTP/1.1:

    10.5.1 500 internal Server Error

    The server encountered an unexpected condition which prevented him from meeting the demand.

    I am able to 'get' existing table schemas, delete the tables, but I'm not able to make put them and post operations. Can someone help me to identify the problem, if there is no fault in my approach.

    Thank you

    Romaric

    I managed to create a table successfully using the API - the only thing I see in your JSON which is different from mine is that you have square brackets around your values JSON where I have not. Here is my CURL request and extract my JSON file (named createtable.txt in the same directory as my CURL executable):

    curl u [email protected]: password UPDATED h x ' X-ID-TENANT-NAME: tenantname ' h ' Content-Type: application/json '-binary data @createtable.txt https://businessintell-tenantname.analytics.us2.oraclecloud.com/dataload/v1/tables/TABLE_TO_CREATE k

    [

    {

    'columnName': 'ID',

    'dataType': 'DECIMAL ',.

    'Length': 20,.

    "accuracy": 0.

    'Nullable': false

    },

    {

    'columnName': 'NAME',

    'dataType': 'VARCHAR ',.

    'Length': 20,.

    "accuracy": 0.

    'Nullable': true

    },

    {

    "columnName': 'STATUS."

    'dataType': 'VARCHAR ',.

    'Length': 20,.

    "accuracy": 0.

    'Nullable': true

    },

    {

    "columnName': 'CREATED_DATE."

    'dataType': 'TIMESTAMP '.

    'Length': 20,.

    "accuracy": 0.

    'Nullable': true

    },

    {

    'columnName': 'UPDATED_DATE ',.

    'dataType': 'TIMESTAMP '.

    'Length': 20,.

    "accuracy": 0.

    'Nullable': true

    }

    ]

  • Removed USB controllers: can not return - "this device cannot find enough free resources that it can use. (Code 12)

    Original title: removed USB controllers: can not return

    Hello

    So today I tried to connect to a printer, and it wouldn't work (separate the issue, I don't want to worry about that now)

    I've seen several messages saying: you need to uninstall the USB controllers in Device Manager and then restart your PC. The pilots would then automatically reinstalled.

    It didn't happen, and now my Dell touch screen does not work. I can miss several other USB controllers too, I uninstalled about 3 of them, but I don't know whether or not it has been reinstalled.

    I currently have:

    -Hub USB generic

    -Enhanced host controller USB Intel (R) 8 series #1-9C 26

    -USB root hub

    -Host controller compatible xHCI USB

    Note that the last of them was a symbol of error on it and reads as follows:

    "This device cannot find enough free resources that it can use. (Code 12)

    If you want to use this device, you will need to disable one of the other devices on this system. »

    Can someone please tell me how much USB controllers I should have and how to save them?

    Thank you very much

    Hi Shalini.

    Thanks for the reply, but if you read through the posts on this thread, I think you will find that it has already been suggested that I do these two things - what I've done many times without result.

    Fortunately, I managed to fix it myself.

    To satisfy your curiosity and help someone else who could see this thread with a similar problem, here are the steps I took finally solve the problem:

    ______________________________________________

    I was always convinced that the problem is basically with the xHCI USB controller that I saw always reported as not working not properly in the device (Code 12) Manager. With this in mind, I set out to see if I could determine what the device was supposed to be in conflict with. I ran msinfo32 and began to examine the conflicts/sharing section. After a while, I decided I could not see anything obviously problematic or direct me to the controller xHCI, so I gave up on that front.

    Well, if I couldn't fix the problem with the current installation, maybe that I could find another way to install the xHCI USB controller that could circumvent the flaw that seems to be caused when windows reinstalls automatically it when restarting after the abduction. So I started trying to learn more about this "xHCI USB controller" - since Googling this term has given no end of problems not related.

    In Device Manager, I found a way to isolate the details of this driver in device (somewhere under the properties I believe) Manager. This has created a custom device showing in view only a select few connects the Manager. I have spent some time in the analysis of these and found the time during which the camera has stopped working properly. Suddenly a pattern emerges. Over and over again, see you the following series of when I was hoping that allowing windows to reinstall automatically the driver would to fix:
    • Device PCI VEN_8086 & DEV_9C31 & SUBSYS_05F91028 & REV_04\3 & 11583659 & 0 & A0 has been removed

    [Rebooted PC]

    • Device PCI VEN_8086 & DEV_9C31 & SUBSYS_05F91028 & REV_04\3 & 11583659 & 0 & A0 has been configured
    • Device PCI VEN_8086 & DEV_9C31 & SUBSYS_05F91028 & REV_04\3 & 11583659 & 0 & A0 had a problem starting.

    Under each newspaper was referring to a driver name, I didn't already had access to: driver name: usbxhci.inf

    Now I got some new information about the xHCI USB controller, I took to Google. After much research (and not find something relevant), I found 2 obscure references to the driver who seemed at least somewhat relevant.
    The first reference has been a post on the forum where someone's USB ports stopped working. very similar problem to mine! There is little of any particular use in the nets, with the exception of the reference to a couple of windows updates: KB 2823516 or KB2822241

    It is not clear exactly what usbxhci.inf capacity was tied to these updates, but I made a note of them and moved.

    Another article contained no mention of specific ports USB not working does not and was centered around a different problem entirely. However, he has mentioned an another windows update: KB2919355-x 64.msu

    This one (as I remember) was clearer on the relationship between the update and changes to the usbxhci.inf file.

    Now, I had three updates which could make changes to usbxhci.inf at one point. With their name on a piece of paper, I started looking through my updates installed to see which ones I had installed. I soon discovered that Ko 2823516 or KB2822241 were not present on my PC, which saved the penalty to guess who would be the right to uninstall first.

    KB2919355 has been installed, and I made the decision to uninstall it, because as far as I knew, this update changed something in usbxhci.inf. After the initial uninstall was completed, but before the mandatory reboot for changes to take effect, I went into Device Manager and removed the xHCI USB... because I was afraid that if the new, "defective" was always present during the reinstallation of the update, it doesn't change anything.

    The device is removed once more, I rebooted the system. He drives for a considerable period, uninstall the update and then seems to have some sort of hitch; declare something in the sense of "we could not complete the operation. Changes to undo. " He stayed like that for a while before the system became operational again and began to "prepare windows. Once it was over, I discovered that my touchscreen and USB ports worked very well.

    Investigation later showed that the compatible USB xHCI host controller was is no longer marked with warnings. In addition, a series of USB controllers appeared that had not been there when the xHCI device was defective. I was also pleased to note that the update of windows for KB2919355 had already been reinstalled without messing up anything.

    _________________________________________________

  • Hi, I created the procedure and its code is / / DELETE FROM &lt;? = odiRef.getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "", "D")? &gt; / / and when I'm running, the error appeared //com.sunopsis.tools.core.exception.SnpsSimpleMessageExcepti

    Hi, I created the procedure and its code is / / DELETE FROM <? = odiRef.getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "", "D")? > / / and when I'm running, the error appeared.

    com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: error in the interpretation of the task.

    Task: 1

    java.lang.Exception: the application script threw an exception: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Exception getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "DEVELOPMENT", "D"): SnpLSchema.getLSchemaByName (): SnpLschema is no information OSB: Delete_Tar_Sales on line: column 0: columnNo

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:489)

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:737)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:465)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:662)

    Caused by: java.lang.Exception: the application script threw an exception: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Exception getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "DEVELOPMENT", "D"): SnpLSchema.getLSchemaByName (): SnpLschema is no information OSB: Delete_Tar_Sales on line: column 0: columnNo

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:476)

    ... 11 more

    Caused by: org.apache.bsf.BSFException: the application script threw an exception: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Exception getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "DEVELOPMENT", "D"): SnpLSchema.getLSchemaByName (): SnpLschema is no information OSB: Delete_Tar_Sales on line: column 0: columnNo

    at bsh.util.BeanShellBSFEngine.eval (unknown Source)

    at bsh.util.BeanShellBSFEngine.exec (unknown Source)

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:471)

    ... 11 more

    Text: REMOVE OF <? = odiRef.getObjectName ("L", "TRG_SALES", "ORACLE_ORCL_LOCAL_SALES", "", "D")? >.

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:764)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:465)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:662)

    If you do this in a procedure, use the following syntax:

    <%=odiRef.getObjectName("L", "TRG_SALES", "D")%>

    and set the relevant logical schema in the options on the target tab of the procedure. Also, make sure you only select the correct technology type in the options on the target tab.

Maybe you are looking for

  • Satellite Pro C50 - How to extend desktop to 3 monitors?

    Hello; I am trying to extend the desktop to three screens with Satellite Pro C50.Please, what can I do?

  • Tablet Lenovo Yoga 2 1050

    Is a forum also for the new yoga android 2 1050 lenovo tab? I have mine now for two weeks and it worked fine but now it wil not boot Batt. is fully charged There is not a reset button keeping disappointed on the power buton wil not work also not with

  • How do I reinstall my windows XP on my Sony Viao computer original.

    I have a Sony Viao desktop computer.  It crashed a couple of years, so I had a friend rebuild.  It works under Windows XP.  However, since it has rebuilt it or what they call, I get the warning message that I have a license invalid window.  So I have

  • Error: OX80070643

    After the suggestion given to resolve error code OX80070643, the problem persists. MSE is compatible with my system I describe below? AMD 64 3200 +. XP Home Edition, Version 2002, Serv PK. 3 Have also following problems: Continually message indicatin

  • How to find what serves pack is on my computer.

    I want to know what windows vista servise pack I have on my computer? The computer is a Compaq Ppresario about four years.