Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We have created a zip by exporting a job as Autonomous Job [zip]
The folder structure of the exported folders by the zip is as follows : D:/work/Test_Main_0.1/Test_Main/testdev/testmainjob01/contexts
We want to change the Project name from testdev [highlighted one ] to testdev12 without again exporting the job from studio .It is giving error when we change it as Could not find the context Default.
Is there any workaround with it?
Let me know
Thanks !
Sorry to say, but the project name is unfortunately part of the package of the job and cannot be changed.
The problem here is the classpath. The classpath of your job contains the directory of the context file.
Why do you want to rename this? It is inside the job directory structure and can hardly disturb?
Sorry to say, but the project name is unfortunately part of the package of the job and cannot be changed.
The problem here is the classpath. The classpath of your job contains the directory of the context file.
Why do you want to rename this? It is inside the job directory structure and can hardly disturb?
Hi,
I was trying to investigate if we can change it without reexporting the job again.
Thanks for your reply